Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 838955

Summary: dev-python/indexed_gzip-1.6.13 fails to compile: error: option -a not recognized
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Horea Christian <gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny, proxy-maint, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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(+)