Bug 74999 - jdk14 compilation error : overwritten java file
Summary: jdk14 compilation error : overwritten java file
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-12 22:30 UTC by Mario Duhanic
Modified: 2004-12-17 07:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Duhanic 2004-12-12 22:30:21 UTC
The first line in the file
/usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java:
is overwritten with the line
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
, which seems to come from the make warnings.

Fix: 

remove that line or comment it out
How-To-Repeat: Start with FreeBSD 5.3,
do a cvsup of the the ports-collection (to update it),
just pretend that you do not know that you have to fetch the source manually,
continue and follow the instructions,
(-- or --
do not pretend and fetch the source manually),
you will be asked to load the module with the procfs and you have to mount it,
continue,
you will get 2 errors (after a while, almost at the ending of the make process),
both result from the overwritten line
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2004-12-17 07:09:22 UTC
State Changed
From-To: open->closed

I've committed a fix for this.  Thanks for the report!