Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 23:40:02 -0700 (PDT)
From:      Scott Renfro <scott@renfro.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/29291: ethereal fails to build in wiretap
Message-ID:  <200107290640.f6T6e2677079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29291; it has been noted by GNATS.

From: Scott Renfro <scott@renfro.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc: mdharnois@home.com
Subject: Re: ports/29291: ethereal fails to build in wiretap
Date: Sat, 28 Jul 2001 23:37:35 -0700

 Michael Harnois <mdharnois@home.com> wrote:
 >
 > ethereal fails to build in wiretap
 > ...
 >     wiretap/libwiretap.a(toshiba.o): In function `toshiba_check_file_type':
 >     toshiba.o(.text+0x96): undefined reference to `gzgets'
 >     wiretap/libwiretap.a(toshiba.o): In function `parse_toshiba_rec_hdr':
 >     toshiba.o(.text+0x27f): undefined reference to `gzgets'
 >     toshiba.o(.text+0x314): undefined reference to `gzgets'
 >     wiretap/libwiretap.a(toshiba.o): In function `parse_toshiba_hex_dump':
 >     toshiba.o(.text+0x48a): undefined reference to `gzgets'
 >     rm -f .libs/etherealS.o
 
 Hmm.  So either libz isn't being included in the library list or libz
 doesn't exist or doesn't contain the procedure gzgets on -current.
 
 You didn't include the actual command that produced this output, so what
 is the output of the following commands?  (when executed from
 /usr/ports/net/ethereal)
 
   grep lz work/ethereal-0.8.19/wiretap/Makefile
 
   nm -D /usr/lib/libz.so | grep gzgets
 
 Looking at CVS, gzgets is in libz -- even on current -- so that
 shouldn't be the problem; it seems more likely that configure didn't get
 -lz added to LIBS for some reason.
 
 --Scott
 
 -- 
 Scott Renfro <scott@renfro.org>                          +1 650 862 4206

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107290640.f6T6e2677079>