[opensuse-packaging] rust 1.36 build unresolvable as no cargo >=1.35 for Leap 15.2 ARM and PowerPC
For ARM and PowerPC, rust build failed (1) as stated above. the available rpms on repos are version 1.32 (2) There was no build failure for Factory that generated version 1.38 (3) What is the "normal" way to solve such problem ? Is it to retrieve in a home project successively source of version 1.33/1.34/1.35 (where to find them ?) and try to build locally ? (1) https://build.opensuse.org/package/show/openSUSE:Leap:15.2:ARM/rust https://build.opensuse.org/package/show/openSUSE:Leap:15.2:PowerPC/rust (2) http://download.opensuse.org/ports/aarch64/distribution/leap/15.2/repo/oss/a... http://download.opensuse.org/ports/ppc/distribution/leap/15.2/repo/oss/ppc64... (3) http://download.opensuse.org/ports/aarch64/tumbleweed/repo/oss/aarch64/ http://download.opensuse.org/ports/ppc/tumbleweed/repo/oss/ppc64le/ -- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Friday, November 22, 2019 1:58:35 PM CET Normand wrote:
For ARM and PowerPC, rust build failed (1) as stated above. the available rpms on repos are version 1.32 (2)
There was no build failure for Factory that generated version 1.38 (3)
I think that the problem is that OBS cannot find 1.35 when try to compile 1.36. One way of solving it can be using the bcond rust_bootstrap via the project config, that will use the included ARM binary to generate a new compiler. -- SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nuremberg Germany (HRB 36809, AG Nürnberg) Managing Director: Felix Imendörffer
On 11/22/19 2:06 PM, Alberto Planas Dominguez wrote:
On Friday, November 22, 2019 1:58:35 PM CET Normand wrote:
For ARM and PowerPC, rust build failed (1) as stated above. the available rpms on repos are version 1.32 (2)
There was no build failure for Factory that generated version 1.38 (3)
I think that the problem is that OBS cannot find 1.35 when try to compile 1.36. One way of solving it can be using the bcond rust_bootstrap via the project config, that will use the included ARM binary to generate a new compiler.
Thank you Alberto, it seems to start the build in my home project, I am waiting for completion. https://build.opensuse.org/package/show/home:michel_mno:branches:openSUSE:Le... -- Michel Normand -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Alberto Planas Dominguez
-
Normand