Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369085 - sys-apps/makedev-3.23.1: stabilize
Summary: sys-apps/makedev-3.23.1: stabilize
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks: 295613 368597
  Show dependency tree
 
Reported: 2011-05-28 20:04 UTC by SpanKY
Modified: 2011-06-25 16:35 UTC (History)
0 users

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


Attachments
makedev patch to call the installed binary (makedev.patch,2.71 KB, patch)
2011-06-04 21:30 UTC, Jorge Manuel B. S. Vicetto (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2011-05-28 20:04:09 UTC
needed as part of the baselayout-1 -> openrc migration
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2011-05-28 20:42:50 UTC
ppc/ppc64 stable
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2011-05-29 20:03:15 UTC
amd64 done
Comment 3 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-06-04 21:30:09 UTC
After checking why MAKEDEV wasn't creating the devices on stage1, I noticed that the ebuild is calling the seed stage3 MAKEDEV and not the one just installed.
Until we update the seed stage3 to include the new version, calling the new one will fail because there is no /etc/makedev.d in the unpacked stage3 seed. Still, I suggest applying the following because we want to call the installed binary and not the one in the seed stage.

-               MAKEDEV -d "${ROOT}"/dev console hda input ptmx std sd tty
+               "${ROOT}"/sbin/MAKEDEV -d "${ROOT}"/dev console hda input ptmx std sd tty
Comment 4 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-06-04 21:30:59 UTC
Created attachment 275849 [details, diff]
makedev patch to call the installed binary
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2011-06-05 18:18:31 UTC
Stable for HPPA.
Comment 6 SpanKY gentoo-dev 2011-06-05 21:13:17 UTC
Comment on attachment 275849 [details, diff]
makedev patch to call the installed binary

if MAKEDEV were still a shell script, then maybe.  but it's a compiled program which wont fly in many situations such as cross-compiling.

build a new seed stage that has MAKEDEV in it and the issue "goes away".
Comment 7 Markus Meier gentoo-dev 2011-06-11 21:15:30 UTC
arm stable
Comment 8 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-06-12 15:36:29 UTC
x86 stable
Comment 9 Raúl Porcel (RETIRED) gentoo-dev 2011-06-25 16:35:09 UTC
alpha/ia64/m68k/s390/sh/sparc stable, closing