ARM architectures not available for Ubuntu 18.04
Hello, I'm currently trying to build a package on Ubuntu 18.04 with x86 and ARM architectures (aarch64 and armv7l) enabled. The x86 builds work fine, but the ARM builds fail to start as "unresolvable" because none of the packages are available ("nothing provides <package>".) Are the ARM architectures not enabled on 18.04? I thought I'd heard that they were. Kyle
On Dienstag, 29. Juni 2021, 15:36:12 CEST Kyle Edwards wrote:
Hello,
I'm currently trying to build a package on Ubuntu 18.04 with x86 and ARM architectures (aarch64 and armv7l) enabled. The x86 builds work fine, but the ARM builds fail to start as "unresolvable" because none of the packages are available ("nothing provides <package>".) Are the ARM architectures not enabled on 18.04? I thought I'd heard that they were.
they are not (you can see that in Ubuntu:18.04 project meta) -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer
On 6/29/21 9:39 AM, Adrian Schröter wrote:
Hello,
I'm currently trying to build a package on Ubuntu 18.04 with x86 and ARM architectures (aarch64 and armv7l) enabled. The x86 builds work fine, but the ARM builds fail to start as "unresolvable" because none of the packages are available ("nothing provides <package>".) Are the ARM architectures not enabled on 18.04? I thought I'd heard that they were.
On Dienstag, 29. Juni 2021, 15:36:12 CEST Kyle Edwards wrote: they are not (you can see that in Ubuntu:18.04 project meta)
Indeed, I see that now. I do see an "Ubuntu:18.04:Ports" project which provides ARM builds. Is there a way I can import that into my own OBS instance? Kyle
On Dienstag, 29. Juni 2021, 15:49:08 CEST Kyle Edwards wrote:
On 6/29/21 9:39 AM, Adrian Schröter wrote:
Hello,
I'm currently trying to build a package on Ubuntu 18.04 with x86 and ARM architectures (aarch64 and armv7l) enabled. The x86 builds work fine, but the ARM builds fail to start as "unresolvable" because none of the packages are available ("nothing provides <package>".) Are the ARM architectures not enabled on 18.04? I thought I'd heard that they were.
On Dienstag, 29. Juni 2021, 15:36:12 CEST Kyle Edwards wrote: they are not (you can see that in Ubuntu:18.04 project meta)
Indeed, I see that now.
I do see an "Ubuntu:18.04:Ports" project which provides ARM builds. Is there a way I can import that into my own OBS instance?
If you use interconnect you can just build against openSUSE.org:Ubuntu:18.04:Ports/standard bye adrian -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer
On 6/29/21 10:53 AM, Adrian Schröter wrote:
If you use interconnect you can just build against
openSUSE.org:Ubuntu:18.04:Ports/standard
Thanks. I had to do a bit of experimentation and searching on the internet to figure out how to do this (I usually use the web interface and am not very familiar with the command line interface.) I've added this path and my project seems to be building against Ubuntu 18.04 on ARM and aarch64. I'm hopeful that it will work. Kyle
participants (2)
-
Adrian Schröter
-
Kyle Edwards