Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2003 17:52:32 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        ??????? ?????? <gnitiev@nashe.ru>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make buildworld failed
Message-ID:  <20030616165232.GC33582@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <E4FD83669B56D849A405CA8EBA7FA36C0AC43A@exsite.nashe.ru>
References:  <E4FD83669B56D849A405CA8EBA7FA36C0AC43A@exsite.nashe.ru>

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

--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--



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