Bug 141176 - dev-tinyos/necs should depend on dev-perl/XML-Simple
|
Bug#:
141176
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sanchan@gentoo.org
|
Reported By: aurelien.francillon@inrialpes.fr
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: dev-tinyos/necs should depend on dev-perl/XML-Simple
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-07-20 08:07 0000
|
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
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
Thanks for reporting, I'm going to fix the ebuilds.
Fixed in cvs adding dev-perl/XML-Simple as runtime dependency.