Closed
Bug 151800
Opened 22 years ago
Closed 22 years ago
make-jars.pl:294: my $atime = stat($file)->atime; #remove this: || die $!;
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 136123
People
(Reporter: vda, Assigned: netscape)
Details
Compiling moz on noatime-mounted partition:
Died at ../../../config/make-jars.pl line 294, <STDIN> line 2.
Bug is here:
my $atime = stat($file)->atime || die $!;
atime=0 is valid. script should check for 'undefined' ->atime only.
Presently it balks at zeor atime too.
I have zero Perl experience, hence no patch.
Assignee | ||
Comment 1•22 years ago
|
||
This has already been fixed on the trunk. You'll need to send email to
drivers@mozilla.org requesting that the fix be applied to the 1.0 branch.
Sorry, but I don't have time for that bureaucracy now.
*** This bug has been marked as a duplicate of 136123 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•22 years ago
|
||
Ok. I reported this a while ago, thought it was lost somehow.
No need to push it into 1.0
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•