cschwan / sage-on-gentoo

(Unofficial) Gentoo Overlay for Sage- and Sage-related ebuilds
84 stars 26 forks source link

dev-perl/MongoDB and dev-perl/UUID-URandom #591

Closed sheerluck closed 4 years ago

sheerluck commented 4 years ago

with help of these two I can go from

Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...
checking for perl module XML::Writer... ok
checking for perl module XML::LibXML... ok
checking for perl module XML::LibXSLT... ok
checking for perl module File::Slurp... ok
checking for perl module JSON... ok
checking for perl module SVG... ok
checking for perl module MongoDB... no
configure: no suitable system package found for SPKG perl_cpan_polymake_prereq
-----------------------------------------------------------------------------

to

-----------------------------------------------------------------------------
Checking whether SageMath should install SPKG perl_cpan_polymake_prereq...
checking for perl module XML::Writer... ok
checking for perl module XML::LibXML... ok
checking for perl module XML::LibXSLT... ok
checking for perl module File::Slurp... ok
checking for perl module JSON... ok
checking for perl module SVG... ok
checking for perl module MongoDB... ok
configure: will use system package and not install SPKG perl_cpan_polymake_prereq
-----------------------------------------------------------------------------
kiwifb commented 4 years ago

In other matter, did you file a bug in gentoo to bump the version of dev-perl/MongoDB or one for a new ebuild for dev-perl/UUID-URandom?

sheerluck commented 4 years ago

No, I didn't

kiwifb commented 4 years ago

Well, I'll do it then. Is the new perl module a dependency of dev-perl/MongoDB?