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'
Dr. A. Haakh
bugReporter at Haakh.de
Sun Jul 8 21:40:10 UTC 2007
The following reply was made to PR ports/114050; it has been noted by GNATS.
From: "Dr. A. Haakh" <bugReporter at Haakh.de>
To: bug-followup at FreeBSD.org, ohartman at 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
More information about the freebsd-openoffice
mailing list