Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66890 - nedit-5.4 compilation failure
Summary: nedit-5.4 compilation failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-09 09:10 UTC by Jonas MG
Modified: 2004-10-10 15:40 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 Jonas MG 2004-10-09 09:10:42 UTC
When I try to emerge nedit-5.4 with gcc-3.4.2 I get the following error message:

>>> 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.4/work/nedit-5.4/util'
gcc -O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -o check_lin_tif check_lin_tif.c
check_lin_tif.c:56:19: Xm/Xm.h: No such file or directory
check_lin_tif.c: In function `main':
check_lin_tif.c:202: error: `XmVERSION_STRING' undeclared (first use in this function)
check_lin_tif.c:202: error: (Each undeclared identifier is reported only once
check_lin_tif.c:202: error: for each function it appears in.)
check_lin_tif.c:249: error: `XmVERSION' undeclared (first use in this function)
check_lin_tif.c:249: error: `XmREVISION' undeclared (first use in this function)
check_lin_tif.c:255: 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.4/work/nedit-5.4/util'
make: *** [linux] Error 2

!!! ERROR: app-editors/nedit-5.4 failed.
!!! Function src_compile, Line 23, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1.emerge nedit
2.
3.



Portage 2.0.50-r11 (gcc34-x86-2004.2, gcc-3.4.2, glibc-2.3.4.20040808-r1,
2.6.8-gentoo-r7)
=================================================================
System uname: 2.6.8-gentoo-r7 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium -Os -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium -Os -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa gif gtk jpeg livecd motif ncurses nls nptl pam pcre png truetype x86
zlib"

I have openmotif-2.1.30-r5
Comment 1 Jonas MG 2004-10-10 15:40:38 UTC
I'm sorry. I did haven't X with USE xprint. That was the problem