Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 216243
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Pielmeier <billie@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
emerge.log emerge output text/plain Daniel Pielmeier 2008-04-04 20:49 0000 1.96 KB Details
emerge.env environment text/plain Daniel Pielmeier 2008-04-04 20:50 0000 136.47 KB Details
emerge.info emerge info text/plain Daniel Pielmeier 2008-04-04 20:50 0000 4.37 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 216243 depends on: Show dependency tree
Bug 216243 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: 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

------- Comment #1 From Daniel Pielmeier 2008-04-04 20:49:42 0000 -------
Created an attachment (id=148653) [details]
emerge output

------- Comment #2 From Daniel Pielmeier 2008-04-04 20:50:07 0000 -------
Created an attachment (id=148654) [details]
environment

------- Comment #3 From Daniel Pielmeier 2008-04-04 20:50:27 0000 -------
Created an attachment (id=148656) [details]
emerge info

------- Comment #4 From Markus Dittrich 2008-04-05 13:41:43 0000 -------
(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

------- Comment #5 From Daniel Pielmeier 2008-04-05 13:43:19 0000 -------
~ $ [ -s /usr/src/linux/.config ] || echo "broken"
~ $ 

------- Comment #6 From Markus Dittrich 2008-04-05 17:27:13 0000 -------
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

------- Comment #7 From Daniel Pielmeier 2008-04-05 17:30:09 0000 -------
(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

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