Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725420 - =sci-libs/cln-1.3.6 misses USE=static-libs and installs '.a' files
Summary: =sci-libs/cln-1.3.6 misses USE=static-libs and installs '.a' files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-05-26 07:12 UTC by Agostino Sarubbo
Modified: 2020-11-15 10:59 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-05-26 07:12:12 UTC
This is an auto-filed bug because sci-libs/cln misses USE=static-libs and installs '.a' files.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
The issue was discovered on the version reported in the summary but it may be reproducible on other versions as well. The best solution is avoid to build the '.a' files by touching the configure. In case the buildsystem makes your life hard, a good compromise would be just remove the files.

NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word 'static-libs'
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-28 15:01:16 UTC
See also: https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302
Comment 2 Larry the Git Cow gentoo-dev 2020-11-14 20:21:18 UTC
The bug has been closed via the following commit(s):

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

commit 785c90cfa242ac84cff475d5ec5e7f0ed64c14c3
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-11-14 20:19:40 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-14 20:19:40 +0000

    sci-libs/cln: disable static libs
    
    Closes: https://bugs.gentoo.org/725420
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 sci-libs/cln/cln-1.3.3.ebuild | 8 +++++++-
 sci-libs/cln/cln-1.3.4.ebuild | 8 +++++++-
 sci-libs/cln/cln-1.3.6.ebuild | 8 +++++++-
 3 files changed, 21 insertions(+), 3 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2020-11-15 04:36:09 UTC
The bug has been referenced in the following commit(s):

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

commit de47aee45fc4d78212179938093608c03ce7cbeb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2020-11-15 04:35:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-11-15 04:35:53 +0000

    sci-libs/cln: fix build failure
    
    autotools-utils can do out-of-source builds,
    and it does by default, but we need to invoke
    autotools-utils_src_configure for it to have
    the right behaviour.
    
    This is counterintuitive given more modern
    examples like CMake use src_prepare for the
    same functionality.
    
    Fixes: 785c90cfa242ac84cff475d5ec5e7f0ed64c14c3
    Bug: https://bugs.gentoo.org/725420
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/cln/cln-1.3.3.ebuild | 3 ++-
 sci-libs/cln/cln-1.3.4.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)