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

Jake Goerzen jgoerzen at opencsw.org
Wed Jun 8 02:43:42 CEST 2011


On 06/07/11 16:48, Ben Walton wrote:
> Excerpts from jake_goerzen's message of Tue Jun 07 17:42:31 -0400 2011:
>
> Hi Jake,
>
>> +CHECKPKG_OVERRIDES_CSWdovecot += bad-rpath-entry|/opt/csw/lib/|opt/csw/libexec/dovecot/dovecot-auth
>> +CHECKPKG_OVERRIDES_CSWdovecot +=
>> bad-rpath-entry|/opt/csw/lib/|opt/csw/sbin/dovecotpw
> This seems like something we could correct without an override...what
> is the RPATH value in these files?
>

Hi Ben,

  for some reason too many /opt/csw/lib are being appended to the RPATH 
otherwise the RPATH is correct:

$ /usr/ccs/bin/elfdump /opt/csw/sbin/dovecotpw | grep RPATH
        [7]  RPATH             0x1692              
/opt/csw/mysql5/lib/mysql/$ISALIST:/opt/csw/mysql5/lib/mysql:/opt/csw/postgresql/lib/$ISALIST:/opt/csw/postgresql/lib:/opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib/

$ /usr/ccs/bin/elfdump /opt/csw/libexec/dovecot/dovecot-auth | grep RPATH
       [17]  RPATH             0x3cd1              
/opt/csw/mysql5/lib/mysql/$ISALIST:/opt/csw/mysql5/lib/mysql:/opt/csw/postgresql/lib/$ISALIST:/opt/csw/postgresql/lib:/opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib/

The RPATH in the rest of the executable files is correct.  I overrided 
temporarily for now but will look into why

Thanks,
Jake



More information about the devel mailing list