[opensuse-arm] kiwi v7.02 failed
Hi, kiwi 7.02 is failed to Factory:ARM: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/kiwi/... -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi, Am 21.02.2015 um 13:40 schrieb Matwey V. Kornilov:
kiwi 7.02 is failed to Factory:ARM:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/kiwi/...
Can one of you add that one line to the .spec file then please? :) Cheers, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
22.02.2015 02:00, Andreas Färber пишет:
Hi,
Am 21.02.2015 um 13:40 schrieb Matwey V. Kornilov:
kiwi 7.02 is failed to Factory:ARM:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/kiwi/...
Can one of you add that one line to the .spec file then please? :)
Cheers, Andreas
What line should I add? This stuff looks quite cryptic to me. I would think that deep digging into libmagic/libz1 was required here. [ 301s] RPM build errors: [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/booting.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/tooling.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/image/suse-12.3-JeOS/uboot-setup.tgz" failed: mode 100644 zlib: invalid code -- missing end-of-block -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 22.02.2015 um 10:58 schrieb Matwey V. Kornilov:
22.02.2015 02:00, Andreas Färber пишет:
Am 21.02.2015 um 13:40 schrieb Matwey V. Kornilov:
kiwi 7.02 is failed to Factory:ARM:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/kiwi/...
Can one of you add that one line to the .spec file then please? :)
What line should I add? This stuff looks quite cryptic to me. I would think that deep digging into libmagic/libz1 was required here.
[ 301s] RPM build errors: [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/booting.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/tooling.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/image/suse-12.3-JeOS/uboot-setup.tgz" failed: mode 100644 zlib: invalid code -- missing end-of-block
Those are warnings only. No clue what that is about either. Marcus? The errors were files not being packaged and I imagine that to be quick-fixed by adding a single .../suse-12.2-JeOS line to the %ifarch %arm aarch64 section (which is why Factory builds green). A more proper fix would probably be what the revision history claims: "Remove obsolete 12.2 templates" - I guess arm was forgotten there. https://build.opensuse.org/package/revisions/Virtualization:Appliances/kiwi And for the future, Marcus, enabling arm builds in Virtual:Appliances would be good for catching such errors early. :) Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
22.02.2015 18:29, Andreas Färber пишет:
Am 22.02.2015 um 10:58 schrieb Matwey V. Kornilov:
22.02.2015 02:00, Andreas Färber пишет:
Am 21.02.2015 um 13:40 schrieb Matwey V. Kornilov:
kiwi 7.02 is failed to Factory:ARM:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:ARM/kiwi/...
Can one of you add that one line to the .spec file then please? :)
What line should I add? This stuff looks quite cryptic to me. I would think that deep digging into libmagic/libz1 was required here.
[ 301s] RPM build errors: [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/booting.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/tooling.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/image/suse-12.3-JeOS/uboot-setup.tgz" failed: mode 100644 zlib: invalid code -- missing end-of-block
Those are warnings only. No clue what that is about either. Marcus?
I've found, please see my pull-request on github.
The errors were files not being packaged and I imagine that to be quick-fixed by adding a single .../suse-12.2-JeOS line to the %ifarch %arm aarch64 section (which is why Factory builds green).
A more proper fix would probably be what the revision history claims: "Remove obsolete 12.2 templates" - I guess arm was forgotten there. https://build.opensuse.org/package/revisions/Virtualization:Appliances/kiwi
Seems it has already been fixed in 7.2.26 -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi,
[ 301s] RPM build errors: [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/booting.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/livestick/theme/upstream/tooling.tgz" failed: mode 100644 zlib: invalid distance too far back [ 301s] Recognition of file "/home/abuild/rpmbuild/BUILDROOT/kiwi-7.02.25-1.1.arm/usr/share/kiwi/image/suse-12.3-JeOS/uboot-setup.tgz" failed: mode 100644 zlib: invalid code -- missing end-of-block
Those are warnings only. No clue what that is about either. Marcus?
The archives were broken. Matwey Kornilov already fixed it, thanks much
And for the future, Marcus, enabling arm builds in Virtual:Appliances would be good for catching such errors early. :)
I have one in Virtual:Appliances:Images but it just builds because the description did not make use of the broken archives Regards, Marcus -- Public Key available via: https://keybase.io keybase search marcus_schaefer ------------------------------------------------------- Marcus Schäfer (Res. & Dev.) SUSE Linux GmbH Tel: 0911-740 53 0 Maxfeldstrasse 5 FAX: 0911-740 53 479 D-90409 Nürnberg HRB: 21284 (AG Nürnberg) Germany GF: Felix Imendörffer, Jane Smithard GF: Jennifer Guild, Dilip Upmanyu, Graham Norton http://www.suse.de ------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Andreas Färber
-
Marcus Schäfer
-
Matwey V. Kornilov