Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 144786
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Joel Martin <kanaka@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 144786 depends on: 145287 Show dependency tree
Bug 144786 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-22 13:49 0000
If multilib systems where /lib is not the default ABI or a symlink to it, the
following lines in baselayout are not correct:
kdir /$(get_libdir)/dev-state
kdir /$(get_libdir)/udev-state

You'll see later in the same ebuild, lines that refer to /lib/udev-state.
The general consensus on #mipslinux seems to be that non-library files should
be
in /lib if they have to live in a /lib* directory. So I think the above lines 
should be:
kdir /lib/dev-state
kdir /lib/udev-state

This is a regression introduced in 1.12.

------- Comment #1 From SpanKY 2006-08-22 20:06:30 0000 -------
the ebuild takes care of setting up /lib* before the dev-state stuff, so that
should not be an issue

------- Comment #2 From Joel Martin 2006-08-23 05:19:54 0000 -------
Consider multilib MIPS with o32 in /lib, n32 in /lib32 and n64 in /lib64 and
n32 is the default ABI.

kdir /$(get_libdir)/udev-state will create /lib32/udev-state/

later in the ebuild it tries to create a tarball in /lib/udev-state/ which does
not exist and breaks. Again, this only applies to a situation where /lib is not
the default ABI libdir (or a symlink to it). Which currently is just my
experimental multilib MIPS. But the ebuild is still not doing the right thing.

------- Comment #3 From SpanKY 2006-08-27 10:17:57 0000 -------
why are these things still in baselayout anyways ?

we punted all of udev to the udev package, so it would only make sense to move
this stuff to the packages that use it

------- Comment #4 From SpanKY 2006-08-27 13:59:39 0000 -------
once Bug 145287 is taken care of, i'll just scrub both dev-state dirs from the
baselayout ebuild

------- Comment #5 From Joel Martin 2006-12-21 06:41:04 0000 -------
The changes were made to stable baselayout (1.12.6*). And the dev state stuff
has been removed in 1.12.8*. So this is both fixed and no longer relevant.
Closing.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug