Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] media-gfx/splashutils-1.5.4.4 compile fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
McTango
n00b
n00b


Joined: 11 Dec 2004
Posts: 66
Location: Formosa - Argentina

PostPosted: Sun May 27, 2012 12:13 am    Post subject: [SOLVED] media-gfx/splashutils-1.5.4.4 compile fails Reply with quote

Hi all...

After a new fresh-from-zero installation of Gentoo Linux X86, everything went ok.
When i tried to install splashutils, did not compile.

Running "lafilefixer --justfixit" before trying new splashutils compilation did not solved the problem.

This is the error:
Code:
>>> Emerging (1 of 1) media-gfx/splashutils-1.5.4.4
 * splashutils-lite-1.5.4.4.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                   [ ok ]
 * splashutils-gentoo-1.0.17.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                  [ ok ]
 * miscsplashutils-0.1.8.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                      [ ok ]
 * libpng-1.4.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                               [ ok ]
 * jpegsrc.v8a.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                                 [ ok ]
 * freetype-2.3.12.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                            [ ok ]
 * zlib-1.2.3.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                                                 [ ok ]
>>> Unpacking source...
>>> Unpacking splashutils-lite-1.5.4.4.tar.bz2 to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Unpacking splashutils-gentoo-1.0.17.tar.bz2 to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Unpacking miscsplashutils-0.1.8.tar.bz2 to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Unpacking libpng-1.4.3.tar.bz2 to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Unpacking jpegsrc.v8a.tar.gz to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Unpacking freetype-2.3.12.tar.bz2 to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Unpacking zlib-1.2.3.tar.bz2 to /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Source unpacked in /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work
>>> Preparing source in /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4 ...
 * Applying splashutils-1.5.4.4-gentoo-typo-fix.patch ...                                                                                                                                                                             [ ok ]
 * Applying splashutils-1.5.4.4-freetype-bz2.patch ...                                                                                                                                                                                [ ok ]
 * Running eautoreconf in '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4' ...
 * Running libtoolize --install --copy --force --automake ...                                                                                                                                                                         [ ok ]
 * Running aclocal -I m4 ...                                                                                                                                                                                                          [ ok ]
 * Running autoconf ...                                                                                                                                                                                                               [ ok ]
 * Running autoheader ...                                                                                                                                                                                                             [ ok ]
 * Running automake --add-missing --copy ...                                                                                                                                                                                          [ ok ]
 * Running elibtoolize in: splashutils-1.5.4.4/libs/jpeg-8a/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Running elibtoolize in: splashutils-1.5.4.4/libs/freetype-2.3.12/builds/unix/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Running elibtoolize in: splashutils-1.5.4.4/libs/libpng-1.4.3/
 *   Applying portage/2.2 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
 * Running elibtoolize in: splashutils-1.5.4.4/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.2.6 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4 ...
make -j3 CC=i686-pc-linux-gnu-gcc LIB=lib STRIP=true
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -Wl,-O1 -Wl,--as-needed fbres.c -o fbres
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -Wl,-O1 -Wl,--as-needed usleep.c -o usleep
true usleep
true fbres
make[1]: Entering directory `/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/miscsplashutils-0.1.8/fbtruetype'
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2   -c -o fbtruetype.o fbtruetype.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2   -c -o messages.o messages.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2   -c -o console.o console.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2   -c -o ttf.o ttf.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2   -c -o luxisri.o luxisri.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -L/usr/lib -o fbtruetype -Wl,-O1 -Wl,--as-needed -L/usr/lib fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype   -lm
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -L/usr/lib -static -o fbtruetype.static -Wl,-O1 -Wl,--as-needed -L/usr/lib fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype -lz -lbz2   -lm
true -s fbtruetype fbtruetype.static
make[1]: Leaving directory `/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/miscsplashutils-0.1.8/fbtruetype'
make[1]: Entering directory `/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/miscsplashutils-0.1.8/kbd'
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe   -c -o fgconsole.o fgconsole.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe   -c -o getfd.o getfd.c
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -Wl,-O1 -Wl,--as-needed fgconsole.o getfd.o -o fgconsole
make[1]: Leaving directory `/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/miscsplashutils-0.1.8/kbd'
 * econf: updating splashutils-1.5.4.4/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating splashutils-1.5.4.4/libs/jpeg-8a/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating splashutils-1.5.4.4/libs/jpeg-8a/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating splashutils-1.5.4.4/libs/freetype-2.3.12/builds/unix/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating splashutils-1.5.4.4/libs/freetype-2.3.12/builds/unix/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating splashutils-1.5.4.4/libs/libpng-1.4.3/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating splashutils-1.5.4.4/libs/libpng-1.4.3/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating splashutils-1.5.4.4/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-png --with-mng --with-gpm --with-ttf --with-ttf-kernel --enable-fbcondecor --docdir=/usr/share/doc/splashutils-1.5.4.4 --with-freetype2-src=libs/freetype-2.3.12 --with-jpeg-src=libs/jpeg-8a --with-lpng-src=libs/libpng-1.4.3 --with-zlib-src=libs/zlib-1.2.3 --with-essential-libdir=/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for klcc... klcc
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for ceilf in -lm... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for clock_gettime in -lrt... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for pthread.h... (cached) yes
checking for xxpthread_create in -lpthread... no
checking for pthread_create in -lpthread... (cached) yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_set_defaults in -ljpeg... yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking libmng.h usability... yes
checking libmng.h presence... yes
checking for libmng.h... yes
checking for mng_initialize in -lmng... yes
checking for zlibVersion in -lz... yes
checking for cmsCloseProfile in -llcms... yes
checking for libpng-config... /usr/bin/libpng-config
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FREETYPE2... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating libs/Makefile
config.status: creating misc/Makefile
config.status: creating src/test/Makefile
config.status: creating docs/Makefile
config.status: creating scripts/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4 ...
make -j3 CC=i686-pc-linux-gnu-gcc STRIP=true
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4/missing --run autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make --silent all-recursive
Making all in libs
  CONF    libz.a
  CONF    libjpeg.a
  CONF    libfreetype.a
  MAKE    zlib.a
  CONF    libpng.a
  MAKE    libpng.a
  MAKE    libfreetype.a
  MAKE    libjpeg.a
/usr/bin/ld: warning: cannot find entry symbol main; defaulting to 0000000008048140
Making all in src
  CREATE  fbsplash.h
Making all in .
libfbsplash.c: In function 'fbsplash_send':
libfbsplash.c:696:2: warning: format not a string literal and no format arguments
libfbsplash.c: In function 'fbsplash_profile':
libfbsplash.c:650:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result
libfbsplash.c: In function 'fbsplash_set_evdev':
libfbsplash.c:615:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
libfbsplash.c: In function 'fbsplash_check_sanity':
libfbsplash.c:571:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
libfbsplash.c: In function 'fbsplash_cache_cleanup':
libfbsplash.c:498:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result
libfbsplash.c: In function 'fbsplash_parse_kcmdline':
libfbsplash.c:177:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result
libfbsplashrender.c: In function 'vt_cursor_enable':
libfbsplashrender.c:598:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result
libfbsplashrender.c: In function 'fbsplashr_tty_silent_init':
libfbsplashrender.c:627:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result
libfbsplashrender.c: In function 'vt_cursor_disable':
libfbsplashrender.c:593:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result
libfbsplashrender.c: In function 'fbsplashr_input_init':
libfbsplashrender.c:216:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result
common.c: In function 'dev_create':
common.c:47:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result
image.c: In function 'is_png':
image.c:171:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
ttf.c: In function 'text_get_output':
ttf.c:676:6: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result
ttf.c:687:6: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
daemon.c: In function 'daemon_start':
daemon.c:652:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
daemon.c: In function 'thf_switch_ttymon':
daemon.c:476:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result
  CC      fbcondecor_helper-kernel.o
  CC      fbcondecor_helper-libfbsplash.o
  CC      fbcondecor_helper-libfbsplashrender.o
  CC      fbcondecor_helper-fbcon_decor.o
  CC      fbcondecor_helper-common.o
  CC      fbcondecor_helper-parse.o
  CC      fbcondecor_helper-list.o
  CC      fbcondecor_helper-render.o
  CC      fbcondecor_helper-image.o
  CC      fbcondecor_helper-effects.o
  CC      fbcondecor_helper-ttf.o
daemon.c: In function 'daemon_start':
daemon.c:652:7: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
daemon.c: In function 'thf_switch_ttymon':
daemon.c:476:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result
  CREATE  libfbsplash.pc
  CREATE  libfbsplashrender.pc
  LD      fbcondecor_helper
/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib/libfreetype.a(ftbzip2.o): In function `ft_bzip2_stream_close':
(.text+0xd3): undefined reference to `BZ2_bzDecompressEnd'
/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib/libfreetype.a(ftbzip2.o): In function `ft_bzip2_file_fill_output':
(.text+0x183): undefined reference to `BZ2_bzDecompress'
/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib/libfreetype.a(ftbzip2.o): In function `ft_bzip2_stream_io':
(.text+0x353): undefined reference to `BZ2_bzDecompressEnd'
/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib/libfreetype.a(ftbzip2.o): In function `ft_bzip2_stream_io':
(.text+0x3a7): undefined reference to `BZ2_bzDecompressInit'
/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib/libfreetype.a(ftbzip2.o): In function `FT_Stream_OpenBzip2':
(.text+0x504): undefined reference to `BZ2_bzDecompressInit'
collect2: ld returned 1 exit status
make[4]: *** [fbsplashctl] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
emake failed
 * ERROR: media-gfx/splashutils-1.5.4.4 failed (compile phase):
 *   failed to build splashutils
 *
 * Call stack:
 *     ebuild.sh, line  85:  Called src_compile
 *   environment, line 2621:  Called die
 * The specific snippet of code:
 *       emake CC="${CC}" STRIP="true" || die "failed to build splashutils";
 *
 * If you need support, post the output of 'emerge --info =media-gfx/splashutils-1.5.4.4',
 * the complete build log and the output of 'emerge -pqv =media-gfx/splashutils-1.5.4.4'.
 * The complete build log is located at '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/temp/environment'.
 * S: '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4'

>>> Failed to emerge media-gfx/splashutils-1.5.4.4, Log file:

>>>  '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/temp/build.log'

 * Messages for package media-gfx/splashutils-1.5.4.4:

 * ERROR: media-gfx/splashutils-1.5.4.4 failed (compile phase):
 *   failed to build splashutils
 *
 * Call stack:
 *     ebuild.sh, line  85:  Called src_compile
 *   environment, line 2621:  Called die
 * The specific snippet of code:
 *       emake CC="${CC}" STRIP="true" || die "failed to build splashutils";
 *
 * If you need support, post the output of 'emerge --info =media-gfx/splashutils-1.5.4.4',
 * the complete build log and the output of 'emerge -pqv =media-gfx/splashutils-1.5.4.4'.
 * The complete build log is located at '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/temp/environment'.
 * S: '/var/tmp/portage/media-gfx/splashutils-1.5.4.4/work/splashutils-1.5.4.4'



And my system's info:

emerge --info:
Code:
Portage 2.1.10.49 (default/linux/x86/10.0/desktop, gcc-4.5.3, glibc-2.14.1-r3, 3.2.12-gentoo i686)
=================================================================
System uname: Linux-3.2.12-gentoo-i686-Intel-R-_Pentium-R-_Dual_CPU_E2140_@_1.60GHz-with-gentoo-2.1
Timestamp of tree: Sat, 26 May 2012 16:00:01 +0000
app-shells/bash:          4.2_p20
dev-lang/python:          2.7.3-r1, 3.2.3
dev-util/cmake:           2.8.7-r5
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.5.3-r2
sys-devel/gcc-config:     1.5-r2
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 3.1 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r3
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups curl cxx dbus dri dts dvd dvdr emboss encode exif fam fbcondecor firefox flac fortran gdbm gif gpm gtk hal iconv joystick jpeg lcms ldap libnotify mad mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nvidia odbc ogg opengl openmp pam pango pcre pdf png policykit ppds pppd qt3 qt3support qt4 readline sdl session spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 x86 xcb xml xorg xulrunner xv xvid 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 mmap_emul 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


/etc/make.conf:
Code:
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"

MAKEOPTS="-j3"

USE="alsa cdr curl dvd dvdr fbcondecor gif -gnome gtk hal -ipv6 joystick jpeg mng mp3 mp4 nvidia odbc ogg opengl png qt3 qt3support qt4 truetype udev unicode vorbis"

INPUT_DEVICES="evdev"
VIDEO_CARDS="nvidia"
Any ideas?
Thanks.
_________________
Charly Tango
Formosa - Argentina
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
To emerge, or not to emerge: that is the question.
_________________


Last edited by McTango on Fri Jun 08, 2012 10:20 am; edited 1 time in total
Back to top
View user's profile Send private message
stolas69
n00b
n00b


Joined: 27 May 2012
Posts: 1

PostPosted: Sun May 27, 2012 3:02 pm    Post subject: Reply with quote

One solution would be to emerge splashutils without freetype.
Code:
echo "media-gfx/splashutils -truetype >> /etc/portage/package.use"


A better one is to downgrade freetype:
Code:
echo "=media-libs/freetype-2.4.9-r1" >> /etc/portage/package.mask

and then emerge splashutils.
I had the same problem on amd64.
Hope it helps...
Back to top
View user's profile Send private message
McTango
n00b
n00b


Joined: 11 Dec 2004
Posts: 66
Location: Formosa - Argentina

PostPosted: Fri Jun 08, 2012 10:20 am    Post subject: [SOLVED] media-gfx/splashutils-1.5.4.4 compile fails Reply with quote

stolas69 wrote:
One solution would be to emerge splashutils without freetype.
Code:
echo "media-gfx/splashutils -truetype >> /etc/portage/package.use"


A better one is to downgrade freetype:
Code:
echo "=media-libs/freetype-2.4.9-r1" >> /etc/portage/package.mask

and then emerge splashutils.
I had the same problem on amd64.
Hope it helps...


Thanks a lot!!!... stolas69
splashutils compiled ok after downgrading freetype.
_________________
Charly Tango
Formosa - Argentina
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
To emerge, or not to emerge: that is the question.
_________________
Back to top
View user's profile Send private message
agent154
n00b
n00b


Joined: 24 Jun 2012
Posts: 3

PostPosted: Mon Jun 25, 2012 11:36 pm    Post subject: Reply with quote

I've had this exact same problem. Had to deal with it twice, as I have opted to restart my install of Gentoo due to various obscenely difficult to fix errors (possibly due to misconfiguration along the way) to fix. First time I somehow managed to get it installed without downgrading freetype but did not know how. This time around, I had to toy around with various things and managed to get it to work.

I found out that upgrading splashutils to 1.5.4.4-r1 fixed the problem. Just add the following line to /etc/portage/package.accept_keywords

Code:
=media-gfx/splashutils-1.5.4.4-r1
Back to top
View user's profile Send private message
fourteen20
n00b
n00b


Joined: 15 Aug 2003
Posts: 36
Location: Cornwall,uk

PostPosted: Sat Aug 25, 2012 8:44 am    Post subject: Reply with quote

Thanks Agent, this fixed a new amd64 stable install for me.
_________________
I Wanna be a Guru
Back to top
View user's profile Send private message
gordonp
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2005
Posts: 100

PostPosted: Mon Oct 29, 2012 4:31 pm    Post subject: Reply with quote

Maybe related; maybe helpful for someone later on:

I couldn't compile / emerge:
Code:
media-gfx/splashutils-1.5.4.4-r1

I was getting the error (snipped for brevity) when unsuccessfully trying to emerge:
Code:
ld: cannot find -lz

I found that the solution was to re-compile sys-libs/zlib with the USE-flag static-libs enabled; an entry like this in my /etc/portage/package.use did the trick:
Code:
sys-libs/zlib      static-libs


Hope this helps someone else...
Back to top
View user's profile Send private message
Ska`
n00b
n00b


Joined: 25 Sep 2004
Posts: 74

PostPosted: Fri Nov 02, 2012 2:17 am    Post subject: Reply with quote

gordonp wrote:
Hope this helps someone else...


It did, thanks a lot.
Back to top
View user's profile Send private message
MacGyver031
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jul 2004
Posts: 141
Location: Ilavalai, Sri Lanka

PostPosted: Mon Feb 11, 2013 9:05 am    Post subject: Reply with quote

gordonp wrote:
Hope this helps someone else...

Yup, thanks.
_________________
Sincerely your
Joanand K.

MacBook Pro 5.1: 2.4GHz Core2 Duo, 4096MB, 500GB, NVidia 9400/9600 M GT
Gentoo, Kernel 3.4.9, XOrg, Fluxbox.
Back to top
View user's profile Send private message
IceSunrise
n00b
n00b


Joined: 03 Mar 2008
Posts: 24
Location: Russia, Saint-Petersburg

PostPosted: Tue Apr 08, 2014 8:32 am    Post subject: Reply with quote

gordonp wrote:

I found that the solution was to re-compile sys-libs/zlib with the USE-flag static-libs enabled


Still helpful, thanks, even though the official documentation states this: https://wiki.gentoo.org/wiki/Fbsplash
Back to top
View user's profile Send private message
crowbert
Tux's lil' helper
Tux's lil' helper


Joined: 28 Apr 2003
Posts: 140

PostPosted: Fri May 30, 2014 7:58 pm    Post subject: Reply with quote

Just a quick "me too."

In order to compile
Code:
media-gfx/splashutils-1.5.4.4-r4
I had to block
Code:
=media-libs/freetype-2.5.3-r1
=media-libs/freetype-2.5.3
which left me with
Code:
media-libs/freetype-2.5.0.1


Here's hoping that the exact versions involved may help others.
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Sat May 31, 2014 2:22 pm    Post subject: Reply with quote

Please, don't shoot the messanger!

Splashutils has always had poor build system, and the package was maintained by Spock, who used to be an Gentoo developer, who have since retired. He was also the *upstream* author of this package to my best knowledge.

So, this package is abandoned both, at downstream and upstream levels.

Honestly, I expect splashutils to get removed soon from Portage.

I suggest you start looking for an alternative, rather sooner than later, like sys-boot/plymouth
Back to top
View user's profile Send private message
EasterParade
l33t
l33t


Joined: 26 Jul 2003
Posts: 938

PostPosted: Tue Aug 05, 2014 12:20 pm    Post subject: Reply with quote

ssuominen wrote:
Quote:
So, this package is abandoned both, at downstream and upstream levels.


Abandoned it, removed it from my system. No worries and I don´t need it with grub2 anyway.
Will not try plymouth either with grub2, too much trouble to be worth it.
One less package to care for.
:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum