Opened 15 years ago
Closed 10 years ago
#344 closed defect (fixed)
IZ2035: ils unless JAVA_HOME is set
Reported by: | ehthayer | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | sge | Version: | current |
Severity: | minor | Keywords: | install |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2035]
Issue #: 2035 Platform: Other Reporter: ehthayer (ehthayer) Component: gridengine OS: other Subcomponent: install Version: current CC: None defined Status: NEW Priority: P2 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: dom (dom) QA Contact: dom URL: * Summary: build fails unless JAVA_HOME is set Status whiteboard: Attachments: Date/filename: Description: Submitted by: Tue Nov 21 09:44:00 -0700 2006: qmon-nojni.patch patch to stop the logic from getting confused by gcj and mistakenly assigns /usr to JAVA_HOME . See issue 2114 for details (text/plain) hintak Issue 2035 blocks: Votes for issue 2035: 1 Opened: Wed Apr 19 10:41:00 -0700 2006 ------------------------ For lx26-x86 architecture, JAVA_HOME must be set to a non-empty value for a build to proceed. If JAVA_HOME is not set, the last two compiler -I arguments are set to -I/usr/include and -I/usr/include/linux which evidently result in a header file search path order problem. ------- Additional comments from ehthayer Wed Apr 19 11:07:32 -0700 2006 ------- Build was attempted on Fedora Core 5. ------- Additional comments from hintak Tue Nov 21 09:44:01 -0700 2006 ------- Created an attachment (id=99) patch to stop the logic from getting confused by gcj and mistakenly assigns /usr to JAVA_HOME . See issue 2114 for details
Attachments (1)
Change History (2)
Changed 10 years ago by dlove
comment:1 Changed 10 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Should be fixed per #546.