pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37999: pkgsrc-current's security/sudo does not build on the 3.0.3 branch



The following reply was made to PR pkg/37999; it has been noted by GNATS.

From: Takahiro Kambe <taca%back-street.net@localhost>
To: gnats-bugs%NetBSD.org@localhost, jwise%draga.com@localhost
Cc: 
Subject: Re: pkg/37999: pkgsrc-current's security/sudo does not build on
 the 3.0.3 branch
Date: Sun, 09 Mar 2008 14:48:55 +0900 (JST)

 I've got some time.
 
 In message <20080211145501.0EC5F63BAF6%narn.NetBSD.org@localhost>
        on Mon, 11 Feb 2008 14:55:01 +0000 (UTC),
        jwise%draga.com@localhost wrote:
 > >Environment:
 > System: NetBSD himring.draga.com 3.0.3_PATCH NetBSD 3.0.3_PATCH 
 > (HIMRING2-1.661.2.8.2.1) #15: Thu Jan 3 03:30:30 EST 2008 
 > root%himring.draga.com@localhost:/home/NetBSD-3/build/obj/i386/sys/arch/i386/compile/HIMRING2
 >  i386
 > Architecture: i386
 > Machine: i386
 > >Description:
 > security/sudo cannot be built on the 3.0.3 branch due to two symbols which
 > are present in <krb5/krb5-protos.h>, but not defined in libkrb5.
 This problem isn't 3.0.3 branch specific but NetBSD current has the
 same problem.
 
 kerb5.o: In function `kerb5_verify':
 kerb5.c:(.text+0x77): undefined reference to `krb5_get_init_creds_opt_alloc'
 kerb5.c:(.text+0xb4): undefined reference to `krb5_get_init_creds_opt_free'
 *** Error code 1
 
 sudo asuumes newer version of kerberos (heimdal) which has these
 krb5_get_init_creds_opt_alloc() and krb5_get_init_creds_opt_free().
 
 It could be solved by making sudo depends on security/heimdal or ask
 sudo's developper to support older heimdal release.
 
 -- 
 Takahiro Kambe <taca%back-street.net@localhost>
 


Home | Main Index | Thread Index | Old Index