Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 22:18:18 +1000
From:      Robert Backhaus <robbak@robbak.com>
To:        Joerg Surmann <joerg_surmann@snafu.de>
Cc:        Freebsd_mailinglist_PORTS <freebsd-ports@freebsd.org>
Subject:   Re: libreoffice fails to build
Message-ID:  <CABG_4j=HH9wWrOWKzkRa3bXqU0Hjmj2z=k_=bx0EGOC_VXtEsg@mail.gmail.com>
In-Reply-To: <500BD23F.3010407@snafu.de>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22 July 2012 20:13, Joerg Surmann <joerg_surmann@snafu.de> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> /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"
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.19 (FreeBSD)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQIcBAEBCAAGBQJQC9I/AAoJEDyDkpKh+9pTWiQP/0niUDUuE8kRfryHCQQgDDYz
> ifCEgEEBtL/DEP8LNF+JUpdV/Blyyu0g4zBnGNVjWPUM0UZV9SuDD+TlBaJ9wTlj
> J5FEarvZOb/wy7a0SmAGG1MIMgqhG8J1VcxvfNXxHn00RHFx5UwTam4tGCmnFqXm
> NOmB2LpY4QTd46+sHnpBcrwY6V3Nxm3DPlH/xa9Nb84Exn35pbJVaNEW+dMyIWQC
> uSa2L0B5wR0dahBApgLuReMZj4ujmFw07IS78TvO1hWBmg2guPRuO673HKR5dIoT
> hP400XCZhkGDUGK8dY2xcUXUlurAR8zGvg5SWd47Z+fxU7rerl8b6xaBCwRAq7sE
> bBHiA+TAvY6hrg/Z3d4vm+rE7NigKkqjWMQk05BIx9dvjsnLB6xu0+ELk8D1wZ5n
> x5KCDrQpw8Hwa7klG3+AqQAD+ScPt/hOXInbMbtOsGMOUI7THREM4wv8Ybdesd7E
> TnUzM0pvgDHMDV2uBpFk5aaTqTkP0r07bmCBdUkqrny22coq7xVyg/AXIsu4PY1f
> P3g44IUcaejGFnnmzV2C13u7fUxW/+g5lPQQVmnr4VsxSsMNE0WsKzor4S/Yw/ye
> tmaJKMIPq4Wew0KVHByP/uS2CD45++QA5VvNpTa9TSmcAwFt41N+8Won7tOj6v6I
> 11K/ZuP9G9RhEb3vfB/G
> =gaAO
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABG_4j=HH9wWrOWKzkRa3bXqU0Hjmj2z=k_=bx0EGOC_VXtEsg>