Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 19:17:43 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-current@freebsd.org
Cc:        green@freebsd.org
Subject:   readpassphrase breaks world
Message-ID:  <20020308191743.A19863@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
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




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