problem uploading a package due to solaris 11
Maciej Bliziński
maciej at opencsw.org
Sun Mar 29 19:10:00 CEST 2015
On Sun, Mar 29, 2015 at 07:04:04PM +0200, Riccardo Mottola wrote:
> 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
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:
http://buildfarm.opencsw.org/pkgdb/srv4/f72ad449eda9058e2f3b0f9f2852e881/
Maciej
More information about the maintainers
mailing list