Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32406 - irssi don't starting after emerge
Summary: irssi don't starting after emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Greg Fitzgerald (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 10:23 UTC by Bash
Modified: 2003-12-03 10:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
list of `qpkg -l -I perl' (perl-list,185.82 KB, text/plain)
2003-11-23 19:56 UTC, Bash
Details
list of `qpkg -l -I irssi' (irssi-list,9.33 KB, text/plain)
2003-11-23 19:57 UTC, Bash
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bash 2003-10-31 10:23:46 UTC
problems with USE="perl" :(

Reproducible: Always
Steps to Reproduce:
1. emerge irssi-0.8.6-r4
2. irssi
3.

Actual Results:  
Can't locate Symbol.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i686-linux
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl .) at (eval 9) line 9.
BEGIN failed--compilation aborted at (eval 9) line 9.


Expected Results:  
start of program

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.4.20-gentoo-r8)
=================================================================
System uname: 2.4.20-gentoo-r8 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 1.80GHz
Gentoo Base System version 1.4.3.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss avi foomaticdb gif jpeg libg++ libwww mad mikmod mpeg ncurses nls
pdflib png truetype xmms xv zlib directfb gdbm berkdb slang readline sdl gpm pam
ssl perl python imlib qt motif X apm acl acpi alsa cdr crypt curl dvb dvd encode
ethereal flash sse usb mmx opengl xface xinerama fbcon pcmcia spell samba xml
xml2 gtk gtk2 -3dfx -debug -emacs -esd -3dnow -aalib -apache2 -arts -canna -cjk
-cups -freetds -gtkhtml -imap -ipv6 -java -junit -kde -ldap -lirc -matrox -oci8
-odbc -pda -postgres -ruby -snmp -socks5 -tetex -ppc -sparc -alpha -mips -hppa
-arm -voodoo3 -svga -oggvorbis -gnome -quicktime -tcpd"

-=-=-=-=-=-=-=-

 U I [ Found these USE variables in : net-irc/irssi-0.8.6-r4 ]
 + + nls  : unknown
 - - ipv6 : Adds support for IP version 6
 + + perl : Adds support/bindings for the Perl language.
 + - ssl  : Adds support for Secure Socket Layer connections
Comment 1 Chuck Short (RETIRED) gentoo-dev 2003-10-31 16:51:19 UTC
Have you upgraded perl recently?
Comment 2 Bash 2003-11-01 07:16:22 UTC
I have this:
blackhole root # qpkg -I perl -v  
sys-devel/libperl-5.8.0 *
dev-lang/perl-5.8.1-r2 *
dev-perl/ExtUtils-MakeMaker-6.16-r1 *
dev-perl/Safe-2.09 *
dev-perl/perl-tk-800.025 *

 U I [ Found these USE variables in : dev-lang/perl-5.8.1-r2 ]
 + + berkdb  : Adds support for sys-libs/db (Berkeley DB for MySQL)
 - - doc     : Adds extra documentation (API, Javadoc, etc)
 + + gdbm    : Adds support for sys-libs/gdbm (GNU database libraries)
 - - threads : Enable Perl threads, has some compatibility problems
Comment 3 Bash 2003-11-02 15:29:59 UTC
Hey, what i must to do, to solve this problem?
Comment 4 Chuck Short (RETIRED) gentoo-dev 2003-11-02 18:44:13 UTC
Have you tried re-emerging irssi because I dont have any problems on this
side?
Comment 5 Chuck Short (RETIRED) gentoo-dev 2003-11-02 18:45:08 UTC
Also check to see if you have symbol.pm. If not your copy of perl might be
having some problems.
Comment 6 Bash 2003-11-03 05:46:53 UTC
Yes, i am re-emerge irssi several times. With USE="perl" and USE="-perl"...
With PERL it don't work :(((


bash@blackhole bash $ locate Symbol.pm
/usr/lib/perl5/5.8.1/i686-linux/Encode/Symbol.pm
/usr/lib/perl5/5.8.1/Symbol.pm
               ^^^^^
And irssi whant to find it in 5.8.0
:(
Comment 7 Aron Griffis (RETIRED) gentoo-dev 2003-11-11 07:24:50 UTC
It's working fine here with USE=perl and perl-5.8.1.  I'm guessing you have
something strange with your perl installation.  What does the following say?

   qpkg -v -I dev-lang/perl
Comment 8 Chuck Short (RETIRED) gentoo-dev 2003-11-14 19:31:11 UTC
I havent had any problems here as well. Please check your perl installation as Aron said. If its still problem then re-open bug.
Comment 9 Bash 2003-11-23 19:55:18 UTC
Hey, i have not internet for some times. But now i sync'ed my linux box and upgrade to perl-5.8.2 and irssi-0.8.8 and i STILL have this probles...

bash@blackhole bash $ irssi >/dev/null
Can't locate Symbol.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at (eval 9) line 9.
BEGIN failed--compilation aborted at (eval 9) line 9.

I send list of packages in attachment...
Help me, plz!
Comment 10 Bash 2003-11-23 19:56:33 UTC
Created attachment 21190 [details]
list of `qpkg -l -I perl'
Comment 11 Bash 2003-11-23 19:57:27 UTC
Created attachment 21191 [details]
list of `qpkg -l -I irssi'
Comment 12 Bash 2003-12-03 10:51:20 UTC
and now.... after so many 'sync' and 'emerge -u system/world' all work....