GNOME Bugzilla – Bug 331178
vte compilation error in vteseq-table.h
Last modified: 2006-02-15 06:33:29 UTC
Please describe the problem: Compiling vte 0.11.18 on x86-64 machine gives this error on make install: make[1]: Leaving directory `/root/devel/tmp/WORK/vte-0.11.18-1/vte-0.11.18' Running the make install, with DESTDIR=/root/devel/tmp/STAGE/vte-0.11.18-1... cd /root/devel/tmp/WORK/vte-0.11.18-1/vte-0.11.18 Executing "makeinstall" in /root/devel/tmp/LOGS/vte-0.11.18-1/makeinstall.sh, output in /root/devel/tmp/LOGS/vte-0.11.18-1/makeinstall.txt make DESTDIR=/root/devel/tmp/STAGE/vte-0.11.18-1 install Making install in src make[1]: Entering directory `/root/devel/tmp/WORK/vte-0.11.18-1/vte-0.11.18/src' make vteseq-gen make[2]: Entering directory `/root/devel/tmp/WORK/vte-0.11.18-1/vte-0.11.18/src' gcc -I/usr/X11R6/include -O2 -fPIC -pipe -march=x86-64 vteseq-gen.c -o vteseq-gen make[2]: Leaving directory `/root/devel/tmp/WORK/vte-0.11.18-1/vte-0.11.18/src' ./vteseq-gen > vteseq-table.h make[1]: *** [vteseq-table.h] Error 4 make[1]: Leaving directory `/root/devel/tmp/WORK/vte-0.11.18-1/vte-0.11.18/src' make: *** [install-recursive] Error 1 mkdir -m 755 -p /root/devel/tmp/STAGE/vte-0.11.18-1/usr/doc/vte-0.11.18 Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Yes Other information: Machine is running dual-core X2 cpu on SLAMD64 linux in x86_64 mode, previous release of vte 0.11.17 compiles OK. I belive this is due to changes in vteseq-gen which were introduced in 0.11.18
*** Bug 331180 has been marked as a duplicate of this bug. ***
Can you please test cvs HEAD and see if this is fixed? 2006-02-14 Behdad Esfahbod <behdad@gnome.org> * src/vteseq-gen.c (main): Return 0. (bug #331178)
Yes, checking out CVS HEAD and building fixes the vteseq-gen issues. Thanks for a quick fix! i think it's time to squash this boog.