To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50819
                  Issue #:|50819
                  Summary:|pyuno.so has RPATH of 'ORIGIN' instead of ORIGIN
                Component:|porting
                  Version:|680m109
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|cmc
              Reported by:|cmc





------- Additional comments from [EMAIL PROTECTED] Thu Jun 16 04:17:44 -0700 
2005 -------
because it calls the linker outside of the usual TARGET system. 
i.e. 
readelf -d /opt/openoffice.org1.9.108/program/pyuno.so | grep RPATH  0x0000000f
(RPATH)                      Library rpath: ['$ORIGIN']
should be
readelf -d /opt/openoffice.org1.9.108/program/pyuno.so | grep RPATH  0x0000000f 
(RPATH)                      Library rpath: [$ORIGIN]

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to