Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 17:33:52 -0300
From:      Thiago Farina <tfransosi@gmail.com>
To:        Maciej Milewski <milu@dat.pl>
Cc:        "pkg@FreeBSD.org" <pkg@freebsd.org>, Bryan Drewery <bdrewery@freebsd.org>
Subject:   Re: Can't compile pkg on mips
Message-ID:  <CACnwZYfSrV4_qau1mTtmM_0a6wK=qKAb5JZnKOD-=L-ML9kS2g@mail.gmail.com>
In-Reply-To: <54247A94.6090901@dat.pl>
References:  <54233771.4090803@dat.pl> <CACnwZYdDu9wXMzs4hvPEXhW=Mdpy6san1iLNE5sNri6=5KG7sg@mail.gmail.com> <057b903c-628f-4843-b7de-c0f7cb9750b4@email.android.com> <5424425A.9040709@FreeBSD.org> <54247A94.6090901@dat.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 25, 2014 at 5:27 PM, Maciej Milewski <milu@dat.pl> wrote:
>> What FreeBSD version is this?
>>
> FreeBSD RSPRO 10.0-CURRENT FreeBSD 10.0-CURRENT #9 r253582+713ffac
>
> after manual edit src/Makefile and removing -Werror compilation went few
> lines further:
> ===>  Building for pkg-1.3.8
> /usr/bin/make  all-recursive
> Making all in external
> /usr/bin/make  all-am
> Making all in libpkg
> Making all in repo
> Making all in binary
> Making all in .
> Making all in src
>   CCLD     pkg
> pkg-info.o: In function `exec_info':
> info.c:(.text+0x5ac): undefined reference to `cap_rights_init'
> pkg-ssh.o: In function `exec_ssh':
> ssh.c:(.text+0x160): undefined reference to `cap_rights_init'
> pkg-updating.o: In function `exec_updating':
> updating.c:(.text+0x334): undefined reference to `cap_rights_init'
> *** [pkg] Error code 1
>
Can you do `grep -Rn cap_rights_limit . `, to figure out where
"cap_rights_limit" is?

It is missing either a ".a" or ".o" where this symbol is, hence it
isn't linking.

Not your fault though.

-- 
Thiago Farina



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACnwZYfSrV4_qau1mTtmM_0a6wK=qKAb5JZnKOD-=L-ML9kS2g>