On 2018-07-19 00:39:27 [+0200], To Emilio Pozuelo Monfort wrote: > - scilab > rebuilt everywhere except for i386. Plus > #891351 [G| | ] [scilab] scilab segfaults at startup > #875790 [S|⛺+| ] [src:scilab] scilab: depends on openjdk-8 > #884033 [S| |☣] [scilab] scilab segfaults building > scilab-{ann,celestlab,plotlib} > #902826 [S| | ] [src:scilab] scilab: FTBFS on i386 - seg. fault during > build > > Building currently without all (#902826). Assuming it works, would it > make sense to NMU+2d it? We would get rid of one RC bug for curl but…
This one got worse since gcc-8 is the default[0], this is amd64: |/bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c -o src/fortran/twodq.lo src/fortran/twodq.f | /bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c -o src/fortran/dqagse.lo src/fortran/dqagse.f | libtool: compile: gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c src/fortran/xerrwv.f -fPIC -o src/fortran/.libs/xerrwv.o | /bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c -o src/fortran/greatr.lo src/fortran/greatr.f | libtool: compile: gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c src/fortran/twodq.f -fPIC -o src/fortran/.libs/twodq.o | libtool: compile: gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c src/fortran/dqagse.f -fPIC -o src/fortran/.libs/dqagse.o | libtool: compile: gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c src/fortran/greatr.f -fPIC -o src/fortran/.libs/greatr.o | /bin/bash ../../libtool --tag=F77 --mode=compile gfortran -DNDEBUG -m64 -fPIC -I../../modules/core/includes/ -g -O2 -c -o src/fortran/hpdel.lo src/fortran/hpdel.f | src/fortran/twodq.f:373:17: | | call tridv(node,node1,node2,0.5d0,1) | 1 | Error: Actual argument contains too few elements for dummy argument 'node' (9/10) at (1) | make[3]: *** [Makefile:1444: src/fortran/twodq.lo] Error 1 I am not fluent in fortran so I can't tell if this is a temporary glitch or a new permant FTBFS. Any suggestions from the D-Science folks? [0] I *think* it is gcc-8 because I built it recently and it built on amd64 but today it doesn't anymore. Sebastian