Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141176 - dev-tinyos/necs should depend on dev-perl/XML-Simple
Summary: dev-tinyos/necs should depend on dev-perl/XML-Simple
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Sandro Bonazzola (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 08:07 UTC by Aurélien Francillon
Modified: 2006-07-20 10:59 UTC (History)
1 user (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 Aurélien Francillon 2006-07-20 08:07:06 UTC
Hi,
When copmpiling a nesc program with the option nescDecls ( i.e. make micaz nescDecls ) nesc fails with the message  :

Can't locate XML/Simple.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux ...
... 

after emrging dev-perl/XML-Simple-2.14, it works well
so adding "dev-perl/XML-Simple" as a dependency in nesc ebuild seems to be needed.

thanks 
Aur
Comment 1 Aurélien Francillon 2006-07-20 08:07:06 UTC
Hi,
When copmpiling a nesc program with the option nescDecls ( i.e. make micaz nescDecls ) nesc fails with the message  :

Can't locate XML/Simple.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux ...
... 

after emrging dev-perl/XML-Simple-2.14, it works well
so adding "dev-perl/XML-Simple" as a dependency in nesc ebuild seems to be needed.

thanks 
Aurélien
Comment 2 Sandro Bonazzola (RETIRED) gentoo-dev 2006-07-20 10:33:37 UTC
Thanks for reporting, I'm going to fix the ebuilds.
Comment 3 Sandro Bonazzola (RETIRED) gentoo-dev 2006-07-20 10:59:30 UTC
Fixed in cvs adding dev-perl/XML-Simple as runtime dependency.