Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925427 - dev-util/ostree-2024.3-r1 has unrecognized configure options: --disable-trivial-httpd-cmdline
Summary: dev-util/ostree-2024.3-r1 has unrecognized configure options: --disable-trivi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-24 16:45 UTC by Agostino Sarubbo
Modified: 2024-09-20 14:32 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,575.70 KB, text/plain)
2024-02-24 16:45 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-24 16:45:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/ostree-2024.3 has unrecognized configure options.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0005
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-24 16:45:07 UTC
Created attachment 885883 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-20 13:38:47 UTC
ci has reproduced this issue with version 2024.3-r1 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2024-09-20 14:32:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d6e574d01759ae62a75ca6d6919824e59e89c7

commit 67d6e574d01759ae62a75ca6d6919824e59e89c7
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-09-20 14:04:45 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-09-20 14:32:02 +0000

    dev-util/ostree: remove USE="httpd"
    
    `--enable-trivial-httpd-cmdline` was dropped from code between
    v2023.5 and v2023.6, in commit [1]. As a result, this useflag was a
    NOP, so we can drop the useflag and it's relevant $(use_enable).
    
    [1] https://github.com/ostreedev/ostree/commit/0c36e8143d3c95d454b65c38f923cf71d08d5eb7
    
    Closes: https://bugs.gentoo.org/925427
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-util/ostree/ostree-2024.3-r1.ebuild | 4 +---
 dev-util/ostree/ostree-2024.3.ebuild    | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)