[opensuse-factory] Build fails with "getbinaries: missing packages: libsmartcols1"
Could someone explain what this means? There is nothing more in build log: https://build.opensuse.org/package/live_build_log/home:arvidjaar:grub2-next/... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 08/23/2014 06:00 AM, Andrei Borzenkov wrote:
Could someone explain what this means? There is nothing more in build log:
https://build.opensuse.org/package/live_build_log/home:arvidjaar:grub2-next/...
I was getting similar stuff like mount failures due to missing libsmartcols1.so since a few days. I didn't dig deeper, but it must have to do with the attempt to break a *huge* build dependency cycle between util-linux vs. systemd and python. http://article.gmane.org/gmane.linux.utilities.util-linux-ng/9697 Have a nice day, Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sat, Aug 23, 2014 at 07:36:32AM +0200, Bernhard Voelker wrote:
On 08/23/2014 06:00 AM, Andrei Borzenkov wrote:
Could someone explain what this means? There is nothing more in build log:
https://build.opensuse.org/package/live_build_log/home:arvidjaar:grub2-next/...
I was getting similar stuff like mount failures due to missing libsmartcols1.so since a few days. I didn't dig deeper, but it must have to do with the attempt to break a *huge* build dependency cycle between util-linux vs. systemd and python.
http://article.gmane.org/gmane.linux.utilities.util-linux-ng/9697
This is a change in util-linux. Once this gets into Factory it should become better, as its settings should migrate to all linkers. Until then you can run: osc meta prjconf -e home:arvidjaar:grub2-next add this line: VMInstall: libsmartcols1 (While it should have worked in home:arvidjaar:grub2-next already without change, can you try rebuilding?) Ciao, Marcus -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
В Sat, 23 Aug 2014 10:17:34 +0200 Marcus Meissner <meissner@suse.de> пишет:
On Sat, Aug 23, 2014 at 07:36:32AM +0200, Bernhard Voelker wrote:
On 08/23/2014 06:00 AM, Andrei Borzenkov wrote:
Could someone explain what this means? There is nothing more in build log:
https://build.opensuse.org/package/live_build_log/home:arvidjaar:grub2-next/...
I was getting similar stuff like mount failures due to missing libsmartcols1.so since a few days. I didn't dig deeper, but it must have to do with the attempt to break a *huge* build dependency cycle between util-linux vs. systemd and python.
http://article.gmane.org/gmane.linux.utilities.util-linux-ng/9697
This is a change in util-linux.
Once this gets into Factory it should become better, as its settings should migrate to all linkers.
Until then you can run:
osc meta prjconf -e home:arvidjaar:grub2-next
add this line: VMInstall: libsmartcols1
(While it should have worked in home:arvidjaar:grub2-next already without change, can you try rebuilding?)
It builds OK for Factory but fails for 13.1; I'd still like to have it for 13.1 as well ... bor@opensuse:~/obs/home:arvidjaar:grub2-next/grub2> osc results openSUSE_Factory_PowerPC ppc succeeded* openSUSE_Factory_PowerPC ppc64 succeeded* openSUSE_Factory_ARM armv7l excluded openSUSE_Factory x86_64 succeeded openSUSE_Factory i586 succeeded openSUSE_13.1 i586 failed openSUSE_13.1 x86_64 failed openSUSE_12.3 i586 failed openSUSE_12.3 x86_64 failed -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Andrei Borzenkov <arvidjaar@gmail.com> writes:
This is a change in util-linux.
Once this gets into Factory it should become better, as its settings should migrate to all linkers.
Until then you can run:
osc meta prjconf -e home:arvidjaar:grub2-next
add this line: %if "%_repository" == "openSUSE_Factory" || "%_repository" == "openSUSE_Factory_ARM" || "%_repository" == "openSUSE_Factory_PowerPC" VMInstall: libsmartcols1 %endif
It builds OK for Factory but fails for 13.1; I'd still like to have it for 13.1 as well ...
The setting should only be active for repositories inheriting from openSUSE:Factory. 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-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Mon, Aug 25, 2014 at 11:47 AM, Andreas Schwab <schwab@suse.de> wrote:
Andrei Borzenkov <arvidjaar@gmail.com> writes:
This is a change in util-linux.
Once this gets into Factory it should become better, as its settings should migrate to all linkers.
Until then you can run:
osc meta prjconf -e home:arvidjaar:grub2-next
add this line: %if "%_repository" == "openSUSE_Factory" || "%_repository" == "openSUSE_Factory_ARM" || "%_repository" == "openSUSE_Factory_PowerPC" VMInstall: libsmartcols1 %endif
It builds OK for Factory but fails for 13.1; I'd still like to have it for 13.1 as well ...
The setting should only be active for repositories inheriting from openSUSE:Factory.
May be I was not clear. I do not have any project settings. Without doing anything from my side it builds fine on factory and fails to build on 13.1. How to fix build on 13.1? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Mon, Aug 25, 2014 at 11:55:14AM +0400, Andrei Borzenkov wrote:
On Mon, Aug 25, 2014 at 11:47 AM, Andreas Schwab <schwab@suse.de> wrote:
Andrei Borzenkov <arvidjaar@gmail.com> writes:
This is a change in util-linux.
Once this gets into Factory it should become better, as its settings should migrate to all linkers.
Until then you can run:
osc meta prjconf -e home:arvidjaar:grub2-next
add this line: %if "%_repository" == "openSUSE_Factory" || "%_repository" == "openSUSE_Factory_ARM" || "%_repository" == "openSUSE_Factory_PowerPC" VMInstall: libsmartcols1 %endif
It builds OK for Factory but fails for 13.1; I'd still like to have it for 13.1 as well ...
The setting should only be active for repositories inheriting from openSUSE:Factory.
May be I was not clear. I do not have any project settings. Without doing anything from my side it builds fine on factory and fails to build on 13.1. How to fix build on 13.1?
I applied Andreas suggestion to Base:System. Can you trigger rebuild and see if it helps. Ciao, Marcus -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Mon, Aug 25, 2014 at 11:56 AM, Marcus Meissner <meissner@suse.de> wrote:
I applied Andreas suggestion to Base:System.
Can you trigger rebuild and see if it helps.
Yes, seems to proceed past this error now. Thank you! -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Andreas Schwab
-
Andrei Borzenkov
-
Bernhard Voelker
-
Marcus Meissner