Logjam fails to emerge because of a switch statement which looks like this: switch () { ... default: } That's not allowed anymore. I've included a patch to fix it by adding a break. Reproducible: Always Steps to Reproduce:
Created attachment 32327 [details, diff] Adds a break statement to the switch This fixes the problem in network-libxml.c:76 and allows the package to compile and merge properly.
I'll take this since this is affecting me...
fixed in cvs. Thanks.