From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 09:52:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FDE037B401 for ; Mon, 16 Jun 2003 09:52:47 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7CB43F85 for ; Mon, 16 Jun 2003 09:52:46 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5GGqWcm034138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 Jun 2003 17:52:44 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5GGqWxm034137; Mon, 16 Jun 2003 17:52:32 +0100 (BST) (envelope-from matthew) Date: Mon, 16 Jun 2003 17:52:32 +0100 From: Matthew Seaman To: ??????? ?????? Message-ID: <20030616165232.GC33582@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , ??????? ?????? , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FsscpQKzF/jJk6ya" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-7.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-questions@freebsd.org Subject: Re: make buildworld failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 16:52:47 -0000 --FsscpQKzF/jJk6ya Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 16, 2003 at 08:34:18PM +0400, ??????? ?????? wrote: > Hi, All. >=20 > On machine with FreeBSD 4.4-RELEASE I was done next steps: >=20 > Edit /usr/local/etc/CVSUP.conf for next settings: >=20 > *default host=3Dcvsup4.ru.FreeBSD.org > *default base=3D/var/cvsup > *default prefix=3D/var/cvsup > *default release=3Dcvs tag=3DRELENG_4 > *default delete use-rel-suffix > #*default compress > src-all [...] > /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/mis > c.c -o misc.o > cc1: warnings being treated as errors > In file included from > /usr/obj/var/cvsup/src/i386/usr/include/openssl/ui_compat.h:63, > from > /usr/obj/var/cvsup/src/i386/usr/include/openssl/des_old.h:439, > from > /usr/obj/var/cvsup/src/i386/usr/include/openssl/des.h:101, > from > /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc > rypt.h:64, > from > /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/mis > c.c:53: > /usr/obj/var/cvsup/src/i386/usr/include/openssl/ui.h:220: warning: > function declaration isn't a prototype > *** Error code 1 >=20 > Stop in /var/cvsup/src/secure/lib/libtelnet. > *** Error code 1 >=20 > Stop in /var/cvsup/src/secure/lib. > *** Error code 1 >=20 > Stop in /var/cvsup/src. > *** Error code 1 >=20 > Stop in /var/cvsup/src. > *** Error code 1 >=20 > Stop in /var/cvsup/src. > *** Error code 1 >=20 > Stop in /var/cvsup/src. >=20 > Full log file on http://www.nashe.ru/mk_bworld.log (~6.1Mb) > /etc/make.conf is on http://www.nashe.ru/make.conf You seem to be missing a version of gcc on your 4.4-RELEASE system that is good enough to cope with the header files for the latest version of the OpenSSL crypto library. Line 220 of openssl/ui.h reads: int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f)()); which is a perfectly good function prototype. Try setting: NO_OPENSSL=3D true in your /etc/make.conf, compile and upgrade to 4.8-STABLE, then take the NO_OPENSSL line out of /etc/make.conf and recompile to get all of the crypto-goodness back again. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --FsscpQKzF/jJk6ya Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7fXQdtESqEQa7a0RAvccAJwORn0WW92vr3Xvoq1FleL9OgoqyACglWvb MdfVVPEtf18PG9HQqOyDF54= =baPe -----END PGP SIGNATURE----- --FsscpQKzF/jJk6ya--