Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509888 - sys-fs/shake-0.999 uclibc build fix
Summary: sys-fs/shake-0.999 uclibc build fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-05-08 23:06 UTC by René Rhéaume
Modified: 2014-05-13 06:52 UTC (History)
0 users

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


Attachments
shake-0.999-uclibc.patch (shake-0.999-uclibc.patch,1.15 KB, patch)
2014-05-08 23:07 UTC, René Rhéaume
Details | Diff
shake-0.999.ebuild.patch (shake-0.999.ebuild.patch,236 bytes, patch)
2014-05-08 23:09 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René Rhéaume 2014-05-08 23:06:50 UTC
sys-fs/shake uses the glibc-specific function futimes. However, there is the  futimens Linux system call which can be used instead. This patch makes use of it on uclibc.

Reproducible: Always

Steps to Reproduce:
1. Install Lilblue
2. emerge shake
3.
Actual Results:  
emake failed

Expected Results:  
shake installed on system
Comment 1 René Rhéaume 2014-05-08 23:07:29 UTC
Created attachment 376592 [details, diff]
shake-0.999-uclibc.patch
Comment 2 René Rhéaume 2014-05-08 23:09:37 UTC
Created attachment 376594 [details, diff]
shake-0.999.ebuild.patch
Comment 3 Bernard Cafarelli gentoo-dev 2014-05-13 06:52:55 UTC
Thanks for the report and patch! I've applied it to current 0.999 ebuild