Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597646 - sys-auth/skey fails to build with musl libc
Summary: sys-auth/skey fails to build with musl libc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: musl-porting
  Show dependency tree
 
Reported: 2016-10-21 01:20 UTC by Felix Janda
Modified: 2016-10-29 14:57 UTC (History)
0 users

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


Attachments
build.log (build.log,17.24 KB, text/plain)
2016-10-21 01:20 UTC, Felix Janda
Details
build.log (build.log,11.55 KB, text/plain)
2016-10-29 14:25 UTC, Felix Janda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Janda 2016-10-21 01:20:10 UTC
Created attachment 450858 [details]
build.log

See the build.log for the build failures.


For this reason the musl overlay current applies two patches:

https://github.com/gentoo/musl/tree/master/sys-auth/skey/files

One patch fixes the __P issue. The other patch adds a <paths.h>
include for _PATH_DEVNULL.


It would be nice if these patches could be included in the
patchset in the main tree.
Comment 1 Ulrich Müller gentoo-dev 2016-10-29 12:33:37 UTC
Can you please attach a readable build.log without interspersed terminal control sequences?
Comment 2 Felix Janda 2016-10-29 14:25:14 UTC
Created attachment 451864 [details]
build.log
Comment 3 Ulrich Müller gentoo-dev 2016-10-29 14:57:56 UTC
commit f1462b3a2246f5c69a96578f8fdcafa5b1c96b97
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Sat Oct 29 16:56:15 2016 +0200

    sys-auth/skey: Fix build with musl libc.
    
    Bug: 597646
    
    Package-Manager: portage-2.3.2


Thanks for reporting.