[OpenAFS-devel] make -j src/roken dependencies?

Derrick Brashear shadow@gmail.com
Fri, 19 Oct 2012 13:08:29 -0400


You're linking -lroken. Our built-in roken is -lrokenafs

What that means is that your roken is sufficiently old that rk_rename
is apparently missing.


On Fri, Oct 19, 2012 at 1:05 PM, Troy Benjegerdes <hozer@hozed.org> wrote:
> Information should be in here:
>
> https://rt.central.org/rt/Ticket/Attachment/451159/478923/afs-makej12-broken-log
>
> Is there any way I can log into rt.central.org with openid,
> or does someone have to create a password for me?
>
> On Fri, Oct 19, 2012 at 03:58:17AM -0400, Derrick Brashear wrote:
>> auth requires hcrypto, which requires $(DIR_roken), which should already do it.
>> so we need more information: which target was compiling userok.c?
>>
>> On Thu, Oct 18, 2012 at 8:36 PM, Troy Benjegerdes <hozer@hozed.org> wrote:
>> > I ran into a problem where if I did something like
>> > 'make -j12', that include/roken.h would not be put in
>> > place before something like src/auth/userok.c, was
>> > built, and the build would blow up later with 'rk_rename'
>> > undefined errors during link.
>> >
>> > Is there a clean way to put this into the dependencies
>> > in the top-level makefile?
>> > _______________________________________________
>> > OpenAFS-devel mailing list
>> > OpenAFS-devel@openafs.org
>> > https://lists.openafs.org/mailman/listinfo/openafs-devel
>> >
>>
>>
>>
>> --
>> Derrick
>> _______________________________________________
>> OpenAFS-devel mailing list
>> OpenAFS-devel@openafs.org
>> https://lists.openafs.org/mailman/listinfo/openafs-devel



-- 
Derrick