Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94904 - driftnet needs dep on X
Summary: driftnet needs dep on X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-03 03:06 UTC by Henti Smith
Modified: 2005-06-03 10:29 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 Henti Smith 2005-06-03 03:06:26 UTC
driftnet needs makedepend to compile which is supplied in X (xorg/xfree)

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




>>> Source unpacked.
cc -O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe
-DNO_DISPLAY_WINDOW -g -Wall -I/usr/include/pcap -D_BSD_SOURCE
-DDRIFTNET_VERSION='"0.1.6"' -o endian endian.c
( echo '.\" DO NOT EDIT THIS FILE-- edit driftnet.1.in instead' ; sed
s/@@@VERSION@@@/0.1.6/ ) < driftnet.1.in > driftnet.1
./endian > endianness
makedepend -- -O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe
-DNO_DISPLAY_WINDOW -g -Wall -I/usr/include/pcap -D_BSD_SOURCE
-DDRIFTNET_VERSION='"0.1.6"' `cat endianness` -- audio.c mpeghdr.c gif.c img.c
jpeg.c png.c driftnet.c image.c display.c playaudio.c connection.c media.c
cc -O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe
-DNO_DISPLAY_WINDOW -g -Wall -I/usr/include/pcap -D_BSD_SOURCE
-DDRIFTNET_VERSION='"0.1.6"' `cat endianness` -c -o audio.o audio.c
cc -O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe
-DNO_DISPLAY_WINDOW -g -Wall -I/usr/include/pcap -D_BSD_SOURCE
-DDRIFTNET_VERSION='"0.1.6"' `cat endianness` -c -o mpeghdr.o mpeghdr.c
/bin/sh: makedepend: command not found
make: *** [depend] Error 127
make: *** Waiting for unfinished jobs....

fmg ~ # qpkg -f `which makedepend`
x11-base/xorg-x11 *
fmg ~ #
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2005-06-03 10:29:35 UTC
I can confirm the problem.
I added virtual/x11 to DEPEND, fix is in CVS.

Thanks for reporting.