[opensuse-arm] Perl 5.22 is not published
Hi, I'm trying to install the update 5.22.0 of perl but although it's build it's not yet on the repository (openSUSE:Factory:ARM), the published version is 5.20.1. Is there any problem? -- Thanks! -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Oscar C <oscar-listas@naiandei.net> writes:
I'm trying to install the update 5.22.0 of perl but although it's build it's not yet on the repository (openSUSE:Factory:ARM), the published version is 5.20.1.
Is there any problem?
Publishing only happens once the whole repository is ready. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
El 2015-08-31 12:47, Andreas Schwab escribió:
Oscar C <oscar-listas@naiandei.net> writes:
I'm trying to install the update 5.22.0 of perl but although it's build it's not yet on the repository (openSUSE:Factory:ARM), the published version is 5.20.1.
Is there any problem?
Publishing only happens once the whole repository is ready.
Andreas.
Thanks Andreas. Although this a a little bit off-topic, let's see if there's a solution to this: I'm trying to build perl-linux-DVB for arm in my project (home:ocurero:pvr). It builds ok and I can download it but because it's built with perl-5.22 I can't install it: ixia:~ # zypper in perl-Linux-DVB Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides perl(:MODULE_COMPAT_5.22.0) needed by perl-Linux-DVB-1.03-7.1.armv7hl Solution 1: do not install perl-Linux-DVB-1.03-7.1.armv7hl Solution 2: break perl-Linux-DVB-1.03-7.1.armv7hl by ignoring some of its dependencies That error is correct because perl is at 5.20 and no updated versions found, see: ixia:~ # zypper info perl Loading repository data... Reading installed packages... Information for package perl: ----------------------------- Repository: openSUSE-Factory-repo-oss Name: perl Version: 5.20.1-3.1 Arch: armv7hl Vendor: openSUSE Installed: Yes Status: up-to-date So, Is there a way in OBS to build a package with a specific package version or path? (putting BuildRequires: perl = 5.20.1 in the spec file does not work because the package goes to an unresolved state). I tried to build the package locally on my cubieboard but the same error happens. Thanks! -- Cheers -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Oscar, 2015-08-31 14:16 GMT+02:00 Oscar C <oscar-listas@naiandei.net>:
So, Is there a way in OBS to build a package with a specific package version or path? (putting BuildRequires: perl = 5.20.1 in the spec file does not work because the package goes to an unresolved state).
no, not really, since the published state is not something you can build against unfortunately. anyway, the real issue is that publishing for armv7l was stuck, due to an apparentl endless build loop. I've broken that now and it started publishing, so hopefully within the next two hours or so it should have synced out the new state and then your issue should be gone. Greetings, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Andreas Schwab
-
Dirk Müller
-
Oscar C