Is there any way to use a newer package than the one in the default repo?
Hi everyone, This build failed because of the Go package is older than the required one.
[ 66s] note: module requires Go 1.17 [ 66s] make[2]: *** [bamboo/CMakeFiles/bamboo-core.dir/build.make:96: bamboo/bamboo-core.a] Error 2 [ 66s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/fcitx5-bamboo-1.0.1/build' [ 66s] make[1]: *** [CMakeFiles/Makefile2:323: bamboo/CMakeFiles/bamboo-core.dir/all] Error 2 [ 66s] make: *** [Makefile:150: all] Error 2
The full log: https://build.opensuse.org/package/live_build_log/M17N/fcitx5-bamboo/15.3/x8... How can I solve this in the OBS side? Thank you for reading!
Am 26. September 2022 17:54:36 MESZ schrieb Tranter Madi <trmdi@yandex.com>:
Hi everyone,
This build failed because of the Go package is older than the required one.
[ 66s] note: module requires Go 1.17 [ 66s] make[2]: *** [bamboo/CMakeFiles/bamboo-core.dir/build.make:96: bamboo/bamboo-core.a] Error 2 [ 66s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/fcitx5-bamboo-1.0.1/build' [ 66s] make[1]: *** [CMakeFiles/Makefile2:323: bamboo/CMakeFiles/bamboo-core.dir/all] Error 2 [ 66s] make: *** [Makefile:150: all] Error 2
The full log: https://build.opensuse.org/package/live_build_log/M17N/fcitx5-bamboo/15.3/x8...
How can I solve this in the OBS side?
Branch go version from devel:languages:go And insert BuildRequires: golang(API) = 1.18 or what you need, in your spec. Hope I could help. Regards Eric
On Sep 26 2022, Eric Schirra wrote:
Am 26. September 2022 17:54:36 MESZ schrieb Tranter Madi <trmdi@yandex.com>:
Hi everyone,
This build failed because of the Go package is older than the required one.
[ 66s] note: module requires Go 1.17 [ 66s] make[2]: *** [bamboo/CMakeFiles/bamboo-core.dir/build.make:96: bamboo/bamboo-core.a] Error 2 [ 66s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/fcitx5-bamboo-1.0.1/build' [ 66s] make[1]: *** [CMakeFiles/Makefile2:323: bamboo/CMakeFiles/bamboo-core.dir/all] Error 2 [ 66s] make: *** [Makefile:150: all] Error 2
The full log: https://build.opensuse.org/package/live_build_log/M17N/fcitx5-bamboo/15.3/x8...
How can I solve this in the OBS side?
Branch go version from devel:languages:go
No need to branch anything, there is already a go1.17 package in 15.3. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."
participants (3)
-
Andreas Schwab
-
Eric Schirra
-
Tranter Madi