Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231288 - dev-libs/stfl-0.18 doesn't compile
Summary: dev-libs/stfl-0.18 doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-09 11:32 UTC by Denis Kazak
Modified: 2008-07-20 22:35 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 Denis Kazak 2008-07-09 11:32:10 UTC
emerge stfl
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) dev-libs/stfl-0.18 to /
 * stfl-0.18.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                 [ ok ]
 * checking ebuild checksums ;-) ...                                                [ ok ]
 * checking auxfile checksums ;-) ...                                               [ ok ]
 * checking miscfile checksums ;-) ...                                              [ ok ]
 * checking stfl-0.18.tar.gz ;-) ...                                                [ ok ]
>>> Unpacking source...
>>> Unpacking stfl-0.18.tar.gz to /var/tmp/portage/dev-libs/stfl-0.18/work
 * Applying stfl-0.18-multilib.patch ...                                            [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-libs/stfl-0.18/work/stfl-0.18 ...
Makefile:76: Makefile.deps: No such file or directory
i686-pc-linux-gnu-gcc -I. -MM *.c > Makefile.deps_new
i686-pc-linux-gnu-gcc -I. -MM widgets/*.c | sed 's,^wt_[^ ]*\.o: ,widgets/&,' >> Makefile.deps_new
mv -f Makefile.deps_new Makefile.deps
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o public.o public.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o base.o base.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o parser.o parser.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o dump.o dump.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o style.o style.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o binding.o binding.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o iconv.o iconv.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o widgets/wt_box.o widgets/wt_box.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o widgets/wt_input.o widgets/wt_input.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o widgets/wt_label.o widgets/wt_label.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o widgets/wt_list.o widgets/wt_list.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o widgets/wt_table.o widgets/wt_table.c
i686-pc-linux-gnu-gcc -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer -I. -Wall  -D_GNU_SOURCE -fPIC   -c -o widgets/wt_textview.o widgets/wt_textview.c
rm -f libstfl.a
ar qc libstfl.a public.o base.o parser.o dump.o style.o binding.o iconv.o widgets/wt_box.o widgets/wt_input.o widgets/wt_label.o widgets/wt_list.o widgets/wt_table.o widgets/wt_textview.o
ranlib libstfl.a
test ! -f perl5/Makefile || make -C perl5 clean
cd perl5 && swig -perl5 stfl.i && perl Makefile.PL
../swig/basedecls.i:87: Warning(314): 'dump' is a perl keyword
../swig/basedecls.i:181: Warning(314): 'dump' is a perl keyword
Writing Makefile for stfl
make -C perl5 && touch perl5/build_ok
make[1]: Entering directory `/var/tmp/portage/dev-libs/stfl-0.18/work/stfl-0.18/perl5'
cp stfl.pm blib/lib/stfl.pm
cp example.pl blib/lib/example.pl
i686-pc-linux-gnu-gcc -c   -pthread -I.. -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -march=k8 -msse3 -O2 -pipe -fomit-frame-pointer   -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/usr/lib/perl5/5.8.8/i686-linux/CORE"   stfl_wrap.c
Running Mkbootstrap for stfl ()
chmod 644 stfl.bs
rm -f blib/arch/auto/stfl/stfl.so
i686-pc-linux-gnu-gcc  -shared -L/usr/local/lib stfl_wrap.o ../libstfl.a  -o blib/arch/auto/stfl/stfl.so 	\
	   -lpthread -lncursesw  	\
	  
chmod 755 blib/arch/auto/stfl/stfl.so
cp stfl.bs blib/arch/auto/stfl/stfl.bs
chmod 644 blib/arch/auto/stfl/stfl.bs
make[1]: Leaving directory `/var/tmp/portage/dev-libs/stfl-0.18/work/stfl-0.18/perl5'
cd python && swig -python stfl.i
gcc -shared -pthread -fPIC python/stfl_wrap.c -I/usr/include/python2.5 \
		-I. libstfl.a -lncursesw -o python/_stfl.so
cd python && python -c 'import stfl'
>>> Source compiled.
>>> Test phase [not enabled]: dev-libs/stfl-0.18

>>> Install stfl-0.18 into /var/tmp/portage/dev-libs/stfl-0.18/image/ category dev-libs
make -C perl5 DESTDIR=/var/tmp/portage/dev-libs/stfl-0.18/image/ PREFIX=/usr install_vendor
make[1]: Entering directory `/var/tmp/portage/dev-libs/stfl-0.18/work/stfl-0.18/perl5'
Installing /var/tmp/portage/dev-libs/stfl-0.18/image/usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/stfl/stfl.bs
Installing /var/tmp/portage/dev-libs/stfl-0.18/image/usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/stfl/stfl.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /var/tmp/portage/dev-libs/stfl-0.18/image/usr/lib/perl5/vendor_perl/5.8.8/i686-linux/stfl.pm
Installing /var/tmp/portage/dev-libs/stfl-0.18/image/usr/lib/perl5/vendor_perl/5.8.8/i686-linux/example.pl
Writing /var/tmp/portage/dev-libs/stfl-0.18/image//usr/lib/perl5/vendor_perl/5.8.8/i686-linux/auto/stfl/.packlist
Appending installation info to /var/tmp/portage/dev-libs/stfl-0.18/image//usr/lib/perl5/5.8.8/i686-linux/perllocal.pod
make[1]: Leaving directory `/var/tmp/portage/dev-libs/stfl-0.18/work/stfl-0.18/perl5'
mkdir -p /var/tmp/portage/dev-libs/stfl-0.18/image//usr/lib/python2.5/lib-dynload/
[ ! -d /var/tmp/portage/dev-libs/stfl-0.18/image//usr/lib/python2.5/lib-dynload/ ] && mkdir -p /var/tmp/portage/dev-libs/stfl-0.18/image//usr/lib/python2.5/lib-dynload/
make: *** [install_python] Error 1
 * 
 * ERROR: dev-libs/stfl-0.18 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2313:  Called die
 * The specific snippet of code:
 *       emake -j1 prefix="/usr" DESTDIR="${D}" LIBDIR="$(get_libdir)" install || die "make install failed";
 *  The die message:
 *   make install 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/dev-libs/stfl-0.18/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/stfl-0.18/temp/environment'.
 * 

 * Messages for package dev-libs/stfl-0.18:

 * 
 * ERROR: dev-libs/stfl-0.18 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2313:  Called die
 * The specific snippet of code:
 *       emake -j1 prefix="/usr" DESTDIR="${D}" LIBDIR="$(get_libdir)" install || die "make install failed";
 *  The die message:
 *   make install 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/dev-libs/stfl-0.18/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/stfl-0.18/temp/environment'.


Reproducible: Always

Steps to Reproduce:
1.emerge stfl
2.
3.




Portage 2.2_rc1 (default-linux/x86/2007.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r5 i686)
=================================================================
System uname: Linux-2.6.25-gentoo-r5-i686-AMD_Turion-tm-_64_X2_Mobile_Technology_TL-50-with-glibc2.0
Timestamp of tree: Wed, 09 Jul 2008 07:31:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-lang/python:     2.4.3-r4, 2.5.2-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.62-r1
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.4
virtual/os-headers:  2.6.25-r4
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=k8 -msse3 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=k8 -msse3 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distcc distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.byfly.by/pub/gentoo/ ftp://192.168.3.133 ftp://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS=""
MAKEOPTS="-j4"
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"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa berkdb cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emacs emboss encode evo fam firefox fortran gdbm gif gpm gstreamer hal iconv ipv6 isdnlog jpeg kerberos ldap mad midi mikmod mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl png pppd python qt3support qt4 quicktime readline reflection sdl session spell spl ssl svg tcpd tiff truetype unicode vorbis win32codecs x86 xml xorg xv 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="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2008-07-20 22:35:06 UTC
stupid patch, should now be fixed, works for me now.