First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 105741
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: PPC Porters <ppc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Abbey <genfool@cabbey.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
typescript log of build text/plain Chris Abbey 2005-10-20 14:24 0000 45.68 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 105741 depends on: Show dependency tree
Show dependency graph
Bug 105741 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2005-09-12 16:21 0000
There are two minor issues with the location the MOL kernel modules are getting
installd to with mol-0.9.71_pre1-r2.ebuild:

1. the tun.ko is not placed in the uname sensitive directory.
2. the name of the uname sensitive directory is not taking -smp into account.

1. was a problem in 0.9.70 ebuilds as well, 2 is new in this version.

cabbey@bezerkwookie /usr/lib/mol/0.9.71/modules $ find -type f
./2.6.12-gentoo-r9-g4-cabbey/mol.ko
./tun.ko
cabbey@bezerkwookie /usr/lib/mol/0.9.70/modules $ uname -r
2.6.12-gentoo-r9-g4-cabbey
cabbey@bezerkwookie /usr/lib/mol/0.9.71/modules $ startmol --list
--------------------------------------------------------------
  Running kernel:         2.6.12-gentoo-r9-g4-cabbey-smp
--------------------------------------------------------------
  Available modules:
    2.6.12-gentoo-r9-g4-cabbey in /usr/lib/mol/0.9.71
--------------------------------------------------------------
cabbey@bezerkwookie /usr/lib/mol/0.9.71/modules $ cd ../../0.9.70/modules
cabbey@bezerkwookie /usr/lib/mol/0.9.70/modules $ find -type f
./2.6.10-gentoo-r5-g4-cabbey-smp/tun.ko
./2.6.10-gentoo-r5-g4-cabbey-smp/kuname.ko
./2.6.12-gentoo-r9-g4-cabbey-smp/tun.ko
cabbey@bezerkwookie /usr/lib/mol/0.9.70/modules $ grep cabbey /boot/config*
/boot/config-2.6.10-gentoo-r4-g4-cabbey:CONFIG_LOCALVERSION="-g4-cabbey"
/boot/config-2.6.10-gentoo-r5-g4-cabbey:CONFIG_LOCALVERSION="-g4-cabbey"
/boot/config-2.6.10-gentoo-r6-g4-cabbey:CONFIG_LOCALVERSION="-g4-cabbey"
/boot/config-2.6.12-gentoo-r9-g4-cabbey:CONFIG_LOCALVERSION="-g4-cabbey"
/boot/config-2.6.9-gentoo-r9-g4-cabbey:CONFIG_LOCALVERSION="-g4-cabbey"

(I had worked around #1 in 0.9.70)

------- Comment #1 From Joe Jezak 2005-09-14 21:22:20 0000 -------
I can reproduce this.  For now, just insmod the modules by path, I'll get this
fixed as soon as I can figure out why it's doing that. :p

------- Comment #2 From Chris Abbey 2005-09-14 22:07:23 0000 -------
heh, I've actually been working around it by moving the modules after emerging.
I've been looking into this some myself, trying to get a better understanding of
the linux-mod ebuild. Are there any docs on that?

------- Comment #3 From Joe Jezak 2005-09-28 20:07:08 0000 -------
Fixed in mol-0.9.71_pre1-r3.

------- Comment #4 From Chris Abbey 2005-10-20 09:03:38 0000 -------
just emerged mol-0.9.71_pre3 and tun.ko still lands in the wrong spot.

------- Comment #5 From Joe Jezak 2005-10-20 11:36:37 0000 -------
I can't replicate this, can you try with the latest ~ppc version and attach a
log of the build?

------- Comment #6 From Chris Abbey 2005-10-20 14:24:02 0000 -------
Created an attachment (id=71091) [edit]
log of build

------- Comment #7 From Joe Jezak 2005-11-26 16:43:36 0000 -------
tun.ko really shouldn't be built on 2.6 kernels, so I've removed it from pre5. 
This fixes the problem. :)

First Last Prev Next    No search results available      Search page      Enter new bug