Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388937 - [Tracker] ebuilds building and installing java stuff without using java eclasses
Summary: [Tracker] ebuilds building and installing java stuff without using java eclasses
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 290524 384715 384901 388829
Blocks:
  Show dependency tree
 
Reported: 2011-10-30 08:54 UTC by Vlastimil Babka (Caster) (RETIRED)
Modified: 2017-01-19 18:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2011-10-30 08:54:16 UTC
The blockers of this bug should be:
1. packages calling java/javac/jar etc. without inheriting the java-pkg-2 eclass. Without the eclass, we cannot control e.g. which JDK is used for the building and set its environment (including sandbox addpredicts) properly, and the results of such build might e.g. be unusable for reverse dependencies.
2. packages using java-pkg-opt-2 eclass, which control use of java through a USE flag. With the flag disabled and java/javac/jar still called, this is similar to the first case.

The probably most common problem for packages in the second group (and also sometimes in the first group) is that configure scripts check for usability of java/javac/jar commands, even with something like --disable-java is passed. This might not be a big problem, until a JDK 7 is set as system VM, which results in sandbox violations under /proc. With proper use of java eclasses this is not a problem, as the eclass handles addpredict itself. We did not add a global /etc/sandbox.d file for the purpose of discovering these kinds of bugs.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2011-11-02 14:27:24 UTC
Because of certain dev doesn't want to acknowledge that calling java stuff without java eclasses is an issue, permanent sandbox.d exceptions are added to the jdk7 ebuilds. We won't catch the java misuse so easily now, and e.g. configure checks trying java stuff are not considered an issue in themselves.

Still, building *and installing* java stuff without the eclasses is wrong and should be tracked here.
Comment 2 Patrice Clement gentoo-dev 2015-08-13 18:15:25 UTC
No more blockers. Closing this tracker.