Summary: | dev-lang/wml fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | Eclasses | Assignee: | Hans de Graaff <graaff> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 238665 [details]
Build log
The error message is: /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lndbm There is probably a missing DEPEND in the ebuild. Perhaps one of the maintainers has this library and could identify what ebuild provides it. According to the ChangeLog, graaff@g.o is the only to have touched this package since 2008. Side comment: is it correct that the ebuild has RDEPENDs but no DEPENDs? The -lndbm linker option is added because your perl is built with it, so I think this is a broken system (with the perl support for ndbm broken). eperl must use the exact same configuration as the perl version it is built against. I don't think this should be fixed on the wml side. # Hans de Graaff <graaff@gentoo.org> (6 Dec 2010) # No longer builds with perl 5.12. Various open bugs and QA issues. # Not maintained upstream since 2006. # Masked for removal on 2011-02-06 dev-lang/wml |