Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726702 - =app-text/editorconfig-core-c-0.12.3 misses USE=static-libs and installs '.a' files
Summary: =app-text/editorconfig-core-c-0.12.3 misses USE=static-libs and installs '.a'...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-06-01 19:24 UTC by Agostino Sarubbo
Modified: 2020-07-13 06:34 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-06-01 19:24:12 UTC
This is an auto-filed bug because app-text/editorconfig-core-c 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.
See also:https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302

NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word 'static-libs'
Comment 1 Andreas Sturmlechner gentoo-dev 2020-07-11 19:21:03 UTC
Ebuild had several issues that are fixed by the PR, please ACK.
Comment 2 Larry the Git Cow gentoo-dev 2020-07-12 03:10:11 UTC
The bug has been closed via the following commit(s):

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

commit 82667371131f2f1ba28c244b2a51391134f25669
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-07-11 18:34:27 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-07-12 03:10:03 +0000

    app-text/editorconfig-core-c: Switch to cmake.eclass, fix EAPI-7 port
    
    - Properly disable static-libs
    - Always depends on app-doc/doxygen for man pages
    - Depends on dev-libs/libpcre2, not dev-libs/libpcre (see changelog)
    
    Closes: https://bugs.gentoo.org/726702
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 .../editorconfig-core-c-0.12.3-r1.ebuild           | 31 ++++++++++
 ...editorconfig-core-c-0.12.3-no-static-libs.patch | 69 ++++++++++++++++++++++
 2 files changed, 100 insertions(+)
Comment 3 Zac Medico gentoo-dev 2020-07-12 03:12:30 UTC
Thanks!