Bug 216243 - opendx fails with error in linux-mod.eclass
|
Bug#:
216243
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: sci@gentoo.org
|
Reported By: billie@gentoo.org
|
|
Component: Eclasses and Profiles
|
|
|
URL:
|
|
Summary: opendx fails with error in linux-mod.eclass
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-04-04 20:48 0000
|
The eclass fails to locate the directory for the kernel source and
configuration although everything is in place!
It fails for x86 and ~x86 version of opendx.
uname -a
Linux gentoo 2.6.24-gentoo-r3 #2 SMP PREEMPT Fri Mar 14 20:23:11 CET 2008 i686
Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux
ls -al /usr/src/
insgesamt 16
drwxr-xr-x 4 root root 4096 4. Apr 22:35 .
drwxr-xr-x 14 root root 4096 4. Apr 21:25 ..
lrwxrwxrwx 1 root root 22 4. Apr 22:35 linux -> linux-2.6.24-gentoo-r3
drwxr-xr-x 21 root root 4096 4. Apr 22:04 linux-2.6.24-gentoo-r3
drwxr-xr-x 20 root root 4096 31. Mär 18:47 linux-2.6.24-gentoo-r4
ls -al /usr/src/linux/ | grep .config
-rw-r--r-- 1 root root 40708 14. Mär 19:37 .config
-rw-r--r-- 1 root root 40686 14. Mär 19:34 .config.old
(In reply to comment #3)
> Created an attachment (id=148656) [edit] [details]
> emerge info
>
From what you posted I don't quite see what the
problem could be. What does (in a bash shell)
[ -s /usr/src/linux/.config ] || echo "broken"
give when executed as a regular user?
Thanks,
Markus
~ $ [ -s /usr/src/linux/.config ] || echo "broken"
~ $
Thanks! I think I fixed it. The linux-info.eclass
recently changed and the ebuilds were now missing
a call to linux-info_pkg_setup. I've just committed
this to portage cvs. Please re-sync in an hour or so
and re-open if it is still broken.
Thanks,
Makrus
(In reply to comment #6)
> Thanks! I think I fixed it. The linux-info.eclass
> recently changed and the ebuilds were now missing
> a call to linux-info_pkg_setup. I've just committed
> this to portage cvs. Please re-sync in an hour or so
> and re-open if it is still broken.
>
> Thanks,
> Makrus
>
Thanks for your fast response, i will try it and report back!
Regards,
Daniel