pkgsrc-Bugs archive

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

Re: pkg/48033 (net/wireshark uses wrong python version)



On 09.07.13 10:37, wiz%NetBSD.org@localhost wrote:
Synopsis: net/wireshark uses wrong python version

State-Changed-From-To: open->feedback
State-Changed-By: wiz%NetBSD.org@localhost
State-Changed-When: Tue, 09 Jul 2013 08:37:01 +0000
State-Changed-Why:
Please try again -- I've added a build dependency on python.

The python issue is gone. But:

I had to fix security/gnutls first:

--- Makefile    2013/07/09 09:01:53     1.2
+++ Makefile    2013/07/09 09:02:22
@@ -22,6 +22,7 @@
 CONFIGURE_ARGS+=       --disable-openssl-compatibility
 CONFIGURE_ARGS+=       --disable-hardware-acceleration
 CONFIGURE_ARGS+=       --disable-guile
+LDFLAGS.SunOS=         -lrt

 TEST_TARGET=           check
 INFO_FILES=            yes

Otherwise "nanosleep" is not found. This should get fixed upstream. The configure script checks for everything and the kitchen sink anyway, and now librt is linked to binaries that probably don't need it.

After this diversion, building wireshark fails here:

gmake[2]: Entering directory `/pkgsrc/source/pkgsrc/net/wireshark/work.pkgsrc-i86/wireshark-1.10.0/help'
  GEN    faq.txt
/usr/pkgsrc/20130422/bin/pdksh: which elinks > /dev/null && elinks -dump -dump-width 72 -no-numbering -no-references < faq.txt.tmp > faq.txt ) || ( which links > /dev/null && links -width 72 -html-numbered-links 0 -dump faq.txt.tmp > faq.txt ) || ( which lynx > /dev/null && lynx -dump -width=72 -nolist -stdin -force-html < faq.txt.tmp > faq.txt ) || ./../tools/html2text.py --width=72 --no-links faq.txt.tmp > faq.txt ) && rm -f faq.txt.tmp: unexpected `elinks'
gmake[2]: *** [faq.txt] Error 2
gmake[2]: Leaving directory `/pkgsrc/source/pkgsrc/net/wireshark/work.pkgsrc-i86/wireshark-1.10.0/help'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/pkgsrc/source/pkgsrc/net/wireshark/work.pkgsrc-i86/wireshark-1.10.0'
gmake: *** [all] Error 2
*** Error code 2

--
 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