Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108102 - net-analyzer/nbaudit-1.0 fails to compile without X
Summary: net-analyzer/nbaudit-1.0 fails to compile without X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 11:35 UTC by Sven Wegener
Modified: 2005-10-09 06:57 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 Sven Wegener gentoo-dev 2005-10-04 11:35:24 UTC
it requires libshadow which is not installed on an X-less machine

gcc -DSTEPPING -DSCANNER -DVERBOSE -DWORKGROUP=\"WORKGROUP\"
-DGUEST_ACCOUNT=\"nobody\"  -DLINUX -DSHADOW_PWD -DNO_ASMSIGNALH -trigraphs -o
nat  nat.o client.o util.o system.o nmb.o charset.o parse_ip.o -lshadow
-L/usr/X11R6/lib/modules 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lshadow
collect2: ld returned 1 exit status
make: *** [nat] Error 1

!!! ERROR: net-analyzer/nbaudit-1.0 failed.
!!! Function src_compile, Line 32, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Marcin Kryczek (RETIRED) gentoo-dev 2005-10-09 06:57:49 UTC
-lshadow is removed now in 1.0-r1 (so that version can be used on systems 
without X). thanks for reporting