[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #41004] make check is not working when cross-compiling
From: |
Harry Thijssen |
Subject: |
PSPP-BUG: [bug #41004] make check is not working when cross-compiling |
Date: |
Sat, 19 Mar 2016 23:11:39 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 |
Follow-up Comment #16, bug #41004 (project pspp):
With Johns patches I get a lot tests completed as ok
But when I use the first patch of John and Ben's path I get:
/bin/sh ./libtool --tag=CC --mode=link i686-w64-mingw32-gcc -Wall -W
-Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare
-Wmissing-prototypes -O2 -g -pipe -Wall -fexceptions --param=ssp-buffer-size=4
-mms-bitfields -Wl,--exclude-libs=libintl.a -Wl,--exclude-libs=libiconv.a
-Wl,--no-keep-memory -o tests/ui/syntax-gen-test.exe
tests/ui/syntax-gen-test.o src/ui/libuicommon.la src/libpspp-core.la
-L/usr/i686-w64-mingw32/sys-root/mingw/lib -lpangocairo-1.0 -lpango-1.0
-lgobject-2.0 -lglib-2.0 -lintl -lcairo
/usr/i686-w64-mingw32/sys-root/mingw/lib/libiconv.dll.a
-L/usr/i686-w64-mingw32/sys-root/mingw/lib -lreadline -lgslcblas -lz
/usr/i686-w64-mingw32/sys-root/mingw/lib/libintl.dll.a
-L/usr/i686-w64-mingw32/sys-root/mingw/lib
libtool: link: i686-w64-mingw32-gcc -Wall -W -Wwrite-strings
-Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -O2
-g -pipe -Wall -fexceptions --param=ssp-buffer-size=4 -mms-bitfields
-Wl,--exclude-libs=libintl.a -Wl,--exclude-libs=libiconv.a
-Wl,--no-keep-memory -o tests/ui/.libs/syntax-gen-test.exe
tests/ui/syntax-gen-test.o src/ui/.libs/libuicommon.a
-L/usr/i686-w64-mingw32/sys-root/mingw/lib src/.libs/libpspp-core.a -lxml2
-lws2_32 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo
/usr/i686-w64-mingw32/sys-root/mingw/lib/libiconv.dll.a -lreadline -lgslcblas
-lz /usr/i686-w64-mingw32/sys-root/mingw/lib/libintl.dll.a -pthread
make[3]: 'tests/language/lexer/command-name-test.exe' is up to date.
make[3]: 'tests/language/lexer/scan-test.exe' is up to date.
make[3]: 'tests/language/lexer/segment-test.exe' is up to date.
make[3]: 'tests/libpspp/zip-test.exe' is up to date.
make[3]: 'tests/math/chart-get-scale-test.exe' is up to date.
make[3]: 'tests/math/chart-get-ticks-format-test.exe' is up to date.
make[3]: 'tests/output/render-test.exe' is up to date.
make[3]: 'tests/ui/syntax-gen-test.exe' is up to date.
make[3]: Leaving directory
'/home/harry/pspp-master-20160319/pspp-0.9.0-gbff93a'
make check-local
make[3]: Entering directory
'/home/harry/pspp-master-20160319/pspp-0.9.0-gbff93a'
XTERM_LOCALE='' /bin/sh './tests/testsuite' -C tests
AUTOTEST_PATH=tests/data:tests/language/lexer:tests/libpspp:tests/output:src/ui/terminal:utilities
./atlocal: line 61: syntax error near unexpected token `}'
./atlocal: line 61: `}'
testsuite: error: invalid content: atlocal
Makefile:12477: recipe for target 'tests_check' failed
make[3]: *** [tests_check] Error 1
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41004>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, (continued)
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/14
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, John Darrington, 2016/03/14
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/15
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, John Darrington, 2016/03/18
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/18
- Re: PSPP-BUG: [bug #41004] make check is not working when cross-compiling, John Darrington, 2016/03/18
- Re: PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/18
- Re: PSPP-BUG: [bug #41004] make check is not working when cross-compiling, John Darrington, 2016/03/19
- Re: PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/19
- Re: PSPP-BUG: [bug #41004] make check is not working when cross-compiling, John Darrington, 2016/03/19
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling,
Harry Thijssen <=
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Ben Pfaff, 2016/03/19
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Ben Pfaff, 2016/03/19
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Ben Pfaff, 2016/03/24
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/29
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, John Darrington, 2016/03/30
- PSPP-BUG: [bug #41004] make check is not working when cross-compiling, Harry Thijssen, 2016/03/30