Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94244 - Add dietlibc option to sys-process/runit
Summary: Add dietlibc option to sys-process/runit
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo's Team for Core System packages
URL: http://smarden.org/runit/usedietlibc....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 22:13 UTC by Ron Bickers
Modified: 2005-07-26 02:14 UTC (History)
1 user (show)

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


Attachments
patch for dietlibc support (diet-runit.patch,796 bytes, patch)
2005-05-27 22:14 UTC, Ron Bickers
Details | Diff
patch for dietlibc support (runit-diet.patch,707 bytes, patch)
2005-05-28 12:45 UTC, Ron Bickers
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ron Bickers 2005-05-27 22:13:01 UTC
I've modified the sys-process/runit ebuild to provide support for USE="diet"
(dietlibc) as documented at http://smarden.org/runit/usedietlibc.html

Reproducible: Always
Steps to Reproduce:
Comment 1 Ron Bickers 2005-05-27 22:14:59 UTC
Created attachment 59994 [details, diff]
patch for dietlibc support
Comment 2 SpanKY gentoo-dev 2005-05-28 02:08:28 UTC
no, export your CC/CXX variables
Comment 3 Ron Bickers 2005-05-28 12:45:38 UTC
Created attachment 60032 [details, diff]
patch for dietlibc support

Ah, ok. How about this?
Comment 4 SpanKY gentoo-dev 2005-05-28 14:37:02 UTC
you misunderstand ... i'm saying that USE=diet should not be used like this

YOU export CC/CXX in your own env before emerging the package
Comment 5 Ron Bickers 2005-05-28 15:25:47 UTC
Ok, now I'm confused.

How should USE=diet be used if not like this?  It's an IUSE in five other 
packages and each has a different way of making the package use it.  This patch 
is how runit is documented to make use of it and it's exactly what the ebuild 
for app-shells/dash does.