| Summary: | x11-drivers/nvidia-drivers-169.07 fails to install due to ebuild error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nathan W. Labadie <ab0781> |
| Component: | New packages | Assignee: | Doug Goldstein (RETIRED) <cardoe> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | jwbraun, ruepel |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Nathan W. Labadie
2008-01-16 21:15:28 UTC
Confirmed. Actually, the interesting thing seems to happen before the install: "kernel_linux: command not found" looks ugly. Why does emerge continue to install, when compiling the sources resulted in an error? ----- >>> Source unpacked. >>> Compiling source in /var/tmp/portage/x11-drivers/nvidia-drivers-169.07/work/NVIDIA-Linux-x86-169.07-pkg0/usr/src/nv ... /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-169.07.ebuild: line 209: kernel_linux: command not found >>> Source compiled. >>> Test phase [not enabled]: x11-drivers/nvidia-drivers-169.07 I'm in no way an ebuild nor python expert, but it looks, as if there's some "use" missing? Is it
a) if use kernel_linux
or
b) if kernel_linux
?
In line 209 (that's what emerge is complaining about) the "use" is missing.
But what do I know...
-------
# grep kernel_linux /usr/portage/x11-drivers/nvidia-drivers/nvidia-drivers-169.07.ebuild
kernel_linux? ( virtual/linux-sources )
kernel_linux? ( virtual/modutils )
if kernel_linux; then
elif use kernel_linux; then
if kernel_linux && kernel_is lt 2 6 7; then
if use kernel_linux; then
if use kernel_linux; then
elif kernel_linux; then
if use kernel_linux; then
if use kernel_linux; then
if use kernel_linux; then
*** This bug has been marked as a duplicate of bug 199671 *** |