Hello,
I build gp on a Debian Linux X86 machine. All went well until I ran the make check. Is there a way to have it working on this platform?
Thanks
Pascal pascal@accovia.com
dibm0014:/home/pascal/Pascal/packages/gp-0.60# gpc --version gpc 20050331, based on gcc-3.4.5 20050821 (prerelease) (Debian 3.4.4-8) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Output of make check:
dibm0014:/home/pascal/Pascal/packages/gp-0.60# make check ./gp --test-parser --unit-path=/home/pascal/Pascal/packages/gp-0.60 /home/pascal/Pascal/packages/gp-0.60/test-parser.pas > test-parser.tmp ./gp: warning: /home/pascal/Pascal/packages/gp-0.60/test-parser.pas: missing program header sed -e '/^[PVm]/d;s,/,/,g;s,'`pwd`',@srcdir@,g;s,/home/pascal/Pascal/packages/gp-0 \.60,@srcdir@,g' < test-parser.tmp > test-parser.new rm -f test-parser.tmp if diff /home/pascal/Pascal/packages/gp-0.60/test-parser.out test-parser.new; then \ echo "GP Parser test succeeded" >&2; \ rm -f test-parser.new; \ else \ echo "GP Parser test failed" >&2; \ fi 2,3c2,4 < K 1 < O ---
T 1 t i486-linux-gnu p
5c6 < o @srcdir@/test-parser.o ---
O @srcdir@/test-parser.o
14,16c15,17 < O @srcdir@/gp.o < O @srcdir@/gpc.o < O @srcdir@/md5.o ---
o @srcdir@/gp.o o @srcdir@/gpc.o o @srcdir@/md5.o
GP Parser test failed
Pascal Viandier wrote:
I build gp on a Debian Linux X86 machine. All went well until I ran the make check. Is there a way to have it working on this platform?
This was a small bug in the test itself. Harmless, so GP should still work. But I've just uploaded a corrected version. Thanks for pointing it out.
Frank