From owner-freebsd-ports@FreeBSD.ORG Sun Jul 22 08:22:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35F451065670 for ; Sun, 22 Jul 2012 08:22:33 +0000 (UTC) (envelope-from joerg_surmann@snafu.de) Received: from waikiki.ops.eusc.inter.net (waikiki.ops.eusc.inter.net [84.23.254.155]) by mx1.freebsd.org (Postfix) with ESMTP id CA7798FC08 for ; Sun, 22 Jul 2012 08:22:32 +0000 (UTC) X-Trace: 507c6a6f6572675f7375726d616e6e7c39322e3233312e3232332e307c31537372 516d2d3030304653442d524b7c31333432393435333435 Received: from waikiki.ops.eusc.inter.net ([10.155.10.19] helo=localhost) by waikiki.ops.eusc.inter.net with esmtpsa (Exim 4.72) id 1SsrQm-000FSD-RK; Sun, 22 Jul 2012 10:22:25 +0200 Message-ID: <500BB81C.1080604@snafu.de> Date: Sun, 22 Jul 2012 10:21:48 +0200 From: Joerg Surmann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120703 Thunderbird/13.0.1 MIME-Version: 1.0 To: Robert Backhaus , Freebsd_mailinglist_PORTS References: <20486.55903.34769.952614@jerusalem.litteratus.org> <500729B3.1050208@FreeBSD.org> <20487.20506.88401.623249@jerusalem.litteratus.org> <20488.23232.578561.75939@jerusalem.litteratus.org> <5009C326.1060306@snafu.de> <500A46C4.1040602@snafu.de> <500A56A7.1070105@snafu.de> <500A72CE.4000004@snafu.de> <20490.38193.359718.80019@jerusalem.litteratus.org> <500B137F.409@snafu.de> In-Reply-To: X-Enigmail-Version: 1.4.2 X-SA-Exim-Connect-IP: 92.231.223.0 X-SA-Exim-Mail-From: joerg_surmann@snafu.de X-SA-Exim-Scanned: No (on waikiki.ops.eusc.inter.net); SAEximRunCond expanded to false Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: libreoffice fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2012 08:22:33 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 think the unzip path is ok. i have reinstall unzip. now will update libreoffice. # whereis unzip unzip: /usr/bin/unzip /usr/share/man/en.ISO8859-15/man1/unzip.1.gz /usr/src/usr.bin/unzip # locate \*/unzip /media/disk/usr/bin/unzip /usr/bin/unzip /usr/jails/basejail/usr/bin/unzip /usr/jails/basejail/usr/ports/archivers/unzip /usr/jails/basejail/usr/ports/chinese/unzip /usr/jails/basejail/usr/ports/korean/unzip /usr/jails/basejail/usr/ports/russian/unzip /usr/local/bin/unzip /usr/local/share/doc/unzip /usr/obj/usr/src/usr.bin/unzip /usr/obj/usr/src/usr.bin/unzip/unzip /usr/ports/archivers/unzip /usr/src/usr.bin/unzip /var/db/ports/unzip # uname -a FreeBSD xxx.xxx.xxx 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #3: Mon Jul 2 17:58:18 CEST 2012 root@xxx.xxx.xxx:/usr/obj/usr/src/sys/KERNEL amd6= 4 Am 22.07.2012 04:00, schrieb Robert Backhaus: > On 22 July 2012 06:39, Joerg Surmann wrote: >> > #build > mkdir -p ../../unxfbsd.pro/misc/java_src/ > cp > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/solver/unxfb= sd.pro/bin/jurt_src.zip > ../../unxfbsd.pro/misc/java_src/jurt_src.zip > cd ../../unxfbsd.pro/misc/java_src && unzip -quo jurt_src.zip > unzip: -n, -o and -u are contradictory > > > Hmm, there is something wrong with your unzip. The stock unzip has no= > > problems with those options. > > Could you please run "whereis unzip"? Unzip should be in /usr/bin. > > Check your path, check the output of "locate \*/unzip" (that will lis= t > > directories as well as files called unzip). You seem to have a > > different version of unzip that is causing that problem. > > The output of "uname -a" would help us too. > > > dmake: Error code 1, while making > '../../unxfbsd.pro/misc/java_src/jurt_src.zip' > dmake: '../../unxfbsd.pro/misc/java_src/jurt_src.zip' removed. > > -----------------------------------------------------------------------= > Oh dear - something failed during the build - sorry ! > For more help with debugging build errors, please see the section in: > http://wiki.documentfoundation.org/Development > > internal build errors: > > ERROR: error 65280 occurred while making > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/odk/pack/gen= docu > > > Am 21.07.2012 13:40, schrieb Robert Huff: > >>> > >>> Joerg Surmann writes: > >>> > >>>> I have delete all qt3. > >>>> > >>>> now i have a new error: > >>>> > >>>> internal build errors: > >>>> > >>>> ERROR: error 65280 occurred while making > >>>> > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/odk/pack/gen= docu > >>>> > >>>> it seems that the error is inside 'odk', please re-run build > >>>> inside this module to isolate the error and/or test your fix: > >>>> - ----------------------------------------------------------------------- > >>> > >>> Did you do: > >>> > >>>> /usr/local/bin/bash > >>>> cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3 > >>>> source ./Env.Host.sh > >>>> cd odk > >>>> rm -Rf > >>>> > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/odk/unxfbsd.= pro > >>>> # optional module 'clean' > >>>> build > >>> > >>> ? > >>> > >>> > >>> Robert Huff > > >> >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.or= g" > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= " -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBCAAGBQJQC7gcAAoJEDyDkpKh+9pTulcP/0cjAam5s8LwkDe06vkKE69w gPKDSSYdGk2PoKA9t3XnvDc/fgI4516R71RsqFeQedMvkA9TFgZcUqozRop0J3T2 qh7wkK24BDRIJXwGtyhdUiCEPVqw9zAtNKCB8LWqabIEQ2ZgGowEfxlbNyByup5U hlKYVyclMB+d5whz67hISXfA+/DEaG4l8yb4m4FprFUx5VkvwnyC9i97j3kFYFSn 85UnkgLAj07tI2GVE2g4J5uhHCIvWuwMpuBpccBYy7OV558BZzGA1BhZoE+fAbPP ZG7G21ZVYd8bt4oReePU3pz9+6y1gaKrlX6VUSpxe6Isqc81uGdppU1JZ0WIPfet DrWlW5vTtuyujfObCNdNaXxhsz4DMz4Hy8cyg2WQuHFIfWL0Hisx6JMf8y2TUnxp pp18q/J5GI+863iIAfrX22XjKNGwD7JZlfzKwi258QcelWKVvtMHepvQuduM1MUr +44A9COG8AePK+JYziySlSsFrFwaiVYGDa9GAmA5YwOjpkxd6WFR2lgDjL8Al8HR YMaANQADVY+P6wQgBgl/t3rd2hrdzMGAlF3vQ1IXLks+8epS5lR56IkhTFBtWZX3 bo5qUKVX/b7PWXtKKmTqm2bmcLVVE4GtLkAbSoXoVM3/LCA7kOmBpgdJh4leOsZG w6lIl8Zw8YGal1X7vGHK =3DGk4V -----END PGP SIGNATURE-----