Ignore buildbot warnings?
Ryan Schmidt
ryandesign at macports.org
Thu Oct 4 15:14:31 PDT 2012
On Oct 4, 2012, at 16:09, MK-MacPorts at techno.ms wrote:
> On Oct 4, 2012, at 9:18 PM, Ryan Schmidt wrote:
>>
>> I think you'll find most every port install (that includes a libtool-made library), on every system, will produce the message "foo.la has not been installed in ${prefix}/lib". At destroot time, that message is accurate: we've installed the library in ${destroot}${prefix}/lib. The message is telling us that the library will not work unless it is in ${prefix}/lib. It's not a problem because at activate time that's exactly where we'll copy it to.
>
> Yes, Ryan, I think you have explained that to me already more than once.
> I apologize for being that forgetful. :)
> Thanks, though!!!
At least that's what I think it means. Basically I've seen the warning so many times, in so many ports, ports that seem to work fine, that I concluded it wasn't something I was going to worry about.
More information about the macports-dev
mailing list