Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112079

Summary: modular Xorg madness: nvidia-settings broken
Product: Gentoo Linux Reporter: Devils-Hawk <dev>
Component: Current packagesAssignee: X11 External Driver Maintainers <x11-drivers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Devils-Hawk 2005-11-10 06:49:11 UTC
1) nvidia-settings needs xmkmf as a dependency
2) something goes wrong when calling xmkmf

Reproducible: Always
Steps to Reproduce:
1. emerge modular Xorg
2. emerge nvidia-settings
3.

Actual Results:  
 * Building libXNVCtrl...
imake -DUseInstalled -I/usr/lib/X11/config
make Makefiles
make: Nothing to be done for `Makefiles'.
make includes
+ mkdir -p ./exports/include/X11/extensions
+ cd ./exports/include/X11/extensions
+ for i in NVCtrlLib.h NVCtrl.h
+ rm -f NVCtrlLib.h
+ ln -s ../../../.././NVCtrlLib.h .
+ for i in NVCtrlLib.h NVCtrl.h
+ rm -f NVCtrl.h
+ ln -s ../../../.././NVCtrl.h .
make depend
gccmakedep  -- -I./lib/X11 -I./include/extensions  -I/usr/X11R6/include   
-Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            
-D_POSIX_SOURCE -D_XOPEN_SOURCE                          -D_BSD_SOURCE
-D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64                                                         
      -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API  
 -DMALLOC_0_RETURNS_NULL   -- NVCtrl.c
/bin/sh: gccmakedep: command not found
make: *** [depend] Error 127

!!! ERROR: media-video/nvidia-settings-1.0.20050729 failed.


Expected Results:  
emerge succeeds
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2005-11-11 00:12:31 UTC
That command is not available yet.

*** This bug has been marked as a duplicate of 110022 ***