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)



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

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: =?iso-8859-1?Q?J=F6rn?= Clausen <joern.clausen%uni-bielefeld.de@localhost>
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/48033 (net/wireshark uses wrong python version)
Date: Tue, 9 Jul 2013 13:12:06 +0200

 On Tue, Jul 09, 2013 at 12:58:40PM +0200, Jörn Clausen wrote:
 > The python issue is gone. But:
 
 Good.
 
 > 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.
 
 Committed. Please report this upstream, since you can test suggested
 fixes and I can't.
 
 > 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
 
 I guess the "which elinks && elinks" doesn't work correctly. Can you
 come up with something that does?
  Thomas
 


Home | Main Index | Thread Index | Old Index