On Mon, Jun 16, 2003 at 08:34:18PM +0400, ??????? ?????? wrote:
> Hi, All.
> 
> On machine with FreeBSD 4.4-RELEASE I was done next steps:
> 
> Edit /usr/local/etc/CVSUP.conf for next settings:
> 
> *default host=cvsup4.ru.FreeBSD.org
> *default base=/var/cvsup
> *default prefix=/var/cvsup
> *default release=cvs tag=RELENG_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
> 
> Stop in /var/cvsup/src/secure/lib/libtelnet.
> *** Error code 1
> 
> Stop in /var/cvsup/src/secure/lib.
> *** Error code 1
> 
> Stop in /var/cvsup/src.
> *** Error code 1
> 
> Stop in /var/cvsup/src.
> *** Error code 1
> 
> Stop in /var/cvsup/src.
> *** Error code 1
> 
> Stop in /var/cvsup/src.
> 
> 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=  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

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

Attachment: pgp00000.pgp
Description: PGP signature

  • ... iulian
    • ... Kris Kennaway
    • ... Гнитиёв Виктор
      • ... Matthew Seaman
    • ... Andrey Simonenko
    • ... Гнитиёв Виктор
    • ... Гнитиёв Виктор
    • ... Гнитиёв Виктор
      • ... Matthew Seaman
    • ... Гнитиёв Виктор
      • ... Joshua Oreman
    • ... Гнитиёв Виктор
      • ... Joshua Oreman
    • ... Гнитиёв Виктор
      • ... Kris Kennaway
      • ... Joshua Oreman
    • ... Гнитиёв Виктор

Reply via email to