Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 68615

Summary: IUSE=static in sys-fs/dd-rescue
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: flash3001
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dd-rescue-1.10.diff

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 ! :)