[OpenAFS] Gentoo Linux looking for OpenAFS maintainers

Derrick J Brashear shadow@dementia.org
Tue, 29 Jul 2003 00:04:45 -0400 (EDT)


On Tue, 28 Jul 2003, Richard Wallace wrote:

> On Mon, 2003-07-21 at 09:17, Steven Jenkins wrote:
> > http://www.gentoo.org/news/en/gwn/20030721-newsletter.xml
> >
> > There is a working ebuild for 1.2.9 (I'm running it), but it hasn't been
> > committed to Gentoo CVS and marked stable.
> >
>
> Where is the ebuild for 1.2.9?  I'm trying to install the ebuild that is
> in the tree (1.2.8 since it's stable instead of one of the 1.3.2
> ebuilds.  I still don't understand why it's the default) with a vanilla
> 2.4.21 kernel and am getting the following error:

1.3.2 is ancient.

Anyway, I think 1.2.8 didn't include <errno.h> in enough places and used
extern int errno;
instead. It was fixed after that, as were several other things.

> /var/t mp/portage/openafs-1.2.8/work/openafs-1.2.8/lib/liblwp.a
> /var/tmp/portage/openaf s-1.2.8/work/openafs-1.2.8/lib/util.a -lresolv
> libsys.a(rmtsyss.o)(.text+0x14e): In function `SRMTSYS_SetPag':
> : undefined reference to `errno'
> libsys.a(rmtsyss.o)(.text+0x293): In function `SRMTSYS_Pioctl':
> : undefined reference to `errno'
> collect2: ld returned 1 exit status