Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1999 - Kdoc doesn't install required Ast.pm file.
Summary: Kdoc doesn't install required Ast.pm file.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-22 10:00 UTC by Yannick Koehler (RETIRED)
Modified: 2002-04-22 16:13 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 Yannick Koehler (RETIRED) gentoo-dev 2002-04-22 10:00:54 UTC
When using the option of Kdevelop Make API-Doc we get the following error: 
 
 Can't locate Ast.pm in @INC (@INC contains: /usr/kde/2/share/kdoc /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 . /usr/kde/2/share/kdoc) 
at /usr/kde/3/bin/kdoc line 17.  
BEGIN failed--compilation aborted at /usr/kde/3/bin/kdoc line 17.  
*** failed ***  
 
The Ast.pm seems to be inside the package Kdoc from search on google.  On my hard disk the file is located inside 
/usr/share/kdoc/, so the issue is probably path related or something along those line where Perl doesn't look inside that 
folder for this file as we can see with the @INC variable not containing the correct folders.
Comment 1 Yannick Koehler (RETIRED) gentoo-dev 2002-04-22 10:03:31 UTC
I just noted that the /usr/kde/2/share/kdoc folder was present twice inside the @INC so I re-emerge kdoc, still without 
success.  Looks like the new ebuild doesn't work properly. 
Comment 2 Yannick Koehler (RETIRED) gentoo-dev 2002-04-22 16:13:46 UTC
 I found out that it was inside kdoc and that I had move kdoc from /usr/kde/2/bin to kde/3 at the time I had both running.