Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78651 - klibc package would be nice
Summary: klibc package would be nice
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-19 04:34 UTC by Andreas Jellinghaus
Modified: 2005-03-10 01:51 UTC (History)
0 users

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


Attachments
ebuild for klibc-0.198 (klibc-0.198.ebuild,1.04 KB, text/plain)
2005-02-27 13:58 UTC, Richard Westwell
Details
klibc-0.198-confkern.patch (klibc-0.198-confkern.patch,524 bytes, patch)
2005-03-02 15:47 UTC, Richard Westwell
Details | Diff
ebuild for klibc-0.198-r1 (klibc-0.198-r1.ebuild,1.04 KB, text/plain)
2005-03-02 15:51 UTC, Richard Westwell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Jellinghaus 2005-01-19 04:34:42 UTC
utils/run-init is needed if you want to build initramfs.
initramfs is the successor to initrd - new format, better to
use, but needs run-init instead of pivot_root to work.

Reproducible: Always
Steps to Reproduce:
find /usr/portage |grep klibc

Actual Results:  
-> not found 

Expected Results:  
http://www.kernel.org/pub/linux/libs/klibc/ 
has the software, an ebuild would be nice.
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-01-21 09:05:56 UTC
Anyone interested?
Comment 2 Micheal Marineau (RETIRED) gentoo-dev 2005-01-21 09:58:49 UTC
It shouldn't be to hard to put together, although I never use initrds, but I can put something together if no one else who actually uses them is interested.
Comment 3 Richard Westwell 2005-02-27 13:58:36 UTC
Created attachment 52268 [details]
ebuild for klibc-0.198

Here's one I prepared eariler :)
I'm not entirely sure the install section is correct (that everything is put
into the right place)
this should extract the source / compile
and dump everything including the source into /usr/shared/klibc/

the replacement for pivot_root (run-init) for initramfs images should be
located here after the emerge
/usr/share/klibc/utils/static/run-init
Comment 4 Richard Westwell 2005-03-02 15:47:30 UTC
Created attachment 52505 [details, diff]
klibc-0.198-confkern.patch
Comment 5 Richard Westwell 2005-03-02 15:51:29 UTC
Created attachment 52507 [details]
ebuild for klibc-0.198-r1

slightly better version that uses a patch to alter the klibc MCONFIG file
so that if the kernel's source / build directories are different (if
configkernel has been used) this will still compile
also make can be used without any additional parameters (may be useful if
another prog such as udev static ever needs to compile against this)
Comment 6 Martin Schlemmer (RETIRED) gentoo-dev 2005-03-10 01:51:37 UTC
Added an ebuild to portage.