Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82120 - emerge gnome-libs fails (undefined reference to login_tty)
Summary: emerge gnome-libs fails (undefined reference to login_tty)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 08:02 UTC by Xenofon
Modified: 2005-08-12 00:51 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 Xenofon 2005-02-15 08:02:44 UTC
gcc -O2 -march=pentium4 -fomit-frame-pointer -I/usr/include/db1 -Wall -Wunused -o .libs/zterm zterm.o -rdynamic -rdynamic  ./.libs/libzvt.so /usr/local/lib/libutil.so -lSM -lICE -L/usr/lib -ldl -lXi -lXext -lX11 -lm /usr/lib/libgdk_imlib.so /usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so /usr/lib/libglib.so -ldl -lXi -lXext -lX11 -lm ../support/.libs/libgnomesupport.so -lz -lm -Wl,--rpath -Wl,/usr/local/lib
./.libs/libzvt.so: undefined reference to `login_tty'
collect2: ld returned 1 exit status
make[2]: *** [zterm] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/zvt'

MAKEOPTS="-j2"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="-kerberos gtk qt kde userlocales dvd dvdr cdr oss cups foomaticdb ppds usbapache2 doc samba alsa arts postgres"

When I manually add -lutil to the gcc line it works fine, but LDFLAGS="-lutil" emerge gnome-libs still fails.
Comment 1 Nathaniel McCallum (RETIRED) gentoo-dev 2005-07-03 14:25:39 UTC
Are you still experiencing this problem?
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2005-08-12 00:51:06 UTC
No response. Wee also need the complete output from "emerge --info" and the
failed emerge process.