From nobody@FreeBSD.org  Wed Apr 24 06:55:07 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id D442D37B417
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 24 Apr 2002 06:55:06 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g3ODrRG13999;
	Wed, 24 Apr 2002 06:53:27 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200204241353.g3ODrRG13999@freefall.freebsd.org>
Date: Wed, 24 Apr 2002 06:53:27 -0700 (PDT)
From: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Port gcvs does not compile
X-Send-Pr-Version: www-1.0

>Number:         37415
>Category:       ports
>Synopsis:       Port gcvs does not compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 24 07:00:01 PDT 2002
>Closed-Date:    Wed May 01 22:06:22 PDT 2002
>Last-Modified:  Wed May 01 22:06:22 PDT 2002
>Originator:     Martin Klaffenboeck
>Release:        4.5 - stable
>Organization:
>Environment:
FreeBSD martin.kleinerdrache.org 4.5-STABLE FreeBSD 4.5-STABLE #11: Fri Apr 19 14:31:04 CEST 2002     martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
      I cannot compile the devel/gcvs port.  I would like to do that.

The error message:

gmake[3]: Entering directory `/usr/ports/devel/gcvs/work/gcvs-1.0b2/cvsunix/src'
cc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o ../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -L/usr/local/lib/ -lgnugetopt -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/cygnus/kerbnet/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -lcrypt -lcom_err  -o cvs 
/usr/libexec/elf/ld: cannot find -lroken
gmake[3]: *** [cvs] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/gcvs/work/gcvs-1.0b2/cvsunix/src'
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/gcvs/work/gcvs-1.0b2/cvsunix'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/gcvs/work/gcvs-1.0b2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop in /usr/ports/devel/gcvs.

>How-To-Repeat:
# cd /usr/ports/devel/gcvs
# make

>Fix:
      Sorry.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dinoex 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Wed Apr 24 07:03:29 PDT 2002 
Responsible-Changed-Why:  
over to mainatiner 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37415 

From: dirk.meyer@dinoex.sub.org (Dirk Meyer)
To: freebsd-gnats-submit@FreeBSD.org, martin.klaffenboeck@gmx.at
Cc:  
Subject: Re: ports/37415: Port gcvs does not compile
Date: Wed, 24 Apr 2002 18:58:04 +0200

 yyour compile:
 cc [...] -L/usr/cygnus/kerbnet/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -lcrypt -lcom_err
 
 my line:
 cc [...] --lcrypt [...]
 
 Check your enviroment ... you seen to use kerberos here, which breaks the port.
 It expect libroken in /usr/cygnus/kerbnet/lib, but it is not found.
 
 1) It is lost?
 2) Is is depricated
 3) Is it in a diffrent path?
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]
 

From: dirk.meyer@dinoex.sub.org (Dirk Meyer)
To: freebsd-gnats-submit@FreeBSD.org,
	martin.klaffenboeck@gmx.at (Martin Klaffenboeck)
Cc:  
Subject: Re: ports/37415: Port gcvs does not compile
Date: Thu, 25 Apr 2002 05:31:24 +0200

 Martin Klaffenboeck wrote:
 
 > What do I have to to now?  What do I have to do, if 'cd /usr/ ; find .
 > -name cygnus -type d -print' finds anything?  Is there any other port I
 > have to update?  
 
 check the log of "make configure",
 somehow it detectes something on your system.
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]

From: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/37415: Port gcvs does not compile
Date: 24 Apr 2002 20:30:24 +0300

 On Wed, 2002-04-24 at 19:58, Dirk Meyer wrote:
 > 
 > 
 > yyour compile:
 > cc [...] -L/usr/cygnus/kerbnet/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -lcrypt -lcom_err
 > 
 > my line:
 > cc [...] --lcrypt [...]
 > 
 > Check your enviroment ... you seen to use kerberos here, which breaks the port.
 > It expect libroken in /usr/cygnus/kerbnet/lib, but it is not found.
 
 There is something wrong.  I don't have a directory with is named
 /usr/cygnus 
 
 > 1) It is lost?
 > 2) Is is depricated
 > 3) Is it in a diffrent path?
 
 I don't really know what happend...
 
 What do I have to to now?  What do I have to do, if 'cd /usr/ ; find .
 -name cygnus -type d -print' finds anything?  Is there any other port I
 have to update?  
 
 Thank you for helping me...
 
 Martin
 
 -- 
      Virtuelle Jugendarbeit auf http://create.kleinerdrache.org
             ...  bald kommt ein neues Layout  ...
 

From: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
To: Dirk Meyer <dirk.meyer@dinoex.sub.org>,
	Edgardo.Garcia-Hoeffler@itau.com.ar
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/37415: Port gcvs does not compile
Date: 25 Apr 2002 18:02:50 +0300

 Hello,
 I'll write to you both, because I think this would be easyer to find the
 solution for my problem...
 
 
 On Thu, 2002-04-25 at 06:31, Dirk Meyer wrote:
 > Martin Klaffenboeck wrote:
 >=20
 > > What do I have to to now?  What do I have to do, if 'cd /usr/ ; find .
 > > -name cygnus -type d -print' finds anything?  Is there any other port I
 > > have to update? =20
 >=20
 > check the log of "make configure",
 > somehow it detectes something on your system.
 
 Yes, I tried, and I got out:
 checking for long file names... yes
 checking for working fnmatch... yes
 checking for main in -lnsl... no
 checking for library containing connect... none required
 checking for library containing gethostbyname... none required
 default place for krb4 is /usr/kerberos
                           ^^^^^^^^^^^^^
 checking for krb.h... yes
 checking for printf in -lkrb... no
 checking for krb_get_err_text... no
 default place for GSSAPI is /usr/cygnus/kerbnet
                             ^^^^^^^^^^^^^^^^^^^
 checking for krb5.h... yes
 checking for gssapi.h... yes
 checking for gssapi/gssapi.h... no
 checking for gssapi/gssapi_generic.h... no
 checking for compile in -lgen... no
 checking for gethostname... no
 checking for library containing crypt... no
 checking for cygwin32... no
 updating cache .././config.cache
 
 So I tryed:
 # ls /usr/kerberos
 ls: /usr/kerberos: No such file or directory
 # ls /usr/cygnus
 ls: /usr/cygnus: No such file or directory
 
 I don't know how to go on...
 
 On Thu, 2002-04-25 at 17:19, Edgardo Garcia Hoeffler wrote:
 > You could just do a find / -name "libroken*" -print to find out=20
 > where you=B4ve got this library somewhere...
 
 I know.. I tryed some short versions, dont to search the whole tree
 because it takes so long...  so I did yours, and found:
 
 # find / -name "libroken*" -print=20
 /usr/src/kerberosIV/lib/libroken
 /usr/src/kerberos5/lib/libroken
 
 So now I know that 'make configure' finds it things on the wrong
 place... But what do I have to do next?  How can I get configure to find
 the right things?
 
 Thank you,
 Martin
 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Wed May 1 22:04:39 PDT 2002 
State-Changed-Why:  
builds after:  
cd /usr/src/kerberos5/; make && make install 

Suggested by: Edgardo.Garcia-Hoeffler@itau.com.ar 

Thanks. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=37415 
>Unformatted:
