[opensuse-factory] Local OBS build issue to to now missing video group
[I've inquired @buildservice because seeing strange build issues here] Am Donnerstag, 6. Februar 2020, 13:16:13 CET schrieb Hans-Peter Jansen:
Hi,
in my local OBS, updated to current 2.10, I harvest this now:
[ 33s] build-mkbaselibs-20200124.1-1.1 ######################################## [ 33s] hostname-3.21-1.5 ######################################## [ 33s] kernel-obs-build-5.4.14-2.1 ######################################## [ 33s] Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at /usr/sbin/fonts-config line 391. [ 39s] exit ...
for a package build for TW.
That was a red herring.
A local build in "both" ways, normal and with --type=kvm succeeds.
Most probably, it failed due to: [ 32s] useradd: group 'video' does not exist [ 32s] error: %prein(vdr-2.4.1-168.2.x86_64) scriptlet failed, exit status 6 [ 32s] error: vdr-2.4.1-168.2.x86_64: install failed because the video group is missing for some reason. In order to properly adjust the vdr deps, how can I determine, which package defines the video group for TW? Thanks, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, On 06 Feb 15:51, Hans-Peter Jansen wrote:
Most probably, it failed due to:
[ 32s] useradd: group 'video' does not exist [ 32s] error: %prein(vdr-2.4.1-168.2.x86_64) scriptlet failed, exit status 6 [ 32s] error: vdr-2.4.1-168.2.x86_64: install failed
because the video group is missing for some reason. In order to properly adjust the vdr deps, how can I determine, which package defines the video group for TW?
BuildRequires: group(video) or like Requires(pre): group(video) etc. Regards, ismail -- 1 + 1 = 1 for very large values of 1 SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer (HRB 36809, AG Nürnberg)
Am Donnerstag, 6. Februar 2020, 15:56:15 CET schrieb İsmail Dönmez:
Hi,
On 06 Feb 15:51, Hans-Peter Jansen wrote:
Most probably, it failed due to:
[ 32s] useradd: group 'video' does not exist [ 32s] error: %prein(vdr-2.4.1-168.2.x86_64) scriptlet failed, exit status 6 [ 32s] error: vdr-2.4.1-168.2.x86_64: install failed
because the video group is missing for some reason. In order to properly adjust the vdr deps, how can I determine, which package defines the video group for TW?
BuildRequires: group(video)
or like
Requires(pre): group(video)
Duh, thanks İsmail and Andreas, much appreciated! Cheers, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Feb 06 2020, Hans-Peter Jansen wrote:
Most probably, it failed due to:
[ 32s] useradd: group 'video' does not exist [ 32s] error: %prein(vdr-2.4.1-168.2.x86_64) scriptlet failed, exit status 6 [ 32s] error: vdr-2.4.1-168.2.x86_64: install failed
because the video group is missing for some reason. In order to properly adjust the vdr deps, how can I determine, which package defines the video group for TW?
The package that provides group(video). 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
participants (3)
-
Andreas Schwab
-
Hans-Peter Jansen
-
İsmail Dönmez