On Fri, Sep 05, 2014 at 07:54:18AM -0700, Ben Pfaff wrote:
On Fri, Sep 05, 2014 at 12:29:56PM +0200, John Darrington wrote:
> I get the following problem trying to build from master:
>
> /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W
-Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare
-Wmissing-prototypes -O0 -g -Wdeclaration-after-statement -o
src/ui/terminal/pspp src/ui/terminal/libui.la src/ui/libuicommon.la
src/libpspp.la src/libpspp-core.la -lpangocairo-1.0 -lpango-1.0 -lcairo
-lgobject-2.0 -lglib-2.0 -lreadline -lgsl -lgslcblas -lm -lreadline
-lgslcblas -lz -lm
> libtool: link: gcc -std=gnu99 -Wall -W -Wwrite-strings
-Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -O0
-g -Wdeclaration-after-statement -o src/ui/terminal/.libs/pspp
src/ui/terminal/.libs/libui.a src/ui/.libs/libuicommon.a src/.libs/libpspp.so
src/.libs/libpspp-core.so -lpangocairo-1.0 -lpango-1.0
/usr/lib/x86_64-linux-gnu/libcairo.so -lgobject-2.0 -lglib-2.0 -lgsl -lreadline
-lgslcblas -lz -lm -Wl,-rpath -Wl,/scratch/john/tmp.2Df3tuQpDf/lib/pspp
-Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu
> src/.libs/libpspp.so: undefined reference to `cmd_output'
> src/.libs/libpspp.so: undefined reference to `table_stomp'
> collect2: error: ld returned 1 exit status
That's strange, the nightly builds are running successfully. Both of
these errors relate to files added recently
(src/language/utilities/output.c, src/output/table-stomp.c) so I wonder
whether your generated Makefiles are stale somehow?I did a "make -f Smake clean; make -f Smake" and it seemed to fix the problem, so you are probably correct. J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
