Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 1997 22:08:03 +0900 (JST)
From:      sanpei@yy.cs.keio.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/3256: ncftp-2.4.2 in packages-2.2 was not linked readline
Message-ID:  <199704111308.WAA01293@lavender.sanpei.org>
Resent-Message-ID: <199704111310.GAA17209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3256
>Category:       ports
>Synopsis:       ncftp-2.4.2 in packages-2.2 was not linked readline
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 11 06:10:03 PDT 1997
>Last-Modified:
>Originator:     Yoshiro MIHIRA
>Organization:
Keio Univ.
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:

	package-2.2/net/ncftp-2.4.2.tgz under
	FreeBSD 2.2 and FreeBSD 3.0-CURRENT

>Description:

	  ncftp2 links readline library.  This readline library is
	used to dynamic "put filename" completion.

	  Yes, ncftp-2.4.2.tgz in **packages-current** was linked
	readline.

 * lavender: {61} ldd /usr/local/bin/ncftp2
 * /usr/local/bin/ncftp2:
 *         -lreadline.3 => /usr/lib/libreadline.so.3.0 (0x803b000)
 *         -ltermcap.2 => /usr/lib/libtermcap.so.2.1 (0x8057000)
 *         -lncurses.3 => /usr/lib/libncurses.so.3.0 (0x805b000)
 *         -lmytinfo.2 => /usr/lib/libmytinfo.so.2.0 (0x806a000)
 *         -lc.3 => /usr/lib/libc.so.3.0 (0x807f000)

	  But ncftp-2.4.2.tgz in **packages-2.2** was not linked
	readline.

 * /usr/local/bin/ncftp2:
 *         -lncurses.3 => /usr/lib/libncurses.so.3.0 (0x8039000)
 *         -lmytinfo.2 => /usr/lib/libmytinfo.so.2.0 (0x8048000)
 *         -lc.3 => /usr/lib/libc.so.3.0 (0x805d000)

	  Whe I compile ncftp-2.4.2 under clean FreeBSD-2.2.1 box from
	ports collection, ncftp2 is linked readline.

	  Please recompile and make new ncftp2 packages.

Thank you.

>How-To-Repeat:

	install ncftp-2.4.2 from packges-2.2

>Fix:
	
	recompile and make package

>Audit-Trail:
>Unformatted:



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