Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145319 - perl-5.8.8-r2 fails to install on Gentoo alpha EV6
Summary: perl-5.8.8-r2 fails to install on Gentoo alpha EV6
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
: 145473 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-28 01:05 UTC by Arno Hahma
Modified: 2008-02-27 18:01 UTC (History)
2 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 Arno Hahma 2006-08-28 01:05:57 UTC
I get the following error, when trying to do emerge -vu world:


          CCCMD =  alpha-unknown-linux-gnu-gcc -DPERL_CORE -c -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -mieee -O3 -mcpu=ev6  -Wall
alpha-unknown-linux-gnu-gcc -L/usr/local/lib -o miniperl \
    miniperlmain.o opmini.o libperl.a -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc 
libperl.a(mg.o)(.text+0x5c28): In function `Perl_magic_set':
: undefined reference to `setrgid'
libperl.a(mg.o)(.text+0x5c2c): In function `Perl_magic_set':
: undefined reference to `setrgid'
libperl.a(mg.o)(.text+0x6284): In function `Perl_magic_set':
: undefined reference to `setruid'
libperl.a(mg.o)(.text+0x6288): In function `Perl_magic_set':
: undefined reference to `setruid'
collect2: ld returned 1 exit status
make: *** [miniperl] Error 1

emerge --info:

Portage 2.0.54 (default-linux/alpha/2006.0, gcc-3.3.2, glibc-2.3.5-r3, 2.6.15.1 
alpha)
=================================================================
System uname: 2.6.15.1 alpha EV6
Gentoo Base System version 1.6.14
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5, 2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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.15.92.0.2-r10
sys-devel/gcc-config: 1.3.13-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="alpha"
AUTOCLEAN="yes"
CBUILD="alpha-unknown-linux-gnu"
CFLAGS="-mieee -O3 -mcpu=ev6"
CHOST="alpha-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shu
tdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/s
hare/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/t
ex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mieee -O3 -mcpu=ev6"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="alpha X X509 acl alsa apache2 arts audiofile berkdb bitmap-fonts bzip2 cli 
crypt cups curl dlloader dri dvd eds encode esd expat fam foomaticdb fortran gdb
m gif gnome gpm gstreamer gtk gtk2 idn imagemagick imap imlib ipv6 isdnlog jpeg 
kde kerberos lcms ldap libcaca libg++ libwww mad maildir mikmod mng motif mp3 mp
eg mysql ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl png pppd 
python qt qt3 quicktime readline reflection ruby samba sasl sdl session spell sp
l ssl tcpd tetex tiff truetype truetype-fonts type1-fonts udev unicode usb vorbi
s xml xml2 xmms xorg xv zlib video_cards_cirrus video_cards_ati video_cards_dumm
y video_cards_fbdev video_cards_glint video_cards_mga video_cards_nv video_cards
_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_sil
iconmotion video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_v4l v
ideo_cards_vga video_cards_voodoo input_devices_keyboard input_devices_mouse inp
ut_devices_evdev userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXT
RA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2006-08-28 07:30:53 UTC
Is this from emerging perl or libperl? If perl, can you confirm the USE flags used for both libperl and perl? thanks!
Comment 2 Arno Hahma 2006-08-28 23:10:17 UTC
Yes, this is perl-5.8.8-r2. No specific USE -flags set, they come from /etc/make.conf as follows:

USE="ipv6 kerberos X509 gtk gnome qt kde dvd alsa X mysql imap libwww maildir sasl ssl bzip2 acl samba kerberos unicode"
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-29 07:43:29 UTC
*** Bug 145473 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2008-02-27 18:01:28 UTC
Closing a dead bug.