cschwan / sage-on-gentoo

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

PrimeCountPy Build Fails #676

Closed robert2343 closed 2 years ago

robert2343 commented 2 years ago

When I run "emerge -qa sage" to install sagemath, PrimeCountPy fails. Here is the build info: emerge --info primecountpy emerge -pqv primecountpy build.log

kiwifb commented 2 years ago

It looks like your cysignals is either missing or more likely too old. I'll check the version required in the ebuild.

kiwifb commented 2 years ago

That's embarrassing, it is missing from the ebuild as a dependency altogether. Let me fix that - a few minutes.

kiwifb commented 2 years ago

OK, sync the overlay and re-try :) thanks for reporting.

robert2343 commented 2 years ago

Ok I retried after emerge --sync. but it still fails. emerge --info primecountpy emerge -pqv primecountpy build.log

Edit: I ran emerge --sync again and it seems like it will probably work this time. I will know for sure in the morning.