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

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


To be more clear: it means configure found a roken, but it's not new enough. The
configure test needs to be improved to check for more stuff, but it's
not immediately
clear how much would have to be tested.

On Fri, Oct 19, 2012 at 1:08 PM, Derrick Brashear <shadow@gmail.com> wrote:
> 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



-- 
Derrick