Date: Sun, 22 Jul 2012 10:21:48 +0200 From: Joerg Surmann <joerg_surmann@snafu.de> To: Robert Backhaus <robbak@robbak.com>, Freebsd_mailinglist_PORTS <freebsd-ports@freebsd.org> Subject: Re: libreoffice fails to build Message-ID: <500BB81C.1080604@snafu.de> In-Reply-To: <CABG_4j=70GnfKHCtPSTzq26j5MHxiEnM4ZvM%2Ba_YN%2B-i4mENrA@mail.gmail.com> References: <20486.55903.34769.952614@jerusalem.litteratus.org> <500729B3.1050208@FreeBSD.org> <20487.20506.88401.623249@jerusalem.litteratus.org> <CADLo83-0gak%2B8kBpmg6jUdeHcrYC65CEqCg1SciFe5TXiceM6g@mail.gmail.com> <CAN6yY1sPkuPTt0BtWNoavA-o2FRbEPjwRL88bzR_pC5qyNJenw@mail.gmail.com> <20488.23232.578561.75939@jerusalem.litteratus.org> <CABzXLYM9HUbaXqhjgW4-G9eq9JQA4Fny83Hg3U3j06otoSRDtA@mail.gmail.com> <5009C326.1060306@snafu.de> <CABG_4j=LJAgSc4kqUACFrNBxybVUcM=X_9RG35ZqFR_YpXdZUg@mail.gmail.com> <500A46C4.1040602@snafu.de> <500A56A7.1070105@snafu.de> <CABG_4jmU73az3OnUZT0dV5BTf6UdTT6pxoiWB9_yfsOGLakW%2Bw@mail.gmail.com> <500A72CE.4000004@snafu.de> <20490.38193.359718.80019@jerusalem.litteratus.org> <500B137F.409@snafu.de> <CABG_4j=70GnfKHCtPSTzq26j5MHxiEnM4ZvM%2Ba_YN%2B-i4mENrA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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 <joerg_surmann@snafu.de> 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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?500BB81C.1080604>