Fwd: [opensuse-buildservice] Arch backend OBS fails
Also another problem is that arch PKGBUILD often uses to download the source directly from upstream sourceforge, github & co which at the moment seems to result in a fatal error: https://build.opensuse.org/package/live_build_log?arch=x86_64&package=asciidoc&project=home%3Adamianator%3Abranches%3AGNOME%3AAyatana&repository=Arch_Core_standard 2012/8/24 Damian Ivanov <damianatorrpm@gmail.com>:
Hi,
Thanks that's fixed now. But next issue would be that unity packages depend on some packages in the Arch:community repo which is not availble in OBS (yet?).
Btw. I am curious. How do you import the Arch repo without problems with it's Rolling release style, but problems are with Fedora:updates. Is the style of the arch repos different or are the arch packages not up to date and get updated once a month or so?
Regards, Damian
2012/8/24 Michael Schroeder <mls@suse.de>:
On Fri, Aug 24, 2012 at 10:40:57AM +0200, Damian Ivanov wrote:
Hi,
https://build.opensuse.org/package/live_build_log?arch=i586&package=frame&project=home%3Adamianator%3Abranches%3AGNOME%3AAyatana&repository=Arch_Core_standard See like here Arch backend fails to install the Arch version of BuildRequires:
Yes, seems like we also need to install the dependencies from 'depends', not just from 'makedepends'. (Hmm, how does one specify that a runtime dep is not needed for building the package? Such dependencies are sometimes needed if there is a runtime dependency cycle. You don't want the cycle also when building the package.)
Fixing...
Cheers, Michael.
-- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Fri, Aug 24, 2012 at 12:38:18PM +0200, Damian Ivanov wrote:
Also another problem is that arch PKGBUILD often uses to download the source directly from upstream sourceforge, github & co which at the moment seems to result in a fatal error:
Download when doing the build will never work, as the clients run in a VM with no network access. You would do it with an obs service that downloads the missing sources at checkin time. This already works for specfiles, I need to extend it a bit so that it parses PKGBUILD and downloads the missing files. Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Damian Ivanov
-
Michael Schroeder