From rupert.thurner at gmail.com Sat Jul 2 16:00:14 2011 From: rupert.thurner at gmail.com (rupert THURNER) Date: Sat, 2 Jul 2011 16:00:14 +0200 Subject: [csw-buildfarm] new ssh key .. Message-ID: i entered a new ssh key on login.opencsw.org, but i am not sure if this is sufficient for everything. i get now a permission denied on bender. did i miss something? ssh-dss AAAAB3NzaC1kc3MAAACBANNSBkjnOLobfB1o0OnDwT5OqoCM+LLG9CeTxEFLCfDCpoj4oFJ0U8dFxb8YUhLUPgkYh9vLIi3+KKuF8AxskYzrE1Z2/i+bMPuFQbR0UNTMJzjRWzKZ0KUzmEj6qFNZ++pyr/vUCviBKk1t0+rkLL3nN/gsS926+dZawM8oloHDAAAAFQDJhMVZu9SAMkbtr8bOG+5QkubERQAAAIEAhMdKbONVRazcmR4kWRT2U5IhRD8+Kf270liQEn2PhiUouPQEUGHba3g7NO3cz7reE0oKWHkFJb2Db98mjjpAD/c+TvPoo/3Qfq/Dd+PnOxbnlkkyvZ35lOnBa/HJ59E3Bb0zpG8mlURMDq02bQKnkEZ3uoKPJM8dldsEASnNtBwAAACAa33jOY/r1sinxQ+qt9jd0E5Mw9ZtTCh/Altah0bLyqKWSdbawNAN1j7WNsGi8hD1c03X7HlkuxZVTIHtKpmkaUOBRXQ8YaduHG2qGkChwMxvYi6I95HA7xPxKsXZ0yG4sopkFdBHScmw8hg1WYBhUQk0WhwHU3wAYJwQ6+t1ISA= rupert.thurner at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at artsci.utoronto.ca Sat Jul 2 16:08:03 2011 From: bwalton at artsci.utoronto.ca (Ben Walton) Date: Sat, 02 Jul 2011 10:08:03 -0400 Subject: [csw-buildfarm] new ssh key .. In-Reply-To: References: Message-ID: <1309615646-sup-1901@pinkfloyd.chass.utoronto.ca> Excerpts from rupert THURNER's message of Sat Jul 02 10:00:14 -0400 2011: > i entered a new ssh key on login.opencsw.org, but i am not sure if this is > sufficient for everything. i get now a permission denied on bender. did i > miss something? Bender is separate (no shared storage) from the buildfarm. I can place this key there for you if you'd like? Do you not have access via the old key now? Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at artsci.utoronto.ca Sat Jul 2 16:21:54 2011 From: bwalton at artsci.utoronto.ca (Ben Walton) Date: Sat, 02 Jul 2011 10:21:54 -0400 Subject: [csw-buildfarm] new ssh key .. In-Reply-To: References: <1309615646-sup-1901@pinkfloyd.chass.utoronto.ca> Message-ID: <1309616372-sup-5913@pinkfloyd.chass.utoronto.ca> Excerpts from rupert THURNER's message of Sat Jul 02 10:15:13 -0400 2011: Hi Rupert, > ditched the old key. usually i used username/password when necessary, but > somehow this seems not to work, now that i have key forwarding enabled. the > key forwarding also seems not to work when using screen, or doing "gmake > platforms". I've placed the new key (append, no replacement) on bender for you. Please clean up the old keys as required. Additionally, I modified the permission bits on your authorized_keys file to be 600 instead of 644. I'm not sure what's up with the forwarding issue? Is your pre-screen setup ensuring you always inherit the proper environment? Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From rupert.thurner at gmail.com Sat Jul 2 22:22:31 2011 From: rupert.thurner at gmail.com (rupert THURNER) Date: Sat, 2 Jul 2011 22:22:31 +0200 Subject: [csw-buildfarm] new ssh key .. In-Reply-To: <1309616372-sup-5913@pinkfloyd.chass.utoronto.ca> References: <1309615646-sup-1901@pinkfloyd.chass.utoronto.ca> <1309616372-sup-5913@pinkfloyd.chass.utoronto.ca> Message-ID: i do not tinker with the environment usually, just taking what is there. i consider it too much work reproducing what others are more capable of. therefor i would even like if everybody would use the same environment at that time i copied the bashrc from mike watters. now i moved it away and copyied yours (.bashrc.d, .bashrc, .bashrc_functions). without having an additional .profile sourcing the .bashrc i cannot even call screen. adding the .profile, i can call screen and it logs in, which is already great, but: rupert @ login : ~ $ ssh unstable9s Last login: Sat Jul 2 22:11:31 2011 from login.bo.opencs Sun Microsystems Inc. SunOS 5.9 Generic May 2002 bash: complete: nospace: invalid option name unstable9s 5.9 22:18pm up 114 days 4:29, 4 users, load average: 0.93, 0.57, 0.66 rupert @ unstable9s : ~ $ exit logout Connection to unstable9s closed. rupert @ login : ~ $ ssh unstable9x Last login: Sat Jul 2 22:12:17 2011 from login.bo.opencs Sun Microsystems Inc. SunOS 5.9 Generic January 2003 bash: type: illegal option: -P type: usage: type [-apt] name [name ...] bash: type: illegal option: -P type: usage: type [-apt] name [name ...] bash: type: illegal option: -P type: usage: type [-apt] name [name ...] bash: complete: nospace: invalid option name unstable9x 5.9 22:19pm up 114 days 3:45, 2 users, load average: 0.02, 0.05, 0.05 if i log in normally to unstable9x, then screen then i get a password question: rupert @ unstable9x : ~ $ ssh unstable9s Password: On Sat, Jul 2, 2011 at 16:21, Ben Walton wrote: > Excerpts from rupert THURNER's message of Sat Jul 02 10:15:13 -0400 2011: > > Hi Rupert, > > > ditched the old key. usually i used username/password when necessary, but > > somehow this seems not to work, now that i have key forwarding enabled. > the > > key forwarding also seems not to work when using screen, or doing "gmake > > platforms". > > I've placed the new key (append, no replacement) on bender for you. > Please clean up the old keys as required. Additionally, I modified > the permission bits on your authorized_keys file to be 600 instead of > 644. > > I'm not sure what's up with the forwarding issue? Is your pre-screen > setup ensuring you always inherit the proper environment? > > Thanks > -Ben > -- > Ben Walton > Systems Programmer - CHASS > University of Toronto > C:416.407.5610 | W:416.978.4302 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert.thurner at gmail.com Sat Jul 2 22:49:23 2011 From: rupert.thurner at gmail.com (rupert THURNER) Date: Sat, 2 Jul 2011 22:49:23 +0200 Subject: [csw-buildfarm] new ssh key .. In-Reply-To: References: <1309615646-sup-1901@pinkfloyd.chass.utoronto.ca> <1309616372-sup-5913@pinkfloyd.chass.utoronto.ca> Message-ID: and this has also the effect that i cannot build the neon package any more... if i try to do it on unstable9x, it tries to log into 10x, where it asks me a password. and if i go to unstable10x it won't even start :) rupert @ unstable10x : ~/mgar/pkg/libneon27/trunk $ gmake package gar//gar.pkg.mk:870: *** You are building this package on a non-requested platform host 'unstable10x'. The following platforms were requested: gar//gar.pkg.mk:870: *** - solaris9-sparc to be build on host 'unstable9s' gar//gar.pkg.mk:870: *** - solaris9-i386 to be build on host 'unstable9x' gar//gar.pkg.mk:870: *** You can execute 'gmake platforms' to automatically build on all necessary platforms.. Stop. On Sat, Jul 2, 2011 at 22:22, rupert THURNER wrote: > i do not tinker with the environment usually, just taking what is there. i > consider it too much work reproducing what others are more capable of. > therefor i would even like if everybody would use the same environment > > at that time i copied the bashrc from mike watters. now i moved it away and > copyied yours (.bashrc.d, .bashrc, .bashrc_functions). without having an > additional .profile sourcing the .bashrc i cannot even call screen. adding > the .profile, i can call screen and it logs in, which is already great, but: > > rupert @ login : ~ > $ ssh unstable9s > Last login: Sat Jul 2 22:11:31 2011 from login.bo.opencs > Sun Microsystems Inc. SunOS 5.9 Generic May 2002 > bash: complete: nospace: invalid option name > unstable9s 5.9 > 22:18pm up 114 days 4:29, 4 users, load average: 0.93, 0.57, 0.66 > > rupert @ unstable9s : ~ > $ exit > logout > Connection to unstable9s closed. > > rupert @ login : ~ > $ ssh unstable9x > Last login: Sat Jul 2 22:12:17 2011 from login.bo.opencs > Sun Microsystems Inc. SunOS 5.9 Generic January 2003 > bash: type: illegal option: -P > type: usage: type [-apt] name [name ...] > bash: type: illegal option: -P > type: usage: type [-apt] name [name ...] > bash: type: illegal option: -P > type: usage: type [-apt] name [name ...] > bash: complete: nospace: invalid option name > unstable9x 5.9 > 22:19pm up 114 days 3:45, 2 users, load average: 0.02, 0.05, 0.05 > > if i log in normally to unstable9x, then screen then i get a password > question: > rupert @ unstable9x : ~ > $ ssh unstable9s > Password: > > > > On Sat, Jul 2, 2011 at 16:21, Ben Walton wrote: > >> Excerpts from rupert THURNER's message of Sat Jul 02 10:15:13 -0400 2011: >> >> Hi Rupert, >> >> > ditched the old key. usually i used username/password when necessary, >> but >> > somehow this seems not to work, now that i have key forwarding enabled. >> the >> > key forwarding also seems not to work when using screen, or doing "gmake >> > platforms". >> >> I've placed the new key (append, no replacement) on bender for you. >> Please clean up the old keys as required. Additionally, I modified >> the permission bits on your authorized_keys file to be 600 instead of >> 644. >> >> I'm not sure what's up with the forwarding issue? Is your pre-screen >> setup ensuring you always inherit the proper environment? >> >> Thanks >> -Ben >> -- >> Ben Walton >> Systems Programmer - CHASS >> University of Toronto >> C:416.407.5610 | W:416.978.4302 >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From phped at phped60.com Sat Jul 2 23:02:05 2011 From: phped at phped60.com (phped60.com team) Date: Sat, 2 Jul 2011 17:02:05 -0400 Subject: [csw-buildfarm] For PHP Developers - How to get PhpED 6.0 from NuSphere at 30% off Message-ID: <{DA08278B-843A-4732-809D-78BD325DF7C4}> Dear PHP Developer, We would like to inform you about the latest PhpED 6.0 release from our strategic partner NuSphere, Inc. As a business owner and a manager of your technical team for web development, you will definitely benefit from it. If you are not the right person, please forward this note to someone who is responsible for a web development project in your organization. Here is our proposal: Use this coupon code: ALL-OTH-30-O-19020 to get a 30% discount on every PhpED related product in Nusphere's store! Follow this link: https://shop.nusphere.com/customer/home.php?cat=9, and enter the coupon code during the checkout. In response to all marketing surveys that we ran, the top reasons listed for purchase decision on PhpED have always included PHP Debugger (http://www.nusphere.com/products/php_debugger.htm) and the speed of the Editor. The recent release of PhpED 6.0 includes JavaScript code completion and other new features - to view, please click on the following link: http://www.nusphere.com/products/phped_new_features.htm Best Regards, The NuSphere Team at PhpED60.com P.S. Please reply with "unsubscribe" in your subject line if you are not interested to receive another communications from us. From bwalton at artsci.utoronto.ca Sun Jul 3 20:38:28 2011 From: bwalton at artsci.utoronto.ca (Ben Walton) Date: Sun, 03 Jul 2011 14:38:28 -0400 Subject: [csw-buildfarm] new ssh key .. In-Reply-To: References: <1309615646-sup-1901@pinkfloyd.chass.utoronto.ca> <1309616372-sup-5913@pinkfloyd.chass.utoronto.ca> Message-ID: <1309718127-sup-8773@pinkfloyd.chass.utoronto.ca> Excerpts from rupert THURNER's message of Sat Jul 02 16:49:23 -0400 2011: Hi Rupert, > and this has also the effect that i cannot build the neon package > any more... if i try to do it on unstable9x, it tries to log into > 10x, where it asks me a password. and if i go to unstable10x it > won't even start :) When you placed your updated key on the build farm, it looks like then original .ssh directory was nuked. This killed your old build farm key. I've generated a new one (no passphrase) and added that to your authorized_keys file. I've also placed this key on bender so that you can submit packages there via submitpkg, etc. Please let me know if something still isn't right for you. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From reservas at viladobosque.com.br Wed Jul 6 15:38:35 2011 From: reservas at viladobosque.com.br (Pousada Vila do Bosque) Date: Wed, 06 Jul 2011 09:38:35 -0400 Subject: [csw-buildfarm] Venha aproveitar as belezas de Bombinhas em julho! Message-ID: Seu cliente de e-mail n?o pode ler este e-mail. Para visualiz?-lo on-line, por favor, clique aqui: http://mkt.bombinhasmarketing.com.br/display.php?M=29897&C=ea8c9076e39498db11c62f65d685db1e&S=16&L=1&N=7 Para parar de receber nossos Emails:http://mkt.bombinhasmarketing.com.br/unsubscribe.php?M=29897&C=ea8c9076e39498db11c62f65d685db1e&L=1&N=16 -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert at opencsw.org Sun Jul 10 16:20:46 2011 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 10 Jul 2011 16:20:46 +0200 Subject: [csw-buildfarm] Fwd: subversion python bindings not working? In-Reply-To: References: Message-ID: on login.opencsw.org i tried to do: hg clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk and got: Please install either Subvertpy or the Subversion Python SWIG bindings! is this a fault in the subversion package, or the installation on login? rupert -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Sun Jul 10 16:28:12 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 10 Jul 2011 16:28:12 +0200 Subject: [csw-buildfarm] Fwd: subversion python bindings not working? In-Reply-To: References: Message-ID: <0487C7FE-2B2D-4C2E-8729-8D2F83E60E96@opencsw.org> Hi Rupert, Am 10.07.2011 um 16:20 schrieb rupert THURNER: > on login.opencsw.org i tried to do: > hg clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk > > and got: > Please install either Subvertpy or the Subversion Python SWIG bindings! > > is this a fault in the subversion package, or the installation on login? The package CSWpythonsvn was not installed on login. I installed it and now I get dam at login [login]:/home/dam/tmp > hg clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) abort: 'https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk' does not appear to be an hg repository! but this is probably something wrong with the commandline options. 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 bwalton at opencsw.org Mon Jul 11 02:42:28 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 10 Jul 2011 20:42:28 -0400 Subject: [csw-buildfarm] installing gpg-agent Message-ID: <1310344924-sup-5351@pinkfloyd.chass.utoronto.ca> Hi Dago, I'm adding CSWgnupg-agent to the buildfarm so I can work on developing the automated signing agent. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From rupert at opencsw.org Mon Jul 11 07:29:22 2011 From: rupert at opencsw.org (rupert THURNER) Date: Mon, 11 Jul 2011 07:29:22 +0200 Subject: [csw-buildfarm] Fwd: subversion python bindings not working? In-Reply-To: <0487C7FE-2B2D-4C2E-8729-8D2F83E60E96@opencsw.org> References: <0487C7FE-2B2D-4C2E-8729-8D2F83E60E96@opencsw.org> Message-ID: thanks a lot it works now! hg clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk .... [r2339] dmichelsen: mgar: CreateCreate tags/branches/trunk per pkg [r2340] dmichelsen: mgar: Set external references to gar/v1 [r2343] dmichelsen: mgar: Fix Makefile includes ... i forgot to mention yesterday that the standard mercurial does not include the hgsubversion extension, which i installed in my homedirectory via hg clone ssh://hg at bitbucket.org/durin42/hgsubversion ~/hgsubversion and adding the extension to ~/.hgrc: [extensions] hgsubversion = /home/rupert/hgsubversion/hgsubversion rupert On Sun, Jul 10, 2011 at 16:28, Dagobert Michelsen wrote: > Hi Rupert, > > Am 10.07.2011 um 16:20 schrieb rupert THURNER: >> on login.opencsw.org i tried to do: >> hg clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk >> >> and got: >> Please install either Subvertpy or the Subversion Python SWIG bindings! >> >> is this a fault in the subversion package, or the installation on login? > > The package CSWpythonsvn was not installed on login. I installed it and now I get > > dam at login [login]:/home/dam/tmp > hg clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk > warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) > warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) > warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) > warning: gar.svn.sourceforge.net certificate with fingerprint 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de not verified (check hostfingerprints or web.cacerts config setting) > abort: 'https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/subversion/trunk' does not appear to be an hg repository! > > but this is probably something wrong with the commandline options. > > > 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 markp at opencsw.org Mon Jul 11 14:33:15 2011 From: markp at opencsw.org (Mark Phillips) Date: Mon, 11 Jul 2011 13:33:15 +0100 Subject: [csw-buildfarm] Access for my account to testing9s Message-ID: <7C76D378-16E7-405D-A10C-23BC208F09D5@opencsw.org> Hey folks, Can some enable markp login for testing9s please? I've got direct root with my key, but need my own account for building. Thanks! --Mark [phips] From rupert.thurner at gmail.com Wed Jul 13 08:08:06 2011 From: rupert.thurner at gmail.com (rupert THURNER) Date: Wed, 13 Jul 2011 08:08:06 +0200 Subject: [csw-buildfarm] no connect from current9x, mercurial not compiled 64bit ? Message-ID: as there were discussions that hg not beeing able to clone the gcc svn repository because of an out-of-memory error, i wanted to try if our on a 94bit solaris box of the buildfarm. then it did not work: rupert @ current9x : ~/tmp $ time hg clone svn://gcc.gnu.org/svn/gcc gcc-9x abort: Can't connect to host 'gcc.gnu.org': Network is unreachable then i noticed that we do not compile with 64bit, isn't it? rupert. From dam at opencsw.org Wed Jul 13 09:51:01 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 13 Jul 2011 09:51:01 +0200 Subject: [csw-buildfarm] no connect from current9x, mercurial not compiled 64bit ? In-Reply-To: References: Message-ID: <2B959EB3-418E-455D-9AB7-4CFD8477148B@opencsw.org> Hi Rupert, Am 13.07.2011 um 08:08 schrieb rupert THURNER: > as there were discussions that hg not beeing able to clone the gcc svn > repository because of an out-of-memory error, i wanted to try if our > on a 94bit solaris box of the buildfarm. then it did not work: > > rupert @ current9x : ~/tmp > $ time hg clone svn://gcc.gnu.org/svn/gcc gcc-9x > abort: Can't connect to host 'gcc.gnu.org': Network is unreachable > > then i noticed that we do not compile with 64bit, isn't it? Umh, a couple of things: - current9x is 32 bit. 64 bit on x86 was introduced with Solaris 10. - current9x does not have a direct internet connection, but needs a proxy as described in /etc/SETUP on 'login' - We do compile on 64 bit where useful, however, this is to my knowledge not the case for Python right now. You may want to chime in on maintainers@ for a 64 bit Python, though. 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 maciej at opencsw.org Sun Jul 17 10:51:35 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sun, 17 Jul 2011 09:51:35 +0100 Subject: [csw-buildfarm] [csw-maintainers] moving forward In-Reply-To: References: <1309827668-sup-918@pinkfloyd.chass.utoronto.ca> <1310605910-sup-2081@pinkfloyd.chass.utoronto.ca> <1310734278-sup-9274@pinkfloyd.chass.utoronto.ca> Message-ID: [+buildfarm] Since from now on we're no longer releasing to current, but to unstable instead, we should no longer build on the current{9,10}{s,x} hosts. I think it's best to put some signpost in place along the lines of "this isn't the build host you're looking for". Maciej From rupert at opencsw.org Sun Jul 17 10:59:56 2011 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 17 Jul 2011 10:59:56 +0200 Subject: [csw-buildfarm] [csw-maintainers] moving forward In-Reply-To: References: <1309827668-sup-918@pinkfloyd.chass.utoronto.ca> <1310605910-sup-2081@pinkfloyd.chass.utoronto.ca> <1310734278-sup-9274@pinkfloyd.chass.utoronto.ca> Message-ID: $ gmake platforms ssh -t current9s .... 2011/7/17 Maciej Blizi?ski > [+buildfarm] > > Since from now on we're no longer releasing to current, but to > unstable instead, we should no longer build on the current{9,10}{s,x} > hosts. I think it's best to put some signpost in place along the > lines of "this isn't the build host you're looking for". > > Maciej > _______________________________________________ > maintainers mailing list > maintainers at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/maintainers > .:: This mailing list's archive is public. ::. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert at opencsw.org Sun Jul 17 11:12:15 2011 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 17 Jul 2011 11:12:15 +0200 Subject: [csw-buildfarm] [csw-maintainers] moving forward In-Reply-To: References: <1309827668-sup-918@pinkfloyd.chass.utoronto.ca> <1310605910-sup-2081@pinkfloyd.chass.utoronto.ca> <1310734278-sup-9274@pinkfloyd.chass.utoronto.ca> Message-ID: haha ... unstable seems to well deserve its name :) == Testing test/testcases/simple.response == scotch.ics.uci.edu

More to come!

Apache httpd 2.0 manual

Trust our CA!

Powered by Apache!

== Testing test/testcases/chunked-empty.response == == Testing test/testcases/chunked.response == this is 1 test. i am a test.this is a test. == Testing test/testcases/chunked-trailers.response == this is 1 test. i am a test.this is a test. Trailer-Test: f == Testing test/testcases/deflate.response == Test of gzip Content-Encoding

This is a test

This file was created with mod_deflate on the server side.

curl -i --output gzip.response -H "Accept-Encoding: gzip"
http://localhost:8080/1.html

Apache
== Running test_all == FFFFFFF.......... There were 7 failures: 1) test_serf_connection_request_create: test/test_context.c:166: expected <0> but was <124> 2) test_serf_connection_priority_request_create: test/test_context.c:265: expected <0> but was <124> 3) test_serf_closed_connection: test/test_context.c:404: expected <0> but was <124> 4) test_serf_setup_proxy: test/test_context.c:505: expected <0> but was <124> 5) test_keepalive_limit_one_by_one: test/test_context.c:656: expected <0> but was <124> 6) test_keepalive_limit_one_by_one_and_burst: test/test_context.c:810: expected <0> but was <124> 7) test_serf_progress_callback: test/test_context.c:932: expected <0> but was <124> !!!FAILURES!!! Runs: 17 Passes: 10 Fails: 7 gmake[2]: *** [check] Error 1 gmake[2]: Leaving directory `/home/rupert/mgar/pkg/libserf/trunk/work/solaris9-sparc/build-isa-sparcv8/serf-1.0.0' gmake[1]: *** [test-work/solaris9-sparc/build-isa-sparcv8/serf-1.0.0/Makefile] Error 2 gmake[1]: Leaving directory `/home/rupert/mgar/pkg/libserf/trunk' gmake: *** [merge-isa-sparcv8] Error 2 On Sun, Jul 17, 2011 at 10:59, rupert THURNER wrote: > $ gmake platforms > ssh -t current9s .... > > > 2011/7/17 Maciej Blizi?ski > >> [+buildfarm] >> >> Since from now on we're no longer releasing to current, but to >> unstable instead, we should no longer build on the current{9,10}{s,x} >> hosts. I think it's best to put some signpost in place along the >> lines of "this isn't the build host you're looking for". >> >> Maciej >> _______________________________________________ >> maintainers mailing list >> maintainers at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/maintainers >> .:: This mailing list's archive is public. ::. >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rupert at opencsw.org Tue Jul 19 17:04:59 2011 From: rupert at opencsw.org (rupert THURNER) Date: Tue, 19 Jul 2011 17:04:59 +0200 Subject: [csw-buildfarm] Fwd: [csw-maintainers] gar download from launchpad? In-Reply-To: References: Message-ID: you have any idea what is the difference here between sparc and x86 on th ebuildfarm? ---------- Forwarded message ---------- From: rupert THURNER Date: Mon, Jul 18, 2011 at 10:34 Subject: Re: [csw-maintainers] gar download from launchpad? To: List for OpenCSW maintainers On Mon, Jul 18, 2011 at 06:50, Dagobert Michelsen wrote: > > Hi Rupert, > > Am 18.07.2011 um 05:23 schrieb rupert THURNER: > > 2011/7/17 Maciej Blizi?ski > > > > Em 17/07/2011 22:08, "rupert THURNER" escreveu: > > > > > > > > > > what is the reason that this download link does not work, i.e. it does not try http: > > > > > > MASTER_SITES = http://launchpad.net/subvertpy/trunk/$(VERSION)/+download > > > DISTFILES ?= $(DISTNAME).tar.gz > > > > Try comparing with pyopenssl. It also downloads from launchpad. > > > > > > oh ... it did not like the missing / at the end. i tried to switch off the tests, but > > ? TEST_TARGET = > > did not do the trick. > > With TEST_TARGET you specifiy the make target, to completely disable the > testsuite permanently use > ?TEST_SCRIPTS = > or for a temporary deisable use > ?SKIPTEST ?= 1 thanks, this worked, at least on unstable9s! on current9x, unstable9x i have another problem: ?==> Running setup.py ?in work/solaris9-i386/build-isa-i386/subvertpy-0.8.2 Traceback (most recent call last): ? File "./setup.py", line 254, in ? ? (svn_includedirs, svn_libdirs, svn_link_flags, extra_libs) = svn_build_data() ? File "./setup.py", line 125, in svn_build_data ? ? raise Exception("Subversion development files not found. " Exception: Subversion development files not found. Please set SVN_PREFIX or (SVN_LIBRARY_PATH and SVN_HEADER_PATH) environment variable. gmake[1]: *** [build-work/solaris9-i386/build-isa-i386/subvertpy-0.8.2/setup.py] Error 1 gmake[1]: Leaving directory `/home/rupert/mgar-sav/pkg/subvertpy/trunk' gmake: *** [merge-isa-i386] Error 2 it seems to be installed: $ pkginfo | grep subv application CSWsvn-devel ? ? ? ? ? ? ? ? ? ? subversion_devel - Subversion Development Support rupert. From bwalton at opencsw.org Wed Jul 20 13:24:25 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 20 Jul 2011 07:24:25 -0400 Subject: [csw-buildfarm] [csw-devel] SF.net SVN: gar:[15091] csw/mgar/pkg In-Reply-To: References: Message-ID: <1311161013-sup-2691@pinkfloyd.chass.utoronto.ca> Excerpts from Maciej Blizi?ski's message of Wed Jul 20 04:40:21 -0400 2011: > > when mgar will be available on the buildfarm? I'm installing it now... Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Wed Jul 20 13:53:01 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 20 Jul 2011 07:53:01 -0400 Subject: [csw-buildfarm] Fwd: [csw-maintainers] gar download from launchpad? In-Reply-To: References: Message-ID: <1311162713-sup-4211@pinkfloyd.chass.utoronto.ca> Excerpts from rupert THURNER's message of Tue Jul 19 11:04:59 -0400 2011: Hi Rupert, > ?==> Running setup.py ?in work/solaris9-i386/build-isa-i386/subvertpy-0.8.2 > Traceback (most recent call last): > ? File "./setup.py", line 254, in > ? ? (svn_includedirs, svn_libdirs, svn_link_flags, extra_libs) = > svn_build_data() > ? File "./setup.py", line 125, in svn_build_data > ? ? raise Exception("Subversion development files not found. " > Exception: Subversion development files not found. Please set > SVN_PREFIX or (SVN_LIBRARY_PATH and SVN_HEADER_PATH) environment > variable. > gmake[1]: *** [build-work/solaris9-i386/build-isa-i386/subvertpy-0.8.2/setup.py] > Error 1 > gmake[1]: Leaving directory `/home/rupert/mgar-sav/pkg/subvertpy/trunk' > gmake: *** [merge-isa-i386] Error 2 I'm trying this now...will let you know what I find. I have repeated this result. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Wed Jul 20 14:24:04 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 20 Jul 2011 08:24:04 -0400 Subject: [csw-buildfarm] Fwd: [csw-maintainers] gar download from launchpad? In-Reply-To: References: Message-ID: <1311164583-sup-1872@pinkfloyd.chass.utoronto.ca> Excerpts from rupert THURNER's message of Tue Jul 19 11:04:59 -0400 2011: > you have any idea what is the difference here between sparc and x86 on > th ebuildfarm? I had the same problem on unstable9s as I did on current9x. I just committed r15150 that should make it work for you. The build system is setup to look for SVN_HEADER_PATH and SVN_LIBRARY_PATH in the environment. There do what EXTRA_LIB and EXTRA_INCLUDES would normally handle. HTH. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From rupert at opencsw.org Sun Jul 24 21:17:42 2011 From: rupert at opencsw.org (rupert THURNER) Date: Sun, 24 Jul 2011 21:17:42 +0200 Subject: [csw-buildfarm] Fwd: [csw-maintainers] [csw-devel] SF.net SVN: gar:[15079] csw/mgar/pkg/libserf/trunk/Makefile In-Reply-To: References: <1310901647-sup-5939@pinkfloyd.chass.utoronto.ca> <71F517CB-9496-498F-9BFD-393E8611536D@opencsw.org> <0F71E7DE-0872-4215-8C23-F0E1002E1720@opencsw.org> Message-ID: could you please install the new verisons of swig, apr, apr-util, libserf on unstable? kr, rupert ---------- Forwarded message ---------- From: Maciej Blizi?ski Date: 2011/7/17 Subject: Re: [csw-maintainers] [csw-devel] SF.net SVN: gar:[15079] csw/mgar/pkg/libserf/trunk/Makefile To: List for OpenCSW maintainers Em 17/07/2011 21:49, "rupert THURNER" escreveu: > > On Sun, Jul 17, 2011 at 22:40, Dagobert Michelsen wrote: >> >> Hi Rupert, >> >> Am 17.07.2011 um 18:20 schrieb rupert THURNER: >> > many thanks, dago! one cannot say no to such a nice offer, could you please help me get subversion-1.7 and serf running on unstable, or testing? currently serf does not work, giving: >> > >> > $ svn up --ignore-externals >> > svn: Error running context: Internal error >> > >> > you can change the svn client to use serf by inserting in ~/.subversion/servers: >> > [global] >> > http-library = serf >> >> An update of libserf won't work as svn is bound to libserf0-0 and the new one is libserf1-0 which >> needs a recompile of subversion. >> >> New build of 1.7.0alpha3 is under way, contrib/ seems to be missing in 1.7.0. >> I'll try the above test against libserf1-0 when I have a package. >> >> The build now fails with >> >> > /opt/csw/bin/ginstall -c -d /home/dam/mgar/pkg/subversion/trunk/work/solaris9-i386/install-isa-i386/opt/csw/lib/python2.3/libsvn >> > cd subversion/bindings/swig/python ; /bin/bash /home/dam/mgar/pkg/subversion/trunk/work/solaris9-i386/build-isa-i386/subversion-1.7.0-alpha3/libtool --mode=install /opt/csw/bin/ginstall -c _core.la /home/dam/mgar/pkg/subversion/trunk/work/solaris9-i386/install-isa-i386/opt/csw/lib/python2.3/libsvn/_core.la Why python2.3 while we have 2.4... that's one odd thing here. >> > libtool: install: error: cannot install `_core.la' to a directory not ending in /opt/csw/lib/svn/python/site-packages/libsvn This is our python libraries directory. Our Python is different from most distributions in that we have a patch which removes the python version from the python lib subdirectory.? Don't ask me why as the decision predates my involvement in the project. Some upstream projects (libxml comes to mind) assume that there is or there needs to be a version number in the python lib path. It could be an instance of this problem. I would like to reintroduce the version specific python lib dir, but it requires time, and hasn't yet bubbled up to the top of my priority list. Maciej _______________________________________________ maintainers mailing list maintainers at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::. From dam at opencsw.org Mon Jul 25 12:53:35 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 25 Jul 2011 12:53:35 +0200 Subject: [csw-buildfarm] Fwd: [csw-maintainers] [csw-devel] SF.net SVN: gar:[15079] csw/mgar/pkg/libserf/trunk/Makefile In-Reply-To: References: <1310901647-sup-5939@pinkfloyd.chass.utoronto.ca> <71F517CB-9496-498F-9BFD-393E8611536D@opencsw.org> <0F71E7DE-0872-4215-8C23-F0E1002E1720@opencsw.org> Message-ID: Hi Rupert, Am 24.07.2011 um 21:17 schrieb rupert THURNER: > could you please install the new verisons of swig, apr, apr-util, > libserf on unstable? unstable* should be updated now. However, I noticed an issue of 64 bit apr which I am already looking into. Best regards -- Dago > > kr, rupert > > > > ---------- Forwarded message ---------- > From: Maciej Blizi?ski > Date: 2011/7/17 > Subject: Re: [csw-maintainers] [csw-devel] SF.net SVN: gar:[15079] > csw/mgar/pkg/libserf/trunk/Makefile > To: List for OpenCSW maintainers > > > Em 17/07/2011 21:49, "rupert THURNER" escreveu: > >> >> On Sun, Jul 17, 2011 at 22:40, Dagobert Michelsen wrote: >>> >>> Hi Rupert, >>> >>> Am 17.07.2011 um 18:20 schrieb rupert THURNER: >>>> many thanks, dago! one cannot say no to such a nice offer, could you please help me get subversion-1.7 and serf running on unstable, or testing? currently serf does not work, giving: >>>> >>>> $ svn up --ignore-externals >>>> svn: Error running context: Internal error >>>> >>>> you can change the svn client to use serf by inserting in ~/.subversion/servers: >>>> [global] >>>> http-library = serf >>> >>> An update of libserf won't work as svn is bound to libserf0-0 and the new one is libserf1-0 which >>> needs a recompile of subversion. >>> >>> New build of 1.7.0alpha3 is under way, contrib/ seems to be missing in 1.7.0. >>> I'll try the above test against libserf1-0 when I have a package. >>> >>> The build now fails with >>> >>>> /opt/csw/bin/ginstall -c -d /home/dam/mgar/pkg/subversion/trunk/work/solaris9-i386/install-isa-i386/opt/csw/lib/python2.3/libsvn >>>> cd subversion/bindings/swig/python ; /bin/bash /home/dam/mgar/pkg/subversion/trunk/work/solaris9-i386/build-isa-i386/subversion-1.7.0-alpha3/libtool --mode=install /opt/csw/bin/ginstall -c _core.la /home/dam/mgar/pkg/subversion/trunk/work/solaris9-i386/install-isa-i386/opt/csw/lib/python2.3/libsvn/_core.la > > Why python2.3 while we have 2.4... that's one odd thing here. > >>>> libtool: install: error: cannot install `_core.la' to a directory not ending in /opt/csw/lib/svn/python/site-packages/libsvn > > This is our python libraries directory. > > Our Python is different from most distributions in that we have a > patch which removes the python version from the python lib > subdirectory. Don't ask me why as the decision predates my > involvement in the project. Some upstream projects (libxml comes to > mind) assume that there is or there needs to be a version number in > the python lib path. It could be an instance of this problem. > > I would like to reintroduce the version specific python lib dir, but > it requires time, and hasn't yet bubbled up to the top of my priority > list. > > Maciej > > _______________________________________________ > maintainers mailing list > maintainers at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/maintainers > .:: This mailing list's archive is public. ::. > _______________________________________________ > buildfarm mailing list > buildfarm at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/buildfarm -- "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