Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 851801 - sys-apps/apmd-3.2.2_p14-r2 installs libtool files (.la) without corresponding static libraries
Summary: sys-apps/apmd-3.2.2_p14-r2 installs libtool files (.la) without corresponding...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-14 06:47 UTC by Agostino Sarubbo
Modified: 2022-06-20 02:03 UTC (History)
0 users

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


Attachments
build.log (build.log,47.59 KB, text/plain)
2022-06-14 06:47 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 2022-06-14 06:47:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/apmd-3.2.2_p14-r2 installs libtool files (.la) without corresponding static libraries.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-06-14 06:47:10 UTC
Created attachment 784697 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-06-20 02:03:32 UTC
The bug has been closed via the following commit(s):

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

commit 3081963d2dd734d8b6dba4845ce766b566941998
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-06-19 18:50:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-20 02:03:25 +0000

    sys-apps/apmd: Fix the build with rlibtool
    
    When building with rlibtool the build will fail because there is no
    generated libtool to determine if building shared or static. This adds a
    minimal autoreconf to fix the build.
    
    Closes: https://bugs.gentoo.org/851801
    Closes: https://bugs.gentoo.org/778383
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25980
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/apmd/apmd-3.2.2_p14-r3.ebuild       |  86 +++++++++++++++++++
 sys-apps/apmd/files/apmd-3.2.2-libtool.patch | 124 +++++++++++++++++++++++++++
 2 files changed, 210 insertions(+)