ports/87889: security/firewalk fails to compile.

Jonatan B onatan at gmail.com
Tue Nov 1 14:40:20 UTC 2005


The following reply was made to PR ports/87889; it has been noted by GNATS.

From: Jonatan B <onatan at gmail.com>
To: bug-followup at FreeBSD.org
Cc: =?ISO-8859-1?Q?Jos=E9_M=2E_Fandi=F1o?= <jm.fandino at fadesa.es>, 
	Edwin Groothuis <edwin at FreeBSD.org>
Subject: Re: ports/87889: security/firewalk fails to compile.
Date: Tue, 1 Nov 2005 16:32:28 +0200

 It appears you are trying to install firewalk with libnet
 1.0.2 (net/libnet) and not 1.1.2.1 (net/libnet-devel). It's weird,
 because firewalk is dependant on an include file that exists
 only in the latter, and not the former (include/libnet/libnet-types.h).
 so I guess this file was left over in your filesystem from a previous
 installation, or something like that.
 You can see what version of libnet you have currently installed using:
 pkg_info | grep libnet
 and you can remove it with:
 pkg_delete libnet\*
 
 Try deleting libnet, verify that libnet-types.h was not left behind,
 and then try reinstalling the port.



More information about the freebsd-ports-bugs mailing list