Date: Mon, 15 May 2000 13:49:30 -0400 (EDT) From: byung@nowcool.dhs.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18573: ztelnet spits core on 4.0 systems Message-ID: <200005151749.NAA09720@nowcool.dhs.org>
next in thread | raw e-mail | index | archive | help
>Number: 18573 >Category: ports >Synopsis: ztelnet spits core on 4.0 systems >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 11:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Byung Yang >Release: FreeBSD 4.0-STABLE i386 >Organization: http://nowcool.dhs.org >Environment: Requires FreeBSD 4.0-RELEASE and up. >Description: Ztelnet spits a 65M+ core due to change in libtermcap. >How-To-Repeat: cd /usr/ports/net/ztelnet; make install /usr/local/bin/ztelnet This simple installation will cause the problem. >Fix: ----------------------------------------------------------------------- diff -uNr ../ztelnet/Config.generic ./Config.generic --- ../ztelnet/Config.generic Mon May 15 01:32:28 2000 +++ ./Config.generic Mon May 15 01:34:55 2000 @@ -190,7 +190,7 @@ LIBPATH="/lib/libc.a /usr/lib/libtermcap.a \ ../libtelnet/libtelnet.a" \ DEST=${DESTDIR}/usr/bin \ - DEFINES="-DLINEMODE -DTERMCAP -DKLUDGELINEMODE \ + DEFINES="-DLINEMODE -DKLUDGELINEMODE \ -DUSE_TERMIO -DDIAGNOSTICS -DHANGUL" \ INCLUDES="-I.." \ # LIB_OBJ="gettytab.o" \ >Release-Note: >Audit-Trail: >Unformatted: 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?200005151749.NAA09720>