Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2003 20:32:46 +0300
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59882: x11/xlockmore broken after 5.06
Message-ID:  <20031209173246.GS23446@freebsd.org.ru>
In-Reply-To: <200312091720.hB9HKHbK076458@freefall.freebsd.org>
References:  <200312091720.hB9HKHbK076458@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 09, 2003 at 09:20:17AM -0800, Volker Stolz wrote:
> The following reply was made to PR ports/59882; it has been noted by GNATS.
> 
> From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
> To: freebsd-gnats-submit@FreeBSD.org, chris-gnats34@randomcamel.net,
> 	osa@FreeBSD.org
> Cc:  
> Subject: Re: ports/59882: x11/xlockmore broken after 5.06
> Date: Tue, 09 Dec 2003 18:15:59 +0100
> 
>  The submitter should probably have stated that he tried enabling 
>  krb4-support.
>  -lcrypto is missing:

Maybe, but submitter said nothing about kerberos4 support.

>  ... -lcom_err -lcrypto -pthread -lXpm -lGL -lGLU -lcrypt -L/usr/athena/lib 
>  -lkrb -ldes -lX11 -lXext -lm
>  /usr/lib/libc.so.4: WARNING!  setkey(3) not present in the system!
>  /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
>  /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider 
>  using mkstemp()
>  /usr/lib/libc.so.4: WARNING!  des_setkey(3) not present in the system!
>  /usr/lib/libc.so.4: WARNING!  encrypt(3) not present in the system!
>  /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider 
>  using mkstemp()
>  /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not 
>  recommended.
>  /usr/lib/libc.so.4: WARNING!  des_cipher(3) not present in the system!
>  /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider 
>  using mkstemp()
>  ../xlock/xlock BUILD COMPLETE
>  
>  xlockmore@menelaos [18:12:28]>
>  
>  Patch attached.
>  -- 
>  Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
>  
>  --- Makefile.orig	Tue Dec  9 18:11:02 2003
>  +++ Makefile	Tue Dec  9 18:11:28 2003
>  @@ -23,7 +23,7 @@
>   		--without-nas --without-gtk --without-esound
>   .if defined(MAKE_KERBEROS4)
>   CONFIGURE_ARGS+= --enable-kerberos4
>  -KRB4LIB=	-lcom_err
>  +KRB4LIB=	-lcom_err -lcrypto
>   .endif
>   .if defined(KRB5_HOME) && exists(${KRB5_HOME})
>   CONFIGURE_ARGS+= --enable-kerberos5

I lookin'...

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \



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