Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Dec 2002 14:58:18 +0000
From:      "Mack Lobell" <macklobell@hotmail.com>
To:        ports@FreeBSD.org
Cc:        shipley@dis.org
Subject:   libnet wrongfully finds autoconf 2.13
Message-ID:  <F41vT6wNdSAzDjTwhdU00014af7@hotmail.com>

next in thread | raw e-mail | index | archive | help
I only have autoconf 2.53 installed and when i try to build libnet i get the 
following:

marcus/usr/ports/net/libnet#make clean configure
===>  Cleaning for autoconf213-2.13.000227_5
===>  Cleaning for m4-1.4_1
===>  Cleaning for libnet-1.0.2a
===>  Extracting for libnet-1.0.2a
>>Checksum OK for libnet-1.0.2a.tar.gz.
===>   libnet-1.0.2a depends on executable: autoconf213 - found
===>  Patching for libnet-1.0.2a
===>  Applying FreeBSD patches for libnet-1.0.2a
===>  Configuring for libnet-1.0.2a
env: /usr/local/libexec/autoconf213/autoconf: No such file or directory
*** Error code 127

Stop in /usr/ports/net/libnet.


marcus/usr/ports/net/libnet#pkg_info | grep autoconf
autoconf-2.53_1     Automatically configure source code on many Un*x 
platforms

marcus/usr/ports/net/libnet#uname -a
FreeBSD killerqueen.tomten.homelinux.net 4.7-STABLE FreeBSD 4.7-STABLE #0: 
Sun Nov 10 00:09:27 CET 2002     
marcus@killerqueen.tomten.homelinux.net:/usr/obj/usr/src/sys/KERNEL12  i386


The port should either pull in autoconf 2.13 or be written so it can use 
2.53. I'm no autoconf expert but it seems to work with 2.53, the following 
traces are from 2.53:

marcus/usr/ports/net/libnet/work/Libnet-1.0.2a#./configure 
--prefix=/usr/local i386-portbld-freebsd4.7
creating cache ./config.cache
Beginning autoconfiguration process for libnet-1.0.2a...
checking host system type... i386-portbld-freebsd4.7
checking target system type... i386-portbld-freebsd4.7
checking build system type... i386-portbld-freebsd4.7
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for working const... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for ar... ar
checking for ln... ln
checking for strerror... yes
checking for pcap_open_live in -lpcap... yes
checking low-level packet interface type... found bpf
Note: support/bpf-lkm/etherspoof contains the lkm source required to spoof 
ethernet frames
checking for libnet_build_ip in -lnet... no
checking machine endianess... lil
checking if unaligned accesses fail... no
checking for sys/sockio.h... grep: conftest.out: No such file or directory
yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating test/Makefile
creating test/TCP/Makefile
creating test/Ethernet/Makefile
creating test/UDP/Makefile
creating test/ICMP/Makefile
creating test/Random/Makefile
creating test/OSPF/Makefile
creating util/Makefile
creating util/Get-mac/Makefile
creating example/Makefile
creating libnet-config
creating include/config.h
marcus/usr/ports/net/libnet/work/Libnet-1.0.2a#




_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F41vT6wNdSAzDjTwhdU00014af7>