Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124893 - x11-libs/Xaw3d-1.5-r1 fails to depend on imake for modular X.
Summary: x11-libs/Xaw3d-1.5-r1 fails to depend on imake for modular X.
Status: RESOLVED DUPLICATE of bug 118606
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 19:59 UTC by Thomas Weidner
Modified: 2006-03-04 01:14 UTC (History)
0 users

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 Thomas Weidner 2006-03-03 19:59:57 UTC
Hi,

emerge Xaw3d quits with the error:
>>> Compiling source in /var/tmp/portage/Xaw3d-1.5-r1/work/xc/lib/Xaw3d ...
/usr/portage/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild: line 67: xmkmf: command not found

obiously a dependancy to x11-misc/imake is missing,please add it.

Portage 2.1_pre5-r2 (default-linux/amd64/2005.1, gcc-4.1.0, glibc-2.3.6-r3, 2.6.15-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r2 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.romnet.org/gentoo/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d acl aim alsa asf audiofile avi berkdb bitmap-fonts bzip2 cairo crypt cups dbus dvd dvdread emboss encode ffmpeg font-server foomaticdb fortran gif gpm gstreamer gtk gtk2 guile icq imlib ipv6 irc irssi jabber jpeg libcaca live lzw lzw-tiff mad matroska mp3 mpeg msn ncurses nls nptl nptlonly nsplugin objc ogg opengl oss pam pdflib perl png python quicktime readline real rtc sdl ssl svg tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales v4l v4l2 vcd vorbis xattr xine xml2 xpm xv zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 Thomas Weidner 2006-03-03 20:11:45 UTC
gccmakedep is also missing,seems i forgotten that.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-04 01:14:08 UTC
No, it doesn't fail to depend on anything. You are messing with virtual/x11 in /etc/portage files.

<snip>
RDEPEND="|| ( ( x11-libs/libXt
                x11-libs/libX11
                x11-libs/libXmu
                x11-libs/libXpm
                x11-libs/libXp )
        virtual/x11 )"

DEPEND="${RDEPEND}
        >=sys-apps/sed-4
        || ( (  x11-proto/xextproto
                x11-misc/imake
                x11-misc/gccmakedep )
                virtual/x11 )"
</snip>

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