Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513204 - sys-kernel/genkernel-next-55 - fails to mount /usr on LVM because of missing realpath
Summary: sys-kernel/genkernel-next-55 - fails to mount /usr on LVM because of missing ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Fabio Erculiani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 546170
Blocks:
  Show dependency tree
 
Reported: 2014-06-14 11:12 UTC by Quasimodo
Modified: 2015-05-23 09:25 UTC (History)
2 users (show)

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


Attachments
This works for me. (8bffb024c131f59d4ad67c1dc2db67d183cb2271.patch,689 bytes, patch)
2014-06-18 12:23 UTC, Mateusz Nowotynski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Quasimodo 2014-06-14 11:12:32 UTC
A recent change of genkernel-next to mount usr from lvm introduced the usage of realpath. Unfortunatly realpath is not part of busyox 1.21.0, the latest stable version. Now that genkernel-next-55 is stable, gentoo should provide a stable version of busybox which will include realpath.

Reproducible: Always
Comment 1 Quasimodo 2014-06-14 13:05:37 UTC
Sorry, you actually bundle busybox 1.20.2 with genkernel-next-55, but nevertheless the also bundled config does not include realpath.
Comment 2 Mateusz Nowotynski 2014-06-18 12:23:56 UTC
Created attachment 379192 [details, diff]
This works for me.
Comment 3 Quasimodo 2014-06-19 18:40:33 UTC
Yes, that's the solution I found also. Currently , I have configured genkernel to use my modified config for busybox. Working for me, but should be included in the next release of genkernel.
Comment 4 Craig Andrews gentoo-dev 2014-12-10 19:53:08 UTC
This change was made in genkernel-next: https://github.com/Sabayon/genkernel-next/commit/8bffb024c131f59d4ad67c1dc2db67d183cb2271 It's included in version 58.

I believe this issue should be closed.