Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202360 - media-gfx/fontforge-20071210 build failure
Summary: media-gfx/fontforge-20071210 build failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-15 08:29 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-12-27 23:03 UTC (History)
1 user (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-12-15 08:29:19 UTC
cd ../.libs && rm -f libfontforge.la && ln -s ../libfontforge.la libfontforge.la)
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o .libs/fontforge startnoui.o  -L/usr/local/lib ../.libs/libfontforge.so /var/tmp/portage/media-gfx/fontforge-20071210/work/fontforge-20071210/.libs/libgutils.so ../.libs/libgutils.so /var/tmp/portage/media-gfx/fontforge-20071210/work/fontforge-20071210/.libs/libgunicode.so ../.libs/libgunicode.so -ldl -lpthread -lm -Wl,--rpath -Wl,/usr/lib64
startnoui.o: In function `main':
/var/tmp/portage/media-gfx/fontforge-20071210/work/fontforge-20071210/fontforge/startnoui.c:141: undefined reference to `ProcessNativeScript'
collect2: ld returned 1 exit status
make[1]: *** [../libfontforge.la] Error 1
make: *** [fontforge] Error 2
 *
 * ERROR: media-gfx/fontforge-20071210 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_compile
 *             environment, line 2131:  Called die
 * The specific snippet of code:
 *       emake || diefunc "$FUNCNAME" "$LINENO" "$?"
 *  The die message:
 *   (no error message)
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/media-gfx:fontforge-20071210:20071215-081811.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/fontforge-20071210/temp/environment'.
 *

Problem is ProcessNativeScript is defined in scripting.c as a static function..
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2007-12-27 22:31:55 UTC
reproduce w/ USE="-X -python"
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2007-12-27 23:03:37 UTC
Fix from upstream CVS.