From dam at opencsw.org Fri May 1 16:18:32 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 1 May 2009 16:18:32 +0200 Subject: [csw-buildfarm] gcc4.3.3 again. In-Reply-To: <49F9E2B8.7090204@opencsw.org> References: <49F9E2B8.7090204@opencsw.org> Message-ID: Hi Mike, Am 30.04.2009 um 19:41 schrieb Mike Watters: > This time I removed all the links and made them real files. > > please install on build8xt Okay: > Installing CSWgcc4ada-4.3.3,REV=2009.04.30 > WARNING: /opt/csw/gcc4/bin/gnative2ascii > ERROR: attribute verification of > failed > unable to create link to isaexec> > ERROR: attribute verification of gnative2ascii> failed > pathname does not exist > unable to create link to > > Installation of partially failed. > Installing CSWgcc4java-4.3.3,REV=2009.04.30 > ERROR: attribute verification of > failed > pathname does not exist > unable to create link to isaexec> > ERROR: attribute verification of gnative2ascii> failed > pathname does not exist > unable to create link to > > Installation of partially failed. Otherwise the install went ok. Best regards -- Dago From mwatters at opencsw.org Fri May 1 18:42:35 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 01 May 2009 11:42:35 -0500 Subject: [csw-buildfarm] gcc4.3.3 again. In-Reply-To: References: <49F9E2B8.7090204@opencsw.org> Message-ID: <49FB267B.6070606@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dagobert Michelsen wrote: > Hi Mike, > > Am 30.04.2009 um 19:41 schrieb Mike Watters: >> This time I removed all the links and made them real files. >> >> please install on build8xt > > Okay: > >> Installing CSWgcc4ada-4.3.3,REV=2009.04.30 >> WARNING: /opt/csw/gcc4/bin/gnative2ascii >> ERROR: attribute verification of failed >> unable to create link to >> ERROR: attribute verification of >> failed >> pathname does not exist >> unable to create link to >> >> Installation of partially failed. > > >> Installing CSWgcc4java-4.3.3,REV=2009.04.30 >> ERROR: attribute verification of failed >> pathname does not exist >> unable to create link to >> ERROR: attribute verification of >> failed >> pathname does not exist >> unable to create link to >> >> Installation of partially failed. > > > > Otherwise the install went ok. > > > Best regards > > -- Dago This error seems to be from cswproto doing odd things to the CSWgcc4ada.prototype and CSWgcc4java.prototype files when the multi-package recipe includes the same file in more then one package. CSWgcc4java should contain the gnative2ascii file, the dynamic prototype definition I have for ada contains .*/gcc4/bin/gnat.* the prototype for both packages then contain the following: l none /opt/csw/gcc4/bin/gnative2ascii=/opt/csw/bin/isaexec=/opt/csw/bin/isaexec 0755 root bin I am looking for a way to "exclude" gnative2ascii from the CSWgcc4ada package. PROTOTYPE_FILTER = awk '$$$$3 ~ /gnative2ascii$$$$/ { next } \ $$$$3 !~ /gnative2ascii$$$$/ { print }' would remove it from "all" of the packages. I tried PROTOTYPE_FILTER_CSWgcc4ada = ... but that didn't work. I can fix the extra isaexec but I don't want the file in both pacakges. any suggestions? for reference the gnat.* files for ada /opt/csw/gcc4/bin/gnat /opt/csw/gcc4/bin/gnatbind /opt/csw/gcc4/bin/gnatbl /opt/csw/gcc4/bin/gnatchop /opt/csw/gcc4/bin/gnatclean /opt/csw/gcc4/bin/gnatfind /opt/csw/gcc4/bin/gnatkr /opt/csw/gcc4/bin/gnatlink /opt/csw/gcc4/bin/gnatls /opt/csw/gcc4/bin/gnatmake /opt/csw/gcc4/bin/gnatname /opt/csw/gcc4/bin/gnatprep /opt/csw/gcc4/bin/gnatxref - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn7JnsACgkQLrhmsXMSLxeI7gCgmT/7reK9Ho60a8fLDMPKnb7b cHYAn2XaGP1oSdGHxkZLNOFkrBa3hO6B =rW4v -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri May 1 20:16:11 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 01 May 2009 13:16:11 -0500 Subject: [csw-buildfarm] gcc4.3.3 again. In-Reply-To: <49FB267B.6070606@opencsw.org> References: <49F9E2B8.7090204@opencsw.org> <49FB267B.6070606@opencsw.org> Message-ID: <49FB3C6B.9020006@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike Watters wrote: > Dagobert Michelsen wrote: >> Hi Mike, > >> Am 30.04.2009 um 19:41 schrieb Mike Watters: >>> This time I removed all the links and made them real files. >>> >>> please install on build8xt >> Okay: > >>> Installing CSWgcc4ada-4.3.3,REV=2009.04.30 >>> WARNING: /opt/csw/gcc4/bin/gnative2ascii >>> ERROR: attribute verification of failed >>> unable to create link to >>> ERROR: attribute verification of >>> failed >>> pathname does not exist >>> unable to create link to >>> >>> Installation of partially failed. > >>> Installing CSWgcc4java-4.3.3,REV=2009.04.30 >>> ERROR: attribute verification of failed >>> pathname does not exist >>> unable to create link to >>> ERROR: attribute verification of >>> failed >>> pathname does not exist >>> unable to create link to >>> >>> Installation of partially failed. > > >> Otherwise the install went ok. > > >> Best regards > >> -- Dago > > This error seems to be from cswproto doing odd things to the > CSWgcc4ada.prototype and CSWgcc4java.prototype files when the > multi-package recipe includes the same file in more then one package. > > CSWgcc4java should contain the gnative2ascii file, > the dynamic prototype definition I have for ada contains .*/gcc4/bin/gnat.* > > the prototype for both packages then contain the following: > l none > /opt/csw/gcc4/bin/gnative2ascii=/opt/csw/bin/isaexec=/opt/csw/bin/isaexec 0755 > root bin > > I am looking for a way to "exclude" gnative2ascii from the CSWgcc4ada package. > > PROTOTYPE_FILTER = awk '$$$$3 ~ /gnative2ascii$$$$/ { next } \ > $$$$3 !~ /gnative2ascii$$$$/ { print }' > would remove it from "all" of the packages. > > I tried PROTOTYPE_FILTER_CSWgcc4ada = ... but that didn't work. > I can fix the extra isaexec but I don't want the file in both pacakges. > any suggestions? > > for reference the gnat.* files for ada > /opt/csw/gcc4/bin/gnat > /opt/csw/gcc4/bin/gnatbind > /opt/csw/gcc4/bin/gnatbl > /opt/csw/gcc4/bin/gnatchop > /opt/csw/gcc4/bin/gnatclean > /opt/csw/gcc4/bin/gnatfind > /opt/csw/gcc4/bin/gnatkr > /opt/csw/gcc4/bin/gnatlink > /opt/csw/gcc4/bin/gnatls > /opt/csw/gcc4/bin/gnatmake > /opt/csw/gcc4/bin/gnatname > /opt/csw/gcc4/bin/gnatprep > /opt/csw/gcc4/bin/gnatxref > _______________________________________________ buildfarm mailing list buildfarm at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/buildfarm Nevermind on the cswproto problem, it was a problem in my merge. I had gnative2ascii defined twice in ISAEXEC_FILES after a few hundred versions of regex patterns I finally got one that seems to filter gnative2ascii from ada but leave everything else in tact. - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn7PGsACgkQLrhmsXMSLxfxagCgnBxzVMzqHrSaWiY+R6y1pb52 6HQAoMy1XdzrjFXRe4GjOZgaGuSJz+jO =9UgO -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri May 1 22:44:29 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 01 May 2009 15:44:29 -0500 Subject: [csw-buildfarm] gcc4.3.3 one last time ** I Hope ** Message-ID: <49FB5F2D.4080207@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 please install on build8xt - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iQEcBAEBAgAGBQJJ+14bAAoJEHTWxTF0Zlm/h94IAIOaGGXs2MRcqJ2SSX+XSFvn DDbCJfYZO6WduD8pIWRGieiCdfaxCArjBSYqBTkYb8GRWcjDd8Pv86udkK4+Skh9 rWhMynPHRz4tzq4qKmcbvDnbVQaQ0QB4p9v9zsQhjADr50X9HFcP9XLRTwjfMRTn RqFDgNMPxow2lyehDf6a4WqYg/uKzVWBPFWJNnqXuqwAijm5n+YKQy+r2DHtNcHE p7Ehsav2q7GtcpQ1AEsbByBfNojYMvNqV5pElQSdj1ErnHHbjySK16tIx5tfJmCd XIsJur6dMmtg0UNlS1xVokhCHW0KCGEd1yz6Py9Nsrho9aySpco7wlYSsCwgwsI= =5HXf -----END PGP SIGNATURE----- -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist From dam at opencsw.org Fri May 1 22:56:33 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 1 May 2009 22:56:33 +0200 Subject: [csw-buildfarm] gcc4.3.3 one last time ** I Hope ** In-Reply-To: <49FB5F2D.4080207@opencsw.org> References: <49FB5F2D.4080207@opencsw.org> Message-ID: <04E53D6D-1B97-427E-AE60-6ABF751BB60E@opencsw.org> Hi Mike, Am 01.05.2009 um 22:44 schrieb Mike Watters: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > please install on build8xt Doing this now. I go to bed now and let you know tomorrow. Best regards -- Dago From mwatters at opencsw.org Fri May 1 22:57:09 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 01 May 2009 15:57:09 -0500 Subject: [csw-buildfarm] gcc4.3.3 one last time ** I Hope ** In-Reply-To: <04E53D6D-1B97-427E-AE60-6ABF751BB60E@opencsw.org> References: <49FB5F2D.4080207@opencsw.org> <04E53D6D-1B97-427E-AE60-6ABF751BB60E@opencsw.org> Message-ID: <49FB6225.3060309@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dagobert Michelsen wrote: > Hi Mike, > > Am 01.05.2009 um 22:44 schrieb Mike Watters: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> please install on build8xt > > Doing this now. I go to bed now and let you know tomorrow. > > > Best regards > > -- Dago thank you! - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkn7YiUACgkQLrhmsXMSLxc91gCg1rMf6e3Iixcnuy9wWEQOIg2t vg8An0FRxDqYogNe99vuTmAFS7sIliEE =T15e -----END PGP SIGNATURE----- From dam at opencsw.org Fri May 1 23:40:15 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 1 May 2009 23:40:15 +0200 Subject: [csw-buildfarm] gcc4.3.3 one last time ** I Hope ** In-Reply-To: <49FB6225.3060309@opencsw.org> References: <49FB5F2D.4080207@opencsw.org> <04E53D6D-1B97-427E-AE60-6ABF751BB60E@opencsw.org> <49FB6225.3060309@opencsw.org> Message-ID: Hi Mike, Am 01.05.2009 um 22:57 schrieb Mike Watters: > Dagobert Michelsen wrote: >> Hi Mike, >> >> Am 01.05.2009 um 22:44 schrieb Mike Watters: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> please install on build8xt >> >> Doing this now. I go to bed now and let you know tomorrow. >> > > thank you! I was too excited to sleep. The installation went without errors this time!! :-) > Removing old version of CSWgcc4corert > > Removal of was successful. > Installing CSWgcc4corert-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4g++rt > > Removal of was successful. > Installing CSWgcc4g++rt-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4core > > Removal of was successful. > Installing CSWgcc4core-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4objcrt > > Removal of was successful. > Installing CSWgcc4objcrt-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4gfortranrt > > Removal of was successful. > Installing CSWgcc4gfortranrt-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4adart > > Removal of was successful. > Installing CSWgcc4adart-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4g++ > > Removal of was successful. > Installing CSWgcc4g++-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4javart > > Removal of was successful. > Installing CSWgcc4javart-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4objc > > Removal of was successful. > Installing CSWgcc4objc-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4gfortran > > Removal of was successful. > Installing CSWgcc4gfortran-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4ada > > Removal of was successful. > Installing CSWgcc4ada-4.3.3,REV=2009.05.01 > > Installation of was successful. > Removing old version of CSWgcc4java > > Removal of was successful. > Installing CSWgcc4java-4.3.3,REV=2009.05.01 > > Installation of was successful. I hope to have some time in the near future to really fix this hardlink/packagesplit-problem. Best regards -- Dago From mwatters at opencsw.org Fri May 1 23:41:23 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 01 May 2009 16:41:23 -0500 Subject: [csw-buildfarm] gcc4.3.3 one last time ** I Hope ** In-Reply-To: References: <49FB5F2D.4080207@opencsw.org> <04E53D6D-1B97-427E-AE60-6ABF751BB60E@opencsw.org> <49FB6225.3060309@opencsw.org> Message-ID: <49FB6C83.8070106@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dagobert Michelsen wrote: > Hi Mike, > > Am 01.05.2009 um 22:57 schrieb Mike Watters: >> Dagobert Michelsen wrote: >>> Hi Mike, >>> >>> Am 01.05.2009 um 22:44 schrieb Mike Watters: >>> >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> please install on build8xt >>> >>> Doing this now. I go to bed now and let you know tomorrow. >>> >> >> thank you! > > I was too excited to sleep. The installation went without errors > this time!! :-) > > >> Removing old version of CSWgcc4corert >> >> Removal of was successful. >> Installing CSWgcc4corert-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4g++rt >> >> Removal of was successful. >> Installing CSWgcc4g++rt-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4core >> >> Removal of was successful. >> Installing CSWgcc4core-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4objcrt >> >> Removal of was successful. >> Installing CSWgcc4objcrt-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4gfortranrt >> >> Removal of was successful. >> Installing CSWgcc4gfortranrt-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4adart >> >> Removal of was successful. >> Installing CSWgcc4adart-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4g++ >> >> Removal of was successful. >> Installing CSWgcc4g++-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4javart >> >> Removal of was successful. >> Installing CSWgcc4javart-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4objc >> >> Removal of was successful. >> Installing CSWgcc4objc-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4gfortran >> >> Removal of was successful. >> Installing CSWgcc4gfortran-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4ada >> >> Removal of was successful. >> Installing CSWgcc4ada-4.3.3,REV=2009.05.01 >> >> Installation of was successful. >> Removing old version of CSWgcc4java >> >> Removal of was successful. >> Installing CSWgcc4java-4.3.3,REV=2009.05.01 >> >> Installation of was successful. > > > > I hope to have some time in the near future to really fix this > hardlink/packagesplit-problem. > > > Best regards > > -- Dago hip hip hurray - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkn7bIMACgkQLrhmsXMSLxe0BgCdExObNwVAOlGwyY/bc8IRf/i4 ZBkAoJU4ycwceel8jY7u3nxosQ4ofU4v =Q6B7 -----END PGP SIGNATURE----- From bwalton at opencsw.org Sat May 2 02:37:08 2009 From: bwalton at opencsw.org (Ben Walton) Date: Fri, 01 May 2009 20:37:08 -0400 Subject: [csw-buildfarm] gcc4.3.3 one last time ** I Hope ** In-Reply-To: <49FB6C83.8070106@opencsw.org> References: <49FB5F2D.4080207@opencsw.org> <04E53D6D-1B97-427E-AE60-6ABF751BB60E@opencsw.org> <49FB6225.3060309@opencsw.org> <49FB6C83.8070106@opencsw.org> Message-ID: <1241224582-sup-6786@ntdws12.chass.utoronto.ca> Excerpts from Mike Watters's message of Fri May 01 17:41:23 -0400 2009: > > I was too excited to sleep. The installation went without errors > > this time!! :-) > > hip hip hurray Congrats Mike! Pour yourself a nice cold beer! -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 mwatters at opencsw.org Sat May 2 22:31:50 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sat, 02 May 2009 15:31:50 -0500 Subject: [csw-buildfarm] gcc4.3.3 install on build8xt Message-ID: <49FCADB6.20006@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I believe I have the isaexec problem fixed. - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkn8rbYACgkQLrhmsXMSLxcuGQCcCDKCVzpJ/8A3T819pm6F4C7w mkcAn30HCCQRdcokQivJw/IDjUW6jI4J =OSls -----END PGP SIGNATURE----- From bwalton at opencsw.org Sun May 3 02:53:16 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 02 May 2009 20:53:16 -0400 Subject: [csw-buildfarm] gcc4.3.3 install on build8xt In-Reply-To: <49FCADB6.20006@opencsw.org> References: <49FCADB6.20006@opencsw.org> Message-ID: <1241311401-sup-806@ntdws12.chass.utoronto.ca> Excerpts from Mike Watters's message of Sat May 02 16:31:50 -0400 2009: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I believe I have the isaexec problem fixed. 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 Sun May 3 03:47:01 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 02 May 2009 21:47:01 -0400 Subject: [csw-buildfarm] gcc4.3.3 install on build8xt In-Reply-To: <49FCADB6.20006@opencsw.org> References: <49FCADB6.20006@opencsw.org> Message-ID: <1241313439-sup-7966@ntdws12.chass.utoronto.ca> There are some overlapping header files and a few stray .la~ files. No isaexec issues though. -Ben gcc4objc - GNU Objective C Compiler (i386) 4.3.3,REV=2009.05.02 http://mirrors.kernel.org/gnu/gcc//gcc-4.3.3/ packaged for CSW by Mike Watters ## Processing package information. ## Processing system information. 15 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. The following files are already installed on the system and are being used by another package: /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/NXConstStr.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/Object.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/Protocol.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/encoding.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/hash.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/objc-api.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/objc-decls.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/objc-list.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/objc.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/sarray.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/thr.h /opt/csw/gcc4/lib/gcc/i386-pc-solaris2.8/4.3.3/include/objc/typedstream.h -- 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 mwatters at opencsw.org Sun May 3 05:53:56 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sat, 02 May 2009 22:53:56 -0500 Subject: [csw-buildfarm] ISAEXEC problems on build8xt In-Reply-To: <1241313439-sup-7966@ntdws12.chass.utoronto.ca> References: <49FCADB6.20006@opencsw.org> <1241313439-sup-7966@ntdws12.chass.utoronto.ca> Message-ID: <49FD1554.1020504@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am not sure what happened, I think one of my old packages broke isaexec. It appears that /opt/csw/bin/isaexec "is" /opt/csw/gcc4/bin/gnat please fix isaexec and do a re-install of gcc4ada to make sure my package is not over writing it. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mwatters at build8xt:~ $ ls -li /opt/csw/bin/isaexec 711792 -rwxr-xr-x 41 root bin 1523532 Apr 5 05:29 /opt/csw/bin/isaexec ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mwatters at build8xt:~ $ /opt/csw/bin/isaexec GNAT 4.3.3 Copyright 1996-2007, Free Software Foundation, Inc. List of available commands gnat bind gnatbind gnat chop gnatchop gnat clean gnatclean gnat compile gnatmake -f -u -c gnat check gnatcheck gnat elim gnatelim gnat find gnatfind gnat krunch gnatkr gnat link gnatlink gnat list gnatls gnat make gnatmake gnat metric gnatmetric gnat name gnatname gnat preprocess gnatprep gnat pretty gnatpp gnat stack gnatstack gnat stub gnatstub gnat xref gnatxref Commands find, list, metric, pretty, stack, stub and xref accept project file switches -vPx, -Pprj and -Xnam=val - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn9FVQACgkQLrhmsXMSLxe7ywCeL1c94JBB0zQVJfpauPYUeFpw 9PgAmwaktiS28E2pUVbNgrrD9Nt2LfEB =zJq9 -----END PGP SIGNATURE----- From bwalton at opencsw.org Sun May 3 14:54:44 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 03 May 2009 08:54:44 -0400 Subject: [csw-buildfarm] ISAEXEC problems on build8xt In-Reply-To: <49FD1554.1020504@opencsw.org> References: <49FCADB6.20006@opencsw.org> <1241313439-sup-7966@ntdws12.chass.utoronto.ca> <49FD1554.1020504@opencsw.org> Message-ID: <1241355222-sup-9629@ntdws12.chass.utoronto.ca> Excerpts from Mike Watters's message of Sat May 02 23:53:56 -0400 2009: Ok, isaexec reinstalled and verified; gcc4ada reinstall, isaexec verified. Both processes were error free. -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 mwatters at opencsw.org Sun May 3 15:30:49 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 03 May 2009 08:30:49 -0500 Subject: [csw-buildfarm] ISAEXEC problems on build8xt In-Reply-To: <1241355222-sup-9629@ntdws12.chass.utoronto.ca> References: <49FCADB6.20006@opencsw.org> <1241313439-sup-7966@ntdws12.chass.utoronto.ca> <49FD1554.1020504@opencsw.org> <1241355222-sup-9629@ntdws12.chass.utoronto.ca> Message-ID: <49FD9C89.4070500@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ben Walton wrote: > Excerpts from Mike Watters's message of Sat May 02 23:53:56 -0400 2009: > > Ok, isaexec reinstalled and verified; gcc4ada reinstall, isaexec > verified. Both processes were error free. > > -Ben well, I guess everything using /opt/csw/bin/isaexec needs re-installed.... all the hard links are wrong ;) the Packages currently installed on build8xt using CSWisaexec are: $ grep isaexec /var/sadm/pkg/CSW*/install/depend | \ awk -F '/' '{print $5}' |sort |uniq grep: /var/sadm/pkg/CSWlibgadu/install/depend: Permission denied grep: /var/sadm/pkg/CSWmeanwhile/install/depend: Permission denied grep: /var/sadm/pkg/CSWsilctoolkit/install/depend: Permission denied CSWaudiofile CSWbzip2 CSWfconfig CSWflac CSWgcc4ada CSWgcc4adart CSWgcc4core CSWgcc4corert CSWgcc4g++ CSWgcc4g++rt CSWgcc4gfortran CSWgcc4gfortranrt CSWgcc4java CSWgcc4javart CSWgcc4objc CSWgcc4objcrt CSWgnupg CSWgzip CSWlibntlm CSWlibpq CSWlibtasn1 CSWlsof CSWmysql5 CSWpcre CSWpcrert CSWpostgresql CSWrsync CSWsetoolkit CSWtop CSWxmlstarlet - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn9nH4ACgkQLrhmsXMSLxdKUACgve9FoyGkIIyTWBCd+qR2OTZE V14An1DNfzEtf6+fbcCSvkNJuiixGAhF =mKIb -----END PGP SIGNATURE----- From dam at opencsw.org Sun May 3 15:47:09 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 3 May 2009 15:47:09 +0200 Subject: [csw-buildfarm] ISAEXEC problems on build8xt In-Reply-To: <49FD9C89.4070500@opencsw.org> References: <49FCADB6.20006@opencsw.org> <1241313439-sup-7966@ntdws12.chass.utoronto.ca> <49FD1554.1020504@opencsw.org> <1241355222-sup-9629@ntdws12.chass.utoronto.ca> <49FD9C89.4070500@opencsw.org> Message-ID: <895F09BF-6E59-4633-A355-A5F3EBB60B34@opencsw.org> Hi Mike, Am 03.05.2009 um 15:30 schrieb Mike Watters: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ben Walton wrote: >> Excerpts from Mike Watters's message of Sat May 02 23:53:56 -0400 >> 2009: >> >> Ok, isaexec reinstalled and verified; gcc4ada reinstall, isaexec >> verified. Both processes were error free. >> >> -Ben > > well, I guess everything using /opt/csw/bin/isaexec needs re- > installed.... > all the hard links are wrong ;) > > the Packages currently installed on build8xt using CSWisaexec are: > > $ grep isaexec /var/sadm/pkg/CSW*/install/depend | \ > awk -F '/' '{print $5}' |sort |uniq > > > grep: /var/sadm/pkg/CSWlibgadu/install/depend: Permission denied > grep: /var/sadm/pkg/CSWmeanwhile/install/depend: Permission denied > grep: /var/sadm/pkg/CSWsilctoolkit/install/depend: Permission denied > CSWaudiofile > CSWbzip2 > CSWfconfig > CSWflac > CSWgcc4ada > CSWgcc4adart > CSWgcc4core > CSWgcc4corert > CSWgcc4g++ > CSWgcc4g++rt > CSWgcc4gfortran > CSWgcc4gfortranrt > CSWgcc4java > CSWgcc4javart > CSWgcc4objc > CSWgcc4objcrt > CSWgnupg > CSWgzip > CSWlibntlm > CSWlibpq > CSWlibtasn1 > CSWlsof > CSWmysql5 > CSWpcre > CSWpcrert > CSWpostgresql > CSWrsync > CSWsetoolkit > CSWtop > CSWxmlstarlet You should be able to login to build8xt from login now with ssh root at build8xt ;-) Best regards -- Dago From mwatters at opencsw.org Sun May 3 15:50:22 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 03 May 2009 08:50:22 -0500 Subject: [csw-buildfarm] Fixing build8xt isaexec packages Message-ID: <49FDA11E.3040100@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am re-installing the following packages on build8xt: CSWaudiofile CSWbzip2 CSWfconfig CSWflac CSWgcc4ada CSWgcc4adart CSWgcc4core CSWgcc4corert CSWgcc4g++ CSWgcc4g++rt CSWgcc4gfortran CSWgcc4gfortranrt CSWgcc4java CSWgcc4javart CSWgcc4objc CSWgcc4objcrt CSWgnupg CSWgzip CSWlibntlm CSWlibpq CSWlibtasn1 CSWlsof CSWmysql5 CSWpcre CSWpcrert CSWpostgresql CSWrsync CSWsetoolkit CSWtop CSWxmlstarlet I will let you know when complete ;) - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn9oR4ACgkQLrhmsXMSLxcYagCeIFprYQDzW2vnJJKPGmSsES2L MYQAn3JUHP1uSdIyrAPONCn8Q21bBnqA =B0HQ -----END PGP SIGNATURE----- From mwatters at opencsw.org Sun May 3 17:25:39 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 03 May 2009 10:25:39 -0500 Subject: [csw-buildfarm] [csw-maintainers] Fixing build8xt isaexec packages In-Reply-To: <49FDA11E.3040100@opencsw.org> References: <49FDA11E.3040100@opencsw.org> Message-ID: <49FDB773.3010709@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike Watters wrote: > I am re-installing the following packages on build8xt: > CSWaudiofile > CSWbzip2 > CSWfconfig > CSWflac > CSWgcc4ada > CSWgcc4adart > CSWgcc4core > CSWgcc4corert > CSWgcc4g++ > CSWgcc4g++rt > CSWgcc4gfortran > CSWgcc4gfortranrt > CSWgcc4java > CSWgcc4javart > CSWgcc4objc > CSWgcc4objcrt > CSWgnupg > CSWgzip > CSWlibntlm > CSWlibpq > CSWlibtasn1 > CSWlsof > CSWmysql5 > CSWpcre > CSWpcrert > CSWpostgresql > CSWrsync > CSWsetoolkit > CSWtop > CSWxmlstarlet > > I will let you know when complete ;) > > _______________________________________________ maintainers mailing list maintainers at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/maintainers All packages re-installed, no version changes on any packages. on a side note. gcc4.3.3 is WORKING CORRECTLY on build8xt. - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn9t3MACgkQLrhmsXMSLxd+ZACgzxy+PiPGn+t90iJ2TvGpLXsl Ts8AnAj0D+Kt2uIJAdCZ9ZH7CEwmnjVr =8h5N -----END PGP SIGNATURE----- From pfelecan at opencsw.org Wed May 6 15:11:27 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Wed, 06 May 2009 15:11:27 +0200 Subject: [csw-buildfarm] installation of texinfo requested for build8x Message-ID: build8x misses the texinfo package; it's not the case for build8s! -- Peter From dam at opencsw.org Wed May 6 15:15:30 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 6 May 2009 15:15:30 +0200 Subject: [csw-buildfarm] installation of texinfo requested for build8x In-Reply-To: References: Message-ID: <7010C511-8AC4-4F58-9666-25F6352CB899@opencsw.org> Hi Peter, Am 06.05.2009 um 15:11 schrieb Peter FELECAN: > build8x misses the texinfo package; it's not the case for build8s! Done. Best regards -- Dago From Darin.Perusich at cognigencorp.com Wed May 6 15:27:42 2009 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Wed, 06 May 2009 09:27:42 -0400 Subject: [csw-buildfarm] copy package to www:/home/newpkgs Message-ID: <4A01904E.9090908@cognigencorp.com> I'm being prompted for a password when I try and login to www to copy a package to /home/newpkgs. Can someone fix this please? -- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 Phone: 716-633-3463 Email: darinper at cognigencorp.com From dam at opencsw.org Thu May 7 19:38:52 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 7 May 2009 19:38:52 +0200 Subject: [csw-buildfarm] Updating all build servers Message-ID: Hi, I am updating all build servers to current/ now. Please stand by. Best regards -- Dago From dam at opencsw.org Thu May 7 19:46:10 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 7 May 2009 19:46:10 +0200 Subject: [csw-buildfarm] [csw-maintainers] Updating all build servers In-Reply-To: References: Message-ID: <7B37DE1C-7314-44D5-BD67-0DF274573165@opencsw.org> Hi, Am 07.05.2009 um 19:38 schrieb Dagobert Michelsen: > I am updating all build servers to current/ now. Please stand by. Please note: this includes Subversion. Your local repository will be updated when you next access it with the new svn 1.6 client. Best regards -- Dago From mwatters at opencsw.org Mon May 11 03:09:58 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 10 May 2009 20:09:58 -0500 Subject: [csw-buildfarm] GCC 4.3.3 Released Message-ID: <4A077AE6.8050403@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Please upgrade the buildfarm - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkoHeuYACgkQLrhmsXMSLxdSQQCgz+VSUWu4+wjQeNK/r0mNXj+6 sPcAniRKG8pBvYxx5iAtKOuO/myzy2wt =+a7v -----END PGP SIGNATURE----- From dam at opencsw.org Mon May 11 03:48:07 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 03:48:07 +0200 Subject: [csw-buildfarm] GCC 4.3.3 Released In-Reply-To: <4A077AE6.8050403@opencsw.org> References: <4A077AE6.8050403@opencsw.org> Message-ID: <88573DF3-3423-49F9-B3B5-DFE18252B26E@opencsw.org> Hi, Am 11.05.2009 um 03:09 schrieb Mike Watters: > Please upgrade the buildfarm All buildservers are upgraded to current/ now. Please stand by. This include GCC :-) Best regards -- Dago From dam at opencsw.org Mon May 11 05:25:06 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 05:25:06 +0200 Subject: [csw-buildfarm] [csw-maintainers] GCC 4.3.3 Released In-Reply-To: <88573DF3-3423-49F9-B3B5-DFE18252B26E@opencsw.org> References: <4A077AE6.8050403@opencsw.org> <88573DF3-3423-49F9-B3B5-DFE18252B26E@opencsw.org> Message-ID: <8E3F475C-2A34-4AE1-906B-652DFCF1E2E7@opencsw.org> Hi, Am 11.05.2009 um 03:48 schrieb Dagobert Michelsen: > Am 11.05.2009 um 03:09 schrieb Mike Watters: >> Please upgrade the buildfarm > > All buildservers are upgraded to current/ now. Please stand by. > This include GCC :-) Done. This excludes build8st and build8xt. Best regards -- Dago From pfelecan at opencsw.org Mon May 11 12:35:27 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Mon, 11 May 2009 12:35:27 +0200 Subject: [csw-buildfarm] installation request for plotutil packages Message-ID: Please install on the build stack the following packages: plotutil_rt plotutil_devel TIA -- Peter From dam at opencsw.org Mon May 11 12:50:53 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 12:50:53 +0200 Subject: [csw-buildfarm] installation request for plotutil packages In-Reply-To: References: Message-ID: <33A4897A-C8C6-44B0-BF30-1402AEE9FCBC@opencsw.org> Hi, Am 11.05.2009 um 12:35 schrieb Peter FELECAN: > Please install on the build stack the following packages: > > plotutil_rt > plotutil_devel Doing this now. Best regards -- Dago From dam at opencsw.org Mon May 11 13:12:08 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 13:12:08 +0200 Subject: [csw-buildfarm] installation request for plotutil packages In-Reply-To: <33A4897A-C8C6-44B0-BF30-1402AEE9FCBC@opencsw.org> References: <33A4897A-C8C6-44B0-BF30-1402AEE9FCBC@opencsw.org> Message-ID: <944BBBAE-7569-46F4-B24A-5CEE06A57219@opencsw.org> Hi, Am 11.05.2009 um 12:50 schrieb Dagobert Michelsen: > Am 11.05.2009 um 12:35 schrieb Peter FELECAN: >> Please install on the build stack the following packages: >> >> plotutil_rt >> plotutil_devel > > Doing this now. Done. Best regards -- Dago From ihsan at opencsw.org Mon May 11 14:19:11 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Mon, 11 May 2009 14:19:11 +0200 Subject: [csw-buildfarm] [Fwd: Re: [csw-maintainers] X11, Cairo, Pango and GTK+] Message-ID: <4A0817BF.4090102@opencsw.org> -- ihsan at dogan.ch http://blog.dogan.ch/ -------------- next part -------------- An embedded message was scrubbed... From: Ihsan Dogan Subject: Re: [csw-maintainers] X11, Cairo, Pango and GTK+ Date: Mon, 11 May 2009 14:18:46 +0200 Size: 5734 URL: From dam at opencsw.org Mon May 11 14:30:47 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 14:30:47 +0200 Subject: [csw-buildfarm] [Fwd: Re: [csw-maintainers] X11, Cairo, Pango and GTK+] In-Reply-To: <4A0817BF.4090102@opencsw.org> References: <4A0817BF.4090102@opencsw.org> Message-ID: Hi, Am 11.05.2009 um 14:19 schrieb Ihsan Dogan: > Could you please install the new rrdtool on the test machines? > http://mirror.opencsw.org/testing/rrdtool-1.3.7,REV=2009.05.11-SunOS5.8-i386-CSW.pkg.gz > http://mirror.opencsw.org/testing/rrdtool-1.3.7,REV=2009.05.11-SunOS5.8-sparc-CSW.pkg.gz Done. Please note that the current pango/cairo is on build8st only, as there is no build10xt for x86 packages yet. Best regards -- Dago From ihsan at opencsw.org Mon May 11 14:41:25 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Mon, 11 May 2009 14:41:25 +0200 Subject: [csw-buildfarm] [Fwd: Re: [csw-maintainers] X11, Cairo, Pango and GTK+] In-Reply-To: References: <4A0817BF.4090102@opencsw.org> Message-ID: <4A081CF5.10200@opencsw.org> Am 11.5.2009 14:30 Uhr, Dagobert Michelsen schrieb: >> Could you please install the new rrdtool on the test machines? >> http://mirror.opencsw.org/testing/rrdtool-1.3.7,REV=2009.05.11-SunOS5.8-i386-CSW.pkg.gz >> >> http://mirror.opencsw.org/testing/rrdtool-1.3.7,REV=2009.05.11-SunOS5.8-sparc-CSW.pkg.gz >> > > Done. Please note that the current pango/cairo is on build8st only, as > there is no > build10xt for x86 packages yet. Thank you Dago. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From mwatters at opencsw.org Mon May 11 17:08:20 2009 From: mwatters at opencsw.org (Mike Watters) Date: Mon, 11 May 2009 10:08:20 -0500 Subject: [csw-buildfarm] please install libffi on build8xt build8st Message-ID: <4A083F64.60005@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoIP2QACgkQLrhmsXMSLxchFwCgnfqR2EPxKizSrkqtyY933VdU qLMAnivF2o/ZHCllJMmBfYm1goJCumg9 =EEYJ -----END PGP SIGNATURE----- From dam at opencsw.org Mon May 11 17:17:28 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 17:17:28 +0200 Subject: [csw-buildfarm] please install libffi on build8xt build8st In-Reply-To: <4A083F64.60005@opencsw.org> References: <4A083F64.60005@opencsw.org> Message-ID: Hi Mike, Am 11.05.2009 um 17:08 schrieb Mike Watters: > please install libffi on build8xt build8st Do you mean gcc4java? BTW, there are .la-files in it :-( Best regards -- Dago From dam at opencsw.org Mon May 11 17:26:09 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 17:26:09 +0200 Subject: [csw-buildfarm] [csw-users] libffi now in testing In-Reply-To: <4A083F37.8090404@opencsw.org> References: <4A083F37.8090404@opencsw.org> Message-ID: Hi Mike, Am 11.05.2009 um 17:07 schrieb Mike Watters: > this should allow python's ctypes module to be built ;) > and may help some other packages be built with studio rather then gcc Ah, this one. Doing it now, Best regards -- Dago From dam at opencsw.org Mon May 11 18:57:49 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 18:57:49 +0200 Subject: [csw-buildfarm] nginx pacakge In-Reply-To: <200905112051.25116.ai@vsu.ru> References: <200905112051.25116.ai@vsu.ru> Message-ID: Hi Andy, Am 11.05.2009 um 18:51 schrieb Andy Igoshin: > after reading message below i was confused. > do i use cswclassutils in my package? > if yes do i use it in a right way? It looks ok to me. The classutils are documented here: Phil, what did you have in mind posting this? Best regards -- Dago > ---------- Forwarded Message ---------- > > Subject: Re: nginx pacakge > Date: Mon of May 11 2009 > From: Andy Igoshin > To: Philip Brown > > On Mon of May 11 2009 19:38:38 you wrote: >> On Mon, May 11, 2009 at 06:41:43PM +0400, Andy Igoshin wrote: >>>>> - nginx package supports both init.d and SMF. >>>> >>>> thats why we have cswclassutils. So that one package, can >>>> transparently >>>> support both, depending on what kind of system it is installed to. >>> >>> it is already done. >> >> what do you mean by that? you already use it, or "the package is >> already >> made"? >> The second, is no excuse to not redo it a better way :-) >> >> I see that you did not use cswclassutils. >> >> Please redo (both) packages, to use cswclassutils smf support, >> instead of >> the way you do it now? >> >> It is beneficial both because it makes your package layout simpler, >> AND >> also because we can add extra feature to the common cswclassutils >> package >> later on, without you having to redo the package every time. >> >>> solaris 8/9 does not have 'event port' at all. >>> >>> nginx built on solaris 10 can use select, poll, devpoll, event port. >>> >>> nginx built on solaris 8/9 can use only select, poll, devpoll. >> >> very well... i hate doing it, but i will accept separate packages >> for sol8 >> and sol10. >> >> please redo to use cswclassutils, though. > > CSWnginx.gspec: > ----------------------------------------------------------------- > %var bitname nginx > %var pkgname CSWnginx > %include url file://%{PKGLIB}/csw_dyndepend.gspec > %include url file://%{PKGLIB}/smf_enabled.gspec > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > %var SERVICE_CONF_FILES /opt/csw/etc/nginx/nginx.conf > /opt/csw/etc/nginx/fastcgi_params /opt/csw/etc/nginx/mime.types > %var RC_INIT_SCRIPT cswnginx > %var INIT_KILL_PRIO 16 > %var INIT_START_PRIO 90 > %var CAN_BE_AUTOENABLED no > %copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE > ----------------------------------------------------------------- > > i thought using of such file CSWnginx.gspec in such form > means using of cswclassutils. if it is not correct could you > please give me an example of using cswclassutils in some package? From dam at opencsw.org Mon May 11 19:00:53 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 11 May 2009 19:00:53 +0200 Subject: [csw-buildfarm] Fwd: nginx pacakge References: Message-ID: <8E9AF002-6C8F-4F7C-8555-781C71DFCE9B@opencsw.org> Hi Andy, Am 11.05.2009 um 18:51 schrieb Andy Igoshin: > after reading message below i was confused. > do i use cswclassutils in my package? > if yes do i use it in a right way? It looks ok to me. The classutils are documented here: Phil, what did you have in mind posting this? Best regards -- Dago > ---------- Forwarded Message ---------- > > Subject: Re: nginx pacakge > Date: Mon of May 11 2009 > From: Andy Igoshin > To: Philip Brown > > On Mon of May 11 2009 19:38:38 you wrote: >> On Mon, May 11, 2009 at 06:41:43PM +0400, Andy Igoshin wrote: >>>>> - nginx package supports both init.d and SMF. >>>> >>>> thats why we have cswclassutils. So that one package, can >>>> transparently >>>> support both, depending on what kind of system it is installed to. >>> >>> it is already done. >> >> what do you mean by that? you already use it, or "the package is >> already >> made"? >> The second, is no excuse to not redo it a better way :-) >> >> I see that you did not use cswclassutils. >> >> Please redo (both) packages, to use cswclassutils smf support, >> instead of >> the way you do it now? >> >> It is beneficial both because it makes your package layout simpler, >> AND >> also because we can add extra feature to the common cswclassutils >> package >> later on, without you having to redo the package every time. >> >>> solaris 8/9 does not have 'event port' at all. >>> >>> nginx built on solaris 10 can use select, poll, devpoll, event port. >>> >>> nginx built on solaris 8/9 can use only select, poll, devpoll. >> >> very well... i hate doing it, but i will accept separate packages >> for sol8 >> and sol10. >> >> please redo to use cswclassutils, though. > > CSWnginx.gspec: > ----------------------------------------------------------------- > %var bitname nginx > %var pkgname CSWnginx > %include url file://%{PKGLIB}/csw_dyndepend.gspec > %include url file://%{PKGLIB}/smf_enabled.gspec > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > %var SERVICE_CONF_FILES /opt/csw/etc/nginx/nginx.conf > /opt/csw/etc/nginx/fastcgi_params /opt/csw/etc/nginx/mime.types > %var RC_INIT_SCRIPT cswnginx > %var INIT_KILL_PRIO 16 > %var INIT_START_PRIO 90 > %var CAN_BE_AUTOENABLED no > %copyright url file://%{WORKSRC_FIRSTMOD}/LICENSE > ----------------------------------------------------------------- > > i thought using of such file CSWnginx.gspec in such form > means using of cswclassutils. if it is not correct could you > please give me an example of using cswclassutils in some package? From ellson at research.att.com Tue May 12 20:14:06 2009 From: ellson at research.att.com (John Ellson) Date: Tue, 12 May 2009 14:14:06 -0400 Subject: [csw-buildfarm] request for swig on build hosts Message-ID: <4A09BC6E.7050308@research.att.com> Would it be possible for swig to be installed on the opencsw build hosts? Graphviz uses swig to build its language bindings. John From dam at opencsw.org Tue May 12 21:41:27 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 12 May 2009 21:41:27 +0200 Subject: [csw-buildfarm] request for swig on build hosts In-Reply-To: <4A09BC6E.7050308@research.att.com> References: <4A09BC6E.7050308@research.att.com> Message-ID: <537D6130-D4CF-4428-908F-45B9FB0B1583@opencsw.org> Hi, Am 12.05.2009 um 20:14 schrieb John Ellson: > Would it be possible for swig to be installed on the opencsw build > hosts? > > Graphviz uses swig to build its language bindings. Doing this now. Best regards -- Dago From dam at opencsw.org Tue May 12 22:56:45 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 12 May 2009 22:56:45 +0200 Subject: [csw-buildfarm] request for swig on build hosts In-Reply-To: <537D6130-D4CF-4428-908F-45B9FB0B1583@opencsw.org> References: <4A09BC6E.7050308@research.att.com> <537D6130-D4CF-4428-908F-45B9FB0B1583@opencsw.org> Message-ID: <4D258474-8C2A-4E88-8FD6-DF3D7A0E4589@opencsw.org> Hi, Am 12.05.2009 um 21:41 schrieb Dagobert Michelsen: > Am 12.05.2009 um 20:14 schrieb John Ellson: >> Would it be possible for swig to be installed on the opencsw build >> hosts? >> >> Graphviz uses swig to build its language bindings. > > Doing this now. Done. Best regards -- Dago From ihsan at opencsw.org Wed May 13 00:15:35 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Wed, 13 May 2009 00:15:35 +0200 Subject: [csw-buildfarm] ldns Message-ID: <4A09F507.7020508@opencsw.org> Hello, Could you please install ldns on the build servers? http://www.opencsw.org/packages/ldns Thanks. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From bwalton at opencsw.org Wed May 13 02:06:51 2009 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 12 May 2009 20:06:51 -0400 Subject: [csw-buildfarm] ldns In-Reply-To: <4A09F507.7020508@opencsw.org> References: <4A09F507.7020508@opencsw.org> Message-ID: <1242173195-sup-148@ntdws12.chass.utoronto.ca> Excerpts from Ihsan Dogan's message of Tue May 12 18:15:35 -0400 2009: > Could you please install ldns on the build servers? > http://www.opencsw.org/packages/ldns 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 Wed May 13 02:10:51 2009 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 12 May 2009 20:10:51 -0400 Subject: [csw-buildfarm] ldns In-Reply-To: <4A09F507.7020508@opencsw.org> References: <4A09F507.7020508@opencsw.org> Message-ID: <1242173423-sup-6623@ntdws12.chass.utoronto.ca> Excerpts from Ihsan Dogan's message of Tue May 12 18:15:35 -0400 2009: > Could you please install ldns on the build servers? > http://www.opencsw.org/packages/ldns ...when the mirror catches up. The mirror I use has it, so it shouldn't be too long. -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 ihsan at opencsw.org Wed May 13 08:18:34 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Wed, 13 May 2009 08:18:34 +0200 Subject: [csw-buildfarm] ldns In-Reply-To: <1242173423-sup-6623@ntdws12.chass.utoronto.ca> References: <4A09F507.7020508@opencsw.org> <1242173423-sup-6623@ntdws12.chass.utoronto.ca> Message-ID: <4A0A663A.5050103@opencsw.org> Good morning Ben, Am 13.5.2009 2:10 Uhr, Ben Walton schrieb: >> Could you please install ldns on the build servers? >> http://www.opencsw.org/packages/ldns > ...when the mirror catches up. The mirror I use has it, so it > shouldn't be too long. Mirrors should be in sync now. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From dam at opencsw.org Wed May 13 10:28:53 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 13 May 2009 10:28:53 +0200 Subject: [csw-buildfarm] ldns In-Reply-To: <4A0A663A.5050103@opencsw.org> References: <4A09F507.7020508@opencsw.org> <1242173423-sup-6623@ntdws12.chass.utoronto.ca> <4A0A663A.5050103@opencsw.org> Message-ID: <43C41237-6473-4032-A3AC-9010769012E5@opencsw.org> Hallo Ihsan, Am 13.05.2009 um 08:18 schrieb Ihsan Dogan: > Am 13.5.2009 2:10 Uhr, Ben Walton schrieb: >>> Could you please install ldns on the build servers? >>> http://www.opencsw.org/packages/ldns >> ...when the mirror catches up. The mirror I use has it, so it >> shouldn't be too long. > > Mirrors should be in sync now. Done. Best regards -- Dago From pfelecan at opencsw.org Wed May 13 11:21:25 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Wed, 13 May 2009 11:21:25 +0200 Subject: [csw-buildfarm] request to install pstoedit packages Message-ID: Please install the following packages on the build farm: pstoedit pstoedit_devel TIA -- Peter From ihsan at opencsw.org Wed May 13 11:32:24 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Wed, 13 May 2009 11:32:24 +0200 Subject: [csw-buildfarm] ldns In-Reply-To: <43C41237-6473-4032-A3AC-9010769012E5@opencsw.org> References: <4A09F507.7020508@opencsw.org> <1242173423-sup-6623@ntdws12.chass.utoronto.ca> <4A0A663A.5050103@opencsw.org> <43C41237-6473-4032-A3AC-9010769012E5@opencsw.org> Message-ID: <4A0A93A8.2030805@opencsw.org> Am 13.5.2009 10:28 Uhr, Dagobert Michelsen schrieb: >>>> Could you please install ldns on the build servers? >>>> http://www.opencsw.org/packages/ldns >>> ...when the mirror catches up. The mirror I use has it, so it >>> shouldn't be too long. >> >> Mirrors should be in sync now. > > Done. Thanks Dago. Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From dam at opencsw.org Wed May 13 11:41:48 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 13 May 2009 11:41:48 +0200 Subject: [csw-buildfarm] request to install pstoedit packages In-Reply-To: References: Message-ID: <1A159D42-48DE-4EC6-B674-238B93262D1D@opencsw.org> Hi Peter, Am 13.05.2009 um 11:21 schrieb Peter FELECAN: > Please install the following packages on the build farm: > > pstoedit > pstoedit_devel Done. Best regards -- Dago From mwatters at opencsw.org Wed May 13 18:11:25 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 13 May 2009 11:11:25 -0500 Subject: [csw-buildfarm] Please install libmcal on the buildfarm Message-ID: <4A0AF12D.60902@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need it to compile php4_mcal extension - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkoK8S0ACgkQLrhmsXMSLxd5CwCgwlA7ecJLdfUw2mDu1/eFEFh/ ndAAoKIVYrXCEEdKVRYwZNsMeb/BTfnu =XCO7 -----END PGP SIGNATURE----- From phil at bolthole.com Wed May 13 19:50:28 2009 From: phil at bolthole.com (Philip Brown) Date: Wed, 13 May 2009 10:50:28 -0700 Subject: [csw-buildfarm] opensp_devel Message-ID: <20090513175027.GL41179@bolthole.com> please install opensp_devel on build machines From bwalton at opencsw.org Wed May 13 19:59:03 2009 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 13 May 2009 13:59:03 -0400 Subject: [csw-buildfarm] opensp_devel In-Reply-To: <20090513175027.GL41179@bolthole.com> References: <20090513175027.GL41179@bolthole.com> Message-ID: <1242237531-sup-3024@ntdws12.chass.utoronto.ca> Excerpts from Philip Brown's message of Wed May 13 13:50:28 -0400 2009: > please install opensp_devel on build machines 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 Wed May 13 20:23:46 2009 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 13 May 2009 14:23:46 -0400 Subject: [csw-buildfarm] Please install libmcal on the buildfarm In-Reply-To: <4A0AF12D.60902@opencsw.org> References: <4A0AF12D.60902@opencsw.org> Message-ID: <1242238525-sup-8967@ntdws12.chass.utoronto.ca> Excerpts from Mike Watters's message of Wed May 13 12:11:25 -0400 2009: > I need it to compile php4_mcal extension 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 mwatters at opencsw.org Sat May 16 06:41:55 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 15 May 2009 23:41:55 -0500 Subject: [csw-buildfarm] pkease install libffi on the buildfarm Message-ID: <4A0E4413.209@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://www.opencsw.org/packages/libffi - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iEYEARECAAYFAkoORBMACgkQLrhmsXMSLxc4MACfQvriVDU3S3YGw7mzo4xy0k97 mZ8AoNVZjW0nnl7WqBK66/jgPzw4aX2P =rq2T -----END PGP SIGNATURE----- From bwalton at opencsw.org Sat May 16 16:56:41 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 16 May 2009 10:56:41 -0400 Subject: [csw-buildfarm] pkease install libffi on the buildfarm In-Reply-To: <4A0E4413.209@opencsw.org> References: <4A0E4413.209@opencsw.org> Message-ID: <1242485784-sup-1012@ntdws12.chass.utoronto.ca> Excerpts from Mike Watters's message of Sat May 16 00:41:55 -0400 2009: > http://www.opencsw.org/packages/libffi 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 pfelecan at opencsw.org Wed May 20 09:26:39 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Wed, 20 May 2009 09:26:39 +0200 Subject: [csw-buildfarm] request for libdvdread packages installation Message-ID: Please install libdvdread_devel package on the build stack. TIA -- Peter From dam at opencsw.org Wed May 20 09:55:02 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 20 May 2009 09:55:02 +0200 Subject: [csw-buildfarm] request for libdvdread packages installation In-Reply-To: References: Message-ID: Hi Peter, Am 20.05.2009 um 09:26 schrieb Peter FELECAN: > Please install libdvdread_devel package on the build stack. Done. Best regards -- Dago From pfelecan at opencsw.org Wed May 20 14:19:04 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Wed, 20 May 2009 14:19:04 +0200 Subject: [csw-buildfarm] request for vte package installation Message-ID: Please install vte package on the build stack. TIA -- Peter From bwalton at opencsw.org Wed May 20 14:59:58 2009 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 20 May 2009 08:59:58 -0400 Subject: [csw-buildfarm] request for vte package installation In-Reply-To: References: Message-ID: <1242824387-sup-8557@ntdws12.chass.utoronto.ca> Excerpts from Peter FELECAN's message of Wed May 20 08:19:04 -0400 2009: > Please install vte package on the build stack. 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 Wed May 20 15:03:18 2009 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 20 May 2009 09:03:18 -0400 Subject: [csw-buildfarm] request for vte package installation In-Reply-To: <1242824387-sup-8557@ntdws12.chass.utoronto.ca> References: <1242824387-sup-8557@ntdws12.chass.utoronto.ca> Message-ID: <1242824555-sup-2752@ntdws12.chass.utoronto.ca> Excerpts from Ben Walton's message of Wed May 20 08:59:58 -0400 2009: > Doing this now. Done, except for build10x. Dago, that box is asking for a password. Has the NFS mount failed so it can't see my ssh keys? 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 pfelecan at opencsw.org Wed May 20 15:27:38 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Wed, 20 May 2009 15:27:38 +0200 Subject: [csw-buildfarm] request for vte package installation In-Reply-To: <1242824555-sup-2752@ntdws12.chass.utoronto.ca> (Ben Walton's message of "Wed\, 20 May 2009 09\:03\:18 -0400") References: <1242824387-sup-8557@ntdws12.chass.utoronto.ca> <1242824555-sup-2752@ntdws12.chass.utoronto.ca> Message-ID: Ben Walton writes: > Excerpts from Ben Walton's message of Wed May 20 08:59:58 -0400 2009: >> Doing this now. Tx > Done, except for build10x. Dago, that box is asking for a password. > Has the NFS mount failed so it can't see my ssh keys? BTW, build8s and build8x has changed ssh keys? Not that I cannot connect. -- Peter FELECAN mailto:pfelecan at acm.org From pfelecan at opencsw.org Wed May 20 15:33:33 2009 From: pfelecan at opencsw.org (Peter FELECAN) Date: Wed, 20 May 2009 15:33:33 +0200 Subject: [csw-buildfarm] request for id2lib and cswutils packages installation Message-ID: Please install id3lib package on the build stack and upgrade cswutils (the installed version is not the last release) TIA -- Peter From dam at opencsw.org Wed May 20 15:48:46 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 20 May 2009 15:48:46 +0200 Subject: [csw-buildfarm] Update to the buildfarm In-Reply-To: <1242824555-sup-2752@ntdws12.chass.utoronto.ca> References: <1242824387-sup-8557@ntdws12.chass.utoronto.ca> <1242824555-sup-2752@ntdws12.chass.utoronto.ca> Message-ID: Hi, Am 20.05.2009 um 15:03 schrieb Ben Walton: > Done, except for build10x. Dago, that box is asking for a password. > Has the NFS mount failed so it can't see my ssh keys? I setup DNS for the farm and this was a NFSv4 issue. I switched back to NFSv3 in the meantime. The other hosts shouldn't be affected as they either use lofs or don't speak NFSv4. Additionally, I distributed an updated global ssh_known_hosts on all build machines so ssh'ing between all machines without password should now be possible. The reason for the change is an update to GAR which allows full parallel builds (if you are curious you can take a look at gar/v2-pbuild). For the moment multitail is missing on the farm to watch the different builds, but that should be resolved when Sebastian releases it to current/. Best regards -- Dago From dam at opencsw.org Wed May 20 15:50:47 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 20 May 2009 15:50:47 +0200 Subject: [csw-buildfarm] request for id2lib and cswutils packages installation In-Reply-To: References: Message-ID: <49E75A88-F160-4B2E-B983-C9A99F4341FB@opencsw.org> Hi, Am 20.05.2009 um 15:33 schrieb Peter FELECAN: > Please install id3lib package on the build stack and upgrade cswutils > (the installed version is not the last release) Doing this now. Best regards -- Dago From dam at opencsw.org Wed May 20 16:07:36 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 20 May 2009 16:07:36 +0200 Subject: [csw-buildfarm] request for id2lib and cswutils packages installation In-Reply-To: <49E75A88-F160-4B2E-B983-C9A99F4341FB@opencsw.org> References: <49E75A88-F160-4B2E-B983-C9A99F4341FB@opencsw.org> Message-ID: <6D1E92DE-F33C-4B42-8D0D-D0AC1E0E5907@opencsw.org> Hi, Am 20.05.2009 um 15:50 schrieb Dagobert Michelsen: > Am 20.05.2009 um 15:33 schrieb Peter FELECAN: >> Please install id3lib package on the build stack and upgrade cswutils >> (the installed version is not the last release) > > Doing this now. Done. vte has been updated on all machines also. Best regards -- Dago From dam at opencsw.org Thu May 21 19:05:05 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 21 May 2009 19:05:05 +0200 Subject: [csw-buildfarm] [csw-maintainers] Howto package applications that use cmake? In-Reply-To: <4A1560B9.3070201@opencsw.org> References: <4A1547E6.7050704@opencsw.org> <4A155D54.20806@opencsw.org> <4A1560B9.3070201@opencsw.org> Message-ID: <88803155-5C85-4DA4-878D-50BB942274C0@opencsw.org> Hi, Am 21.05.2009 um 16:10 schrieb John Ellson: >> Send a request to buildfarm at lists.opencsw.org requesting the >> install of cmake >> on the build farm. > > Will do. cmake is now being installed on all farm servers. Best regards -- Dago From ellson at opencsw.org Thu May 21 16:16:41 2009 From: ellson at opencsw.org (John Ellson) Date: Thu, 21 May 2009 10:16:41 -0400 Subject: [csw-buildfarm] Request for "cmake" and "gls" on the build hosts: Message-ID: <4A156249.9050301@opencsw.org> I want to package libLASi, which uses cmake. Could you install cmake on the build hosts? Also, I really miss "ls --color=auto". Could you install gls on the build hosts? (not sure where it comes from). John From mwatters at opencsw.org Tue May 26 18:35:46 2009 From: mwatters at opencsw.org (Mike Watters) Date: Tue, 26 May 2009 11:35:46 -0500 Subject: [csw-buildfarm] Request for "cmake" and "gls" on the build hosts: In-Reply-To: <4A156249.9050301@opencsw.org> References: <4A156249.9050301@opencsw.org> Message-ID: <4A1C1A62.4080001@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 John Ellson wrote: > I want to package libLASi, which uses cmake. Could you install cmake > on the build hosts? > > Also, I really miss "ls --color=auto". Could you install gls on the > build hosts? (not sure where it comes from). > > John > _______________________________________________ > buildfarm mailing list > buildfarm at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/buildfarm /opt/csw/bin/gls - -- Thanks, Mike "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." * Albert Einstein 1879 - 1955 US German-born Theoretical Physicist -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (SunOS) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEUEARECAAYFAkocGmIACgkQLrhmsXMSLxdr/ACYmP69zuMQGhfmjhLp6v4lMZee EQCeIubOOjsXDUihI8vgM5eI+Zlvv0s= =2ckK -----END PGP SIGNATURE----- From dam at opencsw.org Tue May 26 18:48:26 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 26 May 2009 18:48:26 +0200 Subject: [csw-buildfarm] Request for "cmake" and "gls" on the build hosts: In-Reply-To: <4A1C1A62.4080001@opencsw.org> References: <4A156249.9050301@opencsw.org> <4A1C1A62.4080001@opencsw.org> Message-ID: <1E942DFF-4D39-4A56-815F-A63D77B717D3@opencsw.org> Hi, Am 26.05.2009 um 18:35 schrieb Mike Watters: > John Ellson wrote: >> I want to package libLASi, which uses cmake. Could you install >> cmake >> on the build hosts? >> >> Also, I really miss "ls --color=auto". Could you install gls on >> the >> build hosts? (not sure where it comes from). >> >> John >> _______________________________________________ >> buildfarm mailing list >> buildfarm at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/buildfarm > > /opt/csw/bin/gls Yes. It is part of CSWgfile (fileutils). BTW, everything has been installed as requested. Best regards -- Dago From ellson at opencsw.org Tue May 26 18:43:27 2009 From: ellson at opencsw.org (John Ellson) Date: Tue, 26 May 2009 12:43:27 -0400 Subject: [csw-buildfarm] Request for "cmake" and "gls" on the build hosts: In-Reply-To: <4A1C1A62.4080001@opencsw.org> References: <4A156249.9050301@opencsw.org> <4A1C1A62.4080001@opencsw.org> Message-ID: <4A1C1C2F.10701@opencsw.org> Mike Watters wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > John Ellson wrote: > >> I want to package libLASi, which uses cmake. Could you install cmake >> on the build hosts? >> >> Also, I really miss "ls --color=auto". Could you install gls on the >> build hosts? (not sure where it comes from). >> >> John >> _______________________________________________ >> buildfarm mailing list >> buildfarm at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/buildfarm >> > > /opt/csw/bin/gls > Yes, of course, once installed. I meant I didn't know what package provides it. Its there now. I'm happy :) John From bwalton at opencsw.org Wed May 27 20:01:29 2009 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 27 May 2009 14:01:29 -0400 Subject: [csw-buildfarm] [csw-maintainers] findutils and its database on the farm In-Reply-To: References: Message-ID: <1243447269-sup-6062@ntdws12.chass.utoronto.ca> Excerpts from Maciej (Matchek) Blizinski's message of Wed May 27 10:55:10 -0400 2009: > Would it be possible to get findutils (glocate) installed on the farm > and have the file database up to date? 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.