Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721926 - dev-libs/concurrencykit calls ar directly
Summary: dev-libs/concurrencykit calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL: https://github.com/concurrencykit/ck/...
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2020-05-09 17:19 UTC by Agostino Sarubbo
Modified: 2020-11-22 01:50 UTC (History)
0 users

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


Attachments
build.log (build.log,26.11 KB, text/plain)
2020-05-09 17:19 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 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(+)