pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47943 (recent update to libpcap breaks tcpdump, nmap and wireshark on Solaris)



Updater does not have access to Solaris.

You broke it, you should fix it...


This

--- configure.orig      2013-03-25 14:51:40.000000000 +0000
+++ configure
@@ -8835,7 +8835,6 @@ echo "${ECHO_T}$ac_cv_lbl_have_siocglifc
                        #
# Needed for common functions used by pcap-[dlpi,libdlpi].c
                        #
-                       SSRC="dlpisubs.c"
                        ;;

                *)

combined with this

.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+=        --with-pcap=dlpi
.endif

is a contradiction. After removing patches/patch-configure, the library contains the missing functions:

$ nm ./work.pkgsrc-i86/libpcap-1.4.0/.libs/libpcap.so | grep pcap_conf_bufmod
[309]   |    105276|     401|FUNC |GLOB |0    |12     |pcap_conf_bufmod


--
 Jörn Clausen                             
joern.clausen%uni-bielefeld.de@localhost
 Hochschulrechenzentrum                 http://www.uni-bielefeld.de/hrz/
 Universität Bielefeld


Home | Main Index | Thread Index | Old Index