Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2005 13:20:11 GMT
From:      Jan Grant <Jan.Grant@bristol.ac.uk>
To:        openoffice@FreeBSD.org
Subject:   Re: ports/83252: Openoffice-1.1.4 build failure: Died at ../../config/make-jars.pl line 294, <STDIN> line 2.
Message-ID:  <200509231320.j8NDKBng097036@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/83252; it has been noted by GNATS.

From: Jan Grant <Jan.Grant@bristol.ac.uk>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/83252: Openoffice-1.1.4 build failure: Died at
 ../../config/make-jars.pl line 294, <STDIN> line 2.
Date: Fri, 23 Sep 2005 14:11:21 +0100 (BST)

 I believe I have found the issue.
 
 The line in question that was failing was this:
 
         my $atime = stat($file)->atime || die $!;
 
 The filesystem containing the ports work directory was mounted noatime.
 
 The first file that was failing was charsetTitles.properties:
 
 [[[
 > find . -name charsetTitles.properties | xargs ls -lu
 -rw-r--r--  1 8482  wheel  4885 Aug  1 23:04 ./OOo_1.1.5/moz.runtime/unxfbsd.pro/misc/build/mozilla/intl/uconv/src/charsetTitles.properties
 -rw-r--r--  1 8482  wheel  4385 Jan  1  1970 ./OOo_1.1.5/moz.runtime/unxfbsd.pro/misc/build/mozilla/l10n/langpacks/en-DE/chrome/en-DE/global/locale/charsetTitles.properties
 -rw-r--r--  1 8482  wheel  4385 Jan  1  1970 ./OOo_1.1.5/moz.runtime/unxfbsd.pro/misc/build/mozilla/l10n/langpacks/en-GB/chrome/en-GB/global/locale/charsetTitles.properties
 ]]]
 
 As you can see, two of those files have no atime set - the timestamp 
 therefore has a numeric value of 0. Consequently the stat call _appears_ 
 to fail mysteriously.
 
 There are obviously several "workarounds" - don't use noatime; get rid 
 of the "|| die $!", etc.
 
 Hope this helps.
 
 
 
 -- 
 jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
 Tel +44 (0)117 3317661   http://ioctl.org/jan/
 We thought time travel was impossible. But that was now and this is then.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509231320.j8NDKBng097036>