[bug-notifications] [zsh 0003610]: RPATH contains /opt/csw/lib/\SALIST
Mantis Bug Tracker
noreply at opencsw.org
Thu Apr 23 11:14:31 CEST 2009
The following issue has been RESOLVED.
======================================================================
http://www.opencsw.org/mantis/view.php?id=3610
======================================================================
Reported By: james
Assigned To: dam
======================================================================
Project: zsh
Issue ID: 3610
Category: packaging
Reproducibility: always
Severity: tweak
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-04-02 21:28 CEST
Last Modified: 2009-04-23 11:14 CEST
======================================================================
Summary: RPATH contains /opt/csw/lib/\SALIST
Description:
RPATH contains /opt/csw/lib/\SALIST but zsh uses no arch lib anyway:
$ LD_LIBRARY_PATH='/opt/csw/lib/$ISALIST' ldd /opt/csw/bin/zsh
libgdbm.so.3 => /opt/csw/lib/sparcv8/libgdbm.so.3
libpcre.so.0 => /opt/csw/lib/sparcv8/libpcre.so.0
libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2
libsocket.so.1 => /usr/lib/libsocket.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libncurses.so.5 => /opt/csw/lib/sparcv8/libncurses.so.5
libm.so.1 => /usr/lib/libm.so.1
libc.so.1 => /usr/lib/libc.so.1
libz.so => /opt/csw/lib/sparcv8/libz.so
libbz2.so.1.0 => /opt/csw/lib/sparcv8/libbz2.so.1.0
libreadline.so.5 => /opt/csw/lib/sparcv8/libreadline.so.5
libnsl.so.1 => /usr/lib/libnsl.so.1
libmp.so.2 => /usr/lib/libmp.so.2
======================================================================
----------------------------------------------------------------------
(0005941) dam (manager) - 2009-04-09 21:43
http://www.opencsw.org/mantis/view.php?id=3610#c5941
----------------------------------------------------------------------
I now have a failing test on Solaris 8 x86. However, I cannot say for sure
it hasn't been there in the old package. As this error is not critical I
reported the error upstream and will release a fixed package when I receive
a patch:
Hi,
the current zsh 4.3.9 is failing a test on Solaris 8 x86 with Sun Studio
11
compiler:
./E02xtrace.ztst: starting.
*** /tmp/zsh.ztst.err.5393 Thu Apr 9 17:23:32 2009
--- /tmp/zsh.ztst.terr.5393 Thu Apr 9 17:23:32 2009
***************
*** 1,4 ****
- +./fnfile:1> PS4='+%x:%I> '
+./fnfile:5> :
+./fnfile:6> fn
+./fnfile:3> print This is fn.
--- 1,3 ----
Test ./E02xtrace.ztst failed: error output differs from expected as shown
above for:
echo 'PS4="+%x:%I> "
fn() {
print This is fn.
}
:
fn
' >fnfile
$ZTST_testdir/../Src/zsh -fx ./fnfile 2>errfile
grep '\./fnfile' errfile 1>&2
Was testing: Trace output with sourcefile and line number.
./E02xtrace.ztst: test failed.
./V01zmodload.ztst: starting.
*** /tmp/zsh.ztst.out.5442 Thu Apr 9 17:23:32 2009
--- /tmp/zsh.ztst.tout.5442 Thu Apr 9 17:23:32 2009
***************
*** 1,2 ****
--- 1,3 ----
zmodload zsh/main
zmodload zsh/parameter
+ zmodload zsh/zle
Test ./V01zmodload.ztst failed: output differs from expected as shown
above for:
zmodload -L
Was testing: List the loaded modules
./V01zmodload.ztst: test failed.
On Solaris 8 sparc with the same exact same configuration doesn't throw an
error
on test.
----------------------------------------------------------------------
(0006008) dam (manager) - 2009-04-23 11:14
http://www.opencsw.org/mantis/view.php?id=3610#c6008
----------------------------------------------------------------------
Fixed in 4.3.9,REV=2009.04.23
Issue History
Date Modified Username Field Change
======================================================================
2009-04-02 21:28 james New Issue
2009-04-09 21:41 dam Status new => assigned
2009-04-09 21:41 dam Assigned To => dam
2009-04-09 21:43 dam Note Added: 0005941
2009-04-23 11:14 dam Note Added: 0006008
2009-04-23 11:14 dam Status assigned => resolved
2009-04-23 11:14 dam Resolution open => fixed
======================================================================
More information about the bug-notifications
mailing list