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

Bug 126375

Summary: emerge nedit fails
Product: Gentoo Linux Reporter: David Faulkner <davidfaulkner12>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Faulkner 2006-03-15 19:32:51 UTC
After typing 'sudo emerge nedit' the ebuild fails (error and emerge info below). An 'emerge --sync' was tried ... no luck on getting it fixed there.

Expected Result: Clean emerge

Calculating dependencies  
>>> Unpacking source...
>>> Unpacking nedit-5.5-src.tar.bz2 to /var/tmp/portage/nedit-5.5/work
>>> Source unpacked.
(cd util; \
    make -f Makefile.linux verify_config && \
    make -f Makefile.linux libNUtil.a)
make[1]: Entering directory `/var/tmp/portage/nedit-5.5/work/nedit-5.5/util'
i686-pc-linux-gnu-gcc -O2 -march=pentium3 -fomit-frame-pointer -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -o check_lin_tif check_lin_tif.c
check_lin_tif.c:57:19: Xm/Xm.h: No such file or directory
check_lin_tif.c: In function `main':
check_lin_tif.c:203: error: `XmVERSION_STRING' undeclared (first use in this function)
check_lin_tif.c:203: error: (Each undeclared identifier is reported only once
check_lin_tif.c:203: error: for each function it appears in.)
check_lin_tif.c:252: error: `XmVERSION' undeclared (first use in this function)
check_lin_tif.c:252: error: `XmREVISION' undeclared (first use in this function)
check_lin_tif.c:253: error: `XmUPDATE_LEVEL' undeclared (first use in this function)
make[1]: *** [check_tif_rule] Error 1
make[1]: Leaving directory `/var/tmp/portage/nedit-5.5/work/nedit-5.5/util'
make: *** [linux] Error 2

!!! ERROR: app-editors/nedit-5.5 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

========================================

emerge --info

Gentoo Base System version 1.6.14
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.12-gentoo-r10 i686)
=================================================================
System uname: 2.6.12-gentoo-r10 i686 Pentium III (Coppermine)
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=pentium3 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib aim alsa apache2 apm audiofile avi berkdb bitmap-fonts bzip2 cli crypt curl dba divx4linux doc dri dts dvd dvdread eds emboss encode exif expat ffmpeg flac foomaticdb fortran gd gdbm gif glut gmp gpm gstreamer gtk gtk2 imlib ipv6 java jpeg junit lcms libg++ libwww mad matroska mhash mikmod mmx mng motif mozilla mp3 mpeg mysql ncurses nls ogg oggvorbis opengl pam pcmcia pcre pdflib perl php png python quicktime readline sdl spell sse ssl tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev usb vcd vorbis win32codecs xanim xine xml xml2 xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-16 02:00:10 UTC
Re-emerge openmotif and try again.
Comment 2 David Faulkner 2006-03-16 07:02:45 UTC
(In reply to comment #1)
> Re-emerge openmotif and try again.

This works. Thanks.