<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Michele,<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 08.04.2015 um 02:17 schrieb Michele Denber <<a href="mailto:denber@mindspring.com" class="">denber@mindspring.com</a>>:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class="">
    -------- Original Message --------
    <table class="moz-email-headers-table" cellpadding="0" cellspacing="0" border="0">
      <tbody class="">
        <tr class="">
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT" class="">Subject: </th>
          <td class="">Re: OpenCSW question about package adobereader</td>
        </tr>
        <tr class="">
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT" class="">Date: </th>
          <td class="">Tue, 7 Apr 2015 12:03:55 +0200</td>
        </tr>
        <tr class="">
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT" class="">From: </th>
          <td class="">Dagobert Michelsen <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:dam@opencsw.org"><dam@opencsw.org></a></td>
        </tr>
        <tr class="">
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT" class="">To: </th>
          <td class=""><a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:denber@mindspring.com">denber@mindspring.com</a></td>
        </tr>
        <tr class="">
          <th nowrap="nowrap" valign="BASELINE" align="RIGHT" class="">CC: </th>
          <td class="">Questions and discussions <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:users@lists.opencsw.org"><users@lists.opencsw.org></a></td>
        </tr>
      </tbody>
    </table>
    <br class="">
    <br class="">
    <pre class="">Hi Denber,


I can confirm the error.

This is the original invocation:
  LD_LIBRARY_PATH=/opt/csw/share/Adobe/Reader8/Reader/sparcsolaris/lib:/opt/csw/share/Adobe/Reader8/Reader/sparcsolaris/sidecars::/opt/csw/lib ldd /opt/csw/share/Adobe/Reader8/Reader/sparcsolaris/bin/acroread

This fixes the error:
  LD_LIBRARY_PATH=/opt/csw/share/Adobe/Reader8/Reader/sparcsolaris/lib:/opt/csw/share/Adobe/Reader8/Reader/sparcsolaris/sidecars:/usr/lib:/usr/sfw/lib:/opt/csw/lib ldd /opt/csw/share/Adobe/Reader8/Reader/sparcsolaris/bin/acroread

In /opt/csw/share/Adobe/Reader8/bin/acroread please replace the commented line with the uncommented one:
  #LD_LIBRARY_PATH=/opt/csw/lib
  LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib

Initially the package worked as it is, maybe some changes to our gtk/glib/pango etc. libs are now no longer
compatible.

Let me know if this fixes your issue.

<big class=""><font face="Times New Roman, Times, serif" class="">It was a good idea but that didn't work:</font></big>


# LD_LIBRARY_PATH=/usr/lib:/usr/sfw/lib
# export LD_LIBRARY_PATH
# echo $LD_LIBRARY_PATH
/usr/lib:/usr/sfw/lib
# acroread
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_3.4' not found (required by file /opt/csw/lib/libgobject-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_3.4' not found (required by file /opt/csw/lib/libgobject-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_4.3.0' not found (required by file /opt/csw/lib/libglib-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_4.3.0' not found (required by file /opt/csw/lib/libglib-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_4.3.0' not found (required by file /opt/csw/lib/libgio-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_4.3.0' not found (required by file /opt/csw/lib/libgio-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: libgcc_s.so.1: version 'GCC_4.3.0' not found (required by file /opt/csw/lib/libglib-2.0.so.0)
ld.so.1: acroread: fatal: libgcc_s.so.1: open failed: No such file or directory
ld.so.1: acroread: fatal: relocation error: file /opt/csw/lib/libglib-2.0.so.0: symbol __clzsi2: referenced symbol not found
Killed
#
<small class="">
</small><big class=""><big class=""><font face="Times New Roman, Times, serif" class=""><small class="">I do think though that it may very well be a library version issue.  Just yesterday I had a similar problem around Open Office.  Changing the library path there fixed that.  I just don't know how to determine which version of whatever it is it wants.

I'm not a systems programmer or anything so I really don't know what to make of this.
</small></font></big></big></pre></div></div></blockquote>You cannot set LD_LIBRARY_PATH on the command, my suggestion was to change the line in the file.</div><div>I have made experimental packages which have been adjusted:</div><div>  <a href="http://buildfarm.opencsw.org/experimental.html#adobereader" class="">http://buildfarm.opencsw.org/experimental.html#adobereader</a></div><div>Please give them a try and let me know, if they work I’ll push them to unstable/.</div><div><br class=""></div><div><br class=""></div><div>Best regards</div><div><br class=""></div><div>  — Dago</div><div><br class=""></div><br class=""><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class=""><span style="font-family: monospace; " class="">-- </span><br style="font-family: monospace; " class=""><span style="font-family: monospace; " class="">"You don't become great by trying to be great, you become great by wanting to do something,</span><br style="font-family: monospace; " class=""><span style="font-family: monospace; " class="">and then doing it so hard that you become great in the process." - xkcd #896</span></div>
</div>
<br class=""></div></body></html>