Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206998 - sys-apps/tuxonice-userui-0.7.2 fails to build with fbsplash USE flag
Summary: sys-apps/tuxonice-userui-0.7.2 fails to build with fbsplash USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 10:12 UTC by Jan Slaninka
Modified: 2008-01-27 12:16 UTC (History)
4 users (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 Jan Slaninka 2008-01-22 10:12:57 UTC
This is the output I get when I try to compile sys-apps/tuxonice-userui-0.7.2 with USE flag fbsplash:
>>> Emerging (1 of 1) sys-apps/tuxonice-userui-0.7.2 to /
 * suspend2-userui-0.7.2.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                          [ ok ]
 * suspend2-userui-0.7.2-fbsplash.patch.bz2 RMD160 SHA1 SHA256 size ;-) ...                                              [ ok ]
 * checking ebuild checksums ;-) ...                                                                                     [ ok ]
 * checking auxfile checksums ;-) ...                                                                                    [ ok ]
 * checking miscfile checksums ;-) ...                                                                                   [ ok ]
 * checking suspend2-userui-0.7.2.tar.gz ;-) ...                                                                         [ ok ]
 * checking suspend2-userui-0.7.2-fbsplash.patch.bz2 ;-) ...                                                             [ ok ]
>>> Unpacking source...
>>> Unpacking suspend2-userui-0.7.2.tar.gz to /var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work
>>> Unpacking suspend2-userui-0.7.2-fbsplash.patch.bz2 to /var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work
 * Applying suspend2-userui-0.7.2-fbsplash.patch ...                                                                     [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2 ...
rm -f *.o tuxoniceui_text tuxoniceui_fbsplash tuxoniceui_usplash
make -C fbsplash clean
make[1]: Entering directory `/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2/fbsplash'
rm -f *.o userui_fbsplash.o
make[1]: Leaving directory `/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2/fbsplash'
make -C usplash clean
make[1]: Entering directory `/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2/usplash'
rm -f *.o userui_usplash.o
make[1]: Leaving directory `/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2/usplash'
i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer   -c -o userui_core.o userui_core.c
i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer   -c -o userui_text.o userui_text.c
i686-pc-linux-gnu-gcc  -static userui_core.o userui_text.o -o tuxoniceui_text
make -C fbsplash all
make[1]: Entering directory `/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2/fbsplash'
i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer   -I/usr/include/freetype2/ -I. -c userui_fbsplash_core.c -o userui_fbsplash_core.o
i686-pc-linux-gnu-gcc  -r -nostdlib -nostartfiles  userui_fbsplash_core.o -o userui_fbsplash.o
make[1]: Leaving directory `/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/work/suspend2-userui-0.7.2/fbsplash'
i686-pc-linux-gnu-gcc  -static userui_core.o fbsplash/userui_fbsplash.o -o tuxoniceui_fbsplash -lfbsplashrender -lfbsplash  
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `is_png':
(.text+0x57): undefined reference to `png_sig_cmp'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0xea): undefined reference to `png_create_read_struct'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0xf6): undefined reference to `png_create_info_struct'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x11e): undefined reference to `png_init_io'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x132): undefined reference to `png_read_info'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x1ae): undefined reference to `png_read_update_info'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x1e1): undefined reference to `png_get_rowbytes'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x2db): undefined reference to `png_read_row'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x3b9): undefined reference to `png_destroy_read_struct'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x3fb): undefined reference to `png_read_row'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x460): undefined reference to `png_read_row'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x471): undefined reference to `png_set_gray_to_rgb'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x492): undefined reference to `png_set_add_alpha'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x4b6): undefined reference to `png_set_strip_alpha'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x4c7): undefined reference to `png_set_strip_16'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_png':
(.text+0x505): undefined reference to `png_get_PLTE'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0x68c): undefined reference to `jpeg_std_error'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0x6ac): undefined reference to `jpeg_CreateDecompress'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0x6dc): undefined reference to `jpeg_stdio_src'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0x6f0): undefined reference to `jpeg_read_header'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0x6fc): undefined reference to `jpeg_start_decompress'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0x9d1): undefined reference to `jpeg_read_scanlines'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0xa2b): undefined reference to `jpeg_finish_decompress'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-image.o): In function `load_images':
(.text+0xa37): undefined reference to `jpeg_destroy_decompress'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x214): undefined reference to `FT_Load_Glyph'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x352): undefined reference to `FT_Render_Glyph'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x4c3): undefined reference to `FT_Get_Char_Index'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x4e3): undefined reference to `FT_Render_Glyph'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x530): undefined reference to `FT_Outline_Transform'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x588): undefined reference to `ceilf'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `Find_Glyph':
(.text+0x6f8): undefined reference to `ceilf'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `TTF_CloseFont':
(.text+0x1509): undefined reference to `FT_Done_Face'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x15f5): undefined reference to `FT_New_Face'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x16b7): undefined reference to `FT_New_Face'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x170f): undefined reference to `FT_Set_Char_Size'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x1791): undefined reference to `FT_MulFix'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x17ba): undefined reference to `FT_MulFix'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x17f1): undefined reference to `FT_MulFix'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x181b): undefined reference to `FT_MulFix'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `load_fonts':
(.text+0x1842): undefined reference to `FT_MulFix'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `TTF_Quit':
(.text+0x1902): undefined reference to `FT_Done_FreeType'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libfbsplashrender.a(libfbsplashrender_la-ttf.o): In function `TTF_Init':
(.text+0x191f): undefined reference to `FT_Init_FreeType'
collect2: ld returned 1 exit status
make: *** [tuxoniceui_fbsplash] Error 1
 * 
 * ERROR: sys-apps/tuxonice-userui-0.7.2 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_compile
 *             environment, line 2025:  Called die
 * The specific snippet of code:
 *           emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" tuxoniceui_fbsplash || diefunc "$FUNCNAME" "$LINENO" "$?" "emake tuxoniceui_fbsplash failed";
 *  The die message:
 *   emake tuxoniceui_fbsplash failed
 * 
 * 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/sys-apps/tuxonice-userui-0.7.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/tuxonice-userui-0.7.2/temp/environment'.
 * 


Reproducible: Always

Steps to Reproduce:
1. USE="fbsplash" emerge sys-apps/tuxonice-userui-0.7.2
2.
3.

Actual Results:  
doesn't compile

Expected Results:  
should compile cleanly

emerge --info
Portage 2.1.4 (default-linux/x86/2007.0/desktop, gcc-4.2.2, glibc-2.7-r1, 2.6.23-tuxonice-r6 i686)
=================================================================
System uname: 2.6.23-tuxonice-r6 i686 Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz
Timestamp of tree: Mon, 21 Jan 2008 15:30:04 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.3
dev-lang/python:     2.4.4-r7, 2.5.1-r5
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
LINGUAS="en_GB en_US"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/wschlich-testing /usr/portage/local/layman/sunrise /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa amr amrnb audacious bash-completion battery berkdb binary-drivers bitmap-fonts bluetooth cairo cdr cli cpudetection cpufreq cracklib crypt cups cursors dbus directfb doc dri dts dvd dvdnav dvdr dvdread emboss encode escreen evo fam fbcondecor fbsplash ffmpeg firefox flac foomaticdb fortran gajim gdbm gif gmail gpm gsm gstreamer gtk hal hddtemp ibam ibmacpi iconv icq idea jabber jpeg kerberos libnotify libsexy lm_sensors mad midi mikmod mmx mmxext mp3 mp4 mpeg mpeg2 mplayer mudflap musicbrainz ncurses nls nptl nptlonly nsplugin offensive ogg opengl openmp openssh openssl opensslcrypt pam pcmcia pcre pdf perl png pppd python qt-static quicktime rar rdesktop readline reflection rtc samba screen sdl session spell spl sse sse2 ssl ssse3 svg svga threads tiff trayicon truetype truetype-fonts type1 type1-fonts unicode usb v4l v4l2 vim vim-syntax vorbis wifi win32codecs wireshark x264 x86 xcomposite xml xorg xscreensaver xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="ps2mouse keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_GB en_US" USERLAND="GNU" VIDEO_CARDS="i810 i830 i915"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 pelopor 2008-01-25 04:23:38 UTC
If you've emerged media-gfx/splashutils-1.5.3.3, mask it and emerge 
media-gfx/splashutils-1.5.3.2, then emerge tuxonice-userui. 
Something's wrong in media-gfx/splashutils-1.5.3.3 ebuild.
(But I have not pursued it yet.)
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2008-01-25 07:52:45 UTC
Spock: could you take a look why media-gfx/splashutils-1.5.3.3 causes this problem?
Comment 3 Jan Slaninka 2008-01-25 09:38:54 UTC
compiles cleanly with media-gfx/splashutils-1.5.3.2
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2008-01-26 13:52:35 UTC
It compiles find at my side...
Can you please reemerge splashutils and try again?
Comment 5 Michal Januszewski (RETIRED) gentoo-dev 2008-01-27 12:16:15 UTC
This problem is fixed in splashutils-1.5.3.4.