From owner-freebsd-stable@FreeBSD.ORG Sun Mar 14 22:11:14 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A06E216A4CE; Sun, 14 Mar 2004 22:11:14 -0800 (PST) Received: from prometheus.gangofone.com (wsip-24-234-159-245.lv.lv.cox.net [24.234.159.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAAA043D1D; Sun, 14 Mar 2004 22:11:13 -0800 (PST) (envelope-from dave@jetcafe.org) Received: from hokkshideh2.jetcafe.org (hokkshideh2.jetcafe.org [64.239.180.8])i2F6B08u006426; Sun, 14 Mar 2004 22:11:00 -0800 (PST) X-Hokkshideh-Envelope-To: ru@freebsd.org Received: from hokkshideh2.jetcafe.org (localhost [127.0.0.1]) i2F6B6uZ069323; Sun, 14 Mar 2004 22:11:07 -0800 (PST) Message-Id: <200403150611.i2F6B6uZ069323@hokkshideh2.jetcafe.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Ruslan Ermilov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 14 Mar 2004 22:11:06 -0800 From: Dave Hayes X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on prometheus.gangofone.com cc: Jarkko Santala cc: stable@freebsd.org Subject: Re: 4.8p16 buildworld fails with NO_OPENSSL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 06:11:14 -0000 Ruslan Ermilov writes: > On Wed, Mar 03, 2004 at 02:22:13PM +0200, Jarkko Santala wrote: >> Just cvsupped the sources to 4.8p16 from 4.8 and tried to make buildworld >> with NO_OPENSSL defined in /etc/make.conf. Here's the result: ... > This has been fixed in RELENG_4 in src/secure/lib/Makefile,v 1.19.2.5. > You can pull up that revision manually, as these fixes won't go into > security branches. I'm using that version and it still appears not to work (modulo my naivete): # cd /usr/src/secure/usr.bin/telnet # make .... cc -O2 -pipe -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE -DENCRYPTION -DAUTHENTICATION -DIPSEC -DINET6 -I/usr/src/secure/usr.bin/telnet/../../../cry pto/telnet -I/usr/src/secure/usr.bin/telnet/../../../crypto/telnet/libtelnet/ -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -o telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o utilities.o -ltermcap /usr/src/secure/usr.bin/telnet/../../lib/libte lnet/libtelnet.a -lmp -lcrypto -lcrypt -lipsec -lpam cc: /usr/src/secure/usr.bin/telnet/../../lib/libtelnet/libtelnet.a: No such file or directory *** Error code 1 Stop in /usr/src/secure/usr.bin/telnet. # cd /usr/src/usr.bin/telnet # make Warning: Object directory not changed from original /usr/src/usr.bin/telnet cc -O2 -pipe -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE -I/usr/src/usr.bin/telnet/../../lib -I/usr/src/usr.bin/telnet/../../lib/libteln et/ -DINET6 -DIPSEC -o telnet commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o utilities.o -ltermcap /usr/src/usr.bin/telnet/../../lib/lib telnet/libtelnet.a -lipsec cc: /usr/src/usr.bin/telnet/../../lib/libtelnet/libtelnet.a: No such file or directory *** Error code 1 Stop in /usr/src/usr.bin/telnet. It appears to be looking for libtelnet.a in both cases, which is not built if NO_OPENSSL is defined per src/secure/lib/Makefile,v 1.19.2.5. (and I am reading the Makefile right). Am I doing something wrong or is this a bug? ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>> The opinions expressed above are entirely my own <<< One of the most common defenses against really learning something is to believe that one knows it already.