<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/29/15 19:10, Maciej Bliziński
      wrote:<br>
    </div>
    <blockquote
      cite="mid:20150329171000.GA5734@cotton.home.blizinski.pl"
      type="cite">
      <pre wrap="">On Sun, Mar 29, 2015 at 07:04:04PM +0200, Riccardo Mottola wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi,

when I try to upload my new gnustep-back packages, I get:

Checking 1 package against catalog unstable i386 SunOS5.10
Checking 1 package against catalog unstable sparc SunOS5.10
Checking 1 package against catalog unstable i386 SunOS5.11
Checking 1 package against catalog unstable sparc SunOS5.11
Checks failed for the following catalogs:
  - sparc SunOS5.11
    gnustep_back-0.24.0,REV=2015.03.27-SunOS5.10-sparc-CSW.pkg.gz
To see the errors, run:
  /home/rmottola/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py
--catalog-release unstable --os-release SunOS5.11 --catalog-architecture
sparc f72ad449eda9058e2f3b0f9f2852e881
Your packages have not been submitted to the unstable catalog.

The error says:

Traceback (most recent call last):
  File "/home/rmottola/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py",
line 16, in <module>
    from lib.python import checkpkg_lib
ImportError: No module named lib.python
</pre>
      </blockquote>
      <pre wrap="">
The immediate problem is that Python needs to find its libraries, and
the paths to libraries need to be passed via the PYTHONPATH env
variable.

export PYTHONPATH=.../path/to/gar

It could be "~/opencsw/.buildsys".

Another possibility to see the error tags is via http, using the md5
sum to identify your package:
<a class="moz-txt-link-freetext" href="http://buildfarm.opencsw.org/pkgdb/srv4/f72ad449eda9058e2f3b0f9f2852e881/">http://buildfarm.opencsw.org/pkgdb/srv4/f72ad449eda9058e2f3b0f9f2852e881/</a>
</pre>
    </blockquote>
    It would be nice if that URL could be "spit out"  when the error
    happens. So many "tricks" here I forget.<br>
    <br>
    <br>
    In the log I see:<br>
    <span style="color: black;"><a
        href="http://wiki.opencsw.org/checkpkg-error-tags#soname-not-found"
        title="Information about the soname-not-found tag.">soname-not-found</a>
      libXcursor.so.1 is needed by
opt/csw/GNUstep/System/Library/Bundles/libgnustep-back-024.bundle/libgnustep-back-024<br>
      <br>
      does this mean I need an added dependency or override which is not
      detected on 10 but is on 11? why?<br>
      <br>
      I have no clue how the check on solaris 11 is done compared to 11.<br>
      <br>
      An answer then could tell what action is needed.<br>
      <br>
      Thank you,<br>
      Riccardo<br>
    </span><br>
  </body>
</html>