Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68615 - IUSE=static in sys-fs/dd-rescue
Summary: IUSE=static in sys-fs/dd-rescue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-23 00:18 UTC by Martin von Gagern
Modified: 2004-10-25 21:46 UTC (History)
1 user (show)

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


Attachments
dd-rescue-1.10.diff (dd-rescue-1.10.diff,486 bytes, patch)
2004-10-23 00:20 UTC, Martin von Gagern
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2004-10-23 00:18:26 UTC
dd-rescue is one package I would like to compile statically, because as soon as I need it, my glibc might not be reliable any more.

I beliebe the dependency on sed entered the ebuild at the same time that the ebuild no longer used sed. So I'd say to remove this again.

Reproducible: Always
Steps to Reproduce:
Comment 1 Martin von Gagern 2004-10-23 00:20:00 UTC
Created attachment 42447 [details, diff]
dd-rescue-1.10.diff
Comment 2 Ciaran McCreesh 2004-10-23 08:09:50 UTC
You should be using flag-o-matic for that kind of thing.
Comment 3 SpanKY gentoo-dev 2004-10-23 21:33:24 UTC
yes, the correct fix would be:

use static && append-ldflags -static

please test that
Comment 4 SpanKY gentoo-dev 2004-10-25 21:46:24 UTC
added to 1.10, thanks for the bug report ! :)