Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 757831 - =dev-libs/libmpack-1.0.5 misses USE=static-libs and installs '.a' files
Summary: =dev-libs/libmpack-1.0.5 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: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-12-01 07:31 UTC by Agostino Sarubbo
Modified: 2020-12-05 20:55 UTC (History)
0 users

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-12-01 07:31:01 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/libmpack misses USE=static-libs and installs '.a' files.
Discovered on: amd64 (internal ref: ci)

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 Conrad Kostecki gentoo-dev 2020-12-01 10:11:56 UTC
Is there any build.log? I am unable to reproduce that. If I run it on my system, everything is fine and no '.a' file is installed:

>>> Installing (1 of 1) dev-libs/libmpack-1.0.5::gentoo
 * checking 5 files for package collisions
>>> Merging dev-libs/libmpack-1.0.5 to /
--- /usr/
--- /usr/include/
>>> /usr/include/mpack.h
--- /usr/lib64/
--- /usr/lib64/pkgconfig/
>>> /usr/lib64/pkgconfig/mpack.pc
>>> /usr/lib64/libmpack.so.0.0.0
>>> /usr/lib64/libmpack.so -> libmpack.so.0.0.0
>>> /usr/lib64/libmpack.so.0 -> libmpack.so.0.0.0
>>> dev-libs/libmpack-1.0.5 merged.
>>> Regenerating /etc/ld.so.cache...
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.
Comment 2 Larry the Git Cow gentoo-dev 2020-12-01 10:18:00 UTC Comment hidden (obsolete)
Comment 3 Conrad Kostecki gentoo-dev 2020-12-04 23:11:39 UTC
Closing here. If you have a build.log or can reproduce, feel free to open.
Comment 4 Agostino Sarubbo gentoo-dev 2020-12-05 18:40:03 UTC
Can you try if with features=test you have that library?
Comment 5 Larry the Git Cow gentoo-dev 2020-12-05 20:55:55 UTC
The bug has been closed via the following commit(s):

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

commit a7faf3a9e42f8ea52bf2ea3c99d30d2ae85ca3e9
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-12-05 20:55:42 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-12-05 20:55:42 +0000

    dev-libs/libmpack: fix tests
    
    Closes: https://bugs.gentoo.org/757831
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-libs/libmpack/libmpack-1.0.5.ebuild | 4 ++++
 1 file changed, 4 insertions(+)