All *.jar files installed by portage-2.2* go into /share instead of /usr/share, (whereas some config files/ebuild will still search for them in /usr/share) Affected versions: sys-apps/portage-2.2_pre4, sys-apps/portage-2.2_pre3 Reproducible: Always Steps to Reproduce: 1. emerge =sys-apps/portage-2.2_pre4 2. emerge antlr (or any other ebuild which generates jar files) 3. watch your files fly to /share/EBUILDNAME/*.jar
Created attachment 146257 [details, diff] Make sure DESTTREE=/usr is set before inherit calls.
This is supposed to be fixed in portage-2.2_pre5 or earlier.