Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833105 - x11-misc/fireflies-2.08-r1 fails to compile: main.cc:(.text.startup+0x1f): undefined reference to argp_parse
Summary: x11-misc/fireflies-2.08-r1 fails to compile: main.cc:(.text.startup+0x1f): un...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-11 07:27 UTC by Agostino Sarubbo
Modified: 2022-07-14 23:17 UTC (History)
0 users

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


Attachments
build.log (build.log,54.56 KB, text/plain)
2022-02-11 07:27 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-02-11 07:27:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/fireflies-2.08-r1 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-11 07:27:30 UTC
Created attachment 764826 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-11 07:27:31 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


main.cc:(.text.startup+0x1f): undefined reference to `argp_parse'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2022-07-14 23:17:22 UTC
The bug has been closed via the following commit(s):

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

commit 105da82b3805390f9143a0ecc42fbcb5d4371e74
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-07-14 23:17:00 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-07-14 23:17:20 +0000

    x11-misc/fireflies: depend on sys-libs/argp-standalone for musl
    
    Closes: https://bugs.gentoo.org/833105
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 x11-misc/fireflies/fireflies-2.08-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)