Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2007 21:40:09 GMT
From:      "Dr. A. Haakh" <bugReporter@Haakh.de>
To:        openoffice@FreeBSD.org
Subject:   Re: ports/114050: editors/openoffice.org-2 - OpenOffice 2.2.1/MOZ: dmake:  Error code 1, while making './unxfbsdi.pro/misc/build/so_moz_include_files'
Message-ID:  <200707082140.l68Le9qh075915@freefall.freebsd.org>

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

From: "Dr. A. Haakh" <bugReporter@Haakh.de>
To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de
Cc:  
Subject: Re: ports/114050: editors/openoffice.org-2 - OpenOffice 2.2.1/MOZ:
 dmake:  Error code 1, while making './unxfbsdi.pro/misc/build/so_moz_include_files'
Date: Sun, 08 Jul 2007 22:58:50 +0200

 See also ports/114100
 
 This is basically a bug in gcp (coreutils-6.9_1).
 'gcp -pRL ...'  cannot find the right file-permissions when following 
 symbolic links.
 
 
 As FreeBSD's cp seems do do the right thing (cp -pRL ...did the job for 
 me) a solution would be to change
 moz/extractfiles.mk and include the FreeBSD-clause at line 260
 .ELSE
 .IF $(OS) == "FreeBSD"
         $(COPY) -pRL $(INCLUDE_PATH)* $(INCLUDE_DIR)
         $(COPY) -pRL $(PUBLIC_PATH)* $(INCLUDE_DIR)
 .ELSE
 .IF "$(OS)"!="SOLARIS"
         $(GNUCOPY) -pRL $(INCLUDE_PATH)* $(INCLUDE_DIR)
         $(GNUCOPY) -pRL $(PUBLIC_PATH)* $(INCLUDE_DIR)
 .ELSE                   # "$(OS)"!="SOLARIS"
         $(COPY) -pr $(INCLUDE_PATH)* $(INCLUDE_DIR)
         $(COPY) -pr $(PUBLIC_PATH)* $(INCLUDE_DIR)
 .ENDIF                  # "$(OS)"!="SOLARIS"
 
 If this is the only use of the coreutils, then we might also drop that 
 dependency.
 
 Dr. Andreas Haakh



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