Bug#1085106: texmacs FTBFS on 32 bit with 64 bit time_t

Adrian Bunk bunk at debian.org
Mon Oct 14 19:29:38 BST 2024


Source: texmacs
Version: 1:2.1.4+ds-1
Severity: important
Tags: ftbfs
X-Debbugs-Cc: Jerome Benoit <calculus at rezozer.net>

https://buildd.debian.org/status/logs.php?pkg=texmacs&ver=1%3A2.1.4%2Bds-1

...
./Plugins/Qt/qt_gui.cpp: In member function ‘void qt_gui_rep::update()’:
./Plugins/Qt/qt_gui.cpp:892:43: error: call of overloaded ‘min(int&, time_t&)’ is ambiguous
  892 |   else                delay = max (0, min (std_delay, delay));
      |                                       ~~~~^~~~~~~~~~~~~~~~~~
In file included from Kernel/Types/string.hpp:15,
                 from Data/String/analyze.hpp:14:
Kernel/Abstractions/basic.hpp:118:11: note: candidate: ‘SI min(SI, SI)’
  118 | inline SI min (SI i, SI j) { if (i<j) return i; else return j; }
      |           ^~~
Kernel/Abstractions/basic.hpp:120:11: note: candidate: ‘DI min(DI, DI)’
  120 | inline DI min (DI i, DI j) { if (i<j) return i; else return j; }
      |           ^~~
Kernel/Abstractions/basic.hpp:122:15: note: candidate: ‘double min(double, double)’
  122 | inline double min (double i, double j) { if (i<j) return i; else return j; }
      |               ^~~
...


More information about the debian-science-maintainers mailing list