As I reported in PR ports/114050 the error compiling OpenOffice even with coreutils 6.9_1 is still present, although there was quick and dirty but working patch, mention by Dr. Haakh in the audit trail. Today I patched the appropriate file and OO 2.3 seems to compile on i386 and so on amd64. The patch below is working on my boxes. Regards, Oliver --- moz/extractfiles.mk.orig 2007-10-16 09:30:06.000000000 +0000 +++ moz/extractfiles.mk 2007-10-16 09:44:09.000000000 +0000 _at__at_ -257,7 +257,7 _at__at_ $(COPY) /QSZ $(INCLUDE_PATH)* $(INCLUDE_DIR) $(COPY) /QSZ $(PUBLIC_PATH)* $(INCLUDE_DIR) .ELSE -.IF "$(OS)"!="SOLARIS" +.IF ("$(OS)"!="SOLARIS") && ("$(OS)"!="FREEBSD") $(GNUCOPY) -pRL $(INCLUDE_PATH)* $(INCLUDE_DIR) $(GNUCOPY) -pRL $(PUBLIC_PATH)* $(INCLUDE_DIR) .ELSE # "$(OS)"!="SOLARIS" -- Oliver Hartmann Freie Universitaet Berlin Planetologie und Fernerkundung Malteserstr. 74 - 100/Haus DReceived on Tue Oct 16 2007 - 08:58:07 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:19 UTC