From shuttlebox at gmail.com Tue Jan 1 01:11:49 2013 From: shuttlebox at gmail.com (shuttlebox) Date: Tue, 1 Jan 2013 01:11:49 +0100 Subject: [csw-users] "old" packages not in latest catalog In-Reply-To: <239E996F5C620A4E8A369B7D818326B2045B7C5D@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B2045B7C5D@PUSMNEI1.pwemail.us> Message-ID: On Mon, Dec 31, 2012 at 11:32 PM, Wyche, George PW wrote: > I don't know the best way to handle the absence of required libraries that were in old catalogs, but now missing. > > ---- motivation: > > We have a program on a solaris8 sparc workstation that is supported by gcc4gfortranrt of 2009 from openCSW and all is fine. > > I know for a fact that an older solaris10 sparc got /opt/csw/gcc4/lib/libgfortran.so.3 from CSWgcc4gfortranrt and the program is running great. > > I am happy to say we finally got Solaris10u10 freshly installed on a sparc (though not internet connected). I managed to create a directory for sparc/5.10/ with loads of *pkg.gz and the catalog and descriptions. I configured pkgutil to access that directory "top" and installed many packages. I have a genuine, self made package for the above desired program, but it won't start because there is no libgfortran.so.*. Alas, there is no CSWgcc4gfortranrt in the catalog. > > So what is the best thing for me to do? That old package CSWgcc4gfortranrt is sitting right here, but it is not in the catalog. Many temptations are here, but I am sure that I should know more before taking any further steps. Manually download the package from http://csw.informatik.uni-erlangen.de/oldpkgs/allpkgs/ and pkgadd it? /peter From maciej at opencsw.org Tue Jan 1 02:45:51 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 1 Jan 2013 01:45:51 +0000 Subject: [csw-users] "old" packages not in latest catalog In-Reply-To: <239E996F5C620A4E8A369B7D818326B2045B7C5D@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B2045B7C5D@PUSMNEI1.pwemail.us> Message-ID: 2012/12/31 Wyche, George PW : > We have a program on a solaris8 sparc workstation that is supported by gcc4gfortranrt of 2009 from openCSW and all is fine. > > I know for a fact that an older solaris10 sparc got /opt/csw/gcc4/lib/libgfortran.so.3 from CSWgcc4gfortranrt and the program is running great. What's the RPATH of the binary that you have trouble running? In the unstable catalog, libgfortran.so.3 is present and provided by the CSWlibgfortran3 catalog. There are no Solaris 8 packages in the unstable catalog any more, but you can still fetch the old packages from the dublin catalog. Here's how you can query catalogs for a file when you know the file base name (e.g. "libgfortran.so.3"). unstable: $ curl -s http://buildfarm.opencsw.org/pkgdb/rest/catalogs/unstable/sparc/SunOS5.10/pkgnames-and-paths-by-basename?basename=libgfortran.so.3; echo {"/opt/csw/lib": ["CSWlibgfortran3"], "/opt/csw/lib/sparcv9": ["CSWlibgfortran3"]} dublin: $ curl -s http://buildfarm.opencsw.org/pkgdb/rest/catalogs/dublin/sparc/SunOS5.8/pkgnames-and-paths-by-basename?basename=libgfortran.so.3; echo {"/opt/csw/gcc4/lib/sparcv9": ["CSWgcc4gfortranrt"], "/opt/csw/gcc4/lib": ["CSWgcc4gfortranrt"]} Maciej From Timothy.E.Reaves at snapon.com Mon Jan 7 19:36:20 2013 From: Timothy.E.Reaves at snapon.com (Reaves, Timothy E) Date: Mon, 7 Jan 2013 12:36:20 -0600 Subject: [csw-users] Python 2.7 Message-ID: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> I see where work for 2.7 support was done as far back as late 2011, but, I see no actual release for it. Anyone have any ideas when one will be made? -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Jan 8 00:40:01 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 7 Jan 2013 23:40:01 +0000 Subject: [csw-users] Python 2.7 In-Reply-To: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: 2013/1/7 Reaves, Timothy E : > I see where work for 2.7 support was done as far back as late 2011, but, I > see no actual release for it. Anyone have any ideas when one will be made? I don't think there will be a 2.7 release. We'll probably skip all the intermediate versions and go straight to 3.3. I released the first version into unstable today. I'll be also looking into building a 64-bit version, but all my previous attempts failed[1]. Maciej [1] http://lists.opencsw.org/pipermail/maintainers/2010-April/011834.html From David.Gargan at mrc.ac.za Tue Jan 8 14:11:27 2013 From: David.Gargan at mrc.ac.za (David Gargan) Date: Tue, 8 Jan 2013 13:11:27 +0000 Subject: [csw-users] Problems installing OPENCSW security /opt/csw/bin/cswpki --import fails Message-ID: <06E851555771B04585D7DEE544C40D40139DD0B1@ctn-exch-mb-01.mrcad.mrc.ac.za> Dear Sir, I am trying to install your fingerprint using /opt/csw/bin/cswpki --import fails All i get is as follows: bash-3.2# /opt/csw/bin/cswpki --import Do you want to import the key used for: catalog signing 2011-09? Yes/No: Yes Skipping the import of the key used for: catalog signing 2011-09 Do you want to import the key used for: legacy catalog verification? Yes/No: Yes Skipping the import of the key used for: legacy catalog verification bash-3.2# I have the following installed: bash-3.2# /opt/csw/bin/pkgutil -c package installed catalog CSWcas-texinfo 1.42,REV=2010.11.26 SAME CSWcommon 1.5,REV=2010.12.11 SAME CSWcswpki 1.0,REV=2012.07.09 SAME CSWggettext-data 0.18.1.1,p,REV=2011.03.15 SAME CSWgnupg 1.4.12,REV=2012.01.30 SAME CSWiconv 1.14,REV=2011.08.08 SAME CSWlibbz2-1-0 1.0.6,REV=2011.08.18 SAME CSWlibcharset1 1.14,REV=2011.08.07 SAME CSWlibcurl4 7.28.1,REV=2012.12.07 SAME CSWlibiconv2 1.14,REV=2011.08.07 SAME CSWlibidn11 1.26,REV=2013.01.01 SAME CSWlibintl8 0.18.1.1,p,REV=2011.03.15 SAME CSWliblber2-4-2 2.4.32,REV=2012.11.05 SAME CSWlibldap-r2-4-2 2.4.32,REV=2012.11.05 SAME CSWlibldap2-4-2 2.4.32,REV=2012.11.05 SAME CSWlibncurses5 5.9,REV=2011.11.21 SAME CSWlibreadline6 6.2,REV=2011.07.02 SAME CSWlibsasl2-2 2.1.25,REV=2012.05.06 SAME CSWlibssl1-0-0 1.0.1c,REV=2012.05.12 SAME CSWlibz1 1.2.7,REV=2012.06.14 SAME CSWoldaprt 2.4.32,REV=2012.11.10 SAME CSWpkgutil 2.6.5,REV=2012.08.15 SAME CSWterminfo 5.9,REV=2011.11.21 SAME Her is my environmemt: bash-3.2# echo $PATH /usr/sbin:/usr/bin bash-3.2# Could you please help me sort this out. Best regards, Daivd Gargan IT Specialist Networks and Servers Information Technology Services Division Medical Reseach Council P.O.Box 19070, Tygerberg, 7505, South Africa Phone 021 9380662 cell: 0824660594 fax 021 9380526 mailto:david.gargan at mrc.ac.za This e-mail and its contents are subject to the South African Medical Research Council e-mail legal notice available at. http://www.mrc.ac.za/about/EmailLegalNotice.htm -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at opencsw.org Tue Jan 8 14:35:15 2013 From: bonivart at opencsw.org (Peter Bonivart) Date: Tue, 8 Jan 2013 14:35:15 +0100 Subject: [csw-users] Problems installing OPENCSW security /opt/csw/bin/cswpki --import fails In-Reply-To: <06E851555771B04585D7DEE544C40D40139DD0B1@ctn-exch-mb-01.mrcad.mrc.ac.za> References: <06E851555771B04585D7DEE544C40D40139DD0B1@ctn-exch-mb-01.mrcad.mrc.ac.za> Message-ID: On Tue, Jan 8, 2013 at 2:11 PM, David Gargan wrote: > I am trying to install your fingerprint using /opt/csw/bin/cswpki --import > fails > > All i get is as follows: > > > > bash-3.2# /opt/csw/bin/cswpki --import > > Do you want to import the key used for: catalog signing 2011-09? > > Yes/No: Yes > > > > Skipping the import of the key used for: catalog signing 2011-09 I looked inside /opt/csw/bin/cswpki and it actually only validates lowercase "yes" so "Yes" is not valid. Sorry about that. :) Try again with lowercase "yes" or add "--force" which does the same. /peter From Timothy.E.Reaves at snapon.com Tue Jan 8 14:45:01 2013 From: Timothy.E.Reaves at snapon.com (Reaves, Timothy E) Date: Tue, 8 Jan 2013 07:45:01 -0600 Subject: [csw-users] Python 2.7 References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Thanks for the reply. Thats too bad; 2.7 introduced a few needed features, but, some of the libraries out there do not support 3.3 yet, so I can't migrate. 2.7 compiles just fine for me, but my organization wants a package, so I'll just need to make the package for the installer. -----Original Message----- From: users-bounces+timothy.e.reaves=snapon.com at lists.opencsw.org on behalf of Maciej (Matchek) Blizinski Sent: Mon 1/7/2013 6:40 PM To: Questions and discussions Subject: Re: [csw-users] Python 2.7 2013/1/7 Reaves, Timothy E : > I see where work for 2.7 support was done as far back as late 2011, but, I > see no actual release for it. Anyone have any ideas when one will be made? I don't think there will be a 2.7 release. We'll probably skip all the intermediate versions and go straight to 3.3. I released the first version into unstable today. I'll be also looking into building a 64-bit version, but all my previous attempts failed[1]. Maciej [1] http://lists.opencsw.org/pipermail/maintainers/2010-April/011834.html _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 3439 bytes Desc: not available URL: From ghenry at cmi.univ-mrs.fr Tue Jan 8 14:53:16 2013 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Tue, 08 Jan 2013 14:53:16 +0100 Subject: [csw-users] Python 2.7 In-Reply-To: <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: <50EC24CC.5000805@cmi.univ-mrs.fr> before 3.3, could we have virtualenv? http://lists.opencsw.org/pipermail/users/2012-October/009348.html thanks in advance, On 01/08/13 14:45, Reaves, Timothy E wrote: > Thanks for the reply. > > Thats too bad; 2.7 introduced a few needed features, but, some of the libraries out there do not support 3.3 yet, so I can't migrate. 2.7 compiles just fine for me, but my organization wants a package, so I'll just need to make the package for the installer. > > > > > -----Original Message----- > From: users-bounces+timothy.e.reaves=snapon.com at lists.opencsw.org on behalf of Maciej (Matchek) Blizinski > Sent: Mon 1/7/2013 6:40 PM > To: Questions and discussions > Subject: Re: [csw-users] Python 2.7 > > 2013/1/7 Reaves, Timothy E: >> I see where work for 2.7 support was done as far back as late 2011, but, I >> see no actual release for it. Anyone have any ideas when one will be made? > > I don't think there will be a 2.7 release. We'll probably skip all the > intermediate versions and go straight to 3.3. I released the first > version into unstable today. > > I'll be also looking into building a 64-bit version, but all my > previous attempts failed[1]. > > Maciej > > [1] http://lists.opencsw.org/pipermail/maintainers/2010-April/011834.html > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > > > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From maciej at opencsw.org Tue Jan 8 16:26:40 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 8 Jan 2013 15:26:40 +0000 Subject: [csw-users] Python 2.7 In-Reply-To: <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: 2013/1/8 Reaves, Timothy E : > Thanks for the reply. > > Thats too bad; 2.7 introduced a few needed features, but, some of the libraries out there do not support 3.3 yet, so I can't migrate. 2.7 compiles just fine for me, but my organization wants a package, so I'll just need to make the package for the installer. Would you like to pick up the work on 2.7 where it was left off? Packaging tutorial screencast gets you started: http://www.opencsw.org/2012/12/gar-setup-and-packaging-tutorial/ The recipe: http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/lang-python/python/branches/python-2.7 Maciej From maciej at opencsw.org Wed Jan 9 18:02:05 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Wed, 9 Jan 2013 17:02:05 +0000 Subject: [csw-users] Python 2.7 In-Reply-To: <50EC24CC.5000805@cmi.univ-mrs.fr> References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> <50EC24CC.5000805@cmi.univ-mrs.fr> Message-ID: 2013/1/8 Gerard Henry : > before 3.3, could we have virtualenv? > > http://lists.opencsw.org/pipermail/users/2012-October/009348.html > > thanks in advance, Here's an email I found on the maintainers mailing list: http://lists.opencsw.org/pipermail/maintainers/2012-October/017282.html Turns out that this is a major effort, we have to rebuild the whole 2.6 world, because AFAIK, the fix to the core Python 2.6 package breaks almost every module that we've built so far. We'll probably have to set up additional infrastructure to facilitate such a large rebuild. If timing is important for you, get involved! OpenCSW is an entirely volunteer based effort, driven by people like you. Talk to us on #opencsw on Freenode. Also, see the www.opencsw.org website for packaging tutorials. Maciej From bwalton at opencsw.org Wed Jan 9 20:13:55 2013 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 9 Jan 2013 19:13:55 +0000 Subject: [csw-users] Python 2.7 In-Reply-To: <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: I'm willing to help interested parties get up to speed with the python rebuilding effort...it mostly just needs a lot of package rebuilding currently...but I'm short on time to complete the project myself right now. There is a project page tracking my work so you could just pick up where I left off. Moving to 2.7 would be good but requires somewhat more initial effort. Given the issues Maciej had and my time availability, I opted to just made 2.6 healthier. Thanks -Ben On Jan 8, 2013 1:46 PM, "Reaves, Timothy E" wrote: > Thanks for the reply. > > Thats too bad; 2.7 introduced a few needed features, but, some of the > libraries out there do not support 3.3 yet, so I can't migrate. 2.7 > compiles just fine for me, but my organization wants a package, so I'll > just need to make the package for the installer. > > > > > -----Original Message----- > From: users-bounces+timothy.e.reaves=snapon.com at lists.opencsw.org on > behalf of Maciej (Matchek) Blizinski > Sent: Mon 1/7/2013 6:40 PM > To: Questions and discussions > Subject: Re: [csw-users] Python 2.7 > > 2013/1/7 Reaves, Timothy E : > > I see where work for 2.7 support was done as far back as late 2011, but, > I > > see no actual release for it. Anyone have any ideas when one will be > made? > > I don't think there will be a 2.7 release. We'll probably skip all the > intermediate versions and go straight to 3.3. I released the first > version into unstable today. > > I'll be also looking into building a 64-bit version, but all my > previous attempts failed[1]. > > Maciej > > [1] http://lists.opencsw.org/pipermail/maintainers/2010-April/011834.html > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Thu Jan 10 18:43:06 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Thu, 10 Jan 2013 17:43:06 +0000 Subject: [csw-users] Python 2.7 In-Reply-To: References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: FYI: I've made extra effort and built an experimental version of Python 2.7, it's available for testing. http://buildfarm.opencsw.org/experimental.html#python-2.7 I'm expecting that it won't be able to use any of the modules built against our 2.6 Python, because it'll look into /opt/csw/lib/python2.6 but our 2.6 modules are installed into /opt/csw/lib/python. Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Thu Jan 10 18:45:22 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 10 Jan 2013 18:45:22 +0100 Subject: [csw-users] Python 2.7 In-Reply-To: References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: Hi Maciej, Am 10.01.2013 um 18:43 schrieb Maciej (Matchek) Blizi?ski : > FYI: I've made extra effort and built an experimental version of Python 2.7, it's available for testing. > > http://buildfarm.opencsw.org/experimental.html#python-2.7 > > I'm expecting that it won't be able to use any of the modules built against our 2.6 Python, because it'll look into /opt/csw/lib/python2.6 but our 2.6 modules are installed into /opt/csw/lib/python. Would that mean that some desperate user could symlink it and it may work? 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 -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Thu Jan 10 18:48:35 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Thu, 10 Jan 2013 17:48:35 +0000 Subject: [csw-users] Python 2.7 In-Reply-To: References: <0A196A512D7AD048B8A82863AD41713C013E9297@LISL-XBCK-C1-V2.snaponglobal.com> <0A196A512D7AD048B8A82863AD41713C013E9299@LISL-XBCK-C1-V2.snaponglobal.com> Message-ID: 2013/1/10 Dagobert Michelsen : > Would that mean that some desperate user could symlink it and it may work? Yes. Some packages already deliver into /opt/csw/lib/python2.6, so you'd have to move them aside first. More information: http://wiki.opencsw.org/project-python2libdir From sbn at tbricks.com Sat Jan 12 12:58:12 2013 From: sbn at tbricks.com (Dmitri Shubin) Date: Sat, 12 Jan 2013 15:58:12 +0400 Subject: [csw-users] GCC 4.7.2 (was: Is unstable catalog broken?) In-Reply-To: References: <50755F2F.7020501@tbricks.com> <3F66FFB7-2A45-4AB8-A31F-33E340BBDA0B@opencsw.org> <50756E4E.2050504@tbricks.com> <519D9FA0-573F-4BA3-B080-19F1B6464BAF@opencsw.org> <55CE9B8F-94F3-4E8E-A45E-7E5B398BF2F8@opencsw.org> <50767233.3090401@tbricks.com> <50C74AAA.50008@tbricks.com> Message-ID: <50F14FD4.7090608@tbricks.com> Hi Maciej, On 12/12/12 15:39, Maciej (Matchek) Blizi?ski wrote: > 2012/12/11 Dmitri Shubin: >> I found that 4.7.2 uses /usr/ccs/bin/as instead of /opt/csw/bin/gas as 4.7.1 >> does. >> Is it intentional? > Yes. The GNU assembler did not play nice with the build. > > http://lists.opencsw.org/pipermail/maintainers/2012-October/017252.html I just found that GCC 4.7.2 from 'unstable' use GNU as again: $ /opt/csw/bin/gcc -v Reading specs from /opt/csw/lib/gcc/i386-pc-solaris2.10/4.7.2/specs COLLECT_GCC=/opt/csw/bin/gcc COLLECT_LTO_WRAPPER=/opt/csw/libexec/gcc/i386-pc-solaris2.10/4.7.2/lto-wrapper Target: i386-pc-solaris2.10 Configured with: /home/maciej/src/opencsw/pkg/gcc4/trunk/work/solaris10-i386/build-isa-pentium_pro/gcc-4.7.2/configure --prefix=/opt/csw --exec_prefix=/opt/csw --bindir=/opt/csw/bin --sbindir=/opt/csw/sbin --libexecdir=/opt/csw/libexec --datadir=/opt/csw/share --sysconfdir=/etc/opt/csw --sharedstatedir=/opt/csw/share --localstatedir=/var/opt/csw --libdir=/opt/csw/lib --infodir=/opt/csw/share/info --includedir=/opt/csw/include --mandir=/opt/csw/share/man --enable-cloog-backend=isl --enable-java-awt=xlib --enable-languages=ada,c,c++,fortran,go,java,objc --enable-libada --enable-libssp --enable-nls --enable-objc-gc --enable-threads=posix --program-suffix=-4.7 --with-as=/opt/csw/bin/gas --with-cloog=/opt/csw --with-gmp=/opt/csw --with-gnu-as --with-included-gettext --with-ld=/usr/ccs/bin/ld --without-gnu-ld --with-libiconv-prefix=/opt/csw --with-mpfr=/opt/csw --with-ppl=/opt/csw --with-system-zlib=/opt/csw Thread model: posix gcc version 4.7.2 (GCC) So the problem with SPARC was fixed? Thanks! From maciej at opencsw.org Sat Jan 12 13:40:10 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sat, 12 Jan 2013 12:40:10 +0000 Subject: [csw-users] GCC 4.7.2 (was: Is unstable catalog broken?) In-Reply-To: <50F14FD4.7090608@tbricks.com> References: <50755F2F.7020501@tbricks.com> <3F66FFB7-2A45-4AB8-A31F-33E340BBDA0B@opencsw.org> <50756E4E.2050504@tbricks.com> <519D9FA0-573F-4BA3-B080-19F1B6464BAF@opencsw.org> <55CE9B8F-94F3-4E8E-A45E-7E5B398BF2F8@opencsw.org> <50767233.3090401@tbricks.com> <50C74AAA.50008@tbricks.com> <50F14FD4.7090608@tbricks.com> Message-ID: 2013/1/12 Dmitri Shubin : > I just found that GCC 4.7.2 from 'unstable' use GNU as again: > > So the problem with SPARC was fixed? The current approach is mixed: Sun 'as' for SPARC, and GNU 'as' for Intel. It seems to work well so far. From bonivart at opencsw.org Sun Jan 13 10:03:16 2013 From: bonivart at opencsw.org (Peter Bonivart) Date: Sun, 13 Jan 2013 10:03:16 +0100 Subject: [csw-users] Problems installing OPENCSW security /opt/csw/bin/cswpki --import fails In-Reply-To: References: <06E851555771B04585D7DEE544C40D40139DD0B1@ctn-exch-mb-01.mrcad.mrc.ac.za> Message-ID: On Tue, Jan 8, 2013 at 2:35 PM, Peter Bonivart wrote: > On Tue, Jan 8, 2013 at 2:11 PM, David Gargan wrote: >> I am trying to install your fingerprint using /opt/csw/bin/cswpki --import >> fails >> >> All i get is as follows: >> >> >> >> bash-3.2# /opt/csw/bin/cswpki --import >> >> Do you want to import the key used for: catalog signing 2011-09? >> >> Yes/No: Yes >> >> >> >> Skipping the import of the key used for: catalog signing 2011-09 > > I looked inside /opt/csw/bin/cswpki and it actually only validates > lowercase "yes" so "Yes" is not valid. Sorry about that. :) > > Try again with lowercase "yes" or add "--force" which does the same. There's now a version 1.1 of CSWpki with this fixed. /peter From David.Gargan at mrc.ac.za Fri Jan 18 15:36:59 2013 From: David.Gargan at mrc.ac.za (David Gargan) Date: Fri, 18 Jan 2013 14:36:59 +0000 Subject: [csw-users] Problems with new intallation of Mysql5 Message-ID: <06E851555771B04585D7DEE544C40D40139E0C4A@ctn-exch-mb-01.mrcad.mrc.ac.za> Dear Sir, I have just installed the following modules: bash-3.2# pkgutil -c | grep mysql gpg: Signature made Tue Jan 15 07:46:28 2013 SAST using DSA key ID 9306CC77 gpg: Good signature from "OpenCSW catalog signing " CSWlibmysqlclient18 5.5.29,REV=2012.12.26 SAME CSWmysql5 5.5.29,REV=2012.12.26 SAME CSWmysql5client 5.5.29,REV=2012.12.26 SAME CSWphp5-mysql 5.3.15,REV=2012.07.25 SAME bash-3.2# I am battling to get mysql5 running. As far as I can tell you are supposed to go to the installation directory of the package which is /opt/csw . The you run /etc/opt/csw/init.d/cswmysql5 I get the following bash-3.2# /etc/opt/csw/init.d/cswmysql5 status ERROR! MySQL is not running bash-3.2# /etc/opt/csw/init.d/cswmysql5 start Starting MySQL . ERROR! The server quit without updating PID file (/var/opt/csw/mysql5/ctn-wmt-10.pid). Could you please give me some advice on how to go about setting up this installation. Best regards, Daivd Gargan IT Specialist Networks and Servers Information Technology Services Division Medical Reseach Council P.O.Box 19070, Tygerberg, 7505, South Africa Phone 021 9380662 cell: 0824660594 fax 021 9380526 mailto:david.gargan at mrc.ac.za This e-mail and its contents are subject to the South African Medical Research Council e-mail legal notice available at. http://www.mrc.ac.za/about/EmailLegalNotice.htm -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Fri Jan 18 16:16:25 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Fri, 18 Jan 2013 15:16:25 +0000 Subject: [csw-users] Problems with new intallation of Mysql5 In-Reply-To: <06E851555771B04585D7DEE544C40D40139E0C4A@ctn-exch-mb-01.mrcad.mrc.ac.za> References: <06E851555771B04585D7DEE544C40D40139E0C4A@ctn-exch-mb-01.mrcad.mrc.ac.za> Message-ID: Hi David, 2013/1/18 David Gargan > I have just installed the following modules: > > > > bash-3.2# pkgutil -c | grep mysql > > gpg: Signature made Tue Jan 15 07:46:28 2013 SAST using DSA key ID 9306CC77 > > gpg: Good signature from "OpenCSW catalog signing " > > CSWlibmysqlclient18 5.5.29,REV=2012.12.26 SAME > > CSWmysql5 5.5.29,REV=2012.12.26 SAME > > CSWmysql5client 5.5.29,REV=2012.12.26 SAME > > CSWphp5-mysql 5.3.15,REV=2012.07.25 SAME > Which catalog are you using, and from which mirror are you downloading the packages? I believe that we no longer have the 2012.12.26 version in any of our catalogs. > bash-3.2# > > > > I am battling to get mysql5 running. > > As far as I can tell you are supposed to go to the installation directory > of the package which is /opt/csw . > > The you run /etc/opt/csw/init.d/cswmysql5 > > I get the following > > bash-3.2# /etc/opt/csw/init.d/cswmysql5 status > > ERROR! MySQL is not running > > bash-3.2# /etc/opt/csw/init.d/cswmysql5 start > > Starting MySQL > > . ERROR! The server quit without updating PID file > (/var/opt/csw/mysql5/ctn-wmt-10.pid). > I'm aware of the problem, but I already fixed it and pushed the packages out. Please look into the exact catalog and mirror you're using and compare that against mirror.opencsw.org. Maybe your mirror is out of date? Maciej -------------- next part -------------- An HTML attachment was scrubbed... URL: From kakyea at gmail.com Mon Jan 28 02:54:01 2013 From: kakyea at gmail.com (Kafui Akyea) Date: Sun, 27 Jan 2013 20:54:01 -0500 Subject: [csw-users] php expect support Message-ID: Hello All, I installed php5 from OpenCSW but i believe it does not support the expect module. I tried to run a php script to call expect to do a telnet to a device but i got this error PHP Warning: fopen(): Unable to find the wrapper "expect" - did you forget to enable it when you configured PHP? in /export/home/php_expect.php on line 5 I will appreciate very much if you can help me configure the expect wrapper into php. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyrebelka at gmail.com Tue Jan 29 00:10:06 2013 From: jeremyrebelka at gmail.com (jeremiasz rebelka) Date: Mon, 28 Jan 2013 23:10:06 +0000 Subject: [csw-users] openssh ecdsa key-gen Message-ID: Hello I'm getting the sshd complaining about /etc/opt/csw/ssh/ssh_host_ecdsa_key - cannot load I tried to generate it - with /opt/csw/bin/ssh-keygen -t ecdsa -f ..... no luck -> unknown key type ecdsa openssh 6.0p1,REV=2012.05.04 openssh_client 5.4p1,REV=2010.03.25 Is this a bug - or am I doing something stupidly wrong ? --thanks From yann at pleiades.fr.eu.org Tue Jan 29 00:17:23 2013 From: yann at pleiades.fr.eu.org (Yann Rouillard) Date: Tue, 29 Jan 2013 00:17:23 +0100 Subject: [csw-users] openssh ecdsa key-gen In-Reply-To: References: Message-ID: Hi, Indeed someone else reported the same problem recently. It seems ssh and ssh_client weren't synchronized together in testing. Until this is fixed, you can download the corresponding ssh client package at the following url: http://mirror.opencsw.org/opencsw/allpkgs/openssh_client-6.0p1%2cREV%3d2012.05.04-SunOS5.9-sparc-CSW.pkg.gz Yann Le 29 janv. 2013 00:10, "jeremiasz rebelka" a ?crit : > Hello I'm getting the sshd complaining about > /etc/opt/csw/ssh/ssh_host_ecdsa_key - cannot load > > I tried to generate it - with /opt/csw/bin/ssh-keygen -t ecdsa -f ..... > > no luck -> unknown key type ecdsa > > openssh 6.0p1,REV=2012.05.04 > openssh_client 5.4p1,REV=2010.03.25 > > > Is this a bug - or am I doing something stupidly wrong ? > > --thanks > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyrebelka at gmail.com Tue Jan 29 00:25:36 2013 From: jeremyrebelka at gmail.com (jeremiasz rebelka) Date: Mon, 28 Jan 2013 23:25:36 +0000 Subject: [csw-users] openssh ecdsa key-gen In-Reply-To: References: Message-ID: Thanks Yann - reinstalled it - and its fine now. On Mon, Jan 28, 2013 at 11:17 PM, Yann Rouillard wrote: > Hi, > > Indeed someone else reported the same problem recently. It seems ssh and > ssh_client weren't synchronized together in testing. Until this is fixed, > you can download the corresponding ssh client package at the following url: > > http://mirror.opencsw.org/opencsw/allpkgs/openssh_client-6.0p1%2cREV%3d2012.05.04-SunOS5.9-sparc-CSW.pkg.gz > > Yann > > Le 29 janv. 2013 00:10, "jeremiasz rebelka" a > ?crit : >> >> Hello I'm getting the sshd complaining about >> /etc/opt/csw/ssh/ssh_host_ecdsa_key - cannot load >> >> I tried to generate it - with /opt/csw/bin/ssh-keygen -t ecdsa -f ..... >> >> no luck -> unknown key type ecdsa >> >> openssh 6.0p1,REV=2012.05.04 >> openssh_client 5.4p1,REV=2010.03.25 >> >> >> Is this a bug - or am I doing something stupidly wrong ? >> >> --thanks >> _______________________________________________ >> users mailing list >> users at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From bwalton at opencsw.org Tue Jan 29 15:59:50 2013 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 29 Jan 2013 09:59:50 -0500 Subject: [csw-users] php expect support In-Reply-To: References: Message-ID: Hi Kafui, That is a build time option that I've never bothered to enable. It will require rebuilding and releasing new php packages. I'm somewhat short on time these days but will put it on my todo list. If you're willing to help, I'd be happy to guide you toward taking over the php package set as a maintainer? It's in pretty good shape so it should be pretty easy to pick up...Either way is fine with me. Thanks -Ben On Sun, Jan 27, 2013 at 8:54 PM, Kafui Akyea wrote: > Hello All, > > I installed php5 from OpenCSW but i believe it does not support the expect > module. > I tried to run a php script to call expect to do a telnet to a device but i > got this error > > PHP Warning: fopen(): Unable to find the wrapper "expect" - did you forget > to enable it when you configured PHP? in /export/home/php_expect.php on line > 5 > > I will appreciate very much if you can help me configure the expect wrapper > into php. > > Thanks > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From kakyea at gmail.com Tue Jan 29 23:18:57 2013 From: kakyea at gmail.com (Kafui Akyea) Date: Tue, 29 Jan 2013 17:18:57 -0500 Subject: [csw-users] php expect support In-Reply-To: References: Message-ID: Hello Ben I am willing to help. Let me know where to start and the guidelines Thanks Kafui On Tue, Jan 29, 2013 at 9:59 AM, Ben Walton wrote: > Hi Kafui, > > That is a build time option that I've never bothered to enable. It > will require rebuilding and releasing new php packages. I'm somewhat > short on time these days but will put it on my todo list. If you're > willing to help, I'd be happy to guide you toward taking over the php > package set as a maintainer? It's in pretty good shape so it should > be pretty easy to pick up...Either way is fine with me. > > Thanks > -Ben > > On Sun, Jan 27, 2013 at 8:54 PM, Kafui Akyea wrote: > > Hello All, > > > > I installed php5 from OpenCSW but i believe it does not support the > expect > > module. > > I tried to run a php script to call expect to do a telnet to a device > but i > > got this error > > > > PHP Warning: fopen(): Unable to find the wrapper "expect" - did you > forget > > to enable it when you configured PHP? in /export/home/php_expect.php on > line > > 5 > > > > I will appreciate very much if you can help me configure the expect > wrapper > > into php. > > > > Thanks > > > > _______________________________________________ > > users mailing list > > users at lists.opencsw.org > > https://lists.opencsw.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brogyi at gmail.com Tue Jan 29 23:59:30 2013 From: brogyi at gmail.com (=?ISO-8859-2?Q?Brogy=E1nyi_J=F3zsef?=) Date: Tue, 29 Jan 2013 23:59:30 +0100 Subject: [csw-users] Some question about munin pkg Message-ID: <51085452.9050600@gmail.com> Hi I installed the munin but its version is 1.4.6 however the site is shows me 2.0.6. my version is: pkgutil -c CSWmunin-node package installed catalog CSWmunin-node 1.4.6,REV=2011.09.11 SAME The site is shows me: Version 2.0.6,REV=2012.09.02 Where is the bug?Where did I make a mistake? Anyway I like this pkg but little bit obsolete. Brogyi From maciej at opencsw.org Wed Jan 30 00:10:08 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 29 Jan 2013 23:10:08 +0000 Subject: [csw-users] php expect support In-Reply-To: References: Message-ID: Hi Kafui, 2013/1/29 Kafui Akyea > I am willing to help. Let me know where to start and the guidelines Here's a video tutorial how to get started on your own build host: http://www.opencsw.org/2012/12/gar-setup-and-packaging-tutorial/ It takes about 2h to complete it. The PHP 5 build recipe is here: https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/php5/trunk/Makefile If you get stuck with anything, drop us a line, or visit the #opencsw IRC channel on Freenode. Maciej From maciej at opencsw.org Wed Jan 30 00:13:26 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 29 Jan 2013 23:13:26 +0000 Subject: [csw-users] Some question about munin pkg In-Reply-To: <51085452.9050600@gmail.com> References: <51085452.9050600@gmail.com> Message-ID: 2013/1/29 Brogy?nyi J?zsef : > Where is the bug?Where did I make a mistake? Maybe it's simply the question of pulling from the dublin/testing or the unstable catalog? for c in dublin unstable; do echo -n "${c}: "; \ curl -s http://mirror.opencsw.org/opencsw/$c/i386/5.10/catalog \ | grep munin_node | awk '{print $4}'; done From kakyea at gmail.com Wed Jan 30 00:51:33 2013 From: kakyea at gmail.com (Kafui Akyea) Date: Tue, 29 Jan 2013 18:51:33 -0500 Subject: [csw-users] php expect support In-Reply-To: References: Message-ID: Hi Maciej, I do not have my own host to do this. SO is it possible to get access to the OpenCSW buildfarm and guidelines for that? Thanks Kafui On Tue, Jan 29, 2013 at 6:10 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > Hi Kafui, > > 2013/1/29 Kafui Akyea > > I am willing to help. Let me know where to start and the guidelines > > Here's a video tutorial how to get started on your own build host: > http://www.opencsw.org/2012/12/gar-setup-and-packaging-tutorial/ > It takes about 2h to complete it. > > The PHP 5 build recipe is here: > > https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/php5/trunk/Makefile > > If you get stuck with anything, drop us a line, or visit the #opencsw > IRC channel on Freenode. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brogyi at gmail.com Wed Jan 30 08:20:33 2013 From: brogyi at gmail.com (=?UTF-8?B?QnJvZ3nDoW55aSBKw7N6c2Vm?=) Date: Wed, 30 Jan 2013 08:20:33 +0100 Subject: [csw-users] Some question about munin pkg In-Reply-To: References: <51085452.9050600@gmail.com> Message-ID: <5108C9C1.9010603@gmail.com> You're right.I download from dublin/testing catalog.Thanks. :) Brogyi > 2013/1/29 Brogy?nyi J?zsef : >> Where is the bug?Where did I make a mistake? > Maybe it's simply the question of pulling from the dublin/testing or > the unstable catalog? > > for c in dublin unstable; do echo -n "${c}: "; \ > curl -s http://mirror.opencsw.org/opencsw/$c/i386/5.10/catalog \ > | grep munin_node | awk '{print $4}'; done > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From brogyi at gmail.com Wed Jan 30 08:57:29 2013 From: brogyi at gmail.com (=?ISO-8859-2?Q?Brogy=E1nyi_J=F3zsef?=) Date: Wed, 30 Jan 2013 08:57:29 +0100 Subject: [csw-users] Munin if_eth0 error on OI Message-ID: <5108D269.5070202@gmail.com> I installed the Munin on Openindiana but the if_eth0 plugins doesn't work.Are you know any trick for start it? I think the situation same as on the Solaris . Brogyi From dam at opencsw.org Wed Jan 30 15:59:21 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 30 Jan 2013 15:59:21 +0100 Subject: [csw-users] php expect support In-Reply-To: References: Message-ID: <13492131-9E09-4D98-8FA5-50C7791BE40C@opencsw.org> Hi Kafui, Am 30.01.2013 um 00:51 schrieb Kafui Akyea : > I do not have my own host to do this. SO is it possible to get access to > the OpenCSW buildfarm and guidelines for that? Sure. I will need your intended user name, full name, ssh public key and sourceforge user name. Best regards -- Dago > > Thanks > Kafui > > On Tue, Jan 29, 2013 at 6:10 PM, Maciej (Matchek) Blizi?ski wrote: > Hi Kafui, > > 2013/1/29 Kafui Akyea > > I am willing to help. Let me know where to start and the guidelines > > Here's a video tutorial how to get started on your own build host: > http://www.opencsw.org/2012/12/gar-setup-and-packaging-tutorial/ > It takes about 2h to complete it. > > The PHP 5 build recipe is here: > https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/php5/trunk/Makefile > > If you get stuck with anything, drop us a line, or visit the #opencsw > IRC channel on Freenode. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -- "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 ja at opencsw.org Wed Jan 30 18:42:10 2013 From: ja at opencsw.org (Juergen Arndt) Date: Wed, 30 Jan 2013 18:42:10 +0100 Subject: [csw-users] Munin if_eth0 error on OI In-Reply-To: <5108D269.5070202@gmail.com> References: <5108D269.5070202@gmail.com> Message-ID: <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> Hi Brogyi, On 30.01.2013, at 08:57, Brogy?nyi J?zsef wrote: > I installed the Munin on Openindiana but the if_eth0 plugins doesn't work.Are you know any trick for start it? > I think the situation same as on the Solaris . what exactly is not working? On my Solaris boxes it works fine (as far as I see). (you can email directly - I saw you wrote me an email before, but I was offline for several days). Regards, Juergen -- Juergen Arndt From brogyi at gmail.com Wed Jan 30 21:57:07 2013 From: brogyi at gmail.com (=?ISO-8859-1?Q?Brogy=E1nyi_J=F3zsef?=) Date: Wed, 30 Jan 2013 21:57:07 +0100 Subject: [csw-users] Munin if_eth0 error on OI In-Reply-To: <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> References: <5108D269.5070202@gmail.com> <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> Message-ID: <51098923.7010107@gmail.com> I sent a picture and stuck because of the size was too big.So I can see the screen of "eth0 traffic" and the "last update" time isn't updating. I tried to change the eth0 to rge0 without result.No graph at all on that panel.I had same problem with "Memory usage" but the "top" pkg downloading is helped from CSW. Please keep in mind I'm a newbie. Brogyi > Hi Brogyi, > > On 30.01.2013, at 08:57, Brogy?nyi J?zsef wrote: > >> I installed the Munin on Openindiana but the if_eth0 plugins doesn't work.Are you know any trick for start it? >> I think the situation same as on the Solaris . > what exactly is not working? On my Solaris boxes it works fine (as far as I see). > > (you can email directly - I saw you wrote me an email before, but I was offline for several days). > > Regards, > Juergen > From brogyi at gmail.com Wed Jan 30 18:59:54 2013 From: brogyi at gmail.com (=?ISO-8859-1?Q?Brogy=E1nyi_J=F3zsef?=) Date: Wed, 30 Jan 2013 17:59:54 -0000 Subject: [csw-users] Munin if_eth0 error on OI In-Reply-To: <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> References: <5108D269.5070202@gmail.com> <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> Message-ID: <51095F82.6000907@gmail.com> First of all I'd like to thank the pkg.I spent a lot time with the compiling. So I attached a picture and you can see the date is frozen and nothing to drawing.I tried to change the eth0 to rge0. With rge0 no picture at all. > Hi Brogyi, > > On 30.01.2013, at 08:57, Brogy?nyi J?zsef wrote: > >> I installed the Munin on Openindiana but the if_eth0 plugins doesn't work.Are you know any trick for start it? >> I think the situation same as on the Solaris . > what exactly is not working? On my Solaris boxes it works fine (as far as I see). > > (you can email directly - I saw you wrote me an email before, but I was offline for several days). > > Regards, > Juergen > -------------- next part -------------- A non-text attachment was scrubbed... Name: Munin.png Type: image/png Size: 237914 bytes Desc: not available URL: