Date: Thu, 18 Feb 2010 11:33:44 -0200 From: Renato Botelho <rbgarga@gmail.com> To: openoffice@freebsd.org Subject: Error building openoffice on 9-CURRENT amd64 with base system unzip Message-ID: <747dc8f31002180533x5a7aba90je4125bcd33f06231@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I was trying to build OpenOffice 3.2.0 on FreeBSD 9.0-CURRENT amd64 and I got an error building odk module. After investigating a bit i found the problem is related with unzip contained on base system. /usr/ports/editors/openoffice.org-3/work/OOO320_m12/odk/pack/gendocu mkdir -p ../../unxfbsdx.pro/misc/java_src/ /usr/local/bin/gcp /usr/ports/editors/openoffice.org-3/work/OOO320_m12/solver/320/unxfbsdx.pro/bin/jurt_src.zip ../../unxfbsdx.pro/misc/java_src/jurt_src.zip cd ../../unxfbsdx.pro/misc/java_src && unzip -quo jurt_src.zip unzip: -n, -o and -u are contradictory dmake: Error code 1, while making '../../unxfbsdx.pro/misc/java_src/jurt_src.zip' dmake: '../../unxfbsdx.pro/misc/java_src/jurt_src.zip' removed. Running processes: 1 I simply moved /usr/bin/unzip to /usr/bin/unzip.bkp and OOo built fine using unzip from /usr/local/bin (installed by ports). Regards -- Renato Botelho
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?747dc8f31002180533x5a7aba90je4125bcd33f06231>
