First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 94904
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Netmon Herd <netmon@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Henti Smith <henti@geekware.co.za>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 94904 depends on: Show dependency tree
Bug 94904 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-06-03 03:06 0000
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 From Marcelo Goes 2005-06-03 10:29:35 0000 -------
I can confirm the problem.
I added virtual/x11 to DEPEND, fix is in CVS.

Thanks for reporting.

First Last Prev Next    No search results available      Search page      Enter new bug