From owner-freebsd-current Fri Mar 8 19:18:17 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id A0CBB37B41B; Fri, 8 Mar 2002 19:17:53 -0800 (PST) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.6/8.11.4) id g293Hmp19921; Fri, 8 Mar 2002 19:17:48 -0800 (PST) (envelope-from sgk) Date: Fri, 8 Mar 2002 19:17:43 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Cc: green@freebsd.org Subject: readpassphrase breaks world Message-ID: <20020308191743.A19863@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The recent commit to readpassphrase appears to cause ===> bin/ed cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/buf.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/cbc.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/glbl.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/io.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/main.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/re.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/sub.c cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -c /usr/src/bin/ed/undo.c gzip -cn /usr/src/bin/ed/ed.1 > ed.1.gz cc -O -pipe -DDES -Wall -Wformat -Werror -Wall -Wno-uninitialized -Wnon-const-format -Wno-format-extra-args -Werror -static -o ed buf.o cbc.o glbl.o io.o main.o re.o sub.o undo.o -lcipher cbc.o: In function `get_keyword': cbc.o(.text+0x17d): undefined reference to `getpass' *** Error code 1 1 error *** Error code 2 -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message