Opened 18 years ago

Closed 18 years ago

#7673 closed defect (fixed)

BUG: Ngrep-1.44 fails to build on Mac OS X 10.4.5

Reported by: jkletsky@… Owned by: grace@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: markd@…
Port:

Description

The ngrep port fails to build on Mac OS X 10.4.5 with complaints about uint8_t and uint32_t causing parse errors.

This can be resolved by adding <stdint.h> to the includes for MACOSX

Change History (4)

comment:1 Changed 18 years ago by blb@…

Owner: changed from darwinports-bugs@… to grace@…

Assigning to maintainer.

comment:2 Changed 18 years ago by mww@…

severity: blockernormal
Summary: Ngrep-1.44 fails to build on Mac OS X 10.4.5BUG: Ngrep-1.44 fails to build on Mac OS X 10.4.5

comment:3 Changed 18 years ago by markd@…

Cc: markd@… added

I can't reproduce this on 10.4.6, but the port is using Apple's libpcap instead of DarwinPorts' pcap and it seems like that should be corrected. I think the pcap port should be added as a dependency and --with-pcap-includes=/usr/include changed to --with-pcap-includes=${prefix}/include

comment:4 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Added libpcap as a dependency and use configure switch to force Ngrep to build against it instead of Apple's libpcap.

Note: See TracTickets for help on using tickets.