From gadavis at opencsw.org Mon Nov 2 22:45:26 2009 From: gadavis at opencsw.org (Geoff Davis) Date: Mon, 2 Nov 2009 13:45:26 -0800 Subject: [csw-buildfarm] Git on the build farm? Message-ID: <5EF4A693-0CF5-4251-8AE3-B408BCDA3C23@opencsw.org> Hi all, Is there a chance that I could get the various git packages installed on the build farm? git, gitk, git_cvs, git_devel, git_gui, and git_svn would all be useful. Thanks, Geoff From gadavis at opencsw.org Mon Nov 2 22:48:38 2009 From: gadavis at opencsw.org (Geoff Davis) Date: Mon, 2 Nov 2009 13:48:38 -0800 Subject: [csw-buildfarm] Git on the build farm? In-Reply-To: <5EF4A693-0CF5-4251-8AE3-B408BCDA3C23@opencsw.org> References: <5EF4A693-0CF5-4251-8AE3-B408BCDA3C23@opencsw.org> Message-ID: <7746FFE6-B206-498C-B5AB-DDA4AB8A8F6C@opencsw.org> Sorry, I didn't bother verifying my $PATH - the default shell config doesn't include /opt/csw/bin. Is this intentional? On Nov 2, 2009, at 1:45 PM, Geoff Davis wrote: > Hi all, > > Is there a chance that I could get the various git packages > installed on the build farm? git, gitk, git_cvs, git_devel, git_gui, > and git_svn would all be useful. > > Thanks, > Geoff From dam at opencsw.org Tue Nov 3 07:19:32 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 3 Nov 2009 07:19:32 +0100 Subject: [csw-buildfarm] Git on the build farm? In-Reply-To: <7746FFE6-B206-498C-B5AB-DDA4AB8A8F6C@opencsw.org> References: <5EF4A693-0CF5-4251-8AE3-B408BCDA3C23@opencsw.org> <7746FFE6-B206-498C-B5AB-DDA4AB8A8F6C@opencsw.org> Message-ID: <6F366437-F078-47C3-8C0F-7EC04C0F112F@opencsw.org> Hi Geoff, Am 02.11.2009 um 22:48 schrieb Geoff Davis: > Sorry, I didn't bother verifying my $PATH - the default shell config > doesn't include /opt/csw/bin. Is this intentional? Most maintainers do their personal thing on customizing the shell, so I haven't bothered setting global defaults. But your are right, it may be good to have a solid starting point. Best regards -- Dago From dam at opencsw.org Wed Nov 4 12:11:27 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 4 Nov 2009 12:11:27 +0100 Subject: [csw-buildfarm] [csw-maintainers] Unbound build error In-Reply-To: <4AF148F2.7050807@opencsw.org> References: <4AF148F2.7050807@opencsw.org> Message-ID: <9450D423-FC6B-4FBB-87F6-DE93A0AD2789@opencsw.org> Hi Ihsan, Am 04.11.2009 um 10:27 schrieb Ihsan Dogan: > Have been there any changes on the build system recently? > > While building unbound: > ./libtool --tag=CC --mode=link /opt/csw/gcc4/bin/gcc ./linktest.c -I. > -I. -I/opt/csw/include -I/opt/csw/include -DHAVE_CONFIG_H -I. -I. > -Wwrite-strings -W -Wall -O2 -g -O2 -pipe -mcpu=v8 -I/opt/csw/include > -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 > -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -lldns > -lnsl -lsocket -lcrypto -o linktest > libtool: link: /opt/csw/gcc4/bin/gcc ./linktest.c -I. -I. > -I/opt/csw/include -I/opt/csw/include -DHAVE_CONFIG_H -I. -I. > -Wwrite-strings -W -Wall -O2 -g -O2 -pipe -mcpu=v8 -I/opt/csw/include > -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 > -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -o > linktest > -lldns -lnsl -lsocket -lcrypto > ld: fatal: library -lldns: not found > ld: fatal: library -lcrypto: not found > ld: fatal: File processing errors. No output written to linktest Obviously -L/opt/csw/lib is missing here. When I try to reproduce it I cannot see this problem and I get a package. Some tests are failing though, which may or may not be related this issue. Additionally it looks like ldns_devel was not installed on the farm. Did you split off _devel lately? Anyway, I have installed CSWldnsdevel on all buildfarm servers. Best regards -- Dago From ihsan at dogan.ch Wed Nov 4 14:12:56 2009 From: ihsan at dogan.ch (Ihsan Dogan) Date: Wed, 04 Nov 2009 14:12:56 +0100 Subject: [csw-buildfarm] [csw-maintainers] Unbound build error In-Reply-To: <9450D423-FC6B-4FBB-87F6-DE93A0AD2789@opencsw.org> References: <4AF148F2.7050807@opencsw.org> <9450D423-FC6B-4FBB-87F6-DE93A0AD2789@opencsw.org> Message-ID: <4AF17DD8.1000302@dogan.ch> Hi Dago, On 04.11.2009 12:11, Dagobert Michelsen wrote: >> While building unbound: >> ./libtool --tag=CC --mode=link /opt/csw/gcc4/bin/gcc ./linktest.c -I. >> -I. -I/opt/csw/include -I/opt/csw/include -DHAVE_CONFIG_H -I. -I. >> -Wwrite-strings -W -Wall -O2 -g -O2 -pipe -mcpu=v8 -I/opt/csw/include >> -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 >> -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -lldns >> -lnsl -lsocket -lcrypto -o linktest >> libtool: link: /opt/csw/gcc4/bin/gcc ./linktest.c -I. -I. >> -I/opt/csw/include -I/opt/csw/include -DHAVE_CONFIG_H -I. -I. >> -Wwrite-strings -W -Wall -O2 -g -O2 -pipe -mcpu=v8 -I/opt/csw/include >> -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 >> -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -o linktest >> -lldns -lnsl -lsocket -lcrypto >> ld: fatal: library -lldns: not found >> ld: fatal: library -lcrypto: not found >> ld: fatal: File processing errors. No output written to linktest > > Obviously -L/opt/csw/lib is missing here. When I try to reproduce it > I cannot see this problem and I get a package. Some tests are > failing though, which may or may not be related this issue. > > Additionally it looks like ldns_devel was not installed on the farm. > Did you split off _devel lately? Anyway, I have installed CSWldnsdevel > on all buildfarm servers. After you have installed ldns_devel as well, but in the first place I've tried to build it against the builtin ldns library. In theory, this should work as well. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From maciej at opencsw.org Wed Nov 11 10:16:32 2009 From: maciej at opencsw.org (Maciej (Matchek) Blizinski) Date: Wed, 11 Nov 2009 09:16:32 +0000 Subject: [csw-buildfarm] CSWcswutils on the login host In-Reply-To: References: Message-ID: Can you install it please? I'd like to use comparepkg on the login host. Maciej From dam at opencsw.org Wed Nov 11 10:51:52 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 11 Nov 2009 10:51:52 +0100 Subject: [csw-buildfarm] CSWcswutils on the login host In-Reply-To: References: Message-ID: Hi, Am 11.11.2009 um 10:16 schrieb Maciej (Matchek) Blizinski: > Can you install it please? I'd like to use comparepkg on the login > host. Doing this now. Best regards -- Dago From blizinski at google.com Wed Nov 11 10:16:13 2009 From: blizinski at google.com (Maciej (Matchek) Blizinski) Date: Wed, 11 Nov 2009 09:16:13 +0000 Subject: [csw-buildfarm] CSWcswutils on the login host Message-ID: Can you install it please? I'd like to use comparepkg on the login host. Maciej From ludo at gnu.org Thu Nov 12 23:52:48 2009 From: ludo at gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Date: Thu, 12 Nov 2009 23:52:48 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris Message-ID: <87r5s3jqyn.fsf@gnu.org> Hello, I?m the co-maintainer of GNU?Guile, a free Scheme implementation (http://www.gnu.org/software/guile/). I?d like to test it on Solaris. Would it be possible to get an account on the build farm? Thanks in advance, Ludo?. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From dam at opencsw.org Fri Nov 13 08:51:43 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 13 Nov 2009 08:51:43 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris In-Reply-To: <87r5s3jqyn.fsf@gnu.org> References: <87r5s3jqyn.fsf@gnu.org> Message-ID: <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> Hi Ludovic, Am 12.11.2009 um 23:52 schrieb Ludovic Court?s: > I?m the co-maintainer of GNU Guile, a free Scheme implementation > (http://www.gnu.org/software/guile/). I?d like to test it on Solaris. > Would it be possible to get an account on the build farm? Sure. I need your intended user name ("ludo"?) and you ssh public key. OpenCSW has 1.6.7 in the catalog, it would be great if we could update the package in the process to the current version. May I mention you together with your project on the new website? http://www-mockup.opencsw.org/extend-it/signup/to-upstream-maintainers/ Best regards -- Dago From dam at opencsw.org Fri Nov 13 10:47:23 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 13 Nov 2009 10:47:23 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris In-Reply-To: <87zl6qixax.fsf@gnu.org> References: <87r5s3jqyn.fsf@gnu.org> <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> <87zl6qixax.fsf@gnu.org> Message-ID: <69C204B6-20F6-4585-9338-CCE9570475D3@opencsw.org> Hi Ludo, Am 13.11.2009 um 10:33 schrieb Ludovic Court?s: > Yes, ?ludo? would be nice. My SSH key is attached. You should be able to login now with ludo at login.opencsw.org Let me know if you need anything else. Best regards -- Dago From dam at opencsw.org Fri Nov 13 14:47:55 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 13 Nov 2009 14:47:55 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris In-Reply-To: <87y6mamtev.fsf@gnu.org> References: <87r5s3jqyn.fsf@gnu.org> <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> <87zl6qixax.fsf@gnu.org> <69C204B6-20F6-4585-9338-CCE9570475D3@opencsw.org> <87y6mamtev.fsf@gnu.org> Message-ID: <543F30A4-9A73-42F2-81F5-C70E01557C16@opencsw.org> Hi Ludo, Am 13.11.2009 um 14:43 schrieb Ludovic Court?s: > Dagobert Michelsen writes: > >> You should be able to login now with >> ludo at login.opencsw.org > > Yes, it works like a charm, thanks! > >> Let me know if you need anything else. > > Is the Sun CC compiler available? I was able to get GCC to run, but > apparently ?cc? is not in $PATH. Sure. Take a look at /etc/SETUP on login. The compilers are installed on the build machines only where you can ssh over from login - home is NFS-shared. Best regards -- Dago From ludo at gnu.org Fri Nov 13 10:33:26 2009 From: ludo at gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Date: Fri, 13 Nov 2009 10:33:26 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris In-Reply-To: <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> (Dagobert Michelsen's message of "Fri, 13 Nov 2009 08:51:43 +0100") References: <87r5s3jqyn.fsf@gnu.org> <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> Message-ID: <87zl6qixax.fsf@gnu.org> Hello, Dagobert Michelsen writes: > Sure. I need your intended user name ("ludo"?) and you ssh public key. Yes, ?ludo? would be nice. My SSH key is attached. > OpenCSW has 1.6.7 in the catalog, it would be great if we could > update the package in the process to the current version. The current stable version is 1.8.7 but we?re focusing on the 1.9 development branch which will lead to the 2.0 stable release series in a couple of months. I guess I will check portability issues for both of them, though. > May I mention you together with your project on the new website? > http://www-mockup.opencsw.org/extend-it/signup/to-upstream-maintainers/ Yes. Thanks, Ludo?. -------------- next part -------------- A non-text attachment was scrubbed... Name: id_dsa.pub Type: application/octet-stream Size: 599 bytes Desc: the SSH public key URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: From edwin at clamav.net Fri Nov 13 11:27:08 2009 From: edwin at clamav.net (=?ISO-8859-1?Q?T=F6r=F6k_Edwin?=) Date: Fri, 13 Nov 2009 12:27:08 +0200 Subject: [csw-buildfarm] Request for buildfarm access Message-ID: <4AFD347C.6000401@clamav.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Peter Bonivart told me that we could use the opencsw buildfarm to test ClamAV builds on Solaris 8/9/10 sparc/i386. Attached is my public ssh key. Please tell me how to proceed further. What is the preferred way to do builds? Setting up a cron script, or running a buildbot slave? Best regards, - --Edwin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkr9NHwACgkQtHXmsvVofShsVACeNOn0TP05G2ezZWMXN1opUCpr RNoAn3/mLOJzlHlUxa7dJEEzCqoynrAJ =Tc8A -----END PGP SIGNATURE----- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: id_rsa.pub URL: From ludo at gnu.org Fri Nov 13 14:43:52 2009 From: ludo at gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Date: Fri, 13 Nov 2009 14:43:52 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris In-Reply-To: <69C204B6-20F6-4585-9338-CCE9570475D3@opencsw.org> (Dagobert Michelsen's message of "Fri, 13 Nov 2009 10:47:23 +0100") References: <87r5s3jqyn.fsf@gnu.org> <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> <87zl6qixax.fsf@gnu.org> <69C204B6-20F6-4585-9338-CCE9570475D3@opencsw.org> Message-ID: <87y6mamtev.fsf@gnu.org> Hello Dagobert, Dagobert Michelsen writes: > You should be able to login now with > ludo at login.opencsw.org Yes, it works like a charm, thanks! > Let me know if you need anything else. Is the Sun CC compiler available? I was able to get GCC to run, but apparently ?cc? is not in $PATH. Thanks, Ludo?. From ludo at gnu.org Fri Nov 13 18:05:38 2009 From: ludo at gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Date: Fri, 13 Nov 2009 18:05:38 +0100 Subject: [csw-buildfarm] Porting GNU Guile to Solaris In-Reply-To: <543F30A4-9A73-42F2-81F5-C70E01557C16@opencsw.org> (Dagobert Michelsen's message of "Fri, 13 Nov 2009 14:47:55 +0100") References: <87r5s3jqyn.fsf@gnu.org> <7DED2C0C-0267-4B0C-98B5-79E8318C8A12@opencsw.org> <87zl6qixax.fsf@gnu.org> <69C204B6-20F6-4585-9338-CCE9570475D3@opencsw.org> <87y6mamtev.fsf@gnu.org> <543F30A4-9A73-42F2-81F5-C70E01557C16@opencsw.org> Message-ID: <874ooymk2l.fsf@gnu.org> Hi, Dagobert Michelsen writes: > Sure. Take a look at /etc/SETUP on login. The compilers are installed > on the build machines only where you can ssh over from login - home > is NFS-shared. Right, thanks! Ludo?. From trygvis at opencsw.org Sun Nov 15 19:55:16 2009 From: trygvis at opencsw.org (=?ISO-8859-1?Q?Trygve_Laugst=F8l?=) Date: Sun, 15 Nov 2009 19:55:16 +0100 Subject: [csw-buildfarm] Please install tofrodos Message-ID: <4B004E94.7090304@opencsw.org> Hi I need tofrodos to be installed to be able to build gtkwave. Could you please install it? It probably haven't been released yet but it's in the queue so it has to be installed from testing/. -- Trygve From dam at opencsw.org Sun Nov 15 20:12:58 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 15 Nov 2009 20:12:58 +0100 Subject: [csw-buildfarm] Please install tofrodos In-Reply-To: <4B004E94.7090304@opencsw.org> References: <4B004E94.7090304@opencsw.org> Message-ID: Hi, Am 15.11.2009 um 19:55 schrieb Trygve Laugst?l: > I need tofrodos to be installed to be able to build gtkwave. Could > you please install it? Done. Best regards -- Dago From jgoerzen at opencsw.org Mon Nov 16 01:23:00 2009 From: jgoerzen at opencsw.org (Jake Goerzen) Date: Sun, 15 Nov 2009 16:23:00 -0800 Subject: [csw-buildfarm] update pkgs libsdl libsdl_devel Message-ID: <315c02ae0911151623i65507dacy2d6eec8d1595a9b7@mail.gmail.com> Please update libsdl and libsdl_devel pkgs on the buildfarm. Thanks, Jake From bwalton at opencsw.org Mon Nov 16 01:26:53 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 15 Nov 2009 19:26:53 -0500 Subject: [csw-buildfarm] update pkgs libsdl libsdl_devel In-Reply-To: <315c02ae0911151623i65507dacy2d6eec8d1595a9b7@mail.gmail.com> References: <315c02ae0911151623i65507dacy2d6eec8d1595a9b7@mail.gmail.com> Message-ID: <1258331181-sup-1659@ntdws12.chass.utoronto.ca> Excerpts from Jake Goerzen's message of Sun Nov 15 19:23:00 -0500 2009: > Please update libsdl and libsdl_devel pkgs on the buildfarm. Doing this now. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bonivart at opencsw.org Wed Nov 18 16:49:10 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 18 Nov 2009 16:49:10 +0100 Subject: [csw-buildfarm] Please install gnutls-2.9.9 from testing on build8[xs]t Message-ID: <625385e30911180749n2861ff48tde1d40418a8eb9b8@mail.gmail.com> -- /peter From dam at opencsw.org Wed Nov 18 17:43:40 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 18 Nov 2009 17:43:40 +0100 Subject: [csw-buildfarm] Please install gnutls-2.9.9 from testing on build8[xs]t In-Reply-To: <625385e30911180749n2861ff48tde1d40418a8eb9b8@mail.gmail.com> References: <625385e30911180749n2861ff48tde1d40418a8eb9b8@mail.gmail.com> Message-ID: <5938DF5A-F469-4095-8982-09E9A9191DE5@opencsw.org> Hi Peter, Am 18.11.2009 um 16:49 schrieb Peter Bonivart: > Please install gnutls-2.9.9 from testing on build8[xs]t Doing this now. Please note that 2.9.9 is experimental and will be downgraded to 2.8.x when the changes from the latest version have been backported. Best regards -- Dago From dam at opencsw.org Wed Nov 18 17:40:46 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 18 Nov 2009 17:40:46 +0100 Subject: [csw-buildfarm] Please install gnutls-2.9.9 from testing on build8[xs]t In-Reply-To: <625385e30911180749n2861ff48tde1d40418a8eb9b8@mail.gmail.com> References: <625385e30911180749n2861ff48tde1d40418a8eb9b8@mail.gmail.com> Message-ID: <3CBD58F8-9151-492B-852B-365F133075CB@opencsw.org> Hi Peter, Am 18.11.2009 um 16:49 schrieb Peter Bonivart: > Please install gnutls-2.9.9 from testing on build8[xs]t Doing this now. Best regards -- Dago From skayser at opencsw.org Thu Nov 19 00:01:10 2009 From: skayser at opencsw.org (Sebastian Kayser) Date: Thu, 19 Nov 2009 00:01:10 +0100 Subject: [csw-buildfarm] gmake: warning: Clock skew detected. Your build may be incomplete. Message-ID: <4B047CB6.5050007@opencsw.org> I am working on build8x and build8s mostly and lately there seems to be a time keeping issue. At least i am seeing lots of messages like the following ... gmake: Warning: File `work/solaris8-i386/cookies/global' has modification time 3.3 s in the future ... gmake: warning: Clock skew detected. Your build may be incomplete. ... Looking at the systems, it seems as if the build.s are in sync, whereas the build.x boxes have different notions of "the current time". Could someone please have a look at it? Sebastian From bwalton at opencsw.org Sun Nov 22 15:03:44 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 22 Nov 2009 09:03:44 -0500 Subject: [csw-buildfarm] dilip's ssh access Message-ID: <1258898589-sup-9076@ntdws12.chass.utoronto.ca> I believe I've corrected the problems with Dilip's authorized_keys file. I asked him to ping this list if the problem persists instead of individual people. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From dilipm79 at gmail.com Sun Nov 22 17:55:52 2009 From: dilipm79 at gmail.com (Dilip M) Date: Sun, 22 Nov 2009 22:25:52 +0530 Subject: [csw-buildfarm] Fwd: work verification In-Reply-To: <1258896518-sup-1462@ntdws12.chass.utoronto.ca> References: <1258896518-sup-1462@ntdws12.chass.utoronto.ca> Message-ID: On Sun, Nov 22, 2009 at 6:58 PM, Ben Walton wrote: > Excerpts from Dilip M's message of Sun Nov 22 04:56:03 -0500 2009: > > Hi Dilip, > >> I have problem in logging into login.opencsw.org...informed Philip. > > I think just corrected the problems with your ssh login rights, please try > again and let us know (buildfarm at lists.opencsw.org) if there are further > problems. Yes, it works now :) Thank you very much. Now I have to get by first pkg (tig) built. How to do via SourceForge and GAR. Never done before. A basic intro would help.. Also please add my email to maintainers list. thanks in advance.. -- Dilip From glaw at opencsw.org Sun Nov 22 22:12:01 2009 From: glaw at opencsw.org (Gary Law) Date: Sun, 22 Nov 2009 21:12:01 +0000 Subject: [csw-buildfarm] Fwd: work verification In-Reply-To: References: <1258896518-sup-1462@ntdws12.chass.utoronto.ca> Message-ID: Evenin' all CSWfacter on the buildfarm hosts please. Required for building puppet. Thanks Gary -- glaw at opencsw.org From glaw at opencsw.org Sun Nov 22 22:12:38 2009 From: glaw at opencsw.org (Gary Law) Date: Sun, 22 Nov 2009 21:12:38 +0000 Subject: [csw-buildfarm] CSWfacter Message-ID: Evenin' all CSWfacter on the buildfarm hosts please. Required for building puppet. Thanks Gary -- glaw at opencsw.org From bwalton at opencsw.org Sun Nov 22 22:18:45 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 22 Nov 2009 16:18:45 -0500 Subject: [csw-buildfarm] Fwd: work verification In-Reply-To: References: <1258896518-sup-1462@ntdws12.chass.utoronto.ca> Message-ID: <1258924713-sup-5551@ntdws12.chass.utoronto.ca> Excerpts from Gary Law's message of Sun Nov 22 16:12:01 -0500 2009: > CSWfacter on the buildfarm hosts please. Required for building puppet. Doing this now. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bwalton at opencsw.org Thu Nov 26 03:53:05 2009 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 25 Nov 2009 21:53:05 -0500 Subject: [csw-buildfarm] installing fortune Message-ID: <1259203873-sup-6762@ntdws12.chass.utoronto.ca> Installing CSWfortune as a requirement for logwatch. Is this the final proof that logwatch is dumb? +1 from me. -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From dam at opencsw.org Thu Nov 26 09:33:22 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 26 Nov 2009 09:33:22 +0100 Subject: [csw-buildfarm] installing fortune In-Reply-To: <1259203873-sup-6762@ntdws12.chass.utoronto.ca> References: <1259203873-sup-6762@ntdws12.chass.utoronto.ca> Message-ID: <4FDAE5D0-1171-41B4-8F5F-94212583C3ED@opencsw.org> Hi Ben, Am 26.11.2009 um 03:53 schrieb Ben Walton: > Installing CSWfortune as a requirement for logwatch. Is this the > final proof that logwatch is dumb? +1 from me. Ahhhh, every package depending on fortune is fine art by definition :-) Best regards -- Dago From hson at opencsw.org Thu Nov 26 14:38:27 2009 From: hson at opencsw.org (=?ISO-8859-1?Q?Roger_H=E5kansson?=) Date: Thu, 26 Nov 2009 14:38:27 +0100 Subject: [csw-buildfarm] Problem with latest perl update Message-ID: <4B0E84D3.6030003@opencsw.org> I don't know if anyone else have seen this problem (and have a solution to it), but the latest perl update (installed 24th on build8s) seems to be have broken something, I can no longer package exiftool. First I thought it was something wrong with the new exiftool package, but even the one I released two weeks ago fails to package. ==> Running make install in work/solaris8-sparc/build-isa-sparcv8/Image-ExifTool-8.00 gmake[2]: Entering directory `/home/hson/mgar/pkg/exiftool/trunk/work/solaris8-sparc/build-isa-sparcv8/Image-ExifTool-8.00' Can't coerce array into hash at /opt/csw/share/perl/5.8.8/ExtUtils/Install.pm line 94. gmake[2]: *** [pure_vendor_install] Error 255 Anyone got a workaround/fix for this? From maciej at opencsw.org Mon Nov 30 08:28:45 2009 From: maciej at opencsw.org (Maciej (Matchek) Blizinski) Date: Mon, 30 Nov 2009 07:28:45 +0000 Subject: [csw-buildfarm] [csw-maintainers] Building postgresql-8.4.1 In-Reply-To: <988C113A-0FD5-4D91-B3DE-8174D2620B61@opencsw.org> References: <21F5F93F-2F0E-47AF-8DAA-BE75885BE06A@opencsw.org> <988C113A-0FD5-4D91-B3DE-8174D2620B61@opencsw.org> Message-ID: When running PostgreSQL tests on build8x, I'm getting this error: """This user must also own the server process. The database cluster will be initialized with locale C. The default database encoding has accordingly been set to SQL_ASCII. The default text search configuration will be set to "english". creating directory /home/maciej/src/opencsw/pkg/postgresql/trunk/work/solaris8-i386/build-isa-i386/postgresql-8.4.1/src/test/regress/./tmp_check/data ... ok creating subdirectories ... ok selecting default max_connections ... 10 selecting default shared_buffers ... 400kB creating configuration files ... ok creating template1 database in /home/maciej/src/opencsw/pkg/postgresql/trunk/work/solaris8-i386/build-isa-i386/postgresql-8.4.1/src/test/regress/./tmp_check/data/base/1 ... FATAL: could not create shared memory segment: Invalid argument DETAIL: Failed system call was shmget(key=1, size=1507328, 03600). HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter. You can either reduce the request size or reconfigure the kernel with larger SHMMAX. To reduce the request size (currently 1507328 bytes), reduce PostgreSQL's shared_buffers parameter (currently 50) and/or its max_connections parameter (currently 13). If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for. The PostgreSQL documentation contains more information about shared memory configuration. child process exited with exit code 1 initdb: data directory "/home/maciej/src/opencsw/pkg/postgresql/trunk/work/solaris8-i386/build-isa-i386/postgresql-8.4.1/src/test/regress/./tmp_check/data" not removed at user's request""" On build8s the tests pass just fine. Is it something that buildfarm admins can fix? Maciej From dam at opencsw.org Mon Nov 30 11:27:22 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 30 Nov 2009 11:27:22 +0100 Subject: [csw-buildfarm] [csw-maintainers] Building postgresql-8.4.1 In-Reply-To: References: <21F5F93F-2F0E-47AF-8DAA-BE75885BE06A@opencsw.org> <988C113A-0FD5-4D91-B3DE-8174D2620B61@opencsw.org> Message-ID: Hi Maciej, Am 30.11.2009 um 08:28 schrieb Maciej (Matchek) Blizinski: > When running PostgreSQL tests on build8x, I'm getting this error: > > """This user must also own the server process. > > The database cluster will be initialized with locale C. > The default database encoding has accordingly been set to SQL_ASCII. > The default text search configuration will be set to "english". > > creating directory > /home/maciej/src/opencsw/pkg/postgresql/trunk/work/solaris8-i386/ > build-isa-i386/postgresql-8.4.1/src/test/regress/./tmp_check/data > ... ok > creating subdirectories ... ok > selecting default max_connections ... 10 > selecting default shared_buffers ... 400kB > creating configuration files ... ok > creating template1 database in > /home/maciej/src/opencsw/pkg/postgresql/trunk/work/solaris8-i386/ > build-isa-i386/postgresql-8.4.1/src/test/regress/./tmp_check/data/ > base/1 > ... FATAL: could not create shared memory segment: Invalid argument > DETAIL: Failed system call was shmget(key=1, size=1507328, 03600). > HINT: This error usually means that PostgreSQL's request for a shared > memory segment exceeded your kernel's SHMMAX parameter. You can > either reduce the request size or reconfigure the kernel with larger > SHMMAX. To reduce the request size (currently 1507328 bytes), reduce > PostgreSQL's shared_buffers parameter (currently 50) and/or its > max_connections parameter (currently 13). > If the request size is already small, it's possible that it is > less than your kernel's SHMMIN parameter, in which case raising the > request size or reconfiguring SHMMIN is called for. > The PostgreSQL documentation contains more information about > shared memory configuration. > child process exited with exit code 1 > initdb: data directory > "/home/maciej/src/opencsw/pkg/postgresql/trunk/work/solaris8-i386/ > build-isa-i386/postgresql-8.4.1/src/test/regress/./tmp_check/data" > not removed at user's request""" > > On build8s the tests pass just fine. Is it something that buildfarm > admins can fix? Yes. I need to turn up SHMMAX on build8x and reboot. As I plan to migrate that on the VMware farm I can just install the new one for you to test. Please allow me some more time to finish it. Best regards -- Dago