From phil at bolthole.com Tue Mar 8 22:18:38 2011 From: phil at bolthole.com (Philip Brown) Date: Tue, 8 Mar 2011 13:18:38 -0800 Subject: [csw-buildfarm] updates needed Message-ID: please bring buildfarm machines up to date. From dam at opencsw.org Tue Mar 8 22:25:12 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 8 Mar 2011 22:25:12 +0100 Subject: [csw-buildfarm] updates needed In-Reply-To: References: Message-ID: Hi Phil, Am 08.03.2011 um 22:18 schrieb Philip Brown: > please bring buildfarm machines up to date. Already done :-) Best regards -- Dago From maciej at opencsw.org Wed Mar 9 01:50:55 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Wed, 9 Mar 2011 00:50:55 +0000 Subject: [csw-buildfarm] Problem with magic checkpkg In-Reply-To: <1CA51D33-D364-4AF2-AF77-478B1B035985@opencsw.org> References: <1CA51D33-D364-4AF2-AF77-478B1B035985@opencsw.org> Message-ID: 2011/3/8 Dagobert Michelsen : > ?File "/opt/csw/lib/python/ctypes/__init__.py", line 371, in __getitem__ > ? ?func = self._FuncPtr((name_or_ordinal, self)) > AttributeError: ld.so.1: python2.6: fatal: magic_open: can't find symbol > gmake: *** [pkgcheck] Error 2 The problem is caused by missing magic.so, a shared object which is supposed to be under /opt/csw/lib/python/site-packages. The breakage of py_libmagic was introduced in version 5.05, but we didn't notice that, because py_libmagic in the catalog stayed at 5.04 while other packages were at 5.05. After building 5.05, I did test the file utility, but not py_magic. I've put in place a check for the presence of the magic.so file, so this particular problem won't happen again: files/check_pkgroot.sh "/home/maciej/src/opencsw/pkg/file/trunk/work/solaris9-sparc/pkgroot" + test -f /home/maciej/src/opencsw/pkg/file/trunk/work/solaris9-sparc/pkgroot/opt/csw/lib/python/site-packages/magic.so gmake: *** [post-merge] Error 1 I've built the previous version, 5.04, while keeping the new package layout. The updated files are available from /home/experimental/maciej. Buildfarm admins, please downgrade py_libmagic on the buildfarm to 5.04 (the REV stamp is today, so pkgutil should pick it up). With the fire on the buildfarm put out, I'll examine what's wrong with 5.05. Maciej From bwalton at opencsw.org Wed Mar 9 04:42:41 2011 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 08 Mar 2011 22:42:41 -0500 Subject: [csw-buildfarm] [csw-pkgsubmissions] newpkgs gfile, libmagic1, libmagic_data, libm(...) In-Reply-To: References: <201103090039.p290dwAG025328@login.bo.opencsw.org> Message-ID: <1299642116-sup-2348@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Tue Mar 08 22:27:03 -0500 2011: > I had to sort out two more issues. I also tested that py_magic 5.04 > can be used with libmagic1-5.05, so we can do a less invasive change > and only downgrade py_libmagic. Here are the packages: As this was a bit of an emergency (blocks all use of checkpkg on the buildfarm), I've performed the downgrade there already. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Wed Mar 9 05:12:51 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Wed, 9 Mar 2011 04:12:51 +0000 Subject: [csw-buildfarm] Problem with magic checkpkg In-Reply-To: References: <1CA51D33-D364-4AF2-AF77-478B1B035985@opencsw.org> Message-ID: 2011/3/9 Maciej Blizi?ski : > /home/experimental/maciej. ?Buildfarm admins, please downgrade > py_libmagic on the buildfarm to 5.04 (the REV stamp is today, so > pkgutil should pick it up). The package has been downgraded on the buildfarm, checkpkg is working again. From bonivart at opencsw.org Wed Mar 9 09:19:26 2011 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 9 Mar 2011 09:19:26 +0100 Subject: [csw-buildfarm] Problem with magic checkpkg In-Reply-To: References: <1CA51D33-D364-4AF2-AF77-478B1B035985@opencsw.org> Message-ID: 2011/3/9 Maciej Blizi?ski : > The package has been downgraded on the buildfarm, checkpkg is working again. Thanks for staying up all night to fix that! :) /peter From maciej at opencsw.org Fri Mar 11 12:17:47 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Fri, 11 Mar 2011 11:17:47 +0000 Subject: [csw-buildfarm] py_libmagic on the buildfarm Message-ID: Hello buildfarm admins, Could you update py_libmagic on the unstable hosts? Maciej From dam at opencsw.org Fri Mar 11 14:18:37 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 11 Mar 2011 14:18:37 +0100 Subject: [csw-buildfarm] py_libmagic on the buildfarm In-Reply-To: References: Message-ID: Hi Maciej, Am 11.03.2011 um 12:17 schrieb Maciej Blizi?ski: > Hello buildfarm admins, > > Could you update py_libmagic on the unstable hosts? Nothing to do, alrady up to date? Best regards -- Dago From bwalton at opencsw.org Fri Mar 11 16:07:47 2011 From: bwalton at opencsw.org (Ben Walton) Date: Fri, 11 Mar 2011 10:07:47 -0500 Subject: [csw-buildfarm] installing CSWrake Message-ID: <1299855809-sup-9482@pinkfloyd.chass.utoronto.ca> This is in flight across current* for 'phips' :). -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Fri Mar 11 17:16:32 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Fri, 11 Mar 2011 16:16:32 +0000 Subject: [csw-buildfarm] py_libmagic on the buildfarm In-Reply-To: References: Message-ID: 2011/3/11 Dagobert Michelsen : > Hi Maciej, > > Am 11.03.2011 um 12:17 schrieb Maciej Blizi?ski: > >> Hello buildfarm admins, >> >> Could you update py_libmagic on the unstable hosts? > > > Nothing to do, alrady up to date? It is up to date, thanks. From maciej at opencsw.org Sat Mar 12 13:16:16 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 12 Mar 2011 12:16:16 +0000 Subject: [csw-buildfarm] /etc/opt/csw/garrc on unstable hosts Message-ID: I noticed that /etc/opt/csw/garrc on unstable9x refers to 'current'. Could you update it? (and check other hosts too) Maciej From maciej at opencsw.org Sat Mar 12 17:10:33 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 12 Mar 2011 16:10:33 +0000 Subject: [csw-buildfarm] Python on the buildfarm Message-ID: Could you please upgrade Python on the unstable hosts? Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Sat Mar 12 22:13:30 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 12 Mar 2011 21:13:30 +0000 Subject: [csw-buildfarm] py_nose on the buildfarm Message-ID: Hello buildfarm admins, Please install py_nose on the buildfarm (including the unstable hosts). Maciej From bwalton at opencsw.org Sun Mar 13 01:46:11 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 12 Mar 2011 19:46:11 -0500 Subject: [csw-buildfarm] Python on the buildfarm In-Reply-To: References: Message-ID: <1299977154-sup-4119@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Sat Mar 12 11:10:33 -0500 2011: > Could you please upgrade Python on the unstable hosts? Running now... Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Sun Mar 13 01:56:05 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 12 Mar 2011 19:56:05 -0500 Subject: [csw-buildfarm] py_nose on the buildfarm In-Reply-To: References: Message-ID: <1299977756-sup-4422@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Sat Mar 12 16:13:30 -0500 2011: > Please install py_nose on the buildfarm (including the unstable > hosts). Done. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Tue Mar 15 03:23:06 2011 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 14 Mar 2011 22:23:06 -0400 Subject: [csw-buildfarm] installing libidn_dev Message-ID: <1300155770-sup-9596@pinkfloyd.chass.utoronto.ca> Required for the php5 build. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Sun Mar 20 23:50:37 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sun, 20 Mar 2011 22:50:37 +0000 Subject: [csw-buildfarm] py_pygments on unstable* Message-ID: Could you install py_pygments on unstable hosts? From bwalton at opencsw.org Mon Mar 21 00:44:49 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 20 Mar 2011 19:44:49 -0400 Subject: [csw-buildfarm] py_pygments on unstable* In-Reply-To: References: Message-ID: <1300664634-sup-8752@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Sun Mar 20 18:50:37 -0400 2011: > Could you install py_pygments on unstable hosts? In progress now. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From janeliasoul at ymail.com Mon Mar 21 01:33:56 2011 From: janeliasoul at ymail.com (Janelia) Date: Sun, 20 Mar 2011 20:33:56 -0400 Subject: [csw-buildfarm] =?utf-8?q?Janelia_to_Perform_at_Eden=27s_Lounge?= Message-ID: Have ideas/feedback for this newsletter? Share them & get rewarded! http://fburls.com/31-bGUfJaDt ---------------------------------------- Janelia to perform at an exclusive Ambassador's reception at Nigerian Embassy in Washington, DC this Friday Oct 1st 4:00pm-6:00pm in celebration of Nigeria's 50th anniversary of independence. Janelia will perform her latest composition "Nigeria Titi Lai Lai" written to celebrate Nigeria's 50th year of independence. The Nigerian Television Authority (NTA) will be filming Janelia's performance and re broadcasting in Nigeria and all affiliates worldwide. Janelia's poignant recording is available for download worldwide. ---------------------------------------- Upcoming Shows/Events: Mar 24, 2011 - Baltimore, MD - Eden's Lounge - More info: http://fburls.com/89-e6gIjZET Mar 26, 2011 - New York, NY - Broad Street Ballroom - More info: http://fburls.com/70-aidZnoNH Apr 08, 2011 - Washington, DC - Embassy of the Federal... - More info: http://fburls.com/54-R3wihvc9 Full show/event calendar: http://fburls.com/83-4xeCNivs ---------------------------------------- Have ideas/feedback to help improve this newsletter? Go here to share them & get rewarded! http://fburls.com/31-bGUfJaDt ---------------------------------------- Janelia sent this email to buildfarm at opencsw.org Questions? Contact janeliasoul at ymail.com or Janelia, c/o FanBridge, Inc. - 14525 SW Millikan Way, #16910, Beaverton, Oregon 97005, United States Download the toolbar: http://Janelia.fanbridge.com/toolbar Update Your Information - http://fburls.com/updt/138428|hcY6kFbXaa461K32Uahchdh3Xd|buildfarm at opencsw.org|714844 Forward to a friend - http://fburls.com/fwrd/138428|hcY6kFbXaa461K32Uahchdh3Xd|156699119|714844 Unsubscribe - http://fburls.com/usub/138428|hcY6kFbXaa461K32Uahchdh3Xd|156699119|714844 Privacy Policy - http://www.fanbridge.com/learn/privacy.php This email message is powered by FanBridge: http://www.fanbridge.com/b.php?id=138428 Powering Valuable Fan Relationships -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Mon Mar 21 08:15:49 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Mon, 21 Mar 2011 07:15:49 +0000 Subject: [csw-buildfarm] py_pygments on unstable* In-Reply-To: <1300664634-sup-8752@pinkfloyd.chass.utoronto.ca> References: <1300664634-sup-8752@pinkfloyd.chass.utoronto.ca> Message-ID: 2011/3/20 Ben Walton : > Excerpts from Maciej Blizi?ski's message of Sun Mar 20 18:50:37 -0400 2011: > >> Could you install py_pygments on unstable hosts? > > In progress now. Thanks! A follow-up package: py_jinja2 is ready to be installed. (Working towards sphinx, a documentation package) From dam at opencsw.org Mon Mar 21 09:19:47 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 21 Mar 2011 09:19:47 +0100 Subject: [csw-buildfarm] py_pygments on unstable* In-Reply-To: References: <1300664634-sup-8752@pinkfloyd.chass.utoronto.ca> Message-ID: <5B0A5311-C53F-43B9-9DF5-06E738C7957B@opencsw.org> Hi Maciej, Am 21.03.2011 um 08:15 schrieb Maciej Blizi?ski: > 2011/3/20 Ben Walton : >> Excerpts from Maciej Blizi?ski's message of Sun Mar 20 18:50:37 -0400 2011: >> >>> Could you install py_pygments on unstable hosts? >> >> In progress now. > > Thanks! A follow-up package: py_jinja2 is ready to be installed. > > (Working towards sphinx, a documentation package) Doing this now. Best regards -- Dago From maciej at opencsw.org Tue Mar 22 23:13:05 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Tue, 22 Mar 2011 22:13:05 +0000 Subject: [csw-buildfarm] libffi_dev, py_sphinx Message-ID: Hello buildfarm admins, Please update libffi_dev and py_sphinx on the unstable hosts Thanks! Maciej From bwalton at opencsw.org Wed Mar 23 01:11:58 2011 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 22 Mar 2011 20:11:58 -0400 Subject: [csw-buildfarm] libffi_dev, py_sphinx In-Reply-To: References: Message-ID: <1300839108-sup-7720@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Tue Mar 22 18:13:05 -0400 2011: > Please update libffi_dev and py_sphinx on the unstable hosts Doing this now... Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Wed Mar 23 13:22:55 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Wed, 23 Mar 2011 12:22:55 +0000 Subject: [csw-buildfarm] libffi_dev, py_sphinx In-Reply-To: <1300839108-sup-7720@pinkfloyd.chass.utoronto.ca> References: <1300839108-sup-7720@pinkfloyd.chass.utoronto.ca> Message-ID: Found one more missing package: CSWggettext-dev (libintl.so) From bwalton at opencsw.org Wed Mar 23 13:51:22 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 23 Mar 2011 08:51:22 -0400 Subject: [csw-buildfarm] libffi_dev, py_sphinx In-Reply-To: References: <1300839108-sup-7720@pinkfloyd.chass.utoronto.ca> Message-ID: <1300884673-sup-4614@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Wed Mar 23 08:22:55 -0400 2011: > Found one more missing package: CSWggettext-dev (libintl.so) In flight. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Thu Mar 31 01:47:44 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 30 Mar 2011 19:47:44 -0400 Subject: [csw-buildfarm] installing CSWpy-atomixlib... Message-ID: <1301528852-sup-4769@pinkfloyd.chass.utoronto.ca> In flight. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302