Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189889 - x11-drivers/nvidia-drivers-100.14.09 fails to emerge on amd64
Summary: x11-drivers/nvidia-drivers-100.14.09 fails to emerge on amd64
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 22:53 UTC by Nick Soveiko
Modified: 2007-08-23 06:48 UTC (History)
0 users

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


Attachments
emerge --info (haar.emerge--info,3.16 KB, text/plain)
2007-08-22 22:55 UTC, Nick Soveiko
Details
build log (build.log,5.86 KB, text/plain)
2007-08-22 22:57 UTC, Nick Soveiko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Soveiko 2007-08-22 22:53:46 UTC
During a routine update of world, nvidia-drivers-100.14.09 emerge died with the following error:

/bin/sh: scripts/basic/fixdep: Permission denied
make[4]: *** [/var/tmp/portage/x11-drivers/nvidia-drivers-100.14.09/work/NVIDIA-Linux-x86_64-100.14.09-pkg2/usr/src/nv/nv.o] Error 1
make[3]: *** [_module_/var/tmp/portage/x11-drivers/nvidia-drivers-100.14.09/work/NVIDIA-Linux-x86_64-100.14.09-pkg2/usr/src/nv] Error 2
make[2]: *** [modules] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2

!!! ERROR: x11-drivers/nvidia-drivers-100.14.09 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  nvidia-drivers-100.14.09.ebuild, line 212:   Called linux-mod_src_compile
  linux-mod.eclass, line 516:   Called die


Reproducible: Always




see attaches for 'emerge --info' and build log.
Comment 1 Nick Soveiko 2007-08-22 22:55:58 UTC
Created attachment 128912 [details]
emerge --info
Comment 2 Nick Soveiko 2007-08-22 22:57:56 UTC
Created attachment 128914 [details]
build log
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2007-08-22 22:59:04 UTC
Is the partition where the temporary build resides mounted "noexec" by chance?
Comment 4 Markus Ullmann (RETIRED) gentoo-dev 2007-08-22 23:17:40 UTC
If that's not the case,
retry with FEATURES=-usersandbox
Comment 5 Nick Soveiko 2007-08-22 23:49:15 UTC
(In reply to comment #4)

> If that's not the case,
> retry with FEATURES=-usersandbox

the filesystem allows exec and turning usersandbox off doesn't help. strangely enough, i also have an x86 machine with a similar setup, and there it compiles just fine.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 06:36:48 UTC
You've been messing up with default umask, haven't you? :P
Comment 7 Nick Soveiko 2007-08-23 06:46:25 UTC
(In reply to comment #6)
> You've been messing up with default umask, haven't you? :P

haar ~ # umask
0022

is this messing???
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 06:48:39 UTC
Well, either the permissions of /usr/src/linux are messed up, or your kernel isn't configured. None of this is nvidia-drivers bug.