OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003520 [ap2_modpython] packaging tweak always 2009-03-31 21:27 2009-04-04 05:34
Reporter james View Status public  
Assigned To mwatters
Priority normal Resolution fixed  
Status closed  
Summary 0003520: RPATH contains /opt/csw/lib/\$$ISALIST
Description RPATH contains /opt/csw/lib/\$$ISALIST

Excess shell escaping?

As the prerequisite packages don't have arch libs (libpython2.6.so.1.0) this is redundant anyway.
Additional Information $ dump -Lv CSWap2modpython/root/opt/csw/lib/python2.6/site-packages/mod_python/_psp.so

CSWap2modpython/root/opt/csw/lib/python2.6/site-packages/mod_python/_psp.so:

  **** DYNAMIC SECTION INFORMATION ****
.dynamic:
[INDEX] Tag Value
[1] NEEDED libpython2.6.so.1.0
[2] INIT 0x3ba4
[3] FINI 0x3bb0
[4] RUNPATH /opt/csw/lib/\$$ISALIST:/opt/csw/lib
[5] RPATH /opt/csw/lib/\$$ISALIST:/opt/csw/lib
[6] HASH 0x94
[7] STRTAB 0x7dc
[8] STRSZ 0x3c3
[9] SYMTAB 0x30c
[10] SYMENT 0x10
[11] CHECKSUM 0xa431
[12] PLTSZ 0x258
[13] PLTREL 0x7
[14] JMPREL 0xc00
[15] RELA 0xba0
[16] RELASZ 0x2b8
[17] RELAENT 0xc
[18] FEATURE_1 PARINIT
[19] FLAGS 0
[20] FLAGS_1 0
[21] PLTGOT 0x13c0c

Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0005796)
mwatters (reporter)
2009-03-31 21:35


thanks for the report ;)

I will take a look at the escaping.
(0005797)
dam (administrator)
2009-03-31 21:36

To skip this entirely in GAR you can use 'NOISALIST=1'. How much shell escaping is necessary depends on if the application uses autoconf and/or libtool. The quoting-level can be reduced with 'RUNPATHQUOTE=1' (quote for one expansion) as opposed to 'RUNPATHQUOTE=2' (quote for double expansion).
(0005838)
mwatters (reporter)
2009-04-04 05:33

fixed in current version
(0005839)
mwatters (reporter)
2009-04-04 05:34

fixed in current release


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker