Adrian Bunk
Adrian Bunk
Commit 51c0b2f742920535178560f31c6e91065bf87b41 does not give any information why tbbmalloc is not being built on mips, it would be useful if someone could check the rationale in the original git tree....
This fixes #18 and #19
https://buildd.debian.org/status/fetch.php?pkg=libxlsxwriter&arch=armhf&ver=1.1.7-1%7Eexp1&stamp=1714910384&raw=0 ``` =================================== FAILURES =================================== ______________________ TestCompareXLSXFiles.test_image58 _______________________ self = def test_image58(self): > self.run_exe_test('test_image58') test/functional/test_image.py:165: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...
gcc < 14 gave warnings when passing such variable from from incompatible pointer type: https://buildd.debian.org/status/fetch.php?pkg=gpaste&arch=armhf&ver=45-3&stamp=1721124747&raw=0 gcc 14 turned these warnings into errors: https://buildd.debian.org/status/fetch.php?pkg=gpaste&arch=armhf&ver=45-4&stamp=1722968009&raw=0
Building tests was changed to `-O0` in commit a4ca3d14c1ae8297c286626fa347125ed2c30297. 3 reasons why the tests should be built with default optimizations: 1. C++ code compiled with `-O0` can be very inefficient,...
C++ code compiled without optimizations can be inefficient in many ways, and on some more exotic architectures (MIPS, Alpha) this caused a build failure: https://buildd.debian.org/status/fetch.php?pkg=libcvd&arch=mips64el&ver=0.0%7Egit20221020150751.30e8cfc%2Bds1-1&stamp=1695631656&raw=0 https://buildd.debian.org/status/fetch.php?pkg=libcvd&arch=alpha&ver=0.0%7Egit20221020150751.30e8cfc%2Bds1-1&stamp=1722259419&raw=0 ``` /usr/bin/ld: /tmp/cc5JDH6b.o: .got...