bug#37946: pingus build fails: ‘function’ in namespace ‘std’ does not name a template type

2019-10-30 Thread Marius Bakke
Pierre Neidhardt writes: > pingus fails to build, maybe since the last core update: > > --8<---cut here---start->8--- > g++ -o build/src/pingus/screens/demo_session.o -c -O2 -s -std=c++0x >

bug#37996: guile-ssh non-deterministic test failure

2019-10-30 Thread Mark H Weaver
FYI, guile-ssh-0.11.3 failed one of its tests the first time I tried to build it today on my X200. The second attempt succeeded. Mark --8<---cut here---start->8--- Guile-SSH 0.11.3: tests/test-suite.log

bug#37989: python2-numpy v0.17.3 fails to build

2019-10-30 Thread Marius Bakke
Josh Holland writes: > Hi, > > It seems that the update of python-numpy to 1.17.3 in > 8e5fbd5dda93e137ff527cabe25989b28ab9e1c0 has broken the build of the > corresponding Python 2 package, both on my local machine and on the CI > server: http://ci.guix.gnu.org/build/1893145/details. Fixed in

bug#37989: python2-numpy v0.17.3 fails to build

2019-10-30 Thread Konrad Hinsen
Hi Josh, Lots of packages including libreoffice transitively depend on python2-numpy, so this needs some sort of resolution — perhaps simply pinning python2-numpy to a previous version? That would be my preferred solution - pin python2-numpy to the last NumPy version that supports Python 2,

bug#37989: python2-numpy v0.17.3 fails to build

2019-10-30 Thread Josh Holland
Hi, It seems that the update of python-numpy to 1.17.3 in 8e5fbd5dda93e137ff527cabe25989b28ab9e1c0 has broken the build of the corresponding Python 2 package, both on my local machine and on the CI server: http://ci.guix.gnu.org/build/1893145/details. The log in Cuirass is incomplete, but the

bug#37940: endless "try upgrading both" cycles

2019-10-30 Thread Diego Nicola Barbato
Hello Ludo, Ludovic Courtès writes: [...] > Now, it doesn’t sound right that ‘util-linux’ is propagated from glib > and from poppler…? Glib propagates 'util-linux' since it was updated to 2.58.1 (and poppler propagates glib). This isn't the first time it's caused trouble [0]. Marius has