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
Description:   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

------- Comment #1 From Aurélien Francillon 2006-07-20 08:07:06 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élien

------- Comment #2 From Sandro Bonazzola (RETIRED) 2006-07-20 10:33:37 0000 -------
Thanks for reporting, I'm going to fix the ebuilds.

------- Comment #3 From Sandro Bonazzola (RETIRED) 2006-07-20 10:59:30 0000 -------
Fixed in cvs adding dev-perl/XML-Simple as runtime dependency.