Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 781599 - sys-apps/util-linux-2.36.2: please stabilize
Summary: sys-apps/util-linux-2.36.2: please stabilize
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on:
Blocks:
 
Reported: 2021-04-08 22:01 UTC by Matt Turner
Modified: 2021-04-22 12:16 UTC (History)
0 users

See Also:
Package list:
sys-apps/util-linux-2.36.2
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2021-04-08 22:01:49 UTC
Okay to stabilize? Needed for Python 3.9 in stable.
Comment 1 Rolf Eike Beer archtester 2021-04-10 16:32:10 UTC
sparc stable
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2021-04-10 22:43:01 UTC
x86 stable
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-11 11:03:32 UTC
arm done
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-11 11:12:01 UTC
amd64 done
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-11 11:15:55 UTC
ppc64 done
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-12 16:02:16 UTC
arm64 done
Comment 7 Rolf Eike Beer archtester 2021-04-17 08:58:01 UTC
hppa stable
Comment 8 Gabriel 2021-04-19 22:13:29 UTC
FWIW, util-linux 2.36.2 failed just now with this:
>>> Preparing source in /var/tmp/portage/sys-apps/util-linux-2.36.2/work/util-linux-2.36.2 ...
 * Running elibtoolize in: util-linux-2.36.2/
 *   Applying ppc64le/2.4.4 patch ...
 * Running elibtoolize in: util-linux-2.36.2/config/
 *   Applying portage/1.2.0 patch ...
 *   Applying sed/1.5.6 patch ...
 *   Applying as-needed/2.4.3 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/util-linux-2.36.2/work/util-linux-2.36.2 ...
 * abi_x86_32.x86: running multilib-minimal_abi_src_configure
 * ERROR: sys-apps/util-linux-2.36.2::gentoo failed (configure phase):
 *   USE Flag 'libmagic' not in IUSE for sys-apps/util-linux-2.36.2
 * 
 * Call stack:
 *          ebuild.sh, line  125:  Called src_configure
 *        environment, line 3436:  Called multilib-minimal_src_configure
 *        environment, line 2119:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *        environment, line 2372:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *        environment, line 2049:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *        environment, line 2047:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *        environment, line  484:  Called multilib-minimal_abi_src_configure
 *        environment, line 2113:  Called multilib_src_configure
 *        environment, line 2598:  Called use_with 'libmagic' 'magic'
 *   phase-helpers.sh, line  278:  Called use 'libmagic'
 *   phase-helpers.sh, line  246:  Called die
 * The specific snippet of code:
 *   				die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"

Maybe unrelated to this stablreq but more related to "-magic%".
I'll look a bit deeper tomorrow but thought I would mention this here.
Comment 9 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-04-19 22:18:10 UTC
(In reply to Gabriel from comment #8)
> FWIW, util-linux 2.36.2 failed just now with this:
> >>> Preparing source in /var/tmp/portage/sys-apps/util-linux-2.36.2/work/util-linux-2.36.2 ...
>  * Running elibtoolize in: util-linux-2.36.2/
>  *   Applying ppc64le/2.4.4 patch ...
>  * Running elibtoolize in: util-linux-2.36.2/config/
>  *   Applying portage/1.2.0 patch ...
>  *   Applying sed/1.5.6 patch ...
>  *   Applying as-needed/2.4.3 patch ...
> >>> Source prepared.
> >>> Configuring source in /var/tmp/portage/sys-apps/util-linux-2.36.2/work/util-linux-2.36.2 ...
>  * abi_x86_32.x86: running multilib-minimal_abi_src_configure
>  * ERROR: sys-apps/util-linux-2.36.2::gentoo failed (configure phase):
>  *   USE Flag 'libmagic' not in IUSE for sys-apps/util-linux-2.36.2
>  * 
>  * Call stack:
>  *          ebuild.sh, line  125:  Called src_configure
>  *        environment, line 3436:  Called multilib-minimal_src_configure
>  *        environment, line 2119:  Called multilib_foreach_abi
> 'multilib-minimal_abi_src_configure'
>  *        environment, line 2372:  Called multibuild_foreach_variant
> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
>  *        environment, line 2049:  Called _multibuild_run
> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
>  *        environment, line 2047:  Called _multilib_multibuild_wrapper
> 'multilib-minimal_abi_src_configure'
>  *        environment, line  484:  Called multilib-minimal_abi_src_configure
>  *        environment, line 2113:  Called multilib_src_configure
>  *        environment, line 2598:  Called use_with 'libmagic' 'magic'
>  *   phase-helpers.sh, line  278:  Called use 'libmagic'
>  *   phase-helpers.sh, line  246:  Called die
>  * The specific snippet of code:
>  *   				die "USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}"
> 
> Maybe unrelated to this stablreq but more related to "-magic%".
> I'll look a bit deeper tomorrow but thought I would mention this here.

Unrelated but already fixed:

commit 9bdb86ca67f53c55ca26fca09e960c76923efb8d
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Mon Apr 19 23:54:01 2021

    sys-apps/util-linux: Fixed use_with usage

    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Comment 10 Gabriel 2021-04-20 08:32:11 UTC
Thanks, Lars - sorry for the noise then, happy it got picked up regardless.
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-04-22 12:16:21 UTC
ppc done

all arches done