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)



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

From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern.clausen%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: adam%NetBSD.org@localhost, solaris-pkg-people%NetBSD.org@localhost, 
pkgsrc-bugs%NetBSD.org@localhost,
 gnats-admin%NetBSD.org@localhost
Subject: Re: pkg/47943 (recent update to libpcap breaks tcpdump,
 nmap and wireshark on Solaris)
Date: Fri, 21 Jun 2013 09:02:34 +0200

 > 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