Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 838955 - dev-python/indexed_gzip-1.6.13 fails to compile: error: option -a not recognized
Summary: dev-python/indexed_gzip-1.6.13 fails to compile: error: option -a not recognized
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Horea Christian
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-17 15:48 UTC by Agostino Sarubbo
Modified: 2022-04-17 16:54 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,49.21 KB, text/plain)
2022-04-17 15:48 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 2022-04-17 15:48:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/indexed_gzip-1.6.13 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-17 15:48:11 UTC
Created attachment 771128 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-04-17 16:54:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552dbafd02e83465ee91c03306da41ec28618179

commit 552dbafd02e83465ee91c03306da41ec28618179
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-04-17 16:52:00 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-04-17 16:53:59 +0000

    dev-python/indexed_gzip: Fix build failure w/ clean command
    
    Remove the custom "clean" command that does not implement "-a" option
    as used by the old distutils-r1 code path, in order to fix the build
    failure.  This is only needed temporarily, as the new code path
    no longer calls it.
    
    Closes: https://bugs.gentoo.org/838955
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/indexed_gzip/indexed_gzip-1.6.13.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)