Created attachment 411884 [details] gnutls build log I haven't been able to build gnutls in forever. Attached is the log for net-libs/gnutls-3.3.17.1. Nothing else in the tree builds either. Nothing has for a long while.
Created attachment 411886 [details] emerge --info
This is probably not a bug in the main tree. Are you maybe using dev-scheme/guile from the lisp overlay? Does the file /etc/env.d/50guile exist? If so, does it belong to some package or is it an orphan?
(In reply to Jouni Kosonen from comment #2) > This is probably not a bug in the main tree. I agree. > Are you maybe using dev-scheme/guile from the lisp overlay? At the moment, I am, since all the ones in the main tree are ancient. I have 2.0.11. > Does the file /etc/env.d/50guile exist? If so, does it belong to some > package or is it an orphan? It does not. When you mention it, I seem to recall the issue coinciding with my guile adventures many moons ago. I should have mentioned the overlay guile -- sorry! Any info on how to proceed that lets me keep a modern guile would be appreciated. However, I will accept defeat if I need to downgrade guile.
(In reply to Alexander Berntsen from comment #3) > > Are you maybe using dev-scheme/guile from the lisp overlay? > At the moment, I am, since all the ones in the main tree are ancient. I have > 2.0.11. The 2.0.11 ebuild from that overlay seems to be a work in progress, and it even says so. It's from 2014, though... > Any info on how to proceed that lets me keep a modern guile would be > appreciated. However, I will accept defeat if I need to downgrade guile. I don't use guile-2 myself so I can just guess, but I'd suggest either trying the 2.0.9-r1 ebuild from the same overlay or maybe the 2.0.11-r1 from the sortsmill overlay next. They look like they at least try to set the runtime environment. If neither of those work, then I suppose the next step would be to take it to the forums. Good luck!
(In reply to Jouni Kosonen from comment #4) > I don't use guile-2 myself so I can just guess, but I'd suggest either > trying the 2.0.9-r1 ebuild from the same overlay or maybe the 2.0.11-r1 from > the sortsmill overlay next. They look like they at least try to set the > runtime environment. 2.0.9 is ancient. On the other hand I don't really need to do guile development at the moment, so I'll just remove the lisp overlay and run whatever's in the main tree atm. > Good luck! USing the main tree guile worked fine. Ta. :)