From pfelecan at opencsw.org Thu Jun 2 10:35:45 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Thu, 02 Jun 2016 10:35:45 +0200 Subject: error durring package upload Message-ID: When trying to upload a coherent set of packages I got: Traceback (most recent call last): File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in from lib.python import checkpkg_lib ImportError: No module named lib.python I have no clue why is that. The .buildys directory is up to date. -- Peter From dam at opencsw.org Thu Jun 2 11:19:57 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 2 Jun 2016 11:19:57 +0200 Subject: error durring package upload In-Reply-To: References: Message-ID: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> Hi Peter, > Am 02.06.2016 um 10:35 schrieb Peter FELECAN : > > When trying to upload a coherent set of packages I got: > > Traceback (most recent call last): > File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in > from lib.python import checkpkg_lib > ImportError: No module named lib.python > > I have no clue why is that. The .buildys directory is up to date. csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset PYTHONPATH. What did you execute where as who? Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: From pfelecan at opencsw.org Thu Jun 2 11:53:38 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Thu, 02 Jun 2016 11:53:38 +0200 Subject: error durring package upload In-Reply-To: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> (Dagobert Michelsen's message of "Thu, 2 Jun 2016 11:19:57 +0200") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> Message-ID: Dagobert Michelsen writes: > Hi Peter, > >> Am 02.06.2016 um 10:35 schrieb Peter FELECAN : >> >> When trying to upload a coherent set of packages I got: >> >> Traceback (most recent call last): >> File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in >> from lib.python import checkpkg_lib >> ImportError: No module named lib.python >> >> I have no clue why is that. The .buildys directory is up to date. > > csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset > PYTHONPATH. What did you execute where as who? Dago, I executed: csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* as pfelecan on login PYTHONPATH is not set csw-upload-pkg point to /opt/csw/bin/csw-upload-pkg -- Peter From dam at opencsw.org Thu Jun 2 13:17:48 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 2 Jun 2016 13:17:48 +0200 Subject: error durring package upload In-Reply-To: References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> Message-ID: <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> Hi Peter, Am 02.06.2016 um 11:53 schrieb Peter FELECAN : > Dagobert Michelsen writes: > >> Hi Peter, >> >>> Am 02.06.2016 um 10:35 schrieb Peter FELECAN : >>> >>> When trying to upload a coherent set of packages I got: >>> >>> Traceback (most recent call last): >>> File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in >>> from lib.python import checkpkg_lib >>> ImportError: No module named lib.python >>> >>> I have no clue why is that. The .buildys directory is up to date. >> >> csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset >> PYTHONPATH. What did you execute where as who? > > Dago, > > I executed: > > csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* > > as > > pfelecan > > on > > login > > PYTHONPATH is not set > > csw-upload-pkg point to /opt/csw/bin/csw-upload-pkg Works for me: pfelecan at login [login]:~ > csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz Processing 6 file(s). Please wait. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: From pfelecan at opencsw.org Thu Jun 2 13:25:05 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Thu, 02 Jun 2016 13:25:05 +0200 Subject: error durring package upload In-Reply-To: <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> (Dagobert Michelsen's message of "Thu, 2 Jun 2016 13:17:48 +0200") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> Message-ID: Dagobert Michelsen writes: > Hi Peter, > > Am 02.06.2016 um 11:53 schrieb Peter FELECAN : >> Dagobert Michelsen writes: >> >>> Hi Peter, >>> >>>> Am 02.06.2016 um 10:35 schrieb Peter FELECAN : >>>> >>>> When trying to upload a coherent set of packages I got: >>>> >>>> Traceback (most recent call last): >>>> File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in >>>> from lib.python import checkpkg_lib >>>> ImportError: No module named lib.python >>>> >>>> I have no clue why is that. The .buildys directory is up to date. >>> >>> csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset >>> PYTHONPATH. What did you execute where as who? >> >> Dago, >> >> I executed: >> >> csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* >> >> as >> >> pfelecan >> >> on >> >> login >> >> PYTHONPATH is not set >> >> csw-upload-pkg point to /opt/csw/bin/csw-upload-pkg > > Works for me: > > pfelecan at login [login]:~ > csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* > /opt/csw/bin/csw-upload-pkg is a wrapper, running > /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > Processing 6 file(s). Please wait. > Transient error ? Although I tried 4 times since yesterday evening. Well, everything alright when it finishes well. Thank you. -- Peter From pfelecan at opencsw.org Fri Jun 3 16:44:07 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Fri, 03 Jun 2016 16:44:07 +0200 Subject: error durring package upload In-Reply-To: <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> (Dagobert Michelsen's message of "Thu, 2 Jun 2016 13:17:48 +0200") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> Message-ID: Dagobert Michelsen writes: > Hi Peter, > > Am 02.06.2016 um 11:53 schrieb Peter FELECAN : >> Dagobert Michelsen writes: >> >>> Hi Peter, >>> >>>> Am 02.06.2016 um 10:35 schrieb Peter FELECAN : >>>> >>>> When trying to upload a coherent set of packages I got: >>>> >>>> Traceback (most recent call last): >>>> File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in >>>> from lib.python import checkpkg_lib >>>> ImportError: No module named lib.python >>>> >>>> I have no clue why is that. The .buildys directory is up to date. >>> >>> csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset >>> PYTHONPATH. What did you execute where as who? >> >> Dago, >> >> I executed: >> >> csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* >> >> as >> >> pfelecan >> >> on >> >> login >> >> PYTHONPATH is not set >> >> csw-upload-pkg point to /opt/csw/bin/csw-upload-pkg > > Works for me: > > pfelecan at login [login]:~ > csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* > /opt/csw/bin/csw-upload-pkg is a wrapper, running > /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > Processing 6 file(s). Please wait. I don't know but the packages are not in the catalog. Maybe it failed in the end ? -- Peter From jh at opencsw.org Sat Jun 4 15:39:47 2016 From: jh at opencsw.org (Jan Holzhueter) Date: Sat, 4 Jun 2016 15:39:47 +0200 Subject: Buildfarm downtime 03-04 June 2016 In-Reply-To: <9ff58e70-8ebd-215e-2792-146531aa1f72@opencsw.org> References: <435d1e69-6ec1-c646-d0ec-b2688220edc5@opencsw.org> <9ff58e70-8ebd-215e-2792-146531aa1f72@opencsw.org> Message-ID: Hi, everything is back to normal. I hope I didn't miss a server :) If so let me know. Greetings Jan From pfelecan at opencsw.org Mon Jun 6 09:47:43 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 06 Jun 2016 09:47:43 +0200 Subject: error durring package upload In-Reply-To: <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> (Dagobert Michelsen's message of "Thu, 2 Jun 2016 13:17:48 +0200") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> Message-ID: Dagobert Michelsen writes: > Hi Peter, > > Am 02.06.2016 um 11:53 schrieb Peter FELECAN : >> Dagobert Michelsen writes: >> >>> Hi Peter, >>> >>>> Am 02.06.2016 um 10:35 schrieb Peter FELECAN : >>>> >>>> When trying to upload a coherent set of packages I got: >>>> >>>> Traceback (most recent call last): >>>> File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in >>>> from lib.python import checkpkg_lib >>>> ImportError: No module named lib.python >>>> >>>> I have no clue why is that. The .buildys directory is up to date. >>> >>> csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset >>> PYTHONPATH. What did you execute where as who? >> >> Dago, >> >> I executed: >> >> csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* >> >> as >> >> pfelecan >> >> on >> >> login >> >> PYTHONPATH is not set >> >> csw-upload-pkg point to /opt/csw/bin/csw-upload-pkg > > Works for me: > > pfelecan at login [login]:~ > csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* > /opt/csw/bin/csw-upload-pkg is a wrapper, running > /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > Processing 6 file(s). Please wait. Doesn't work for me. It does not worked for you either as the packages are not in the catalog. I tried again on login and here is the result: /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz WARNING 2016-06-06 09:27:49,642 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9' WARNING 2016-06-06 09:27:49,656 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0' WARNING 2016-06-06 09:28:15,509 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9' WARNING 2016-06-06 09:28:15,524 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0' Processing 6 file(s). Please wait. Checking 4 packages against catalog unstable i386 SunOS5.10 Checking 4 packages against catalog unstable sparc SunOS5.10 Checking 4 packages against catalog unstable i386 SunOS5.11 Checking 4 packages against catalog unstable sparc SunOS5.11 Checks failed for the following catalogs: - i386 SunOS5.10 libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz To see the errors, run: /home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.10 --catalog-architecture i386 c6ac18bffad0ffb1f4decef95472fdfc e0e4c111eee07386989e027a45a47b03 c43a29023f062e8b991804913e9d4cbb 546bdfbf3f52d2f5205f8a27e717ba4a Or check on the buildfarm: http://buildfarm.opencsw.org/pkgdb/srv4/ef67c7378f8c2238e2195edb00e01f0f/ http://buildfarm.opencsw.org/pkgdb/srv4/e0e4c111eee07386989e027a45a47b03/ http://buildfarm.opencsw.org/pkgdb/srv4/edb1063fc5868581e7a750bb54ad0bfc/ http://buildfarm.opencsw.org/pkgdb/srv4/546bdfbf3f52d2f5205f8a27e717ba4a/ I run the command to see the errors and here's what I obtained: pfelecan at login [login]:~ > /home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.10 --catalog-architecture i386 c6ac18bffad0ffb1f4decef95472fdfc e0e4c111eee07386989e027a45a47b03 c43a29023f062e8b991804913e9d4cbb 546bdfbf3f52d2f5205f8a27e717ba4a Traceback (most recent call last): File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in from lib.python import checkpkg_lib ImportError: No module named lib.python Please note that I submited 2 other package sets wihout any issues and without changing what so ever. -- Peter From dam at opencsw.org Mon Jun 6 10:03:53 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 6 Jun 2016 10:03:53 +0200 Subject: error durring package upload In-Reply-To: References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> Message-ID: <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> Hi Peter, > Am 06.06.2016 um 09:47 schrieb Peter FELECAN : > > Dagobert Michelsen writes: > >> Hi Peter, >> >> Am 02.06.2016 um 11:53 schrieb Peter FELECAN : >>> Dagobert Michelsen writes: >>> >>>> Hi Peter, >>>> >>>>> Am 02.06.2016 um 10:35 schrieb Peter FELECAN : >>>>> >>>>> When trying to upload a coherent set of packages I got: >>>>> >>>>> Traceback (most recent call last): >>>>> File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in >>>>> from lib.python import checkpkg_lib >>>>> ImportError: No module named lib.python >>>>> >>>>> I have no clue why is that. The .buildys directory is up to date. >>>> >>>> csw-upload-pkg needs to be run from ?login? IIRC. This looks like an incorrectly/unset >>>> PYTHONPATH. What did you execute where as who? >>> >>> Dago, >>> >>> I executed: >>> >>> csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* >>> >>> as >>> >>> pfelecan >>> >>> on >>> >>> login >>> >>> PYTHONPATH is not set >>> >>> csw-upload-pkg point to /opt/csw/bin/csw-upload-pkg >> >> Works for me: >> >> pfelecan at login [login]:~ > csw-upload-pkg staging/build-01.Jun.2016/libdvdcss* >> /opt/csw/bin/csw-upload-pkg is a wrapper, running >> /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg >> staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz >> staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz >> staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz >> staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz >> staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz >> staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz >> Processing 6 file(s). Please wait. > > Doesn't work for me. It does not worked for you either as the packages > are not in the catalog. > > I tried again on login and here is the result: > > /opt/csw/bin/csw-upload-pkg is a wrapper, running > /home/pfelecan/opencsw/.buildsys/v2/bin/csw-upload-pkg > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-sparc-CSW.pkg.gz > staging/build-01.Jun.2016/libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > > WARNING 2016-06-06 09:27:49,642 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9' > WARNING 2016-06-06 09:27:49,656 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0' > WARNING 2016-06-06 09:28:15,509 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9' > WARNING 2016-06-06 09:28:15,524 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0' > Processing 6 file(s). Please wait. > Checking 4 packages against catalog unstable i386 SunOS5.10 > Checking 4 packages against catalog unstable sparc SunOS5.10 > Checking 4 packages against catalog unstable i386 SunOS5.11 > Checking 4 packages against catalog unstable sparc SunOS5.11 > Checks failed for the following catalogs: > - i386 SunOS5.10 > libdvdcss2-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > libdvdcss_dev-1.2.13,REV=2016.06.01-SunOS5.10-i386-CSW.pkg.gz > libdvdcss_doc-1.2.13,REV=2016.06.01-SunOS5.10-all-CSW.pkg.gz > To see the errors, run: > > /home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py > --catalog-release unstable --os-release SunOS5.10 --catalog-architecture > i386 c6ac18bffad0ffb1f4decef95472fdfc e0e4c111eee07386989e027a45a47b03 > c43a29023f062e8b991804913e9d4cbb 546bdfbf3f52d2f5205f8a27e717ba4a > > Or check on the buildfarm: > http://buildfarm.opencsw.org/pkgdb/srv4/ef67c7378f8c2238e2195edb00e01f0f/ > http://buildfarm.opencsw.org/pkgdb/srv4/e0e4c111eee07386989e027a45a47b03/ > http://buildfarm.opencsw.org/pkgdb/srv4/edb1063fc5868581e7a750bb54ad0bfc/ > http://buildfarm.opencsw.org/pkgdb/srv4/546bdfbf3f52d2f5205f8a27e717ba4a/ > > > I run the command to see the errors and here's what I obtained: > > pfelecan at login [login]:~ > > /home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py > --catalog-release unstable --os-release SunOS5.10 --catalog-architecture > i386 c6ac18bffad0ffb1f4decef95472fdfc e0e4c111eee07386989e027a45a47b03 > c43a29023f062e8b991804913e9d4cbb 546bdfbf3f52d2f5205f8a27e717ba4a > > Traceback (most recent call last): > File "/home/pfelecan/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py", line 16, in > from lib.python import checkpkg_lib > ImportError: No module named lib.python > > Please note that I submited 2 other package sets wihout any issues and > without changing what so ever. There you go: zsh: 22172 exit 1 PYTHONPATH=`pwd` ./lib/python/checkpkg2.py --catalog-release unstable i386 dam at login [login]:/home/dam/mgar/gar/v2 > PYTHONPATH=`pwd` ./lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.10 --catalog-architecture i386 c6ac18bffad0ffb1f4decef95472fdfc e0e4c111eee07386989e027a45a47b03 c43a29023f062e8b991804913e9d4cbb 546bdfbf3f52d2f5205f8a27e717ba4a INFO 2016-06-06 09:56:14,089 checkpkg_lib.py:263 Unwrapping candies... 100% |#####################################################################################################################################################################################################| INFO 2016-06-06 09:56:14,176 checkpkg_lib.py:878 Tasting candies one by one... 100% |#####################################################################################################################################################################################################| INFO 2016-06-06 09:56:16,657 checkpkg_lib.py:914 Tasting them all at once... WARNING 2016-06-06 09:56:25,173 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9' WARNING 2016-06-06 09:56:25,188 checkpkg_lib.py:658 Did not find packages for '/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0' INFO 2016-06-06 09:56:25,523 checkpkg_lib.py:305 Stuffing the candies under the pillow... 100% |#####################################################################################################################################################################################################| CSWlibdvdcss-dev: # path /opt/csw/lib/sparcv9/libdvdcss.so looks arch-specific # -> CheckpkgTag('CSWlibdvdcss-dev', 'archall-with-arch-paths', '/opt/csw/lib/sparcv9/libdvdcss.so') # path /opt/csw/lib/sparcv9/pkgconfig looks arch-specific # -> CheckpkgTag('CSWlibdvdcss-dev', 'archall-with-arch-paths', '/opt/csw/lib/sparcv9/pkgconfig') # path /opt/csw/lib/sparcv9/pkgconfig/libdvdcss.pc looks arch-specific # -> CheckpkgTag('CSWlibdvdcss-dev', 'archall-with-arch-paths', '/opt/csw/lib/sparcv9/pkgconfig/libdvdcss.pc') If any of the reported errors were false positives, you can override them pasting the lines below to the GAR recipe. CHECKPKG_OVERRIDES_CSWlibdvdcss-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0|CSWlibdvdcss-dev|contains|symlink|/opt/csw/lib/sparcv9/libdvdcss.so|which|needs|the|target|file:|/opt/csw/lib/sparcv9/libdvdcss.so.2.1.0 CHECKPKG_OVERRIDES_CSWlibdvdcss-dev += file-needed-but-no-package-satisfies-it|/opt/csw/lib/sparcv9|CSWlibdvdcss-dev|contains|'/opt/csw/lib/sparcv9/libdvdcss.so'|which|needs|a|base|directory:|'/opt/csw/lib/sparcv9'. CHECKPKG_OVERRIDES_CSWlibdvdcss-dev += archall-devel-package CHECKPKG_OVERRIDES_CSWlibdvdcss-dev += archall-with-arch-paths|/opt/csw/lib/sparcv9/pkgconfig/libdvdcss.pc CHECKPKG_OVERRIDES_CSWlibdvdcss-dev += archall-with-arch-paths|/opt/csw/lib/sparcv9/libdvdcss.so CHECKPKG_OVERRIDES_CSWlibdvdcss-dev += archall-with-arch-paths|/opt/csw/lib/sparcv9/pkgconfig Do not copy/paste these overrides without thinking! If you're not sure, scroll up and read the details. If you're still not sure, go to the wiki and read about the error tags you see, or ask on the maintainers@ mailing list. http://wiki.opencsw.org/checkpkg-error-tags In short: 1. Do not make -dev ARCHALL 2. Make -dev depend on the library package Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: From pfelecan at opencsw.org Mon Jun 6 16:52:54 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 06 Jun 2016 16:52:54 +0200 Subject: error durring package upload In-Reply-To: <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> (Dagobert Michelsen's message of "Mon, 6 Jun 2016 10:03:53 +0200") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> Message-ID: Dagobert Michelsen writes: > In short: > 1. Do not make -dev ARCHALL > 2. Make -dev depend on the library package Dago, Thank you for trying. I cannot understand the difference between your trial and mine, the results are not the same. I agree with your remark about the development package, that's what I've done. Will work on it again. -- Peter From dam at opencsw.org Mon Jun 6 17:25:35 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 6 Jun 2016 17:25:35 +0200 Subject: error durring package upload In-Reply-To: References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> Message-ID: <99F286C9-8972-4C03-8EB0-4209E06CFE13@opencsw.org> Hi Peter, Am 06.06.2016 um 16:52 schrieb Peter FELECAN : > Dagobert Michelsen writes: >> In short: >> 1. Do not make -dev ARCHALL >> 2. Make -dev depend on the library package > > Dago, > > Thank you for trying. I cannot understand the difference between your > trial and mine, the results are not the same. I agree with your remark about the > development package, that's what I've done. Will work on it again. Here is the difference: dam at login [login]:/home/dam/mgar/gar/v2 > PYTHONPATH=`pwd` ./lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.10 --catalog-architecture i386 c6ac18bffad0ffb1f4decef95472fdfc e0e4c111eee07386989e027a45a47b03 c43a29023f062e8b991804913e9d4cbb 546bdfbf3f52d2f5205f8a27e717ba4a I set PYTHONPATH, for some tools without wrapper scripts this is required. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: From maciej at opencsw.org Mon Jun 6 18:01:35 2016 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 06 Jun 2016 16:01:35 +0000 Subject: error durring package upload In-Reply-To: <99F286C9-8972-4C03-8EB0-4209E06CFE13@opencsw.org> References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> <99F286C9-8972-4C03-8EB0-4209E06CFE13@opencsw.org> Message-ID: In the output of the tool there is also this: Or check on the buildfarm: http://buildfarm.opencsw.org/pkgdb/srv4/ef67c7378f8c2238e2195edb00e01f0f/ http://buildfarm.opencsw.org/pkgdb/srv4/e0e4c111eee07386989e027a45a47b03/ http://buildfarm.opencsw.org/pkgdb/srv4/edb1063fc5868581e7a750bb54ad0bfc/ http://buildfarm.opencsw.org/pkgdb/srv4/546bdfbf3f52d2f5205f8a27e717ba4a/ If you open these links (all) you will see the results without the need to run it locally. A seg, 6/06/2016, 17:25, Dagobert Michelsen escreveu: > Hi Peter, > > Am 06.06.2016 um 16:52 schrieb Peter FELECAN : > > Dagobert Michelsen writes: > >> In short: > >> 1. Do not make -dev ARCHALL > >> 2. Make -dev depend on the library package > > > > Dago, > > > > Thank you for trying. I cannot understand the difference between your > > trial and mine, the results are not the same. I agree with your remark > about the > > development package, that's what I've done. Will work on it again. > > Here is the difference: > > dam at login [login]:/home/dam/mgar/gar/v2 > PYTHONPATH=`pwd` > ./lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.10 > --catalog-architecture i386 c6ac18bffad0ffb1f4decef95472fdfc > e0e4c111eee07386989e027a45a47b03 c43a29023f062e8b991804913e9d4cbb > 546bdfbf3f52d2f5205f8a27e717ba4a > > I set PYTHONPATH, for some tools without wrapper scripts this is required. > > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pfelecan at opencsw.org Mon Jun 6 19:55:11 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 06 Jun 2016 19:55:11 +0200 Subject: error durring package upload In-Reply-To: <99F286C9-8972-4C03-8EB0-4209E06CFE13@opencsw.org> (Dagobert Michelsen's message of "Mon, 6 Jun 2016 17:25:35 +0200") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> <99F286C9-8972-4C03-8EB0-4209E06CFE13@opencsw.org> Message-ID: Dagobert Michelsen writes: > Hi Peter, > > Am 06.06.2016 um 16:52 schrieb Peter FELECAN : >> Dagobert Michelsen writes: >>> In short: >>> 1. Do not make -dev ARCHALL >>> 2. Make -dev depend on the library package >> >> Dago, >> >> Thank you for trying. I cannot understand the difference between your >> trial and mine, the results are not the same. I agree with your remark about the >> development package, that's what I've done. Will work on it again. > > Here is the difference: > > dam at login [login]:/home/dam/mgar/gar/v2 > PYTHONPATH=`pwd` > ./lib/python/checkpkg2.py --catalog-release unstable --os-release > SunOS5.10 --catalog-architecture i386 c6ac18bffad0ffb1f4decef95472fdfc > e0e4c111eee07386989e027a45a47b03 c43a29023f062e8b991804913e9d4cbb > 546bdfbf3f52d2f5205f8a27e717ba4a > > I set PYTHONPATH, for some tools without wrapper scripts this is required. Gosh. Now I understand: my usage of the diagnostic tool was problematic and not the usage of the tool itself. Thank you for your patience. -- Peter From pfelecan at opencsw.org Mon Jun 6 19:56:56 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 06 Jun 2016 19:56:56 +0200 Subject: error durring package upload In-Reply-To: ("Maciej (Matchek) =?utf-8?Q?Blizi=C5=84ski=22's?= message of "Mon, 06 Jun 2016 16:01:35 +0000") References: <09E9FA81-DC0C-4507-A2D1-D80EA2539699@opencsw.org> <9FC45824-F6D8-46A8-940A-D0226234649D@opencsw.org> <7F4EEDF7-4620-4450-9561-1BB07098EB84@opencsw.org> <99F286C9-8972-4C03-8EB0-4209E06CFE13@opencsw.org> Message-ID: "Maciej (Matchek) Blizi?ski" writes: > In the output of the tool there is also this: > > Or check on the buildfarm: > http://buildfarm.opencsw.org/pkgdb/srv4/ef67c7378f8c2238e2195edb00e01f0f/ > http://buildfarm.opencsw.org/pkgdb/srv4/e0e4c111eee07386989e027a45a47b03/ > http://buildfarm.opencsw.org/pkgdb/srv4/edb1063fc5868581e7a750bb54ad0bfc/ > http://buildfarm.opencsw.org/pkgdb/srv4/546bdfbf3f52d2f5205f8a27e717ba4a/ > > If you open these links (all) you will see the results without the need to > run it locally. Of course. But I'm from the old CLI school. BTW, why not wrap this tool also, as the tool to upload ? IMHO, the diagnostic tool for a wrapped tool should be wrapped also. -- Peter From cgrzemba at opencsw.org Tue Jun 7 08:29:17 2016 From: cgrzemba at opencsw.org (cgrzemba at opencsw.org) Date: Tue, 07 Jun 2016 08:29:17 +0200 Subject: question on community (OSQA): OpenSSH Message-ID: is anyone working on OpenSSH? -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at opencsw.org Tue Jun 7 09:30:16 2016 From: jh at opencsw.org (Jan Holzhueter) Date: Tue, 7 Jun 2016 09:30:16 +0200 Subject: question on community (OSQA): OpenSSH In-Reply-To: References: Message-ID: Am 07.06.16 um 08:29 schrieb cgrzemba at opencsw.org: > is anyone working on OpenSSH? don't have the time right now. Needs major review regarding the patches. And also cross check maybe with what patches oracle pulls: https://hg.java.net/hg/solaris-userland~gate/file/7fb35b7d3c4d/components/openssh Greetings Jan From ihsan at opencsw.org Fri Jun 10 14:20:28 2016 From: ihsan at opencsw.org (=?UTF-8?B?xLBoc2FuwqBEb8SfYW4=?=) Date: Fri, 10 Jun 2016 14:20:28 +0200 Subject: Mail & Web: Memory error In-Reply-To: <04fe5118-d120-4164-5020-35cd4c374d45@opencsw.org> References: <20160519090444.GA79224@dogan.ch> <20160519105225.GA34493@dogan.ch> <20160521074837.GA69296@dogan.ch> <5746D154.9030902@opencsw.org> <04fe5118-d120-4164-5020-35cd4c374d45@opencsw.org> Message-ID: Hi, Am 26.05.2016 um 13:36 schrieb Jan Holzhueter: >> sorry - I don't have such nice sticks! >> >> Should we make paypal donations and/or look for something on Ebay? >> > > replacements are already on it's way. :) I will replace the memory this afternoon between 16:00 and 18:00 CEST. During this time, web and mail services will be offline. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From ihsan at opencsw.org Fri Jun 10 16:56:05 2016 From: ihsan at opencsw.org (=?UTF-8?B?xLBoc2FuwqBEb8SfYW4=?=) Date: Fri, 10 Jun 2016 16:56:05 +0200 Subject: Mail & Web: Memory error In-Reply-To: References: <20160519090444.GA79224@dogan.ch> <20160519105225.GA34493@dogan.ch> <20160521074837.GA69296@dogan.ch> <5746D154.9030902@opencsw.org> <04fe5118-d120-4164-5020-35cd4c374d45@opencsw.org> Message-ID: <6f97c2de-bb2a-97e9-b267-b1191f2c6d63@opencsw.org> Am 10.06.2016 um 14:20 schrieb ?hsan Do?an: >>> sorry - I don't have such nice sticks! >>> >>> Should we make paypal donations and/or look for something on Ebay? >>> >> >> replacements are already on it's way. :) > > I will replace the memory this afternoon between 16:00 and 18:00 CEST. > During this time, web and mail services will be offline. I've replaced the faulty DIMM modules and we have again 16 GB Memory. :-) @Jan Thanks again for the memory. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From rmottola at opencsw.org Tue Jun 21 12:48:36 2016 From: rmottola at opencsw.org (Riccardo Mottola) Date: Tue, 21 Jun 2016 12:48:36 +0200 Subject: pixman / tls link time issue Message-ID: <57691B84.6090406@opencsw.org> Hi, in gnustep-back I am trying to compileagainst the cairo library both on solaris 9 and solaris 10. Since pkg-config doesn't appear to work too well, I added manually CFLAGS and LDFLAGS this way: CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2 -I/opt/csw/include/cairo" LDFLAGS="$(LDFLAGS) -lcairo" This generates $ ./configure --prefix=/opt/csw --exec_prefix=/opt/csw --bindir=/opt/csw/bin --sbindir=/opt/csw/sbin --libexecdir=/opt/csw/libexec - -datadir=/opt/csw/share --sysconfdir=/etc/opt/csw --sharedstatedir=/opt/csw/share --localstatedir=/var/opt/csw --libdir=/opt/csw/lib - -infodir=/opt/csw/share/info --includedir=/opt/csw/include --mandir=/opt/csw/share/man --enable-graphics=cairo CFLAGS=-O2 -pipe -mcpu= v8 -I/opt/csw/include/freetype2 -I/opt/csw/include/cairo LDFLAGS=-mcpu=v8 -L/opt/csw/lib -lcairo which looks fine to me This seesm to work partially, since a configure test fails this way. configure:2717: checking whether the C compiler works configure:2739: /opt/csw/bin/gcc-4.6 -O2 -pipe -mcpu=v8 -I/opt/csw/include/freetype2 -I/opt/csw/include/cairo -mcpu=v8 -L/opt/csw/lib -lcairo conftest.c >&5 Undefined first referenced symbol in file __tls_get_addr /opt/csw/lib/libpixman-1.so.0 ld: fatal: Symbol referencing errors. No output written to a.out pixman is surely pulled in by cairo. Apparently pixman needs tls but it is not there or it is not the right version? Or a TLS package should be installed on unstable9s and it isn't? pkginfo shows: application CSWgnutls application CSWgnutlsdevel gnutls_devel - Legacy application CSWlibgnutls-dev libgnutls_dev - application CSWlibgnutls13 libgnutls13 - Legacy GNU application CSWlibgnutls26 libgnutls26 - GNU Transport Layer Security libraries and tools providing libgnutls*.so.26 ldd /opt/csw/lib/libpixman-1.so /usr/lib/secure/s9_preload.so.1 libm.so.1 => /usr/lib/libm.so.1 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1 I see no linkage to tls! Thank you, Riccardo From dam at opencsw.org Wed Jun 22 09:43:40 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 22 Jun 2016 09:43:40 +0200 Subject: pixman / tls link time issue In-Reply-To: <57691B84.6090406@opencsw.org> References: <57691B84.6090406@opencsw.org> Message-ID: <9057996E-E53B-460C-B86B-380DD4CC5E27@opencsw.org> Hi Riccardo, Am 21.06.2016 um 12:48 schrieb Riccardo Mottola : > in gnustep-back I am trying to compileagainst the cairo library both on solaris 9 and solaris 10. Since pkg-config doesn't appear to work too well, I added manually CFLAGS and LDFLAGS this way: I strongly suggest fixing the .pc file. > CONFIGURE_ARGS_5.9 += CFLAGS="$(CFLAGS) -I/opt/csw/include/freetype2 -I/opt/csw/include/cairo" LDFLAGS="$(LDFLAGS) -lcairo" > > This generates > > $ ./configure --prefix=/opt/csw --exec_prefix=/opt/csw --bindir=/opt/csw/bin --sbindir=/opt/csw/sbin --libexecdir=/opt/csw/libexec - > -datadir=/opt/csw/share --sysconfdir=/etc/opt/csw --sharedstatedir=/opt/csw/share --localstatedir=/var/opt/csw --libdir=/opt/csw/lib - > -infodir=/opt/csw/share/info --includedir=/opt/csw/include --mandir=/opt/csw/share/man --enable-graphics=cairo CFLAGS=-O2 -pipe -mcpu= > v8 -I/opt/csw/include/freetype2 -I/opt/csw/include/cairo LDFLAGS=-mcpu=v8 -L/opt/csw/lib -lcairo > > > which looks fine to me > > This seesm to work partially, since a configure test fails this way. > > configure:2717: checking whether the C compiler works > configure:2739: /opt/csw/bin/gcc-4.6 -O2 -pipe -mcpu=v8 -I/opt/csw/include/freetype2 -I/opt/csw/include/cairo -mcpu=v8 -L/opt/csw/lib > -lcairo conftest.c >&5 > Undefined first referenced > symbol in file > __tls_get_addr /opt/csw/lib/libpixman-1.so.0 > ld: fatal: Symbol referencing errors. No output written to a.out > > pixman is surely pulled in by cairo. > Apparently pixman needs tls but it is not there or it is not the right version? > Or a TLS package should be installed on unstable9s and it isn't? > > pkginfo shows: > application CSWgnutls > application CSWgnutlsdevel gnutls_devel - Legacy > application CSWlibgnutls-dev libgnutls_dev - > application CSWlibgnutls13 libgnutls13 - Legacy GNU > application CSWlibgnutls26 libgnutls26 - GNU Transport Layer Security libraries and tools providing libgnutls*.so.26 > > ldd /opt/csw/lib/libpixman-1.so > /usr/lib/secure/s9_preload.so.1 > libm.so.1 => /usr/lib/libm.so.1 > libc.so.1 => /usr/lib/libc.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > /usr/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1 > > I see no linkage to tls! unstable9s% ldd -r /opt/csw/lib/libpixman-1.so /usr/lib/secure/s9_preload.so.1 libm.so.1 => /usr/lib/libm.so.1 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1 symbol not found: __tls_get_addr (/opt/csw/lib/libpixman-1.so) So libpixman-1.so needs the symbol, but does not link against it. __tls_get_addr is not from GnuTLS (Transport Layer Security), but from a multithreading library (Thread Local Store). I don?t know where this comes from, 1 minute Googling didn?t bring up anything reasonable and I can?t remember to have seen this before. You may need to investigate. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 841 bytes Desc: Message signed with OpenPGP using GPGMail URL: From rmottola at opencsw.org Wed Jun 22 14:54:36 2016 From: rmottola at opencsw.org (Riccardo Mottola) Date: Wed, 22 Jun 2016 14:54:36 +0200 Subject: pixman / tls link time issue In-Reply-To: <9057996E-E53B-460C-B86B-380DD4CC5E27@opencsw.org> References: <57691B84.6090406@opencsw.org> <9057996E-E53B-460C-B86B-380DD4CC5E27@opencsw.org> Message-ID: <576A8A8C.6030507@opencsw.org> Hi, Dagobert Michelsen wrote: > Hi Riccardo, > > Am 21.06.2016 um 12:48 schrieb Riccardo Mottola : >> in gnustep-back I am trying to compileagainst the cairo library both on solaris 9 and solaris 10. Since pkg-config doesn't appear to work too well, I added manually CFLAGS and LDFLAGS this way: > > I strongly suggest fixing the .pc file. the .pc file from cairo? this wizardry is hard to fix ... > >> I see no linkage to tls! > > unstable9s% ldd -r /opt/csw/lib/libpixman-1.so > /usr/lib/secure/s9_preload.so.1 > libm.so.1 => /usr/lib/libm.so.1 > libc.so.1 => /usr/lib/libc.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > /usr/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1 > symbol not found: __tls_get_addr (/opt/csw/lib/libpixman-1.so) > > So libpixman-1.so needs the symbol, but does not link against it. __tls_get_addr is not > from GnuTLS (Transport Layer Security), but from a multithreading library (Thread Local Store). > I don?t know where this comes from, 1 minute Googling didn?t bring up anything reasonable > and I can?t remember to have seen this before. You may need to investigate. thanks for the TLS poiter and the -r flag, it is thus a lazy symbol. I tried to rebuild pixman (without any update) and I notice that the work/solaris9-sparc/build-isa-sparcv9/pixman-0.22.2/pixman/.libs/libpixman-1.so already has that issue. I then changed the receipe to build with GCC instead of sun studio, but no fix. This is ldd -r on Solaris sparc 10 ldd -r /opt/csw/lib/libpixman-1.so libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 /platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1 libm.so.2 => /lib/libm.so.2 this on 9:ldd -r /opt/csw/lib/libpixman-1.so /usr/lib/secure/s9_preload.so.1 libm.so.1 => /usr/lib/libm.so.1 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr.so.1 symbol not found: __tls_get_addr (/opt/csw/lib/libpixman-1.so) I notice there is an extra "dl" library! Darn. I found of several people who have a similarproblem, but absolutely no solution. some peoplce cited the -z linker flag, but it needs an option which I don't know which is correct. Riccardo