Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199419 - x11-libs/vte-0.16.9 fails to compile
Summary: x11-libs/vte-0.16.9 fails to compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-17 08:57 UTC by mjbjr
Modified: 2007-11-17 09:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mjbjr 2007-11-17 08:57:01 UTC
vte-0.16.9 fails to compile

Reproducible: Always

Actual Results:  
...

 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/libexec\" -DLOCALEDIR=\"/usr/share/locale\" -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/libpng12 -I/usr/include/freetype2 -DG_DISABLE_ASSERT -DG_LOG_DOMAIN=\"Vte\" -march=nocona -O2 -pipe -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -MT vte.lo -MD -MP -MF .deps/vte.Tpo -c vte.c -o vte.o >/dev/null 2>&1
mv -f .deps/vterdb.Tpo .deps/vterdb.Plo
mv -f .deps/vte.Tpo .deps/vte.Plo
make[2]: Leaving directory `/var/tmp/portage/x11-libs/vte-0.16.9/work/vte-0.16.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/vte-0.16.9/work/vte-0.16.9'
make: *** [all] Error 2
 * 
 * ERROR: x11-libs/vte-0.16.9 failed.
 * Call stack:
 *       ebuild.sh, line 1701:  Called dyn_compile
 *       ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *       ebuild.sh, line   44:  Called src_compile
 *       ebuild.sh, line 1383:  Called gnome2_src_compile
 *   gnome2.eclass, line   71:  Called die
 * The specific snippet of code:
 *      emake || die "compile failure"
 *  The die message:
 *   compile failure
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-libs/vte-0.16.9/temp/build.log'.
 * 

 * Messages for package x11-libs/vte-0.16.9:

 * 
 * ERROR: x11-libs/vte-0.16.9 failed.
 * Call stack:
 *       ebuild.sh, line 1701:  Called dyn_compile
 *       ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *       ebuild.sh, line   44:  Called src_compile
 *       ebuild.sh, line 1383:  Called gnome2_src_compile
 *   gnome2.eclass, line   71:  Called die
 * The specific snippet of code:
 *      emake || die "compile failure"
 *  The die message:
 *   compile failure
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-libs/vte-0.16.9/temp/build.log'.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-17 09:20:52 UTC
Unfortunately, you didn't post any error. If there's not something more useful in the output, try again w/ MAKEOPTS="-j1". Also emerge --info output is missing.