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

Bug 721926

Summary: dev-libs/concurrencykit calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Conrad Kostecki <conikost>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/concurrencykit/ck/commit/58667f4a19abb5e0b453c7cd9c6e391a181a2d0e
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-09 17:19:47 UTC
This is an auto-filled bug because dev-libs/concurrencykit calls ar directly.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you think it doesn't make sense fix these type of issues, I'd like to point out that won't be possible use a different AR implementation (like llvm-ar) by setting the AR variable. So this issue has been reproduced by setting the AR variable to x86_64-pc-linux-gnu-ar and by removing the /usr/bin/ar binary.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-09 17:19:55 UTC
Created attachment 637142 [details]
build.log

build log and emerge --info
Comment 2 Conrad Kostecki gentoo-dev 2020-11-22 00:41:55 UTC
Upstream accepted my patch.
Comment 3 Larry the Git Cow gentoo-dev 2020-11-22 01:50:44 UTC
The bug has been closed via the following commit(s):

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

commit d9e2dd79d860822c8ee78b6844511472a2bbcc6a
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-11-22 01:47:55 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-11-22 01:50:36 +0000

    dev-libs/concurrencykit: fixed several bugs
    
    This is a overhaul of the whole ebuild. Nothing will change for the
    user, so I will keep the stable keyword for amd64, as I will drop 0.7.0
    afterwards.
    
    Fixes:
    1) Fixed calling AR - upstream accepted patch.
    2) Failing tests on x86 - Setting PROFILE correctly.
    3) Disabling static libs - upstream accepted patch.
    4) Updated patches to use from upstreams git.
    
    Closes: https://bugs.gentoo.org/721926
    Closes: https://bugs.gentoo.org/733170
    Closes: https://bugs.gentoo.org/726398
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../concurrencykit/concurrencykit-0.7.0-r1.ebuild  |  40 ++++++++
 .../files/concurrencykit-0.7.0-ar.patch            | 112 +++++++++++++++++++++
 .../files/concurrencykit-0.7.0-glibc-2.30.patch    |  54 ++++++++++
 .../files/concurrencykit-0.7.0-gzip.patch          |  58 +++++++++++
 .../files/concurrencykit-0.7.0-static-libs.patch   |  75 ++++++++++++++
 5 files changed, 339 insertions(+)