Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947414 - app-metrics/prometheus-2.52.0: COMMON_DEPEND missing in BDEPS
Summary: app-metrics/prometheus-2.52.0: COMMON_DEPEND missing in BDEPS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-04 03:29 UTC by zen
Modified: 2025-01-31 02:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zen 2025-01-04 03:29:51 UTC
Hit using crossdev default/linux/arm64/23.0 aarch64-unknown-linux-gnu

>>> Install app-metrics/prometheus-2.52.0 into /usr/aarch64-unknown-linux-gnu/tmp/portage/app-metrics/prometheus-2.52.0/image
chown: invalid user: ‘prometheus:prometheus’
 * ERROR: app-metrics/prometheus-2.52.0::gentoo failed (install phase):
 *   fowners failed
 * 
 * If you need support, post the output of `emerge --info '=app-metrics/prometheus-2.52.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-metrics/prometheus-2.52.0::gentoo'`.
 * The complete build log is located at '/usr/aarch64-unknown-linux-gnu/tmp/portage/app-metrics/prometheus-2.52.0/temp/build.log'.
 * The ebuild environment file is located at '/usr/aarch64-unknown-linux-gnu/tmp/portage/app-metrics/prometheus-2.52.0/temp/environment'.
 * Working directory: '/usr/aarch64-unknown-linux-gnu/tmp/portage/app-metrics/prometheus-2.52.0/work/prometheus-2.52.0'
 * S: '/usr/aarch64-unknown-linux-gnu/tmp/portage/app-metrics/prometheus-2.52.0/work/prometheus-2.52.0'

This is resolved by adding ${COMMON_DEPEND} to BDEPEND
Comment 1 Larry the Git Cow gentoo-dev 2025-01-31 02:47:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f35eca9501909c87ca6591f35e6c5fb617e5ba6

commit 4f35eca9501909c87ca6591f35e6c5fb617e5ba6
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2025-01-31 02:46:45 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2025-01-31 02:46:45 +0000

    app-metrics/prometheus: add 3.1.0
    
    Closes: https://bugs.gentoo.org/905861
    Closes: https://bugs.gentoo.org/947414
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-metrics/prometheus/Manifest                   |  3 ++
 app-metrics/prometheus/files/prometheus-3.confd   | 25 +++++++++
 app-metrics/prometheus/files/prometheus-3.initd   | 40 ++++++++++++++
 app-metrics/prometheus/files/prometheus-3.service | 20 +++++++
 app-metrics/prometheus/prometheus-3.1.0.ebuild    | 63 +++++++++++++++++++++++
 5 files changed, 151 insertions(+)