Hi Max,

I've just built libpcap from 10.4 on Lion and it builds correctly. Can you 
please check it and upload it to the current tree?

Please find the attached build log.

Regards,

L

# fink install libpcap
Information about 3915 packages read in 0 seconds.
The following package will be installed or updated:
 libpcap
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libpcap-0.9.8-13 
/sw/src/fink.build
dpkg-deb: costruisco il pacchetto `fink-buildlock-libpcap-0.9.8-13' in 
`/sw/src/fink.build/fink-buildlock-libpcap-0.9.8-13_2011.12.06-21.39.08_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-libpcap-0.9.8-13_2011.12.06-21.39.08_darwin-x86_64.deb
Selezionato il pacchetto fink-buildlock-libpcap-0.9.8-13, che non lo era.
(Lettura del database ... 31743 file e directory attualmente installati.)
Spacchettamento di fink-buildlock-libpcap-0.9.8-13 (da 
.../fink-buildlock-libpcap-0.9.8-13_2011.12.06-21.39.08_darwin-x86_64.deb) ...
Configuro fink-buildlock-libpcap-0.9.8-13 (2011.12.06-21.39.08) ...

gzip -dc /sw/src/libpcap-0.9.8.tar.gz | /sw/bin/tar -xf -  --no-same-owner 
--no-same-permissions 
./configure --prefix=/sw --mandir=/sw/share/man --enable-ipv6
checking build system type... i686-apple-darwin11.2.0
checking host system type... i686-apple-darwin11.2.0
checking target system type... i686-apple-darwin11.2.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking gcc version... 
./configure: line 2895: test: -gt: unary operator expected
checking for inline... inline
checking for __attribute__... yes
checking for u_int8_t using gcc... yes
checking for u_int16_t using gcc... yes
checking for u_int32_t using gcc... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/ioccom.h usability... yes
checking sys/ioccom.h presence... yes
checking for sys/ioccom.h... yes
checking sys/sockio.h usability... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for net/pfvar.h... no
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... no
checking for ether_hostton... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... bpf
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking if --enable-ipv6 option is specified... yes
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have /proc/net/dev... no
checking whether we have DAG API headers... no (/usr/local/include)
checking whether we have Septel API... no
checking for flex... flex
checking for flex 2.4 or higher... yes
checking for bison... bison
checking for ranlib... ranlib
checking if sockaddr struct has sa_len member... yes
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... rm: cannot remove `conftest.dSYM': Is a 
directory
no
checking for a BSD-compatible install... /sw/bin/ginstall -c
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
make
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./fad-getad.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./pcap-bpf.c
sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' 
./VERSION > version.h
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./inet.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./gencode.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./optimize.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./nametoaddr.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./etherent.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./savefile.c
rm -f bpf_filter.c
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./bpf_image.c
./bpf_image.c:281:8: warning: data argument not used by format string 
[-Wformat-extra-args]
        (void)snprintf(image, sizeof image,
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/secure/_stdio.h:58:62: note: instantiated from:
  __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
                                                             ^
./bpf_image.c:286:25: note: instantiated from:
                      n, op, operand, n + 1 + p->jt, n + 1 + p->jf);
                                      ^
1 warning generated.
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./bpf_dump.c
flex -Ppcap_ -t scanner.l > $$.scanner.c; mv $$.scanner.c scanner.c
bison -y -p pcap_ -d grammar.y
sed -e 's/.*/char pcap_version[] = "&";/' ./VERSION > version.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
./pcap.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
bpf_filter.c
mv y.tab.c grammar.c
mv y.tab.h tokdefs.h
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
version.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c 
scanner.c
gcc -O -fno-common -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" 
-Dyylval=pcap_lval -c grammar.c
ar rc libpcap.a pcap-bpf.o fad-getad.o pcap.o inet.o gencode.o optimize.o 
nametoaddr.o etherent.o savefile.o bpf_filter.o bpf_image.o bpf_dump.o  
scanner.o grammar.o version.o  
ranlib libpcap.a
/bin/rm -rf /sw/src/fink.build/root-libpcap-0.9.8-13
/bin/mkdir -p /sw/src/fink.build/root-libpcap-0.9.8-13/sw
/bin/mkdir -p /sw/src/fink.build/root-libpcap-0.9.8-13/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-libpcap-0.9.8-13
make install install-shared DESTDIR=/sw/src/fink.build/root-libpcap-0.9.8-13
[ -d /sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib ] || \
            (mkdir -p /sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib; chmod 
755 /sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib)
/sw/bin/ginstall -c -m 644 libpcap.a 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib/libpcap.a
ranlib /sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib/libpcap.a
[ -d /sw/src/fink.build/root-libpcap-0.9.8-13/sw/include ] || \
            (mkdir -p /sw/src/fink.build/root-libpcap-0.9.8-13/sw/include; 
chmod 755 /sw/src/fink.build/root-libpcap-0.9.8-13/sw/include)
/sw/bin/ginstall -c -m 644 ./pcap.h 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/include/pcap.h
/sw/bin/ginstall -c -m 644 ./pcap-bpf.h \
            /sw/src/fink.build/root-libpcap-0.9.8-13/sw/include/pcap-bpf.h
/sw/bin/ginstall -c -m 644 ./pcap-namedb.h \
            /sw/src/fink.build/root-libpcap-0.9.8-13/sw/include/pcap-namedb.h
[ -d /sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/man/man3 ] || \
                (mkdir -p 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/man/man3; chmod 755 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/man/man3)
/sw/bin/ginstall -c -m 644 ./pcap.3 \
            /sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/man/man3/pcap.3
rm -f libpcap*.dylib
gcc -dynamiclib -undefined error -o libpcap.`cat VERSION`.dylib pcap-bpf.o 
fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o 
savefile.o bpf_filter.o bpf_image.o bpf_dump.o  scanner.o grammar.o version.o  \
                -install_name /sw/lib/libpcap.0.dylib -compatibility_version 
`cat VERSION` \
                -current_version `cat VERSION`
/sw/bin/ginstall -c libpcap.`cat VERSION`.dylib 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib/libpcap.`cat VERSION`.dylib
VER=`cat VERSION`; cd /sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib && ln -sf 
libpcap.$VER.dylib libpcap.0.dylib;  ln -sf libpcap.0.dylib libpcap.dylib
/usr/bin/install -d -m 700 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap
/bin/cp -r CHANGES 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap/
/bin/cp -r CREDITS 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap/
/bin/cp -r LICENSE 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap/
/bin/cp -r README /sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap/
/bin/cp -r TODO /sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap/
/bin/cp -r VERSION 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap/
/bin/chmod -R go=u-w 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/doc/libpcap
/bin/rm -f /sw/src/fink.build/root-libpcap-0.9.8-13/sw/info/dir 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/info/dir.old 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/info/dir 
/sw/src/fink.build/root-libpcap-0.9.8-13/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-libpcap-shlibs-0.9.8-13
/bin/mkdir -p /sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw
/bin/mkdir -p /sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-libpcap-shlibs-0.9.8-13
/usr/bin/install -d -m 755 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/lib
/bin/mv /sw/src/fink.build/root-libpcap-0.9.8-13/sw/lib/libpcap.*.dylib 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/lib/
/usr/bin/install -d -m 700 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs
/bin/cp -r CHANGES 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs/
/bin/cp -r CREDITS 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs/
/bin/cp -r LICENSE 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs/
/bin/cp -r README 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs/
/bin/cp -r TODO 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs/
/bin/cp -r VERSION 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs/
/bin/chmod -R go=u-w 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/doc/libpcap-shlibs
/bin/rm -f /sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/info/dir 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/info/dir.old 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/info/dir 
/sw/src/fink.build/root-libpcap-shlibs-0.9.8-13/sw/share/info/dir.old
Writing control file...
dpkg-deb -b root-libpcap-0.9.8-13 /sw/fink/10.7/local/main/binary-darwin-x86_64
dpkg-deb: costruisco il pacchetto `libpcap' in 
`/sw/fink/10.7/local/main/binary-darwin-x86_64/libpcap_0.9.8-13_darwin-x86_64.deb'.
Writing control file...
Creating shlibs files...
dpkg-deb -b root-libpcap-shlibs-0.9.8-13 
/sw/fink/10.7/local/main/binary-darwin-x86_64
dpkg-deb: costruisco il pacchetto `libpcap-shlibs' in 
`/sw/fink/10.7/local/main/binary-darwin-x86_64/libpcap-shlibs_0.9.8-13_darwin-x86_64.deb'.
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-libpcap-0.9.8-13
(Lettura del database ... 31744 file e directory attualmente installati.)
Rimozione di fink-buildlock-libpcap-0.9.8-13 ...
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i 
/sw/fink/dists/local/main/binary-darwin-x86_64/libpcap_0.9.8-13_darwin-x86_64.deb
 
/sw/fink/dists/local/main/binary-darwin-x86_64/libpcap-shlibs_0.9.8-13_darwin-x86_64.deb
Selezionato il pacchetto libpcap, che non lo era.
(Lettura del database ... 31743 file e directory attualmente installati.)
Spacchettamento di libpcap (da .../libpcap_0.9.8-13_darwin-x86_64.deb) ...
Preparativi per il rimpiazzo di libpcap-shlibs 0.9.8-13 (usando 
.../libpcap-shlibs_0.9.8-13_darwin-x86_64.deb) ...
Spacchetto il rimpiazzo di libpcap-shlibs ...
Configuro libpcap-shlibs (0.9.8-13) ...

Configuro libpcap (0.9.8-13) ...

Updating the list of locally available binary packages.
Scanning dists/local/main/binary-darwin-x86_64
Changed package: 
dists/local/main/binary-darwin-x86_64/libpcap-shlibs_0.9.8-13_darwin-x86_64.deb
Changed package: 
dists/local/main/binary-darwin-x86_64/libpcap_0.9.8-13_darwin-x86_64.deb

--
Luigi Gangitano -- <lu...@debian.org> -- <gangit...@lugroma3.org>
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to