Date: Sun, 22 Jul 2012 17:43:03 +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: <500C1F87.9010906@snafu.de> In-Reply-To: <CABG_4j=HH9wWrOWKzkRa3bXqU0Hjmj2z=k_=bx0EGOC_VXtEsg@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> <500BB81C.1080604@snafu.de> <CA%2Bi0-i-eV1R6NLG-giPS8CDvsM4f4tF9PT9ZpOL%2BVqnaYAryEg@mail.gmail.com> <500BD23F.3010407@snafu.de> <CABG_4j=HH9wWrOWKzkRa3bXqU0Hjmj2z=k_=bx0EGOC_VXtEsg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Yes, you are right. The update is finish. Thanks for your help. Best regards Suri Am 22.07.2012 14:18, schrieb Robert Backhaus: > On 22 July 2012 20:13, Joerg Surmann <joerg_surmann@snafu.de> wrote: >> > /usr/bin/unzip -uo test.zip > unzip: -n, -o and -u are contradictory > > /usr/local/bin/unzip -uo test.zip > Archive: test.zip > > i will create a symlink to /usr/bin/zip > and run a test in libreoffice. > > > Just to be clear, it is /usr/bin/unzip that doesn't seem to work for > > libreoffice, and /usr/local/bin/unzip does, so any symlinks will need > > to point to /usr/local/bin/unzip. > > > The port should have worked this our, though - I had no problems, and > > no one else has chimed in with any explanation. > > > Am 22.07.2012 11:20, schrieb Robert Backhaus: > >>> On 22 July 2012 18:21, Joerg Surmann <joerg_surmann@snafu.de> wrote: > >>> > >>>> > >>> 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 amd64 > >>> > >>> > >>> Ah, sorry, I mislead you there. I've got linux on this notebook, and the > >>>> window I tested unzip in happened to be local, not ssh! > >>>> The /usr/bin one fails. the /usr/local/bin one succeded. Try unzipping a > >>>> file, using /usr/bin/unzip -uo, and again using /usr/local/bin/unzip > -uo . > >>>> The first should fail, the second should succeed. > >>>> I do not know why it is using the wrong unzip, I do not know > >>> > >>> > >>> > >>> Am 22.07.2012 04:00, schrieb Robert Backhaus: > >>>>>> On 22 July 2012 06:39, Joerg Surmann > <joerg_surmann@snafu.de><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/ > >>> unxfbsd.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 > list > >>>>>>> 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/gendocu > >>>>>> > >>>>>> > >>>>>> 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/gendocu > >>>>>>>>>> > >>>>>>>>>> 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.org"<freebsd-ports-unsubscribe@freebsd.org> > >>>>>> _______________________________________________ > >>>>>> 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"<freebsd-ports-unsubscribe@freebsd.org> > >>> > >>>> > >>>> > >>> _______________________________________________ > >>> 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" > >> >> _______________________________________________ >> 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/ iQIcBAEBCAAGBQJQDB+HAAoJEDyDkpKh+9pTMOgQAIDnEpb50DcjVLvvsATtIjKe jbnppnjDwxMo3f4klu0l01j7ZNHndn91wB5MHn4BzmpcWvBTHtJswzpWheqyofgA 62JOMJhkgZ1LlKZv3IdYUFBh1WTW/1gp5fP6v4XdgX4bRy86ORU5rD6CKjSNnARK ujorRCWZecdz5ZMd298Unc7wsNpWIkXHvxPKvo4PPYgSDMv9HrnaRyb6RHL3qam5 k74Ka/79eaoJUho6AxSQon83DyUW+NxDdE/pjyP6F3U5pr39I66cUM7ilvx+F/0y gdltxPg1U16upAl+1Jfn0WviZXNvquSvy04CBucKkrbqxeQcvdiu3K8FuvuvXPVr aQFoAuPtJ256OVQ+lXBKVqIpbJkzX4tXSrV8vDow+5pDMoF3h/4L9aDDfLcOH3hX lr0bqwN+GoFIJNPjauGIU4umQyDCOWc+cnJ5vvCLt45QvjukIuv2enynJa1Cx1y/ xRm4vRQiRystdntXaGbXkcYFKnugP+bWPE9ymFmwaE0d+07pehWI1H14xfzHE/6z EOgBvdIF8/OpQ820IfkZ/OJyOaunGziGiBrd+aE/Wcl3wT5uKSGF88cfpeAwS6sQ NF/3/HmBrh19+XwkMn0aRzw11/bRlnLYtGhp6cR3iZFKZp3GObyko3o4y6X53pO4 FsFXnF2UGFZpyhDMgE88 =N2I0 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?500C1F87.9010906>