From dam at opencsw.org Mon Jan 6 20:43:34 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 6 Jan 2014 20:43:34 +0100 Subject: Low traffic on maintainers@ In-Reply-To: References: <20131229134913.GA13628@quince> Message-ID: <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> Hi Jon, Am 06.01.2014 um 19:31 schrieb Jonathan Craig : > On Sun, Jan 5, 2014 at 10:30 AM, Ben Walton via buildfarm >> I was recently surprised when a user declined becoming a maintainer >> because even after watching the video they thought it was still dark >> magic. I don't have a way to gauge the skills of this person, so I >> can't measure the person against the problem, but it was still >> noteworthy. >> > > I must admit that my interaction with the build environment leaves me 1) amazed > at the flexibility and power included, 2) frustrated that every time I use it > I find myself relearning and/or struggling to figure out the process > as it seems > to subtly change in ways that you'll only know if you follow the dev > list closely and > commit the stuff mentioned on there to memory. That is not good. However, I have the impression that we don?t have the manpower to bring it to a ?stable? state. > I'm also faced with moving past Solaris 10 and the only viable pkg repo is > unixpackages.com, the commercial follow-on to sunfreeware. The pricing is > reasonable enough and my past experience with sunfreeware leads me to > believe the packaging quality will be good. Do you think there would be more users if we were to offer an IPS repo? > My preference is for a community supported repository solution as the > attention span of corporations can be limited. My worst nightmare would be > to have my eggs in a blastwave type basket and have it fold underneath me. Do you mean by Blastwave-type a project where only binary packages are offered (like unixpackages now) ? 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From jcraig at opencsw.org Mon Jan 6 22:57:02 2014 From: jcraig at opencsw.org (Jonathan Craig) Date: Mon, 6 Jan 2014 16:57:02 -0500 Subject: Low traffic on maintainers@ In-Reply-To: <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> References: <20131229134913.GA13628@quince> <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> Message-ID: Hi Dago, On Mon, Jan 6, 2014 at 2:43 PM, Dagobert Michelsen wrote: > Hi Jon, > > Am 06.01.2014 um 19:31 schrieb Jonathan Craig : >> On Sun, Jan 5, 2014 at 10:30 AM, Ben Walton via buildfarm >>> I was recently surprised when a user declined becoming a maintainer >>> because even after watching the video they thought it was still dark >>> magic. I don't have a way to gauge the skills of this person, so I >>> can't measure the person against the problem, but it was still >>> noteworthy. >>> >> >> I must admit that my interaction with the build environment leaves me 1) amazed >> at the flexibility and power included, 2) frustrated that every time I use it >> I find myself relearning and/or struggling to figure out the process >> as it seems >> to subtly change in ways that you'll only know if you follow the dev >> list closely and >> commit the stuff mentioned on there to memory. > > That is not good. However, I have the impression that we don?t have the manpower > to bring it to a ?stable? state. Unfortunately I don't have the developer chops or sufficient time to really dig into the build environment and help out on stabilizing and/or documenting. Its a fantastically cool infrastructure but remains fairly opaque to me. >> I'm also faced with moving past Solaris 10 and the only viable pkg repo is >> unixpackages.com, the commercial follow-on to sunfreeware. The pricing is >> reasonable enough and my past experience with sunfreeware leads me to >> believe the packaging quality will be good. > > Do you think there would be more users if we were to offer an IPS repo? In my opinion Solaris 10 is dead, long live Solaris 11. SVR packaging on Solaris 10 makes patching and upgrading a nightmare in our shop. This is in contrast to my experience with Solaris 11, which is not all sunshine and rainbows, but light years improvement over Solaris 10. I deeply desire an IPS style repo for a number of reasons; 1) it makes upgrades and patching a breeze, 2) I'm struggling with wrapping my mind around how to best navigate 3 packaging solutions in puppet for Solaris (SVR, IPS, pkgutil), 3) it multiples my work when writing any sort of inventory / compliance scripts as I have to take into account naming in pkgutil vs SVR vs IPS. Although I do have to wonder if my obsession with IPS is my lack of vision because while talking with the folks at unixpackages.com the salesperson indicated that they only have about 30 packages in IPS and this is largely due to lack of demand. Now, maybe if they had a full IPS repo then their demand would be higher. The other thing to tackle is the lack of integration between OpenCSW packages and native OS packages. An example of this is when using rsync to communicate between OpenCSW systems and non-OpenCSW systems. The rsync command can't find its counterpart on the off side unless you explicitly specify it on the command line. This is also true of libraries and the need to build for an OpenCSW system by specifying library locations. On the other hand, Linux distro's manage this in a more sane fashion and installing things from the fedora EPEL don't collide with the stuff in the standard RHEL repository. This is accomplished by actively managing the EPEL catalog to ensure it doesn't include any RHEL packages. The OpenCSW solution is kinda like a chroot solution. Build everything in a self contained world so dependencies only need to be considered within that world. Given the lack of a true package repository and the headaches of the patching process this was required, but is it still required in an IPS world? >> My preference is for a community supported repository solution as the >> attention span of corporations can be limited. My worst nightmare would be >> to have my eggs in a blastwave type basket and have it fold underneath me. > > Do you mean by Blastwave-type a project where only binary packages are offered > (like unixpackages now) ? My blastwave comment was more about how blastwave ceased to exist almost overnight and left people struggling to support their systems. If the folks at unixpackages.com can no longer feed their families on providing packages could they disappear as quickly? At least with a reasonable community based project (which I didn't consider blastwave to be one) you have some insight into the viability of the community. Also, having a full replica of the repository locally means that even if the community goes away you have a frozen point in time available. Jon Craig From grzemba at contac-dt.de Tue Jan 7 11:26:18 2014 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Tue, 07 Jan 2014 11:26:18 +0100 Subject: missing directory 'test' in package In-Reply-To: References: Message-ID: Hi, I have packaged py-django 1.6.1 but django apps fail because a directory called test is missing in the package. Is there a magic which prevents to package a directoy called test? in: ?~/opencsw/lang-python/django/trunk/work/solaris10-i386/install-isa-pentium_pro-python_version-2_6/opt/csw/lib/python2.6/site-packages/django the directory test exist, but in: ~/opencsw/lang-python/django/trunk/work/solaris10-i386/pkgroot/opt/csw/lib/python2.6/site-packages/django it is missing. THX Carsten -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Tue Jan 7 11:29:54 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 7 Jan 2014 11:29:54 +0100 Subject: missing directory 'test' in package In-Reply-To: References: Message-ID: Hi Carsten, Am 07.01.2014 um 11:26 schrieb Carsten Grzemba : > I have packaged py-django 1.6.1 but django apps fail because a directory called test is missing in the package. > Is there a magic which prevents to package a directoy called test? > in: > ~/opencsw/lang-python/django/trunk/work/solaris10-i386/install-isa-pentium_pro-python_version-2_6/opt/csw/lib/python2.6/site-packages/django > the directory test exist, > but in: > ~/opencsw/lang-python/django/trunk/work/solaris10-i386/pkgroot/opt/csw/lib/python2.6/site-packages/django > it is missing. It should be included, please try DEBUG_MERGING=1 mgar remerge and see which and how the files are copied. 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From grzemba at contac-dt.de Tue Jan 7 12:46:12 2014 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Tue, 07 Jan 2014 12:46:12 +0100 Subject: missing directory 'test' in package In-Reply-To: References: Message-ID: Ok, I have found in ~/opencsw/.buildsys/v2/categories/python/category.mk directory test is excluded for merging python related packages. and MERGE_EXCLUDE_CATEGORY = helps to prevent this. the primary reason for the problem is addressed here: https://code.djangoproject.com/ticket/20349 Am 07.01.14 schrieb Dagobert Michelsen : > > > > > Hi Carsten, > > Am 07.01.2014 um 11:26 schrieb Carsten Grzemba : > > > I have packaged py-django 1.6.1 but django apps fail because a directory called test is missing in the package. > > Is there a magic which prevents to package a directoy called test? > > in: > > ?~/opencsw/lang-python/django/trunk/work/solaris10-i386/install-isa-pentium_pro-python_version-2_6/opt/csw/lib/python2.6/site-packages/django > > the directory test exist, > > but in: > > ~/opencsw/lang-python/django/trunk/work/solaris10-i386/pkgroot/opt/csw/lib/python2.6/site-packages/django > > it is missing. > > > > > > It should be included, please try > DEBUG_MERGING=1 mgar remerge > and see which and how the files are copied. > > > > > 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 dam at opencsw.org Thu Jan 9 17:40:22 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 9 Jan 2014 17:40:22 +0100 Subject: New mgar on the buildfarm Message-ID: Hi folks, I have just updated the CSWmgar package providing /opt/csw/bin/mgar to use the new subversion repository URLs. Please let me know if you find anything suspicious. 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From grzemba at contac-dt.de Mon Jan 13 15:42:26 2014 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Mon, 13 Jan 2014 15:42:26 +0100 Subject: OpenCSW Wintercamp In-Reply-To: References: <20131229134913.GA13628@quince> <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> Message-ID: Do we want to start to plan the Wintercamp? Carsten -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Tue Jan 14 22:00:00 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 14 Jan 2014 22:00:00 +0100 Subject: OpenCSW Wintercamp In-Reply-To: References: <20131229134913.GA13628@quince> <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> Message-ID: Hi folks, Am 13.01.2014 um 15:42 schrieb Carsten Grzemba : > Do we want to start to plan the Wintercamp? Count me in :-) Where should it be? 5 years anniversary in Zurich again? Paris as there are now 3 maintainers in Paris? Someplace completely different? 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From raos at opencsw.org Fri Jan 17 09:00:55 2014 From: raos at opencsw.org (Rafael Ostertag) Date: Fri, 17 Jan 2014 09:00:55 +0100 Subject: OpenCSW Wintercamp In-Reply-To: References: <20131229134913.GA13628@quince> <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> Message-ID: <20140117080055.GA25897@bender.opencsw.org> Hi Guys On Tue, Jan 14, 2014 at 10:00:00PM +0100, Dagobert Michelsen wrote: > Hi folks, > > Am 13.01.2014 um 15:42 schrieb Carsten Grzemba : > > Do we want to start to plan the Wintercamp? > > > Count me in :-) > > Where should it be? 5 years anniversary in Zurich again? Paris as there are now 3 maintainers in Paris? > Someplace completely different? I'm checking with the University of Zurich, if they would be ok with hosting the camp. I'll keep you posted. cheers rafi > > > 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 > From grzemba at contac-dt.de Fri Jan 17 14:10:12 2014 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Fri, 17 Jan 2014 14:10:12 +0100 Subject: gtk2 pulls an old package In-Reply-To: References: Message-ID: Hi, gtk2 pulls a very old package hicolor_icon_theme with only one file: hicolor/index.theme This file is available in Solaris 10 package SUNWgnome-themes-share so I propose to remove this package from buildfarm and repackage gtk2 again.? Carsten -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Fri Jan 17 14:49:00 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 17 Jan 2014 14:49:00 +0100 Subject: gtk2 pulls an old package In-Reply-To: References: Message-ID: <6B7CE8F0-E5B0-4F8D-A3BE-937EC0B5FCB5@opencsw.org> Hi Carsten, Am 17.01.2014 um 14:10 schrieb Carsten Grzemba : > gtk2 pulls a very old package hicolor_icon_theme with only one file: > hicolor/index.theme > This file is available in Solaris 10 package SUNWgnome-themes-share so I propose to remove this package from buildfarm and repackage gtk2 again.? Is there some specific contents in the file? If you want to drop the package please mail to Michael Gernoth before removing it. 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Fri Jan 17 15:07:31 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 17 Jan 2014 15:07:31 +0100 Subject: FOSDEM anyone? Message-ID: Hi folks, I will hopefully attend FOSDEM and I am wondering if there are other maintainers coming? Maciej probably? ;-) I plan to meet up with Peter Poeml, the author of MirrorBrain (http://mirrorbrain.org) which could be useful for our package content distribution. We had some nice chats on IRC about packaging it and how it can best configured, he will also bring some slides for a lightning talk. 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From claudio at opencsw.org Fri Jan 17 21:24:28 2014 From: claudio at opencsw.org (Claudio) Date: Fri, 17 Jan 2014 21:24:28 +0100 Subject: FOSDEM anyone? In-Reply-To: References: Message-ID: <52D9917C.6080607@opencsw.org> On 17-01-14 15:07, Dagobert Michelsen wrote: > Hi folks, > > I will hopefully attend FOSDEM and I am wondering if there are other maintainers coming? > Maciej probably? ;-) > > I plan to meet up with Peter Poeml, the author of MirrorBrain (http://mirrorbrain.org) > which could be useful for our package content distribution. We had some nice chats on IRC > about packaging it and how it can best configured, he will also bring some slides for > a lightning talk. Opencsw people can reach me by phone/twitter/irc if they need any help/info: I am local. Saturday I will rather busy running the Perl dev-room, but still reachable (just not very likely to answer calls). I don't like putting my contact info on a public forum, but I will certainly reply to a private msg. Claudio From raos at opencsw.org Sat Jan 18 08:44:04 2014 From: raos at opencsw.org (Rafael Ostertag) Date: Sat, 18 Jan 2014 08:44:04 +0100 Subject: gtk2 pulls an old package In-Reply-To: References: Message-ID: <20140118074404.GB25897@bender.opencsw.org> Hi Carsten On Fri, Jan 17, 2014 at 02:10:12PM +0100, Carsten Grzemba wrote: > Hi, > > gtk2 pulls a very old package hicolor_icon_theme with only one file: > hicolor/index.theme > This file is available in Solaris 10 package SUNWgnome-themes-share so I propose to remove this package from buildfarm and repackage gtk2 again.? AFAIK, gtk2 (more specifically gtk-update-icon-cache) requires this package. So I wouldn't get rid of it, but update the CSW package. Once updated, I don't see any obvious reason to repackge gtk2. cheers rafi From raos at opencsw.org Mon Jan 20 14:55:39 2014 From: raos at opencsw.org (Rafael Ostertag) Date: Mon, 20 Jan 2014 14:55:39 +0100 Subject: OpenCSW Wintercamp In-Reply-To: <20140117080055.GA25897@bender.opencsw.org> References: <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> <20140117080055.GA25897@bender.opencsw.org> Message-ID: <20140120135539.GE25897@bender.opencsw.org> Hi On Fri, Jan 17, 2014 at 09:00:55AM +0100, Rafael Ostertag wrote: > Hi Guys > > On Tue, Jan 14, 2014 at 10:00:00PM +0100, Dagobert Michelsen wrote: > > Hi folks, > > > > Am 13.01.2014 um 15:42 schrieb Carsten Grzemba : > > > Do we want to start to plan the Wintercamp? > > > > > > Count me in :-) > > > > Where should it be? 5 years anniversary in Zurich again? Paris as there are now 3 maintainers in Paris? > > Someplace completely different? > > I'm checking with the University of Zurich, if they would be ok with hosting the camp. > > I'll keep you posted. Word just came down from management: they would be glad to host the wintercamp :) cheers rafi From dam at opencsw.org Mon Jan 20 14:59:51 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 20 Jan 2014 14:59:51 +0100 Subject: OpenCSW Wintercamp In-Reply-To: <20140120135539.GE25897@bender.opencsw.org> References: <06268E94-A2E3-4460-B552-D3A7877825F4@opencsw.org> <20140117080055.GA25897@bender.opencsw.org> <20140120135539.GE25897@bender.opencsw.org> Message-ID: Hi Rafi, Am 20.01.2014 um 14:55 schrieb Rafael Ostertag : > On Fri, Jan 17, 2014 at 09:00:55AM +0100, Rafael Ostertag wrote: >> On Tue, Jan 14, 2014 at 10:00:00PM +0100, Dagobert Michelsen wrote: >>> Am 13.01.2014 um 15:42 schrieb Carsten Grzemba : >>>> Do we want to start to plan the Wintercamp? >>> >>> Count me in :-) >>> >>> Where should it be? 5 years anniversary in Zurich again? Paris as there are now 3 maintainers in Paris? >>> Someplace completely different? >> >> I'm checking with the University of Zurich, if they would be ok with hosting the camp. >> >> I'll keep you posted. > > Word just came down from management: they would be glad to host the wintercamp :) Cool. What do the others think? Ihsan? Can you arrange that we can at least visit by for a game of table soccer at the marvelous view? 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From grzemba at contac-dt.de Tue Jan 21 08:39:01 2014 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Tue, 21 Jan 2014 08:39:01 +0100 Subject: FOSDEM anyone? In-Reply-To: References: <52D9917C.6080607@opencsw.org> Message-ID: I attend and will arrive on Friday. Carsten Am 17.01.14 schrieb Claudio : > On 17-01-14 15:07, Dagobert Michelsen wrote: > > Hi folks, > > > > I will hopefully attend FOSDEM and I am wondering if there are other maintainers coming? > > Maciej probably? ;-) > > > > I plan to meet up with Peter Poeml, the author of MirrorBrain (http://mirrorbrain.org) > > which could be useful for our package content distribution. We had some nice chats on IRC > > about packaging it and how it can best configured, he will also bring some slides for > > a lightning talk. > > Opencsw people can reach me by phone/twitter/irc if they need any > help/info: I am local. Saturday I will rather busy running the Perl > dev-room, but still reachable (just not very likely to answer calls). > > I don't like putting my contact info on a public forum, but I will > certainly reply to a private msg. > > Claudio > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Tue Jan 21 22:56:27 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 21 Jan 2014 22:56:27 +0100 Subject: FOSDEM anyone? In-Reply-To: References: <52D9917C.6080607@opencsw.org> Message-ID: Hi folks, Am 21.01.2014 um 08:39 schrieb Carsten Grzemba : > I attend and will arrive on Friday. I am also booked now form Friday evening to Sunday evening. 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From opk at opencsw.org Thu Jan 23 22:57:48 2014 From: opk at opencsw.org (Oliver Kiddle) Date: Thu, 23 Jan 2014 22:57:48 +0100 Subject: isaexec and Tcl/Tk In-Reply-To: References: <52B30C42.3020702@opencsw.org> <79B2C570-50AB-4FA0-A27E-4BDA74BBDB8C@opencsw.org> Message-ID: <52E1905C.9020000@opencsw.org> On 19/12/13 16:55, Peter FELECAN wrote: > IMHO, excluding tclsh form isaexec is not a great idea as it break > orthogonality. If Oliver cannot find a solution I'll opt in favor of > alternatives but this brings other issues, at least for me, as how to > declare internal, viz same package, alternatives. If it is somehow possible to resolve this issue with alternatives, I would really appreciate it. I haven't really found a simple alternative from my side. Oliver From opk at opencsw.org Thu Jan 23 23:01:04 2014 From: opk at opencsw.org (Oliver Kiddle) Date: Thu, 23 Jan 2014 23:01:04 +0100 Subject: help with octave (libsunperf) In-Reply-To: <77B50869-BD5E-41DE-B202-3BD88CE802A3@opencsw.org> References: <52B30B98.2060006@opencsw.org> <77B50869-BD5E-41DE-B202-3BD88CE802A3@opencsw.org> Message-ID: <52E19120.4040102@opencsw.org> On 19/12/13 16:28, Dagobert Michelsen wrote: > Please check the linker RPATH with "dump -Lv ", the library > placement should be good as it is. If the issue persists please commit > what you have and post where in the tree it is so I can reproduce it. The problem isn't with the RPATH of octave, it is more the RPATH of sunperf. # dump -Lv =octave|grep RPATH [21] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib/octave/3.6.4:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib % dump -Lv /opt/csw/lib/sparcv8/libsunperf.so.7|grep RPATH [11] RPATH $ORIGIN/..:/lib It seems that the actual problem is that /opt/csw/lib/sparcv8 is a symlink to "." whereas under /opt/SUNWspro the file is /opt/SUNWspro/lib/v8/libsunperf.so.7 where v8 is a real directory, not a symlink. I expect we need to change CSWlibsunperf7 to better match the structure in a solaris studio installation: moving the actual file into a v8 directory and linking to it from the top-level lib directory. Would that be possible? Oliver From dam at opencsw.org Fri Jan 24 18:51:48 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 24 Jan 2014 18:51:48 +0100 Subject: help with octave (libsunperf) In-Reply-To: <52E19120.4040102@opencsw.org> References: <52B30B98.2060006@opencsw.org> <77B50869-BD5E-41DE-B202-3BD88CE802A3@opencsw.org> <52E19120.4040102@opencsw.org> Message-ID: Hi Oliver, Am 23.01.2014 um 23:01 schrieb Oliver Kiddle: > On 19/12/13 16:28, Dagobert Michelsen wrote: >> Please check the linker RPATH with "dump -Lv ", the library placement should be good as it is. If the issue persists please commit what you have and post where in the tree it is so I can reproduce it. > > The problem isn't with the RPATH of octave, it is more the RPATH of sunperf. > # dump -Lv =octave|grep RPATH > [21] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib/octave/3.6.4:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib > % dump -Lv /opt/csw/lib/sparcv8/libsunperf.so.7|grep RPATH > [11] RPATH $ORIGIN/..:/lib > > It seems that the actual problem is that /opt/csw/lib/sparcv8 is a symlink to "." whereas under /opt/SUNWspro the file is > /opt/SUNWspro/lib/v8/libsunperf.so.7 where v8 is a real directory, not a symlink. I expect we need to change CSWlibsunperf7 to better match the structure in a solaris studio installation: moving the actual file into a v8 directory and linking to it from the top-level lib directory. Would that be possible? Sure, CSWlibsunperf7 is currently maintained by Ben, but I guess he is really busy ATM so feel free to take it over and push it. The existing Makefile is in pkg/libsunperf/trunk. Just drop me a note if you need help on any issue. Best regards -- Dago From rupert at opencsw.org Sun Jan 26 13:15:33 2014 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 26 Jan 2014 13:15:33 +0100 Subject: soname libserf-1.so.1.3.0 Message-ID: Hi the new version of serf is 1.3.3, and the soname libserf-1.so.1.3.0, the package name i thought should then be CSWlibserf1-3. Yann and checkpackage think this is not as intended? If we name it CSWlibserf1-1 then it cannot be installed parallel to serf-1.1.x. Which would be necessary as the two are not interface compatible imo. Rupert Rupert -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert at opencsw.org Sun Jan 26 14:06:08 2014 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 26 Jan 2014 14:06:08 +0100 Subject: Fwd: CSW outstanding bugs In-Reply-To: <20079748.36.1390708031854.JavaMail.james@bender> References: <20079748.36.1390708031854.JavaMail.james@bender> Message-ID: Hi, what needs to be fixed in subversion or sasl to get the sasl bug solved? https://www.opencsw.org/mantis/view.php?id=4907 Rupert ---------- Weitergeleitete Nachricht ---------- Von: "Bug Reminder" Datum: 26.01.2014 04:47 Betreff: CSW outstanding bugs An: Here is a summary of your open CSW Mantis issues. If you are not the maintainer of these projects please inform . These reports are new and unassigned: trac : fails to load subversion bindings http://www.opencsw.org/bugtrack/view.php?id=4884 subversion : pkgutil -i subversion (with dependency sasl) fails due to reuse of group 100 http://www.opencsw.org/bugtrack/view.php?id=4907 subversion : Location changed from /etc/opt/csw/subversion/ to /etc/subversion/ http://www.opencsw.org/bugtrack/view.php?id=4999 lzip : Please upgrade to 1.13 http://www.opencsw.org/bugtrack/view.php?id=5019 ap2_modwsgi : provide Python 2.7 version also http://www.opencsw.org/bugtrack/view.php?id=5135 These reports have severity "minor" or below: genshi : CSWgenshi-0.7 dosnt work with CSWtrac 0.12.2,REV=2012.01.29 http://www.opencsw.org/bugtrack/view.php?id=5140 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yann at pleiades.fr.eu.org Sun Jan 26 18:04:11 2014 From: yann at pleiades.fr.eu.org (Yann Rouillard) Date: Sun, 26 Jan 2014 18:04:11 +0100 Subject: soname libserf-1.so.1.3.0 In-Reply-To: References: Message-ID: Hi Rupert, The package list seems to only contains the CSWlibserf1-0 package. Are you sure there is a CSWlibserf1-1 ? Yann 2014-01-26 rupert THURNER > Hi the new version of serf is 1.3.3, and the soname libserf-1.so.1.3.0, > the package name i thought should then be CSWlibserf1-3. Yann and > checkpackage think this is not as intended? If we name it CSWlibserf1-1 > then it cannot be installed parallel to serf-1.1.x. Which would be > necessary as the two are not interface compatible imo. > > Rupert > > Rupert > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Sun Jan 26 18:14:03 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 26 Jan 2014 17:14:03 +0000 Subject: soname libserf-1.so.1.3.0 In-Reply-To: References: Message-ID: 2014-01-26 rupert THURNER > the new version of serf is 1.3.3, and the soname libserf-1.so.1.3.0 Are you sure that the soname is libserf-1.so.1.3.0? Does it actually contain four separate numbers? My guess would be that libserf-1.so.1.3.0 is the filename, not the soname. What does dump -Lv | grep NEEDED say? Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert at opencsw.org Sun Jan 26 19:40:25 2014 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 26 Jan 2014 19:40:25 +0100 Subject: soname libserf-1.so.1.3.0 In-Reply-To: References: Message-ID: uh, you are right: rupert @ unstable10x : ~/opencsw/libserf/trunk $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME [18] SONAME 0x1cd7 libserf-1.so.1 rupert @ unstable10x : ~/opencsw/libserf/trunk $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME [18] SONAME 0x1cd7 libserf-1.so.1 why we have the soname then "libserf-1.so.1" and not "libserf.so.1", and why we name the libary package then CSWlibserf1-1 and not CSWlibserf-1? i am sure you sent this already long time ago *blush* rupert On Sun, Jan 26, 2014 at 6:14 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > 2014-01-26 rupert THURNER > > the new version of serf is 1.3.3, and the soname libserf-1.so.1.3.0 > > > Are you sure that the soname is libserf-1.so.1.3.0? Does it actually > contain four separate numbers? My guess would be that libserf-1.so.1.3.0 is > the filename, not the soname. > > What does dump -Lv | grep NEEDED say? > > Maciej > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Sun Jan 26 20:09:26 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 26 Jan 2014 19:09:26 +0000 Subject: soname libserf-1.so.1.3.0 In-Reply-To: References: Message-ID: 2014-01-26 rupert THURNER > rupert @ unstable10x : ~/opencsw/libserf/trunk > $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME > [18] SONAME 0x1cd7 libserf-1.so.1 > Right, so the soname is "libserf-1.so.1". > > why we have the soname then "libserf-1.so.1" and not "libserf.so.1", and > why we name the libary package then CSWlibserf1-1 and not CSWlibserf-1? > If the soname were "libserf-1.so" or "libserf.so.1", the package name would be CSWlibserf1, without the dash. The syntax for package names is CSW(-)+. If there is more than one number, all numbers are listed separated by dashes. Here's a list of examples: http://www.opencsw.org/manual/for-maintainers/shared-libraries.html#package-naming You wrote that the new libserf has a new soname, what was the old soname? Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert at opencsw.org Sun Jan 26 21:07:22 2014 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 26 Jan 2014 21:07:22 +0100 Subject: soname libserf-1.so.1.3.0 In-Reply-To: References: Message-ID: On Sun, Jan 26, 2014 at 8:09 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > 2014-01-26 rupert THURNER > > rupert @ unstable10x : ~/opencsw/libserf/trunk >> $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME >> [18] SONAME 0x1cd7 libserf-1.so.1 >> > > Right, so the soname is "libserf-1.so.1". > > >> >> why we have the soname then "libserf-1.so.1" and not "libserf.so.1", and >> why we name the libary package then CSWlibserf1-1 and not CSWlibserf-1? >> > > If the soname were "libserf-1.so" or "libserf.so.1", the package name > would be CSWlibserf1, without the dash. The syntax for package names is > CSW(-)+. If there is more than one number, all > numbers are listed separated by dashes. Here's a list of examples: > > > http://www.opencsw.org/manual/for-maintainers/shared-libraries.html#package-naming > > You wrote that the new libserf has a new soname, what was the old soname? > i mixed up filename and soname - and i am still confused with the package names resp sonames. why it is libserf-1.so.1 and not libserf.so.1? $ pkginfo -l CSWlibserf1-0 VERSION: 1.1.1,REV=2012.11.06 $ grep CSWlibserf1- /var/sadm/install/contents /opt/csw/lib/libserf-1.so.0=libserf-1.so.0.0.0 s none CSWlibserf1-0 $ elfdump -d /opt/csw/lib/libserf-1.so.0.0.0 | grep SONAME [21] SONAME 0x1aeb libserf-1.so.0 $ pkginfo -l CSWlibserf1-3 VERSION: 1.3.3,REV=2013.12.24 $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME [18] SONAME 0x1cd7 libserf-1.so.1 i checked on ubuntu and there it is strange as well: $ sudo wajig listpackages serf ii libserf1:i386 1.1.0-2ubuntu1 i386 high-performance asynchronous HTTP client library $ sudo wajig listfiles libserf1:i386 /usr/lib/i386-linux-gnu/libserf-1.so.0.0.0 /usr/lib/i386-linux-gnu/libserf-1.so.0 $ objdump -p /usr/lib/i386-linux-gnu/libserf-1.so.0.0.0 | grep SONAME SONAME libserf-1.so.0 rupert -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Sun Jan 26 21:24:32 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 26 Jan 2014 21:24:32 +0100 Subject: soname libserf-1.so.1.3.0 In-Reply-To: References: Message-ID: <5DAB4430-E431-4673-A590-840FDA352CE0@opencsw.org> Hi Rupert, Am 26.01.2014 um 21:07 schrieb rupert THURNER : > On Sun, Jan 26, 2014 at 8:09 PM, Maciej (Matchek) Blizi?ski wrote: > 2014-01-26 rupert THURNER > > rupert @ unstable10x : ~/opencsw/libserf/trunk > $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME > [18] SONAME 0x1cd7 libserf-1.so.1 > > Right, so the soname is "libserf-1.so.1". > > > why we have the soname then "libserf-1.so.1" and not "libserf.so.1", and why we name the libary package then CSWlibserf1-1 and not CSWlibserf-1? > > If the soname were "libserf-1.so" or "libserf.so.1", the package name would be CSWlibserf1, without the dash. The syntax for package names is CSW(-)+. If there is more than one number, all numbers are listed separated by dashes. Here's a list of examples: > > http://www.opencsw.org/manual/for-maintainers/shared-libraries.html#package-naming > > You wrote that the new libserf has a new soname, what was the old soname? > > i mixed up filename and soname - and i am still confused with the package names resp sonames. why it is libserf-1.so.1 and not libserf.so.1? Because upstream decided so :-) The base name is libserf-1.so, that means the minor version is part of the immutable base filename. Strange, but thats the way it is. > $ pkginfo -l CSWlibserf1-0 > VERSION: 1.1.1,REV=2012.11.06 > > $ grep CSWlibserf1- /var/sadm/install/contents > /opt/csw/lib/libserf-1.so.0=libserf-1.so.0.0.0 s none CSWlibserf1-0 > > $ elfdump -d /opt/csw/lib/libserf-1.so.0.0.0 | grep SONAME > [21] SONAME 0x1aeb libserf-1.so.0 > > $ pkginfo -l CSWlibserf1-3 > VERSION: 1.3.3,REV=2013.12.24 > > $ elfdump -d /opt/csw/lib/libserf-1.so.1.3.0 | grep SONAME > [18] SONAME 0x1cd7 libserf-1.so.1 > > i checked on ubuntu and there it is strange as well: > > $ sudo wajig listpackages serf > ii libserf1:i386 1.1.0-2ubuntu1 i386 high-performance asynchronous HTTP client library > $ sudo wajig listfiles libserf1:i386 > /usr/lib/i386-linux-gnu/libserf-1.so.0.0.0 > /usr/lib/i386-linux-gnu/libserf-1.so.0 > > $ objdump -p /usr/lib/i386-linux-gnu/libserf-1.so.0.0.0 | grep SONAME > SONAME libserf-1.so.0 Yes, confusing. Sometimes there is a correspondence between version, name and soname, but not here. The soname is what counts and because it is the important part our package naming is straight after soname. So the first ?1? in CSWlibserf1-1 is for the name ?libserf-1? and the second ?1? is for the version of the soname. 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Sun Jan 26 21:31:13 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 26 Jan 2014 21:31:13 +0100 Subject: help with octave (libsunperf) In-Reply-To: References: <52B30B98.2060006@opencsw.org> <77B50869-BD5E-41DE-B202-3BD88CE802A3@opencsw.org> <52E19120.4040102@opencsw.org> Message-ID: <2FEB5F08-AF26-4599-9FAA-6329C7218D4B@opencsw.org> Hi Oliver, Am 24.01.2014 um 18:51 schrieb Dagobert Michelsen : > Am 23.01.2014 um 23:01 schrieb Oliver Kiddle: >> On 19/12/13 16:28, Dagobert Michelsen wrote: >>> Please check the linker RPATH with "dump -Lv ", the library placement should be good as it is. If the issue persists please commit what you have and post where in the tree it is so I can reproduce it. >> >> The problem isn't with the RPATH of octave, it is more the RPATH of sunperf. >> # dump -Lv =octave|grep RPATH >> [21] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib/octave/3.6.4:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib >> % dump -Lv /opt/csw/lib/sparcv8/libsunperf.so.7|grep RPATH >> [11] RPATH $ORIGIN/..:/lib >> >> It seems that the actual problem is that /opt/csw/lib/sparcv8 is a symlink to "." whereas under /opt/SUNWspro the file is >> /opt/SUNWspro/lib/v8/libsunperf.so.7 where v8 is a real directory, not a symlink. I expect we need to change CSWlibsunperf7 to better match the structure in a solaris studio installation: moving the actual file into a v8 directory and linking to it from the top-level lib directory. Would that be possible? > > Sure, CSWlibsunperf7 is currently maintained by Ben, but I guess he is really busy ATM so > feel free to take it over and push it. The existing Makefile is in pkg/libsunperf/trunk. > Just drop me a note if you need help on any issue. Are you ok with repackaging libsunperf? If you have problems or prefer if I do it let me know. Also I noticed you are working on other useful packages, please push them to unstable as you see fit, the original maintainers are on sabbatical as far as I can see. 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From maciej at opencsw.org Mon Jan 27 12:21:18 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 27 Jan 2014 11:21:18 +0000 Subject: Lazy catalog generation Message-ID: Hello maintainers, Dago and I talked together yesterday about his current projects. Dago is working on a better way to distribute our packages. Part of what's needed is lazy catalog generation, that is only generating a new catalog index file when there are changes made to the catalog. I wrote a short description of this project some time ago, and I've just expanded it with examples: http://wiki.opencsw.org/projects-available#toc2 It's about writing one script in a language of choice that fetches data over HTTP and from disk, and then returns either 1 or 0 system exit code. It's a weekend-sized project if you can code but have little experience with OpenCSW buildfarm. Would anyone be interested in picking this up? Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From grzemba at contac-dt.de Mon Jan 27 13:01:56 2014 From: grzemba at contac-dt.de (Carsten Grzemba) Date: Mon, 27 Jan 2014 13:01:56 +0100 Subject: Lazy catalog generation In-Reply-To: References: Message-ID: Hi Maciej, so far I can see is the main task to read JSON-data and 'pipe sepearated values' and compare them. That's all? Carsten Am 27.01.14 schrieb Maciej (Matchek) Blizi?ski : > Hello maintainers, > > > Dago and I talked together yesterday about his current projects. Dago is working on a better way to distribute our packages. Part of what's needed is lazy catalog generation, that is only generating a new catalog index file when there are changes made to the catalog. I wrote a short description of this project some time ago, and I've just expanded it with examples: > > > http://wiki.opencsw.org/projects-available#toc2 > > > It's about writing one script in a language of choice that fetches data over HTTP and from disk, and then returns either 1 or 0 system exit code. > > > It's a weekend-sized project if you can code but have little experience with OpenCSW buildfarm. > > > Would anyone be interested in picking this up? > > > Maciej > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Mon Jan 27 14:28:37 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 27 Jan 2014 14:28:37 +0100 Subject: mod_wsgi for Python 2.7 Message-ID: <42F91481-5D21-4E13-B028-18CB223D2706@opencsw.org> Hi Rupert, I just talked to gerard13 on irc who was also bitten by https://www.opencsw.org/mantis/view.php?id=5135 and I took a look at the recipe. As the modulations with merge-renaming are a bit complicated I have taken the liberty of doing the necessary adjustments although you are maintaining it. I have made experimental packages at http://buildfarm.opencsw.org/experimental.html#mod_wsgi Would you like to review my changes and push the package if you are ok with it? @Peter Felecan: Would you mind giving the package a try if you are fine with it? 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From maciej at opencsw.org Mon Jan 27 14:50:50 2014 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 27 Jan 2014 13:50:50 +0000 Subject: Lazy catalog generation In-Reply-To: References: Message-ID: 2014-01-27 Carsten Grzemba > so far I can see is the main task to read JSON-data and 'pipe sepearated values' and compare them. > That's all? Yes. Some data processing will be required, but not that much. From ghenry at opencsw.org Mon Jan 27 16:07:04 2014 From: ghenry at opencsw.org (=?windows-1252?Q?G=E9rard_Henry?=) Date: Mon, 27 Jan 2014 16:07:04 +0100 Subject: mod_wsgi for Python 2.7 In-Reply-To: <42F91481-5D21-4E13-B028-18CB223D2706@opencsw.org> References: <42F91481-5D21-4E13-B028-18CB223D2706@opencsw.org> Message-ID: <52E67618.7090500@opencsw.org> Le 27/01/14 14:28, Dagobert Michelsen a ?crit : > Hi Rupert, > > I just talked to gerard13 on irc who was also bitten by > https://www.opencsw.org/mantis/view.php?id=5135 > and I took a look at the recipe. As the modulations with merge-renaming are a bit > complicated I have taken the liberty of doing the necessary adjustments although > you are maintaining it. I have made experimental packages at > http://buildfarm.opencsw.org/experimental.html#mod_wsgi > Would you like to review my changes and push the package if you are ok with it? > > @Peter Felecan: Would you mind giving the package a try if you are fine with it? > > > Best regards > > ? Dago > very thanks Dagobert, it works well (apart a config error of mine) tested on Solaris 11 x86 gerard From raos at opencsw.org Tue Jan 28 07:47:35 2014 From: raos at opencsw.org (Rafael Ostertag) Date: Tue, 28 Jan 2014 07:47:35 +0100 Subject: Doodle: Link for poll "OpenCSW Winter Camp 2014" Message-ID: <20140128064735.GJ25897@bender.opencsw.org> Hi folks I setup a doodle poll for OpenCSW Winter Camp 2014 http://doodle.com/v3wxdnmzckghwiht It will be held here Institut fuer Mathematik Mathematisch-naturwissenschaftliche Fakultaet Universit??t Zuerich, Winterthurerstrasse 190, CH-8057 Zuerich Google maps: http://goo.gl/maps/gq4Or Concerning the accomodation: I'll try to get an discount at a hotel nearby this week. I'll keep you posted. cheers rafi From dam at opencsw.org Tue Jan 28 14:44:50 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 28 Jan 2014 14:44:50 +0100 Subject: Doodle: Link for poll "OpenCSW Winter Camp 2014" In-Reply-To: <20140128064735.GJ25897@bender.opencsw.org> References: <20140128064735.GJ25897@bender.opencsw.org> Message-ID: <0287E992-0D9D-4379-9DED-D0A3F1B143F6@opencsw.org> Hi Rafi, Am 28.01.2014 um 07:47 schrieb Rafael Ostertag : > I setup a doodle poll for OpenCSW Winter Camp 2014 > > http://doodle.com/v3wxdnmzckghwiht I suggest you change the poll to yes/no/probably which has proven very useful in the past. 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: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From raos at opencsw.org Tue Jan 28 16:54:31 2014 From: raos at opencsw.org (Rafael Ostertag) Date: Tue, 28 Jan 2014 16:54:31 +0100 Subject: Doodle: Link for poll "OpenCSW Winter Camp 2014" In-Reply-To: <0287E992-0D9D-4379-9DED-D0A3F1B143F6@opencsw.org> References: <20140128064735.GJ25897@bender.opencsw.org> <0287E992-0D9D-4379-9DED-D0A3F1B143F6@opencsw.org> Message-ID: <20140128155431.GK25897@bender.opencsw.org> Hi Dago On Tue, Jan 28, 2014 at 02:44:50PM +0100, Dagobert Michelsen wrote: > Hi Rafi, > > Am 28.01.2014 um 07:47 schrieb Rafael Ostertag : > > I setup a doodle poll for OpenCSW Winter Camp 2014 > > > > http://doodle.com/v3wxdnmzckghwiht > > I suggest you change the poll to yes/no/probably which has proven very useful in the past. Oops. I read it in the last page before finishing the poll, and thought it was enabled by default. Now, I cannot change it, so I would have to create a new poll... :( cheers rafi From pfelecan at opencsw.org Tue Jan 28 20:38:40 2014 From: pfelecan at opencsw.org (Peter FELECAN) Date: Tue, 28 Jan 2014 20:38:40 +0100 Subject: mod_wsgi for Python 2.7 In-Reply-To: <42F91481-5D21-4E13-B028-18CB223D2706@opencsw.org> (Dagobert Michelsen's message of "Mon, 27 Jan 2014 14:28:37 +0100") References: <42F91481-5D21-4E13-B028-18CB223D2706@opencsw.org> Message-ID: Dagobert Michelsen writes: > @Peter Felecan: Would you mind giving the package a try if you are fine with it? Unfortunately I do not have the required time in the near future... Sorry -- Peter From raos at opencsw.org Wed Jan 29 07:37:28 2014 From: raos at opencsw.org (Rafael Ostertag) Date: Wed, 29 Jan 2014 07:37:28 +0100 Subject: Doodle: OpenCSW Winter Camp 2014 v2 Message-ID: <20140129063728.GL25897@bender.opencsw.org> Hi folks As per suggestion of Dago, I recreated the doodle poll so that you now can choose between yes/no/probably: http://doodle.com/2fq45utxyuid8apz I will close the `old' poll. Sorry for the fuzz. --rafi