Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295592 - linux-mod.eclass is broken when kbuild_output is used
Summary: linux-mod.eclass is broken when kbuild_output is used
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on: 137773
Blocks:
  Show dependency tree
 
Reported: 2009-12-03 21:20 UTC by William Hubbs
Modified: 2010-01-22 00:32 UTC (History)
0 users

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


Attachments
emerge-speakup.txt (emerge-speakup.txt,4.36 KB, text/plain)
2009-12-03 21:21 UTC, William Hubbs
Details
emerge-info.txt (emerge-info.txt,3.19 KB, text/plain)
2009-12-03 21:21 UTC, William Hubbs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Hubbs gentoo-dev 2009-12-03 21:20:57 UTC
All,

I just attempted to build emerge stable speakup and got the output I am
attaching.

I use KBUILD_OUTPUT, and it was set to /home/william/linux-2.6.31-gentoo-r6
which is my build directory, and it is set up correctly,
because I was able to build speakup from the upstream git repository correctly.
Comment 1 William Hubbs gentoo-dev 2009-12-03 21:21:31 UTC
Created attachment 211911 [details]
emerge-speakup.txt

Here is my emerge output.
Comment 2 William Hubbs gentoo-dev 2009-12-03 21:21:57 UTC
Created attachment 211913 [details]
emerge-info.txt

and my emerge --info.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-01-10 09:42:06 UTC
Please retest with the latest versions of the ebuilds, and make very sure that the portage user has read access to your homedir location of $KBUILD_OUTPUT, because I think you might have locked it out, hence the output of:
/bin/sh: line 0: cd: /home/william/linux-2.6.31-gentoo-r6: Not a directory
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-01-10 09:57:42 UTC
Also related to 137773
Comment 5 William Hubbs gentoo-dev 2010-01-22 00:32:00 UTC
(In reply to comment #3)
> Please retest with the latest versions of the ebuilds, and make very sure that
> the portage user has read access to your homedir location of $KBUILD_OUTPUT,
> because I think you might have locked it out, hence the output of:
> /bin/sh: line 0: cd: /home/william/linux-2.6.31-gentoo-r6: Not a directory

You are correct, it was locked out.  I fixed the permissions on $KBUILD_OUTPUT and that solved the issue.