From laurent at opencsw.org Tue Jul 5 23:38:36 2016 From: laurent at opencsw.org (Laurent Blume) Date: Tue, 5 Jul 2016 23:38:36 +0200 Subject: .so file now appearing in two packages instead of one? Message-ID: Hello all, I'm having some weirdness with a simple repackaging of MySQL, where only the postinstall script was modified: mgar wants to add a new dependency, which is because libmysqlclient.so is not included in CSWmysql56. The prototypes do show that it (and others) are now included in two packages, which is weird: CSWmysql56-dev.prototype:s none /opt/csw/lib/libmysqlclient.so=libmysqlclient.so.18 CSWmysql56.prototype:s none /opt/csw/lib/libmysqlclient.so=libmysqlclient.so.18 What could have caused that? Laurent From dam at opencsw.org Wed Jul 6 09:26:52 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 6 Jul 2016 09:26:52 +0200 Subject: .so file now appearing in two packages instead of one? In-Reply-To: References: Message-ID: <774ABACE-E13E-4491-A09B-90FEC5568205@opencsw.org> Hi Laurent, Am 05.07.2016 um 23:38 schrieb Laurent Blume : > I'm having some weirdness with a simple repackaging of MySQL, where only the postinstall script was modified: > mgar wants to add a new dependency, which is because libmysqlclient.so is not included in CSWmysql56. > The prototypes do show that it (and others) are now included in two packages, which is weird: > > CSWmysql56-dev.prototype:s none /opt/csw/lib/libmysqlclient.so=libmysqlclient.so.18 > > CSWmysql56.prototype:s none /opt/csw/lib/libmysqlclient.so=libmysqlclient.so.18 > > What could have caused that? I looked at the commited Makefile at it looks good: CSWmysql56 is a catchall package and if the .so is part of the -dev package it must not go into the catchall package. I?ll see if I can reproduce the issue. If you have uncommitted changes please let me know. 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 dam at opencsw.org Thu Jul 14 10:14:51 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 14 Jul 2016 09:14:51 +0100 Subject: New Subversion packages Message-ID: <735FD3A5-8FCD-4916-941A-BB83A707CE2F@opencsw.org> Hi folks, I finally managed to build a completely refreshed subversion 1.9.4 with the following enhancements: - fixed Python location (2.7 only since Subversion 1.9) /opt/csw/lib/python2.7/site-packages/subversion instead of /opt/csw/lib/svn/svn-python - correct library location /opt/csw/lib instead of /opt/csw/lib/svn - split library packages - fixed pkgconfig-file location /opt/csw/lib/pkgconfig instead of /opt/csw/share/pkgconfig As the changes to directories may break installations please give them a try at http://buildfarm.opencsw.org/experimental.html#subversion 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 Jul 14 11:12:36 2016 From: pfelecan at opencsw.org (Peter FELECAN) Date: Thu, 14 Jul 2016 11:12:36 +0200 Subject: New Subversion packages In-Reply-To: <735FD3A5-8FCD-4916-941A-BB83A707CE2F@opencsw.org> (Dagobert Michelsen's message of "Thu, 14 Jul 2016 09:14:51 +0100") References: <735FD3A5-8FCD-4916-941A-BB83A707CE2F@opencsw.org> Message-ID: Dagobert Michelsen writes: > I finally managed to build a completely refreshed subversion 1.9.4 with the following > enhancements: > > - fixed Python location (2.7 only since Subversion 1.9) > /opt/csw/lib/python2.7/site-packages/subversion instead of /opt/csw/lib/svn/svn-python > - correct library location > /opt/csw/lib instead of /opt/csw/lib/svn > - split library packages > - fixed pkgconfig-file location > /opt/csw/lib/pkgconfig instead of /opt/csw/share/pkgconfig > > As the changes to directories may break installations please give them a try at > http://buildfarm.opencsw.org/experimental.html#subversion Installs and works well in simple workflow on i386. -- Peter From dam at opencsw.org Thu Jul 14 11:14:48 2016 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 14 Jul 2016 10:14:48 +0100 Subject: New Subversion packages In-Reply-To: References: <735FD3A5-8FCD-4916-941A-BB83A707CE2F@opencsw.org> Message-ID: <3A4D1F67-B82E-48D7-8000-FF4AED5CD820@opencsw.org> Hi Peter, Am 14.07.2016 um 10:12 schrieb Peter FELECAN : > Dagobert Michelsen writes: > >> I finally managed to build a completely refreshed subversion 1.9.4 with the following >> enhancements: >> >> - fixed Python location (2.7 only since Subversion 1.9) >> /opt/csw/lib/python2.7/site-packages/subversion instead of /opt/csw/lib/svn/svn-python >> - correct library location >> /opt/csw/lib instead of /opt/csw/lib/svn >> - split library packages >> - fixed pkgconfig-file location >> /opt/csw/lib/pkgconfig instead of /opt/csw/share/pkgconfig >> >> As the changes to directories may break installations please give them a try at >> http://buildfarm.opencsw.org/experimental.html#subversion > > Installs and works well in simple workflow on i386. Thanks for the quick reply, I just found an issue: /etc/subversion is used instead of /etc/opt/csw/subversion Rebuild is running. 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 ihsan at opencsw.org Wed Jul 20 11:35:17 2016 From: ihsan at opencsw.org (Ihsan Dogan) Date: Wed, 20 Jul 2016 11:35:17 +0200 Subject: submitting packages Message-ID: <20160720093517.GB13859@dogan.ch> Hi, After a long time I thought it might be good idea to update the packages, which I'm responsible for. After packaging NSD (no errors from mgar during the package build) I've tried to submit the packages and I'm facing this error: ihsan at login:~/staging/build-20.Jul.2016$ csw-upload-pkg * /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/ihsan/opencsw/.buildsys/v2/bin/csw-upload-pkg core nsd-4.1.10,REV=2016.07.20-SunOS5.10-i386-CSW.pkg.gz nsd-4.1.10,REV=2016.07.20-SunOS5.10-sparc-CSW.pkg.gz There is a problem with the presented file list. * CheckpkgTag(None, 'bad-arch-or-os-release', 'core arch=unknown osrel=unspecified') * CheckpkgTag(None, 'sparc-unspecified-missing', 'nsd') * CheckpkgTag(None, 'i386-unspecified-missing', 'nsd') * CheckpkgTag(None, 'bad-vendor-tag', 'filename=core expected=CSW actual=UNKN') * CheckpkgTag(None, 'bad-filename', 'filename=core') What am I doing wrong? -Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From jh at opencsw.org Wed Jul 20 11:38:35 2016 From: jh at opencsw.org (Jan Holzhueter) Date: Wed, 20 Jul 2016 11:38:35 +0200 Subject: submitting packages In-Reply-To: <20160720093517.GB13859@dogan.ch> References: <20160720093517.GB13859@dogan.ch> Message-ID: <347248c2-0685-25fb-49cd-2c213146cea6@opencsw.org> Hi, Am 20.07.16 um 11:35 schrieb Ihsan Dogan: > ihsan at login:~/staging/build-20.Jul.2016$ csw-upload-pkg * > /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/ihsan/opencsw/.buildsys/v2/bin/csw-upload-pkg core nsd-4.1.10,REV=2016.07.20-SunOS5.10-i386-CSW.pkg.gz nsd-4.1.10,REV=2016.07.20-SunOS5.10-sparc-CSW.pkg.gz try without the core file in ~/staging/build-20.Jul.2016 Greetings Jan From maciej at opencsw.org Wed Jul 20 11:39:21 2016 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Wed, 20 Jul 2016 09:39:21 +0000 Subject: submitting packages In-Reply-To: <20160720093517.GB13859@dogan.ch> References: <20160720093517.GB13859@dogan.ch> Message-ID: Ihsan Dogan escreveu no dia quarta, 20/07/2016 ?s 10:35: > Hi, > > After a long time I thought it might be good idea to update the > packages, which I'm responsible for. > > After packaging NSD (no errors from mgar during the package > build) I've tried to submit the packages and I'm facing this > error: > > ihsan at login:~/staging/build-20.Jul.2016$ csw-upload-pkg * > /opt/csw/bin/csw-upload-pkg is a wrapper, running > /home/ihsan/opencsw/.buildsys/v2/bin/csw-upload-pkg core > nsd-4.1.10,REV=2016.07.20-SunOS5.10-i386-CSW.pkg.gz > nsd-4.1.10,REV=2016.07.20-SunOS5.10-sparc-CSW.pkg.gz > There is a problem with the presented file list. > * CheckpkgTag(None, 'bad-arch-or-os-release', 'core arch=unknown > osrel=unspecified') > * CheckpkgTag(None, 'sparc-unspecified-missing', 'nsd') > * CheckpkgTag(None, 'i386-unspecified-missing', 'nsd') > * CheckpkgTag(None, 'bad-vendor-tag', 'filename=core expected=CSW > actual=UNKN') > * CheckpkgTag(None, 'bad-filename', 'filename=core') > > What am I doing wrong? > Are you trying to upload a coredump? (filename "core") -------------- next part -------------- An HTML attachment was scrubbed... URL: From ihsan at opencsw.org Wed Jul 20 13:06:19 2016 From: ihsan at opencsw.org (Ihsan Dogan) Date: Wed, 20 Jul 2016 13:06:19 +0200 Subject: submitting packages In-Reply-To: <347248c2-0685-25fb-49cd-2c213146cea6@opencsw.org> References: <20160720093517.GB13859@dogan.ch> <347248c2-0685-25fb-49cd-2c213146cea6@opencsw.org> Message-ID: <20160720110619.GA13940@dogan.ch> Hi, On Wednesday, 20 Jul 2016 11:38 +0200, Jan Holzhueter wrote: > > ihsan at login:~/staging/build-20.Jul.2016$ csw-upload-pkg * > > /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/ihsan/opencsw/.buildsys/v2/bin/csw-upload-pkg core nsd-4.1.10,REV=2016.07.20-SunOS5.10-i386-CSW.pkg.gz nsd-4.1.10,REV=2016.07.20-SunOS5.10-sparc-CSW.pkg.gz > > try without the core file in ~/staging/build-20.Jul.2016 Oups. Next time I have to look better. :-) I didn't expect a core file there. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/