First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 137332
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tiziano Müller <dev-zero@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 137332 depends on: Show dependency tree
Show dependency graph
Bug 137332 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-06-19 22:27 0000
The first line in /etc/conf.d/hsqldb is "JAVA_EXECUTABLE=$(java-config
--java)". This can lead to an error message during boot because the config-file
is being evaluated before any mounts. In case you have /usr on a seperate
partition, you'll get this error message: "java-config not found".

------- Comment #1 From Josh Nichols 2006-06-20 06:23:42 0000 -------
I think this should be able to be fixed by making the init.d depend on the
localmount init.d, which in turn mounts the local filesystems.

------- Comment #2 From Tiziano Müller 2006-06-20 06:29:57 0000 -------
But why should this be dynamic? /usr/bin/java is a symlink anyway, isn't it?

------- Comment #3 From Vlastimil Babka (Caster) 2006-06-20 06:32:57 0000 -------
(In reply to comment #1)
> I think this should be able to be fixed by making the init.d depend on the
> localmount init.d, which in turn mounts the local filesystems.
> 

I think localmount is in "boot" runlevel and this belongs to "default" so
that's not issue. The problem would be (if it's true, which would seem odd to
me) that the script's conf.d files are evaluated beforehand, and not when the
script is really executed.

------- Comment #4 From Josh Nichols 2006-07-01 09:41:03 0000 -------
Revision was bumped to take advantage of new Java system. This should address
this issue as well. Thanks for reporting.

------- Comment #5 From Petteri Räty 2006-11-26 02:44:20 0000 -------
(In reply to comment #4)
> Revision was bumped to take advantage of new Java system. This should address
> this issue as well. Thanks for reporting.
> 

Still exists with dev-db/hsqldb-1.7.3.1-r3

------- Comment #6 From Petteri Räty 2006-11-26 02:44:37 0000 -------
hit the wrong radio button

------- Comment #7 From Vlastimil Babka (Caster) 2007-12-19 22:08:12 0000 -------
Should be fixed in 1.8.0.9 which sets JAVA_EXECUTABLE=/usr/bin/java

First Last Prev Next    No search results available      Search page      Enter new bug