Re: PERLUAFS?
Ben Huntsman <[email protected]>
| Newsgroups | gmane.comp.file-systems.openafs.devel |
|---|---|
| Message-ID | <MWHPR0701MB3674933507CBD6E633A8B939A76A9@MWHPR0701MB3674.namprd07.prod.outlook.com> |
I certainly don't need it. But the error is the failure message on the buildbot build logs for those that have failed. What do I need to do to fix the build for them? Thank you! -Ben ________________________________ From: Benjamin Kaduk <[email protected]> Sent: Tuesday, August 16, 2022 6:30 PM To: Ben Huntsman <[email protected]> Cc: [email protected] <[email protected]> Subject: Re: [OpenAFS-devel] PERLUAFS? On Wed, Aug 17, 2022 at 12:02:53AM +0000, Ben Huntsman wrote: > Hi there- > I pushed my changes to get OpenAFS building on AIX, but some of the changes are failing the BuildBot verification: > > PERLUAFS/ukernel_swig_perl.c: In function ‘swig_uafs_ParseArgs’: > PERLUAFS/ukernel_swig_perl.c:1585:9: warning: implicit declaration of function ‘afs_com_err’ [-Wimplicit-function-declaration] > 1585 | afs_com_err("AFS::ukernel", code, "parsing line: '%s'", line); > | ^~~~~~~~~~~ > > But what is PERLUAFS and where is that even coming from? I'm not sure how to resolve. It's a scheme to use SWIG to produce perl bindings for the userspace AFS client [library]. You almost certainly don't need it, and can pass --without-swig to configure to skip trying to do anything with it. -Ben