After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 331178 - vte compilation error in vteseq-table.h
vte compilation error in vteseq-table.h
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.11.x
Other All
: Normal critical
: ---
Assigned To: VTE Maintainers
VTE Maintainers
: 331180 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-02-14 19:06 UTC by Paul Blazejowski
Modified: 2006-02-15 06:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Paul Blazejowski 2006-02-14 19:06:05 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
Comment 1 Behdad Esfahbod 2006-02-14 19:13:53 UTC
*** Bug 331180 has been marked as a duplicate of this bug. ***
Comment 2 Behdad Esfahbod 2006-02-14 22:19:02 UTC
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)

Comment 3 Paul Blazejowski 2006-02-15 06:33:29 UTC
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.