Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119513 - nvidia-settings-1.0.20051122-r3 fails (requires xmkmf)
Summary: nvidia-settings-1.0.20051122-r3 fails (requires xmkmf)
Status: RESOLVED WORKSFORME
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:
: 119928 120505 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-19 01:08 UTC by Waldo
Modified: 2006-01-27 01:13 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Waldo 2006-01-19 01:08:46 UTC
blah blah
>>> md5 files   ;-) files/icon/nvidia-settings.desktop
>>> md5 files   ;-) files/icon/nvidia-settings.png
>>> md5 src_uri ;-) nvidia-settings-1.0.20051122.tar.gz
>>> Unpacking source...
>>> Unpacking nvidia-settings-1.0.20051122.tar.gz to /var/tmp/portage/nvidia-settings-1.0.20051122-r3/work
 * Tweaking libXNVCtrl for build...
>>> Source unpacked.
 * Building libXNVCtrl...
/usr/portage/media-video/nvidia-settings/nvidia-settings-1.0.20051122-r3.ebuild: line 66: xmkmf: command not found

!!! ERROR: media-video/nvidia-settings-1.0.20051122-r3 failed.
!!! Function src_compile, Line 66, Exitcode 127
!!! Running xmkmf failed!
!!! If you need support, post the topmost build error, NOT this status message.

Where is xmkmf?
Comment 1 Waldo 2006-01-19 01:09:46 UTC
FWIW:

# emerge info
Portage 2.0.53 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r1 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.0_pre14
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2 -mtune=k8 -ftracer -fprefetch-loop-arrays -funroll-loops -fno-ident"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2 -mtune=k8 -ftracer -fprefetch-loop-arrays -funroll-loops -fno-ident"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="rsync://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://mirror.espri.arizona.edu/gentoo/ ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac aalib acpi aim alsa amd64 audiofile avi berkdb bitmap-fonts bzip2 canvas cddb cdparanoia cdr crypt cups curl daap dbus divx4linux dri dv dvd dvdr dvdread eds emboss encode esd exif expat faad fam ffmpeg firefox flac foomatic foomaticdb fortran gif gimpprint glitz glut glx gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal howl idn imagemagick imlib ipv6 java jpeg junit lame lcms ldap libgda libsndfile libwww live lzw lzw-tiff mad matroska mjpeg mng mozilla mozsvg mp3 mpeg ncurses nls nptl nptlonly nvidia offensive ogg oggvorbis openal opengl oscar oss pam pcre pdflib perl png ppds python qt quicktime readline real sdl spell ssl tcltk tcpd theora tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb userlocales vcd vorbis wxwindows xine xinerama xml2 xpm xprint xv xvid yahoo zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-19 01:13:50 UTC
(In reply to comment #0)
> Where is xmkmf?

In x11-misc/imake. The ebuild is fine, you are doing something bad, like putting virtual/x11 into package.provided.

DEPEND="virtual/libc
                >=x11-libs/gtk+-2
                || ( (  x11-base/xorg-server
                                x11-libs/libXt
                                x11-proto/xf86driproto
                                x11-misc/imake
                                x11-misc/gccmakedep )
                        virtual/x11
                )"
Comment 3 Christian Roessner 2006-01-19 02:47:42 UTC
I had the same problems.

I use Xorg-7.0 and had to put

virtual/x11 x11-base/xorg-x11

into

/etc/portage/profile/virtuals

So, to get nvidia-settings compiled, emerge

x11-misc/imake
x11-misc/gccmakedep

and everything would be okay.

Regards

Christian
Comment 4 Waldo 2006-01-19 18:32:01 UTC
You're exactly right.  It was my fault and taking the steps above fixed it :)

Thanks,

W
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-01-22 07:57:04 UTC
*** Bug 119928 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-01-27 01:13:18 UTC
*** Bug 120505 has been marked as a duplicate of this bug. ***