Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 9067
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ole Tange <bugs.gentoo.org@tange.dk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9067 depends on: Show dependency tree
Bug 9067 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-10-13 06:07 0000
I have just done: 
 
emerge perl 
emerge Inline 
 
$ perl -e 'use Inline C' 
Can't locate Inline.pm in @INC (@INC contains: 
/usr/lib/site_perl/5.6.1/i586-linux /usr/lib/perl5/5.6.1/i686-linux 
/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux 
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at -e line 1. 
BEGIN failed--compilation aborted at -e line 1. 
 
It seems perl's @INC need to include /usr/lib/site_perl/5.6.1 too

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-10-13 07:46:17 0000 -------
the -r8 for perl-5.6.1 should sort this problem out. please confirm this.

------- Comment #2 From SpanKY 2002-10-13 12:08:36 0000 -------
i thought /usr/lib/site_perl/ was an invalid location to install perl modules 
to ... we've been posting modules that do that as bugs which mcummings has been 
fixing ...

------- Comment #3 From SpanKY 2002-10-13 13:07:19 0000 -------
not yet there killer ;) 

------- Comment #4 From SpanKY 2002-10-13 15:23:11 0000 -------
*** Bug 7874 has been marked as a duplicate of this bug. ***

------- Comment #5 From SpanKY 2002-10-13 15:24:30 0000 -------
*** Bug 8772 has been marked as a duplicate of this bug. ***

------- Comment #6 From SpanKY 2002-10-13 15:25:30 0000 -------
*** Bug 8725 has been marked as a duplicate of this bug. ***

------- Comment #7 From SpanKY 2002-10-13 15:27:02 0000 -------
*** Bug 8939 has been marked as a duplicate of this bug. ***

------- Comment #8 From SpanKY 2002-10-13 15:27:39 0000 -------
*** Bug 8958 has been marked as a duplicate of this bug. ***

------- Comment #9 From SpanKY 2002-10-13 15:28:57 0000 -------
*** Bug 7289 has been marked as a duplicate of this bug. ***

------- Comment #10 From SpanKY 2002-10-13 15:29:28 0000 -------
*** Bug 8349 has been marked as a duplicate of this bug. ***

------- Comment #11 From SpanKY 2002-10-13 15:30:00 0000 -------
*** Bug 7960 has been marked as a duplicate of this bug. ***

------- Comment #12 From SpanKY 2002-10-13 15:30:09 0000 -------
*** Bug 8154 has been marked as a duplicate of this bug. ***

------- Comment #13 From SpanKY 2002-10-13 15:31:10 0000 -------
*** Bug 8544 has been marked as a duplicate of this bug. ***

------- Comment #14 From SpanKY 2002-10-13 15:32:43 0000 -------
*** Bug 4192 has been marked as a duplicate of this bug. ***

------- Comment #15 From SpanKY 2002-10-13 15:34:20 0000 -------
alrighty people, here is the solution to all your 'not found in @INC' errors: 
 
emerge rsync 
emerge perl 
emerge <pkg that is broken> 
 
basically -r8 (and beyond) of perl should throw in the fix for all these nasty 
bugs 

------- Comment #16 From Marcio Teixeira 2002-10-13 22:51:28 0000 -------
So, wouldn't it make sense to make the packages which exhibit the problem 
depend on at least "sys-devel/perl/perl-5.6.1-r8"? That way people who tried 
to emerge said packages would be forced to upgrade perl? 

------- Comment #17 From Adam Mercer 2002-10-15 02:08:51 0000 -------
Tried doing a fresh install of 1.4rc1 this morning and got the following error
during perl-5.6.1-r8

Can't locate lib.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl .) at Makefile.PL line 10.
BEGIN failed--compilation aborted at Makefile.PL line 10.
make: *** No rule to make target `install'.  Stop.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line -136, Exitcode 2
!!! (no error message)

------- Comment #18 From Seemant Kulleen (RETIRED) 2002-10-15 05:34:25 0000 -------

*** This bug has been marked as a duplicate of 9082 ***

------- Comment #19 From Seemant Kulleen (RETIRED) 2002-10-15 09:49:52 0000 -------

*** This bug has been marked as a duplicate of 9082 ***

------- Comment #20 From Michael Cummings (RETIRED) 2002-10-15 10:10:32 0000 -------
For anyone who was affected by this, I would recommend making sure you have
gentoolkit installed and then performing the following:

emerge `qpkg -nc -I | sed 's/-[0-9].*//g' | sort | uniq | grep "dev-perl"`

This will catch any of the perl modules you have installed and re-emerge them.
This will not help with packages that have internal perl components (like gimp,
for instance), but will with any modules.

------- Comment #21 From SpanKY 2002-10-16 07:18:55 0000 -------
*** Bug 9194 has been marked as a duplicate of this bug. ***

------- Comment #22 From SpanKY 2002-10-20 11:53:38 0000 -------
*** Bug 9390 has been marked as a duplicate of this bug. ***

------- Comment #23 From Mark Guertin 2002-10-25 15:03:59 0000 -------
Guys.....


what is going on with perl here... there is no more -r8.. it seems that -r7 now
contains fixes? (I dunno as there is no changelog entry, still says -r8)

There are TONS of people having these problems and if its not revision bumped
they will not get updates... i have personally dealt with this problem
(unkowingly until now) for almost 2 weeks uggg!

can someome PLEASE take care of this, this is a nasty one

------- Comment #24 From SpanKY 2002-10-25 17:31:06 0000 -------
*** Bug 9671 has been marked as a duplicate of this bug. ***

------- Comment #25 From Dave Smith (lanalyst) 2002-10-26 05:34:49 0000 -------
gentoo-stats is also failing on LWP:UserAgent not found.  For a workaround,
/usr/lib/perl5/site_perl/5.6.1/i686-linux is in the @INC but not actually
present: I created a symlink from /usr/lib/site_perl/5.6.1 to it.  

Code:
ln -s /usr/lib/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux

Works okay for now... the fix will probably break it :)

------- Comment #26 From Seemant Kulleen (RETIRED) 2002-10-30 01:22:03 0000 -------
the fix was actually to force remerges.  this has been done by up'ing the
-revision numbers for every package in dev-perl.


------- Comment #27 From SpanKY 2002-10-31 17:16:17 0000 -------
*** Bug 10031 has been marked as a duplicate of this bug. ***

------- Comment #28 From SpanKY 2002-11-01 12:48:28 0000 -------
*** Bug 10054 has been marked as a duplicate of this bug. ***

------- Comment #29 From SpanKY 2002-11-01 12:54:05 0000 -------
*** Bug 10058 has been marked as a duplicate of this bug. ***

------- Comment #30 From SpanKY 2002-11-01 17:34:18 0000 -------
*** Bug 10063 has been marked as a duplicate of this bug. ***

------- Comment #31 From Jacob Atzen 2002-11-02 03:13:10 0000 -------
It seems that one may have to unmerge packages before they get placed in the
right location.

After the following:
emerge rsync
emerge perl
emerge `qpkg -nc -I | sed 's/-[0-9].*//g' | sort | uniq | grep "dev-perl"`

CDDB_get was still in /usr/lib/site_perl

After:
emerge unmerge CDDB_get
emerge CDDB_get

It was correctly placed in /usr/lib/perl5/site_perl

Regards
- Jacob

------- Comment #32 From SpanKY 2002-11-04 21:10:26 0000 -------
*** Bug 10231 has been marked as a duplicate of this bug. ***

------- Comment #33 From SpanKY 2002-11-10 22:43:34 0000 -------
*** Bug 10543 has been marked as a duplicate of this bug. ***

------- Comment #34 From Jason Shoemaker (RETIRED) 2002-11-11 02:03:21 0000 -------
Hmm, what about bug #9756? It maynot be the best solution, but it seems to work
for a couple of people that have tested it.

--Kutsuya

------- Comment #35 From SpanKY 2002-11-12 01:45:55 0000 -------
*** Bug 10618 has been marked as a duplicate of this bug. ***

------- Comment #36 From Jason Shoemaker (RETIRED) 2002-11-12 06:05:24 0000 -------
Opps, got into the wrong bug #. Sorry.

------- Comment #37 From SpanKY 2002-11-15 19:09:54 0000 -------
*** Bug 10797 has been marked as a duplicate of this bug. ***

------- Comment #38 From Michael Cummings (RETIRED) 2002-11-15 19:48:49 0000 -------
http://cvs.gentoo.org/~mcummings/perl.html 

------- Comment #39 From SpanKY 2002-11-29 11:39:58 0000 -------
*** Bug 11346 has been marked as a duplicate of this bug. ***

------- Comment #40 From SpanKY 2002-12-08 01:21:38 0000 -------
*** Bug 11753 has been marked as a duplicate of this bug. ***

------- Comment #41 From SpanKY 2002-12-11 19:55:29 0000 -------
*** Bug 11993 has been marked as a duplicate of this bug. ***

------- Comment #42 From Henti Smith 2002-12-12 01:44:42 0000 -------
ok .... finally got mine working ...
Had to unmerge dev-perl/libwww-perl then emerge dev-perl/libwww-perl again
this seems to fix the incorrect files. ran gentoo-stats --new again 
and URI.pm broke. (possible from previos tinkering) unmerge and remerge sorted
that out 
and gentoo-stats --new works fine now .. thanks 

Henti Smith 

------- Comment #43 From SpanKY 2003-01-01 16:13:52 0000 -------
*** Bug 13049 has been marked as a duplicate of this bug. ***

------- Comment #44 From SpanKY 2003-01-02 21:11:08 0000 -------
*** Bug 13125 has been marked as a duplicate of this bug. ***

------- Comment #45 From SpanKY 2003-01-02 21:16:33 0000 -------
*** Bug 13128 has been marked as a duplicate of this bug. ***

------- Comment #46 From SpanKY 2003-01-03 06:09:14 0000 -------
*** Bug 13147 has been marked as a duplicate of this bug. ***

------- Comment #47 From SpanKY 2003-01-03 06:23:16 0000 -------
*** Bug 13106 has been marked as a duplicate of this bug. ***

------- Comment #48 From SpanKY 2003-02-09 02:32:13 0000 -------
*** Bug 15323 has been marked as a duplicate of this bug. ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug