Date: Tue, 1 Nov 2005 14:40:20 GMT From: Jonatan B <onatan@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/87889: security/firewalk fails to compile. Message-ID: <200511011440.jA1EeKu4097682@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/87889; it has been noted by GNATS. From: Jonatan B <onatan@gmail.com> To: bug-followup@FreeBSD.org Cc: =?ISO-8859-1?Q?Jos=E9_M=2E_Fandi=F1o?= <jm.fandino@fadesa.es>, Edwin Groothuis <edwin@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511011440.jA1EeKu4097682>