From buildfarm at lists.opencsw.org Wed Dec 2 17:44:55 2015 From: buildfarm at lists.opencsw.org (Steve Morgan (stevmorg) via buildfarm) Date: Wed, 2 Dec 2015 16:44:55 +0000 Subject: Shell access to Solaris/Sparc for ClamAV problem determination In-Reply-To: <7CEC8102-556C-4A5D-98E0-A3653D1AA00E@opencsw.org> References: <86102f6f421545a2a1fb17816befa098@XCH-ALN-017.cisco.com> <2F6F40B5-2570-4B39-9AC0-FF074057D6A1@opencsw.org> <1448384128759.74156@cisco.com> <7CEC8102-556C-4A5D-98E0-A3653D1AA00E@opencsw.org> Message-ID: Hi Dago, Mickey tells me that she is unable to build ClamAV on the OpenCSW farm because the OpenSSL version is too old. I believe we need OpenSSL >= 0.9.8. Since I know you are building ClamAV, can you advise us on where we could get this configuration? Thanks, Steve -----Original Message----- From: Dagobert Michelsen [mailto:dam at opencsw.org] Sent: Tuesday, November 24, 2015 12:08 PM To: Mickey Sola (micksola) Cc: Steve Morgan (stevmorg); buildfarm Subject: Re: Shell access to Solaris/Sparc for ClamAV problem determination Hi Mickey, Am 24.11.2015 um 17:57 schrieb Mickey Sola (micksola) : > Hi Dago, > > Thanks for the quick response! > > For the username, "msola" works fine, and I've provided the public key below. You should be able to login now with ssh msola at login.opencsw.org Make sure to read /etc/SETUP. Just let me know if you need anything. Best regards - Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From buildfarm at lists.opencsw.org Thu Dec 3 10:20:39 2015 From: buildfarm at lists.opencsw.org (Dagobert Michelsen via buildfarm) Date: Thu, 3 Dec 2015 10:20:39 +0100 Subject: Shell access to Solaris/Sparc for ClamAV problem determination In-Reply-To: References: <86102f6f421545a2a1fb17816befa098@XCH-ALN-017.cisco.com> <2F6F40B5-2570-4B39-9AC0-FF074057D6A1@opencsw.org> <1448384128759.74156@cisco.com> <7CEC8102-556C-4A5D-98E0-A3653D1AA00E@opencsw.org> Message-ID: <4A20BFA2-96A2-4999-97F1-94806835FF05@opencsw.org> Hi Steve, Am 02.12.2015 um 17:44 schrieb Steve Morgan (stevmorg) : > Mickey tells me that she is unable to build ClamAV on the OpenCSW farm because the OpenSSL version is too old. I believe we need OpenSSL >= 0.9.8. Since I know you are building ClamAV, can you advise us on where we could get this configuration? Sure: https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/clamav/trunk/Makefile As Jan said you may want to set specific linker pathes etc. as described in the manual: https://www.opencsw.org/manual/for-developers/index.html Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 203 bytes Desc: Message signed with OpenPGP using GPGMail URL: From buildfarm at lists.opencsw.org Fri Dec 11 14:44:42 2015 From: buildfarm at lists.opencsw.org (Dagobert Michelsen via buildfarm) Date: Fri, 11 Dec 2015 14:44:42 +0100 Subject: Update to GCC5 on buildfarm Message-ID: <7531787E-5087-4AAD-9B96-AAD04C0331D9@opencsw.org> Hi folks, I just updated GCC to 5.2.0 on unstable10* and unstable11*. For smooth support please also update your copy of GAR to accomodate for automatic builds with GCC5 with ?mgar up?. As always: if you encounter something suspicious just let me know. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 203 bytes Desc: Message signed with OpenPGP using GPGMail URL: From buildfarm at lists.opencsw.org Thu Dec 17 22:09:30 2015 From: buildfarm at lists.opencsw.org (rupert THURNER via buildfarm) Date: Thu, 17 Dec 2015 22:09:30 +0100 Subject: mercurial, gcc-4.9 error Message-ID: hi, when building the new version of mercurial i get the error creating build/temp.solaris-2.10-i86pc.32bit-2.7 creating build/temp.solaris-2.10-i86pc.32bit-2.7/mercurial /opt/csw/bin/gcc-4.9 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -m32 -march=pentiumpro -I/opt/csw/include -fPIC -I/opt/csw/include/python2.7 -c mercurial/base85.c -o build/temp.solaris-2.10-i86pc.32bit-2.7/mercurial/base85.o unable to execute '/opt/csw/bin/gcc-4.9': No such file or directory error: command '/opt/csw/bin/gcc-4.9' failed with exit status 1 /home/rupert/opencsw/.buildsys/v2/gar//gar.lib.mk:919: recipe for target 'build-work/solaris10-i386/build-isa-pentium_pro-python_version-2_7/mercurial-3.6.2/setup.py' failed gmake[1]: *** [build-work/solaris10-i386/build-isa-pentium_pro-python_version-2_7/mercurial-3.6.2/setup.py] Error 1 gmake[1]: Leaving directory '/home/rupert/opencsw/mercurial/trunk' gar/gar.mk:198: recipe for target 'merge-isa-pentium_pro-python_version-2_7' failed gmake: *** [merge-isa-pentium_pro-python_version-2_7] Error 2 i did not change anything in the makefile but the version, did a "mgar up" on unstable10x. what is different, resp where should i build now? i saw gcc-5.2 is there, but the makefile does not contain any reference to any gcc. best, rupert From buildfarm at lists.opencsw.org Fri Dec 18 09:29:17 2015 From: buildfarm at lists.opencsw.org (Dagobert Michelsen via buildfarm) Date: Fri, 18 Dec 2015 09:29:17 +0100 Subject: mercurial, gcc-4.9 error In-Reply-To: References: Message-ID: <0708F50C-88A3-4E72-9E95-8924B4F83B5D@opencsw.org> Hi Rupert, Am 17.12.2015 um 22:09 schrieb rupert THURNER via buildfarm : > when building the new version of mercurial i get the error > > creating build/temp.solaris-2.10-i86pc.32bit-2.7 > creating build/temp.solaris-2.10-i86pc.32bit-2.7/mercurial > /opt/csw/bin/gcc-4.9 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 > -pipe -m32 -march=pentiumpro -I/opt/csw/include -fPIC > -I/opt/csw/include/python2.7 -c mercurial/base85.c -o > build/temp.solaris-2.10-i86pc.32bit-2.7/mercurial/base85.o > unable to execute '/opt/csw/bin/gcc-4.9': No such file or directory > error: command '/opt/csw/bin/gcc-4.9' failed with exit status 1 > /home/rupert/opencsw/.buildsys/v2/gar//gar.lib.mk:919: recipe for > target 'build-work/solaris10-i386/build-isa-pentium_pro-python_version-2_7/mercurial-3.6.2/setup.py' > failed > gmake[1]: *** [build-work/solaris10-i386/build-isa-pentium_pro-python_version-2_7/mercurial-3.6.2/setup.py] > Error 1 > gmake[1]: Leaving directory '/home/rupert/opencsw/mercurial/trunk' > gar/gar.mk:198: recipe for target > 'merge-isa-pentium_pro-python_version-2_7' failed > gmake: *** [merge-isa-pentium_pro-python_version-2_7] Error 2 > > i did not change anything in the makefile but the version, did a "mgar > up" on unstable10x. > > what is different, resp where should i build now? i saw gcc-5.2 is > there, but the makefile does not contain any reference to any gcc. You need to investigate where the reference to gcc-4.9 comes from. ?mgar up? should have changed the GAR defaults to use gcc-5.2 now. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 203 bytes Desc: Message signed with OpenPGP using GPGMail URL: From buildfarm at lists.opencsw.org Fri Dec 18 09:55:16 2015 From: buildfarm at lists.opencsw.org (Jan Holzhueter via buildfarm) Date: Fri, 18 Dec 2015 09:55:16 +0100 Subject: Early Christmas for the buildfarm. (Includes Downtime) Message-ID: <5673C9F4.3060505@opencsw.org> Hi, we have arranged an early Christmas for the buildfarm. As we have moved all Solaris 11 stuff off to the m3000, we can get rid of the ldom layer now. This will give a us free Disk slot for an SDD for an l2arc. For that I have to take down the buildfarm of cause. I will start with in an hour or so. So if you have some long build running that is about to finish let me know :) Sorry for the inconvenience but it will be worth it :) Greetings Jan From buildfarm at lists.opencsw.org Fri Dec 18 13:15:58 2015 From: buildfarm at lists.opencsw.org (Jan Holzhueter via buildfarm) Date: Fri, 18 Dec 2015 13:15:58 +0100 Subject: Early Christmas for the buildfarm. (Includes Downtime) In-Reply-To: <5673C9F4.3060505@opencsw.org> References: <5673C9F4.3060505@opencsw.org> Message-ID: <5673F8FE.8070406@opencsw.org> Hi, farm is back to normal. Greetings Jan Am 18.12.15 um 09:55 schrieb Jan Holzhueter: > Hi, > we have arranged an early Christmas for the buildfarm. > As we have moved all Solaris 11 stuff off to the m3000, we can get rid > of the ldom layer now. This will give a us free Disk slot for an SDD for > an l2arc. > > For that I have to take down the buildfarm of cause. > I will start with in an hour or so. > So if you have some long build running that is about to finish let me > know :) > > Sorry for the inconvenience but it will be worth it :) > > Greetings > Jan > From buildfarm at lists.opencsw.org Fri Dec 18 14:37:01 2015 From: buildfarm at lists.opencsw.org (Riccardo Mottola via buildfarm) Date: Fri, 18 Dec 2015 14:37:01 +0100 Subject: Early Christmas for the buildfarm. (Includes Downtime) In-Reply-To: <5673F8FE.8070406@opencsw.org> References: <5673C9F4.3060505@opencsw.org> <5673F8FE.8070406@opencsw.org> Message-ID: <56740BFD.9090005@opencsw.org> Hi, Jan Holzhueter wrote: > farm is back to normal. thanks for the effort, Jan Riccardo From buildfarm at lists.opencsw.org Sat Dec 19 10:54:55 2015 From: buildfarm at lists.opencsw.org (rupert THURNER via buildfarm) Date: Sat, 19 Dec 2015 10:54:55 +0100 Subject: mercurial, gcc-4.9 error In-Reply-To: <0708F50C-88A3-4E72-9E95-8924B4F83B5D@opencsw.org> References: <0708F50C-88A3-4E72-9E95-8924B4F83B5D@opencsw.org> Message-ID: maciej, can it be that setup.py resp distutils uses the compiler it was built with? what flags or environment you are using currently to build your python stuff? best, rupert On Fri, Dec 18, 2015 at 9:29 AM, Dagobert Michelsen wrote: > Hi Rupert, > > Am 17.12.2015 um 22:09 schrieb rupert THURNER via buildfarm : >> when building the new version of mercurial i get the error >> >> creating build/temp.solaris-2.10-i86pc.32bit-2.7 >> creating build/temp.solaris-2.10-i86pc.32bit-2.7/mercurial >> /opt/csw/bin/gcc-4.9 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 >> -pipe -m32 -march=pentiumpro -I/opt/csw/include -fPIC >> -I/opt/csw/include/python2.7 -c mercurial/base85.c -o >> build/temp.solaris-2.10-i86pc.32bit-2.7/mercurial/base85.o >> unable to execute '/opt/csw/bin/gcc-4.9': No such file or directory >> error: command '/opt/csw/bin/gcc-4.9' failed with exit status 1 >> /home/rupert/opencsw/.buildsys/v2/gar//gar.lib.mk:919: recipe for >> target 'build-work/solaris10-i386/build-isa-pentium_pro-python_version-2_7/mercurial-3.6.2/setup.py' >> failed >> gmake[1]: *** [build-work/solaris10-i386/build-isa-pentium_pro-python_version-2_7/mercurial-3.6.2/setup.py] >> Error 1 >> gmake[1]: Leaving directory '/home/rupert/opencsw/mercurial/trunk' >> gar/gar.mk:198: recipe for target >> 'merge-isa-pentium_pro-python_version-2_7' failed >> gmake: *** [merge-isa-pentium_pro-python_version-2_7] Error 2 >> >> i did not change anything in the makefile but the version, did a "mgar >> up" on unstable10x. >> >> what is different, resp where should i build now? i saw gcc-5.2 is >> there, but the makefile does not contain any reference to any gcc. > > You need to investigate where the reference to gcc-4.9 comes from. > ?mgar up? should have changed the GAR defaults to use gcc-5.2 now. > > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > From buildfarm at lists.opencsw.org Tue Dec 22 14:55:52 2015 From: buildfarm at lists.opencsw.org (Riccardo Mottola via buildfarm) Date: Tue, 22 Dec 2015 14:55:52 +0100 Subject: install new gnustep-make packages Message-ID: <56795668.7010305@opencsw.org> Hi, I forgot to write to the proper list. I'd need these packages installed on 9s-9x-10s-10x gnustep_make-2.6.7,REV=2015.12.20-SunOS5.10-i386-CSW.pkg.gz gnustep_make-2.6.7,REV=2015.12.20-SunOS5.10-sparc-CSW.pkg.gz gnustep_make-2.6.7,REV=2015.12.20-SunOS5.9-i386-CSW.pkg.gz gnustep_make-2.6.7,REV=2015.12.20-SunOS5.9-sparc-CSW.pkg.gz Thank you. Riccardo From buildfarm at lists.opencsw.org Wed Dec 30 21:59:59 2015 From: buildfarm at lists.opencsw.org (rupert THURNER via buildfarm) Date: Wed, 30 Dec 2015 21:59:59 +0100 Subject: login to build farm not possible Message-ID: hi, i cannot login any more because of rt at rt:~$ ssh rupert at login.opencsw.org rupert at login.opencsw.org's password: Last login: Tue Dec 29 04:19:32 2015 from adsl-84-227-248-103.adslplus.ch Sun Microsystems Inc. SunOS 5.10 Generic January 2005 Please make sure to read /etc/SETUP for general info. Agent pid 17493 There is a screen on: 11490.pts-48.login (Dead ???) Remove dead screens with 'screen -wipe'. There is no screen to be attached. Connection to login.opencsw.org closed. rt at rt:~$ could you please have an eye on this, i am not sure i could do something on the ssh client side to make the login work again. best, rupert