[csw-devel] SF.net SVN: gar:[18417] csw/mgar/pkg/zeromq/trunk/Makefile

Romeo Theriault romeotheriault at opencsw.org
Fri Jun 15 05:04:31 CEST 2012


On Thu, Jun 14, 2012 at 3:57 PM, Ben Walton <bwalton at opencsw.org> wrote:
> Excerpts from romeotheriault's message of Thu Jun 14 21:54:08 -0400 2012:
>
> Hi Romeo,
>
>> +CHECKPKG_OVERRIDES_CSWlibzmq1 += bad-rpath-entry|/lib|opt/csw/lib/libzmq.so.1.0.1
>> +CHECKPKG_OVERRIDES_CSWlibzmq1 += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/lib/libzmq.so.1.0.1
>> +CHECKPKG_OVERRIDES_CSWlibzmq1 += bad-rpath-entry|/opt/SUNWspro/lib/rw7|opt/csw/lib/libzmq.so.1.0.1
>> +CHECKPKG_OVERRIDES_CSWlibzmq1 +=
>> bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/lib/libzmq.so.1.0.1
>
> You may want to see if you can correct these rather than overriding
> them.

Thanks Ben, was going to ask about them at some point but didn't want
to overload the list with my questions :)

I found this page: http://wiki.opencsw.org/checkpkg-error-tags#toc8
which talks about the bad-rpath-enty checkpkg error. I tried adding
the

EXTRA_LINKER_FLAGS = -norunpath

setting to the makefile and recompiling but I still receive the errors.


> They're usually leaked in via improper options determined by
> the configure script.

I apologize, but I'm kinda lost in terms of where I'd start looking to
determine which options are being "improperly leaked in". If you could
point me in a direction I can start digging that'd be great.

Should I be manually setting the LDFLAGS on configure?

Also, I don't really understand what the error is saying:

> bad-rpath-entry|/lib|opt/csw/lib/libzmq.so.1.0.1

Is this saying that "/lib" is a run path in libzmq.so.1.0.1 that is
invalid?  Why is it bad?

Thanks for any help,

Romeo


More information about the devel mailing list