Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924853 - [guru] dev-libs/gpds-1.8.3 installs '.a' files without static-libs USE
Summary: [guru] dev-libs/gpds-1.8.3 installs '.a' files without static-libs USE
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: vowstar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-02-18 07:16 UTC by Agostino Sarubbo
Modified: 2024-02-18 08:01 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,73.46 KB, text/plain)
2024-02-18 07:16 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 2024-02-18 07:16:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/gpds-1.8.3 installs '.a' files without static-libs USE.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0070
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-18 07:16:11 UTC
Created attachment 885269 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-02-18 07:40:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c4ed017eaee87750cdd560cecb34cc1b6d7d068

commit 8c4ed017eaee87750cdd560cecb34cc1b6d7d068
Author:     Huang Rui <vowstar@gmail.com>
AuthorDate: 2024-02-18 07:39:24 +0000
Commit:     Huang Rui <vowstar@gmail.com>
CommitDate: 2024-02-18 07:39:24 +0000

    dev-libs/gpds: fix installs .a without static-libs USE
    
    Closes: https://bugs.gentoo.org/924853
    Signed-off-by: Huang Rui <vowstar@gmail.com>

 dev-libs/gpds/gpds-1.8.3.ebuild | 2 +-
 dev-libs/gpds/gpds-1.8.4.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 3 Agostino Sarubbo gentoo-dev 2024-02-18 07:48:11 UTC
Considering that there is a static-libs USE and a GPDS_BUILD_STATIC option, I think that something is not working correctly. So it's not just delete the .a file
Comment 4 vowstar 2024-02-18 07:59:13 UTC
(In reply to Agostino Sarubbo from comment #3)
> Considering that there is a static-libs USE and a GPDS_BUILD_STATIC option,
> I think that something is not working correctly. So it's not just delete the
> .a file

Thanks for remind, I fixed 1.8.4 with new GPDS_BUILD_STATIC option, but missing it in 1.8.3.
Comment 5 Larry the Git Cow gentoo-dev 2024-02-18 08:01:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfad5f924b1381de965bba719dbc837fbb849ec6

commit dfad5f924b1381de965bba719dbc837fbb849ec6
Author:     Huang Rui <vowstar@gmail.com>
AuthorDate: 2024-02-18 07:56:40 +0000
Commit:     Huang Rui <vowstar@gmail.com>
CommitDate: 2024-02-18 08:00:53 +0000

    dev-libs/gpds: catch up cmake option form upstream
    
    Use new GPDS_BUILD_STATIC option to control static lib build
    
    Closes: https://bugs.gentoo.org/924853
    Signed-off-by: Huang Rui <vowstar@gmail.com>

 dev-libs/gpds/gpds-1.8.3.ebuild | 7 ++++---
 dev-libs/gpds/gpds-1.8.4.ebuild | 1 -
 2 files changed, 4 insertions(+), 4 deletions(-)