Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108654 - Compile of Gtk-perl fails during 'world' upgrade.
Summary: Compile of Gtk-perl fails during 'world' upgrade.
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-09 13:51 UTC by Neil Stone
Modified: 2006-05-21 13:57 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 Neil Stone 2005-10-09 13:51:56 UTC
Compile of Gtk-perl fails during 'world' upgrade.

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -uD world
Actual Results:  
.
.
.
Overriding boxed `GtkCTreeRow'
Overriding enum `GdkFunction'
Overriding flags `GdkWindowHints'
Dir ||
Use of uninitialized value in concatenation (.) or string at ../tools/gendefs.pl
line 411.
Use of uninitialized value in concatenation (.) or string at ../tools/gendefs.pl
line 411.
gtktypexp.c:1:30: gtk/gtktypeutils.h: No such file or directory
gtktypexp.c: In function `main':
gtktypexp.c:9: error: `GSList' undeclared (first use in this function)
gtktypexp.c:9: error: (Each undeclared identifier is reported only once
gtktypexp.c:9: error: for each function it appears in.)
gtktypexp.c:9: error: `names' undeclared (first use in this function)
/usr/portage/dev-perl/gtk-perl/gtk-perl-0.7009-r2.ebuild: line 49: 29998 Broken
pipe             perl Makefile.PL ${myconf} PREFIX=${D}/usr INSTALLDIRS=vendor
>>> Test phase [not enabled]: dev-perl/gtk-perl-0.7009-r2

>>> Install gtk-perl-0.7009-r2 into /var/tmp/portage/gtk-perl-0.7009-r2/image/
category dev-perl
make: *** No rule to make target `install'.  Stop.

Expected Results:  
Compile working

Athlon64 ~ # emerge info
Portage 2.0.53_rc4 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.12-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.0_pre8
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/fax /usr/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk         
ftp://mirrors.blueyonder.co.uk/mirrors/gentoo          
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/         
ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d a52 aac acpi aim alsa apm arts audiofile avi bash-completion
berkdb bitmap-fonts bluetooth bzlib calendar cdparanoia cdr cpudetection crypt
css cups curl dbus dga dv dvb dvd dvdr dvdread eds emboss encode esd ethereal
exif expat fam fbcon flash foomaticdb fortran ftp gd gdbm gif gimpprint gnome
gpm gps gstreamer gtk gtk2 hal icq iee1394 ieee1394 imagemagick imlib ipv6
jabber java javascript joystick jpeg kde lm_sensors logitech-mouse lzw lzw-tiff
mad mcve mgetty mikmod mime mng motif mozilla mp3 mpeg mplayer msn nas ncurses
nls nptl nvidia offensive ogg oggvorbis openal opengl osc oscar oss pam pcre
pdflib perl plugin png ppds python qt quicktime rar rdesktop readline real
recode sasl scanner sdl snmp sox spell ssl subtitles svg symlink tcltk tcpd
theora tidy tiff truetype truetype-fonts type1-fonts usb userlocales v4l v4l2
vcd videos vorbis wmf wxwindows xine xinerama xml2 xmms xosd xpm xprint xv xvid
yahoo zlib video_cards_nvidia userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-09 14:07:01 UTC
Please use "New -> Gentoo Linux -> Component: Ebuilds" in future. Infrastructure
is not the correct addressee.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-10-12 07:29:57 UTC
Bleh, this was fixed in -r1 (Bug 91589), so it's now broken again? :/
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2006-01-16 12:39:14 UTC
i can't dup this at all (and -r2 was a bump for some of the changes that were also in -r1). can you confirm this still is broken??
Comment 4 Chris White (RETIRED) gentoo-dev 2006-05-21 13:11:50 UTC
Requesting test request from user.
Comment 5 Neil Stone 2006-05-21 13:57:35 UTC
(In reply to comment #4)
> Requesting test request from user.
> 

Seems to work this end now, currently on -r2.. yay..