From J.Langner at fzd.de Wed Apr 1 10:53:24 2009 From: J.Langner at fzd.de (Jens Langner) Date: Wed, 01 Apr 2009 10:53:24 +0200 Subject: [csw-users] gcc-4.3.3 NOW IN TESTING In-Reply-To: <49D27AD6.10005@opencsw.org> References: <49D27AD6.10005@opencsw.org> Message-ID: <49D32B84.5090807@fzd.de> Hi Mike, Mike Watters schrieb: > After several concussions and gallons of spackle... > gcc-4.3.3 is in testing. This is still missing the ada piece. > that one is on its way. I gave it a quick test and tried to compile Qt-4.5.0 with and it immediately failed with the following error: -- cut here -- Creating qmake. Please wait... g++ -c -o project.o -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/usr/local/qt-x11-opensource-src-4.5.0/include -I/usr/local/qt-x11-opensource-src-4.5.0/include/QtCore -I/usr/local/qt-x11-opensource-src-4.5.0/src/corelib/global -I/usr/local/qt-x11-opensource-src-4.5.0/src/script -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/local/qt-x11-opensource-src-4.5.0/mkspecs/solaris-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.3/include-fixed/string.h:27, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qbytearray.h:48, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qbytearray.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstring.h:46, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstring.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qiodevice.h:50, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qiodevice.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qdatastream.h:45, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qdatastream.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstringlist.h:46, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstringlist.h:1, from project.h:45, from project.cpp:42: /usr/include/iso/string_iso.h:60: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:63: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:65: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:70: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:72: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:74: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:75: error: multiple parameters named ?_RESTRICT_KYWD? -- cut here -- Reverting to the 4.0.2 packages solved that problem immediately. regards, jens -- Jens Langner Ph: +49-351-2602757 Forschungszentrum Dresden-Rossendorf e.V. Institute of Radiopharmacy - PET Center J.Langner at fzd.de Germany http://www.fzd.de/ From mwatters at opencsw.org Wed Apr 1 16:28:42 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 09:28:42 -0500 Subject: [csw-users] gcc-4.3.3 NOW IN TESTING In-Reply-To: <49D32B84.5090807@fzd.de> References: <49D27AD6.10005@opencsw.org> <49D32B84.5090807@fzd.de> Message-ID: <49D37A1A.2030207@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jens Langner wrote: > Hi Mike, > > Mike Watters schrieb: > >> After several concussions and gallons of spackle... >> gcc-4.3.3 is in testing. This is still missing the ada piece. >> that one is on its way. > > I gave it a quick test and tried to compile Qt-4.5.0 with and it > immediately failed with the following error: > > -- cut here -- > Creating qmake. Please wait... > g++ -c -o project.o -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators > -Igenerators/unix -Igenerators/win32 -Igenerators/mac > -I/usr/local/qt-x11-opensource-src-4.5.0/include > -I/usr/local/qt-x11-opensource-src-4.5.0/include/QtCore > -I/usr/local/qt-x11-opensource-src-4.5.0/src/corelib/global > -I/usr/local/qt-x11-opensource-src-4.5.0/src/script -DQT_NO_PCRE > -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC > -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS > -I/usr/local/qt-x11-opensource-src-4.5.0/mkspecs/solaris-g++ > -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT > project.cpp > In file included from > /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.3/include-fixed/string.h:27, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qbytearray.h:48, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qbytearray.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstring.h:46, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstring.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qiodevice.h:50, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qiodevice.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qdatastream.h:45, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qdatastream.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstringlist.h:46, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstringlist.h:1, > from project.h:45, > from project.cpp:42: > /usr/include/iso/string_iso.h:60: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:63: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:65: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:70: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:72: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:74: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:75: error: multiple parameters named > ?_RESTRICT_KYWD? > -- cut here -- > > Reverting to the 4.0.2 packages solved that problem immediately. > > regards, > jens Thanks for the feedback. what platform are you using for the compile? `uname -rp` - -- 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 iEYEARECAAYFAknTehkACgkQLrhmsXMSLxflgwCdG4ULLB75rTYLZPUvmYtLxHGX OoEAnjXUSY+xP7trTIdfjjKAp4UjLf6T =bqcm -----END PGP SIGNATURE----- From J.Langner at fzd.de Wed Apr 1 16:43:13 2009 From: J.Langner at fzd.de (Jens Langner) Date: Wed, 01 Apr 2009 16:43:13 +0200 Subject: [csw-users] gcc-4.3.3 NOW IN TESTING In-Reply-To: <49D37A1A.2030207@opencsw.org> References: <49D27AD6.10005@opencsw.org> <49D32B84.5090807@fzd.de> <49D37A1A.2030207@opencsw.org> Message-ID: <49D37D81.8000008@fzd.de> Mike Watters schrieb: >> Mike Watters schrieb: > >>> After several concussions and gallons of spackle... >>> gcc-4.3.3 is in testing. This is still missing the ada piece. >>> that one is on its way. >> I gave it a quick test and tried to compile Qt-4.5.0 with and it >> immediately failed with the following error: > [...] > >> Reverting to the 4.0.2 packages solved that problem immediately. > >> regards, >> jens > > Thanks for the feedback. > > what platform are you using for the compile? `uname -rp` 5.10 sparc regards, jens -- Jens Langner Ph: +49-351-2602757 Forschungszentrum Dresden-Rossendorf e.V. Institute of Radiopharmacy - PET Center J.Langner at fzd.de Germany http://www.fzd.de/ From mwatters at opencsw.org Wed Apr 1 19:33:48 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 12:33:48 -0500 Subject: [csw-users] chrpath now in Testing Message-ID: <49D3A57C.4070201@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ladies and Gentlemen, I am pleased to announce a new package I copied into testing. chrpath This will allow changing the RPATH and RUNPATH values in binaries and libraries. I have done testing on both sparc and x86 platforms and all seems well. The main limitation I have found is you can not "grow" the path any larger the the initial size. for example: if the original has RPATH of /opt/csw/lib/SALIST:/opt/csw/lib you could NOT make it /opt/csw/lib/$ISALIST:/opt/csw/lib but you CAN make it /opt/csw/lib/$ISALIST example2: if the original has RPATH of /opt/csw/lib/\\$ISALIST:/opt/csw/lib:/opt/csw/lib you can make it /opt/csw/lib/$ISALIST:/opt/csw/lib you don't need to escape if you use single quotes chrpath -r '/opt/csw/lib/$ISALIST:/opt/csw/lib' filename will work beautifully I had to dig around for the source as the link from FSF is broken. I downloaded the source from Debian's repository. but the package points to the FSF site. - -- 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 iEYEARECAAYFAknTpXwACgkQLrhmsXMSLxek6QCeKhTMINMz+nrtoQijdCT5tNMd Yg4An1hK1NmHNzesnACRO7k4RsQ2i7ZI =Pm8U -----END PGP SIGNATURE----- From mwatters at opencsw.org Wed Apr 1 23:47:33 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 16:47:33 -0500 Subject: [csw-users] python 2.6.1 now in testing Message-ID: <49D3E0F5.2060809@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: bug fix: 3510 'import curses' fails in current Python... forced curses to use the library in /opt/csw bug fix: 3579 RPATH stuff added NOISALIST = 1 - -- 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 iEYEARECAAYFAknT4PUACgkQLrhmsXMSLxeP6wCeMvcjju/oNRtKUky+XipTnA2O +50AoOPPCfkd5PhSaysD+VeaK6JeLuPp =Y8/M -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 00:07:20 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 17:07:20 -0500 Subject: [csw-users] mysql-python now in testing Message-ID: <49D3E598.60303@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: isalist fix - -- 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 iEYEARECAAYFAknT5ZgACgkQLrhmsXMSLxepuACfbjpI6klFYyGdidU4iFhpwfdy 6p0An3CDd08aGv5WgVf3mbVP2xy6nDeU =d5Fp -----END PGP SIGNATURE----- From dnb at ccs.neu.edu Thu Apr 2 07:09:02 2009 From: dnb at ccs.neu.edu (David N. Blank-Edelman) Date: Thu, 2 Apr 2009 01:09:02 -0400 Subject: [csw-users] rsync throws libintl error on fresh install Message-ID: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> Hi- Here's a weird one. I'm in the process of doing a fresh install of opencsw packages. I've just attempted to install rsync (3.0.2 from current) on a Sol9 system. It complains of: # /opt/csw/bin/rsync ld.so.1: rsync: fatal: libintl.so.8: open failed: No such file or directory Yet: # ls -l /opt/csw/lib/libintl.so* lrwxrwxrwx 1 root other 16 Apr 2 00:26 /opt/csw/lib/ libintl.so -> libintl.so.8.0.2 -rwxr-xr-x 1 root bin 51872 Feb 13 12:15 /opt/csw/lib/ libintl.so.2 -rwxr-xr-x 1 root bin 60616 Feb 13 12:15 /opt/csw/lib/ libintl.so.3 lrwxrwxrwx 1 root other 16 Apr 2 00:26 /opt/csw/lib/ libintl.so.8 -> libintl.so.8.0.2 -rwxr-xr-x 1 root bin 100664 Feb 13 12:12 /opt/csw/lib/ libintl.so.8.0.2 # /opt/csw/bin/pkg-get -i ggettextrt No worries... you already have version 0.17,REV=2009.02.13 of ggettextrt and: # ldd /opt/csw/bin/rsync libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 # ldd /opt/csw/lib/libintl.so.8.0.2 libsec.so.1 => /usr/lib/libsec.so.1 libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 LD_LIBRARY_PATH is _not_ set. If I do set it, just for yuks, I get: # LD_LIBRARY_PATH=/opt/csw/lib /opt/csw/bin/rsync ld.so.1: rsync: fatal: /opt/csw/lib/libintl.so.8: wrong ELF class: ELFCLASS32 which is peculiar because: # file /opt/csw/bin/rsync /opt/csw/bin/rsync: ELF 32-bit MSB executable, SPARC, version 1, dynamically linked (uses shared libs), stripped # file /opt/csw/lib/libintl.so.8.0.2 /opt/csw/lib/libintl.so.8.0.2: ELF 32-bit MSB shared object, SPARC, version 1, not stripped I'm sure I'm missing something dumb here, but I can't seem to figure what that could be. Any ideas would be very welcome. -- dNb From schwindt at dfki.uni-kl.de Thu Apr 2 08:15:39 2009 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Thu, 02 Apr 2009 08:15:39 +0200 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: Your message of "Wed, 01 Apr 2009 16:47:33 CDT." <49D3E0F5.2060809@opencsw.org> Message-ID: <200904020615.n326Fdnt000730@dfki.uni-kl.de> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Changes: > > bug fix: 3510 'import curses' fails in current Python... > forced curses to use the library in /opt/csw > bug fix: 3579 RPATH stuff > added NOISALIST = 1 This is good news .) - I was working on a bugreport, these two were also on my list. I'll check this version. Maybe the other troubles get fixed by this. Nicolai. From schwindt at dfki.uni-kl.de Thu Apr 2 09:34:52 2009 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Thu, 02 Apr 2009 09:34:52 +0200 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: Your message of "Wed, 01 Apr 2009 16:47:33 CDT." <49D3E0F5.2060809@opencsw.org> Message-ID: <200904020734.n327Ypwc001595@dfki.uni-kl.de> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Changes: > > bug fix: 3510 'import curses' fails in current Python... > forced curses to use the library in /opt/csw > bug fix: 3579 RPATH stuff > added NOISALIST = 1 Still problems with Trac. I get get the suspicion it is related to threading. When I was building trac by myself I got weird problems when python/silvercity/cleasilver wasn't compiled with -mt. I'll try to figure out the excat problem and get back to you. Nicolai From maciej.blizinski at gmail.com Thu Apr 2 10:10:48 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Thu, 2 Apr 2009 09:10:48 +0100 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: <49D3E0F5.2060809@opencsw.org> References: <49D3E0F5.2060809@opencsw.org> Message-ID: On Wed, Apr 1, 2009 at 10:47 PM, Mike Watters wrote: > Changes: > > ? ? ? ?bug fix: 3510 'import curses' fails in current Python... > ? ? ? ? ? ? ? ? ? ? ? ?forced curses to use the library in /opt/csw There's still a problem with importing 'curses' module, even though it's now linked against CSW ncurses library. vsol01 ~ # pkgparam CSWpython VERSION 2.6.1,REV=2009.04.01 vsol01 ~ # ldd /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so libncurses.so.5 => /opt/csw/lib/libncurses.so.5 vsol01 ~ # python Python 2.6.1 (r261:67515, Apr 1 2009, 16:27:46) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in from _curses import * ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: referenced symbol not found From schwindt at dfki.uni-kl.de Thu Apr 2 10:50:10 2009 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Thu, 02 Apr 2009 10:50:10 +0200 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: Your message of "Thu, 02 Apr 2009 09:10:48 BST." Message-ID: <200904020850.n328oAl0002857@dfki.uni-kl.de> > ImportError: ld.so.1: python: fatal: relocation error: file > /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: > referenced symbol not found [...] This belongs to termcap which makes me believe the configure of pyhton was not tricked into including /opt/csw/include/ncurses. Which result in the configure run to complete using the system includes for libcurses and termcap but linking to csw libncurses. Did I mention : I hate crappy configure scripts Nicolai From james at opencsw.org Thu Apr 2 11:04:56 2009 From: james at opencsw.org (James Lee) Date: Thu, 02 Apr 2009 09:04:56 GMT Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> Message-ID: <20090402.9045600.3800758924@gyor.oxdrove.co.uk> On 02/04/09, 06:09:02, David "N." Blank-Edelman wrote regarding [csw-users] rsync throws libintl error on fresh install: > # /opt/csw/bin/rsync > ld.so.1: rsync: fatal: libintl.so.8: open failed: No such file or > directory ... > # ldd /opt/csw/bin/rsync > libc.so.1 => /usr/lib/libc.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 ... > # file /opt/csw/bin/rsync > /opt/csw/bin/rsync: ELF 32-bit MSB executable, SPARC, version 1, > dynamically linked (uses shared libs), stripped rsync is isaexec which invokes an arch specific file, so no point in directly perusing /opt/csw/bin/rsync. $ diff /opt/csw/bin/rsync /opt/csw/bin/isaexec ls -l /opt/csw/bin/rsync /opt/csw/bin/isaexec -r-xr-xr-x 41 root bin 5256 Jan 5 2000 /opt/csw/bin/isaexec -r-xr-xr-x 41 root bin 5256 Jan 5 2000 /opt/csw/bin/rsync $ cksum /opt/csw/bin/rsync /opt/csw/bin/isaexec 762992779 5256 /opt/csw/bin/rsync 762992779 5256 /opt/csw/bin/isaexec $ file /opt/csw/bin/*/rsync /opt/csw/bin/sparc/rsync: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped /opt/csw/bin/sparcv8/rsync: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped /opt/csw/bin/sparcv9/rsync: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped Run isalist and the first match in the list will be the one being used, or run truss rsync and see what files are opened. Run ldd on the actual executable which on a 280R I expect to be /opt/csw/bin/sparcv9/rsync. My output (test system, Solaris 8 on U60) $ ldd /opt/csw/bin/sparcv9/rsync libpopt.so.0 => /opt/csw/lib/sparcv9/libpopt.so.0 libsec.so.1 => /usr/lib/64/libsec.so.1 libiconv.so.2 => /opt/csw/lib/sparcv9/libiconv.so.2 libsocket.so.1 => /usr/lib/64/libsocket.so.1 libnsl.so.1 => /usr/lib/64/libnsl.so.1 libc.so.1 => /usr/lib/64/libc.so.1 libintl.so.8 => /opt/csw/lib/64/libintl.so.8 libdl.so.1 => /usr/lib/64/libdl.so.1 libmp.so.2 => /usr/lib/64/libmp.so.2 /usr/platform/SUNW,Ultra-60/lib/sparcv9/libc_psr.so.1 But are probably looking the wrong place as rsync doesn't directly use libintl. $ dump -Lv /opt/csw/bin/sparcv9/rsync | grep NEEDED [1] NEEDED libpopt.so.0 [2] NEEDED libsec.so.1 [3] NEEDED libiconv.so.2 [4] NEEDED libsocket.so.1 [5] NEEDED libnsl.so.1 [6] NEEDED libc.so.1 So to find what is asking for libintl run ldd with -s $ ldd -s /opt/csw/bin/sparcv9/rsync (long output omitted) So test libpopt.so.0 I can't see a fault myself, sorry I've not done my tests with maximum rigour, but I hope the isaexec bit is the key to unlocking this problem. James. From dnb at ccs.neu.edu Thu Apr 2 15:24:04 2009 From: dnb at ccs.neu.edu (David N. Blank-Edelman) Date: Thu, 2 Apr 2009 09:24:04 -0400 Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: <20090402.9045600.3800758924@gyor.oxdrove.co.uk> References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> <20090402.9045600.3800758924@gyor.oxdrove.co.uk> Message-ID: Hi James- That message was tremendously helpful. I hadn't noticed the isaexec indirection going on in the midst of last night's fatigue. You are correct, it is libpopt calling in libintl according to ldd -s. Looking at truss (which I had looked at last night but didn't look closely enough at), I see: % truss -t open,stat /opt/csw/bin/rsync stat("/net/csw9/bin/rsync", 0xFFBFF7B0) = 0 open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT stat("/usr/lib/libc.so.1", 0xFFBFF2B8) = 0 open("/usr/lib/libc.so.1", O_RDONLY) = 3 stat("/usr/lib/libdl.so.1", 0xFFBFF2B8) = 0 open("/usr/lib/libdl.so.1", O_RDONLY) = 3 stat("/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1", 0xFFBFEFB8) = 0 open("/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1", O_RDONLY) = 3 open("/proc/self/auxv", O_RDONLY) = 3 stat("/net/csw9/bin/sparcv9/rsync", 0xFFFFFFFF7FFFF538) = 0 open("/var/ld/64/ld.config", O_RDONLY) Err#2 ENOENT stat("/opt/csw/lib/sparcv9/libpopt.so.0", 0xFFFFFFFF7FFFEB50) = 0 open("/opt/csw/lib/sparcv9/libpopt.so.0", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libsec.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libsec.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libsec.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libiconv.so.2", 0xFFFFFFFF7FFFEB50) = 0 open("/opt/csw/lib/sparcv9/libiconv.so.2", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libsocket.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libsocket.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libsocket.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libnsl.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libnsl.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libnsl.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libc.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libc.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libc.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/64/libintl.so.8", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libintl.so.8", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT That led me to check for the directory symlinks 32 and 64. The following (from a previous install) are not present on my new install: lrwxrwxrwx 1 root other 1 May 17 2008 32 -> . lrwxrwxrwx 1 root other 7 May 17 2008 64 -> sparcv9 which is clearly bad news. Adding them back, and all is well, thanks! What package was responsible for creating those symlinks? -- dNb From james at opencsw.org Thu Apr 2 15:52:04 2009 From: james at opencsw.org (James Lee) Date: Thu, 02 Apr 2009 13:52:04 GMT Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> <20090402.9045600.3800758924@gyor.oxdrove.co.uk> Message-ID: <20090402.13520400.4070515898@gyor.oxdrove.co.uk> On 02/04/09, 14:24:04, David "N." Blank-Edelman wrote regarding Re: [csw-users] rsync throws libintl error on fresh install: > That led me to check for the directory symlinks 32 and 64. The > following (from a previous install) are not present on my new install: > lrwxrwxrwx 1 root other 1 May 17 2008 32 -> . > lrwxrwxrwx 1 root other 7 May 17 2008 64 -> sparcv9 > which is clearly bad news. Adding them back, and all is well, thanks! > What package was responsible for creating those symlinks? CSWcommon in the pkgmap, VERSION=1.4.6,REV=2008.04.28: 1 s none /opt/csw/lib/32=. 1 s none /opt/csw/lib/64=sparcv9 Try "pkgchk CSWcommon". Try pkgrm CSWcommon and re getting common. James. From dnb at ccs.neu.edu Thu Apr 2 15:58:18 2009 From: dnb at ccs.neu.edu (David N. Blank-Edelman) Date: Thu, 2 Apr 2009 09:58:18 -0400 Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: <20090402.13520400.4070515898@gyor.oxdrove.co.uk> References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> <20090402.9045600.3800758924@gyor.oxdrove.co.uk> <20090402.13520400.4070515898@gyor.oxdrove.co.uk> Message-ID: <6D26C3A3-0291-40EF-A7B3-26BB5D8EDF94@ccs.neu.edu> On Apr 2, 2009, at 9:52 AM, James Lee wrote: > Try "pkgchk CSWcommon". Wow, a ton of stuff didn't get put into place. No idea what happened. > Try pkgrm CSWcommon and re getting common. Worked great, thanks for all of your help! -- dNb From mwatters at opencsw.org Thu Apr 2 16:36:25 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 09:36:25 -0500 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: References: <49D3E0F5.2060809@opencsw.org> Message-ID: <49D4CD69.7000100@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maciej Blizi?ski wrote: > On Wed, Apr 1, 2009 at 10:47 PM, Mike Watters wrote: >> Changes: >> >> bug fix: 3510 'import curses' fails in current Python... >> forced curses to use the library in /opt/csw > > There's still a problem with importing 'curses' module, even though > it's now linked against CSW ncurses library. > > vsol01 ~ # pkgparam CSWpython VERSION > 2.6.1,REV=2009.04.01 > vsol01 ~ # ldd /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so > libncurses.so.5 => /opt/csw/lib/libncurses.so.5 > vsol01 ~ # python > Python 2.6.1 (r261:67515, Apr 1 2009, 16:27:46) [C] on sunos5 > Type "help", "copyright", "credits" or "license" for more information. >>>> import curses > Traceback (most recent call last): > File "", line 1, in > File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in > from _curses import * > ImportError: ld.so.1: python: fatal: relocation error: file > /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: > referenced symbol not found > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users I will get this into my dev server and see if I can debug further. it appears the issue has changed slightly, new symbol not found ;) so I guess I am making progress. - -- 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 iEYEARECAAYFAknUzWkACgkQLrhmsXMSLxdCpQCgvMZwRS3wq1PYNoE0+aZJ6x86 3m0AoITTBK/6tr2UhjsR/QgBBIhNSB0x =ONAf -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 17:02:09 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 10:02:09 -0500 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: References: <49D3E0F5.2060809@opencsw.org> Message-ID: <49D4D371.7070102@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maciej Blizi?ski wrote: > On Wed, Apr 1, 2009 at 10:47 PM, Mike Watters wrote: >> Changes: >> >> bug fix: 3510 'import curses' fails in current Python... >> forced curses to use the library in /opt/csw > > There's still a problem with importing 'curses' module, even though > it's now linked against CSW ncurses library. > > vsol01 ~ # pkgparam CSWpython VERSION > 2.6.1,REV=2009.04.01 > vsol01 ~ # ldd /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so > libncurses.so.5 => /opt/csw/lib/libncurses.so.5 > vsol01 ~ # python > Python 2.6.1 (r261:67515, Apr 1 2009, 16:27:46) [C] on sunos5 > Type "help", "copyright", "credits" or "license" for more information. >>>> import curses > Traceback (most recent call last): > File "", line 1, in > File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in > from _curses import * > ImportError: ld.so.1: python: fatal: relocation error: file > /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: > referenced symbol not found > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users ARRGGHHH!! after a little more searching, - -- wchgat symbol is in /opt/csw/lib/libncurses.so, but the new w32addch is NOT. It lives in /usr/lib/libcurses.so I will try to get this sorted out in the next few days. - -- 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 iEUEARECAAYFAknU03EACgkQLrhmsXMSLxe0TwCgn2fxcYMglnjrJekijLE9wvsq gJQAl1RD8FqBq/Hrk+U+Vrfx4nC9rv8= =WDao -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 19:05:59 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 12:05:59 -0500 Subject: [csw-users] libssh2 now in testing Message-ID: <49D4F077.4040205@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: update to version 1.1 - -- 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 iEYEARECAAYFAknU8HcACgkQLrhmsXMSLxedJACgiXu9pAqNMKX5Y+QAvut4ioEw x9gAoJalAoAeHg2isdIvzaW20zzZUzmt =W+1/ -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 22:08:16 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 15:08:16 -0500 Subject: [csw-users] pulled gcc4 from testing Message-ID: <49D51B30.8030006@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 problems with the libraries, not sure exactly what happened. I am rebuilding using gcc to get all the packages in one recipe - -- 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 iEYEARECAAYFAknVGy8ACgkQLrhmsXMSLxfuSACfQ3RnASa+qf3Aqsp1DhAnEb40 MEIAoJxjpEcora3UrMrE5+tkJmso8Fsp =paFp -----END PGP SIGNATURE----- From maciej at opencsw.org Fri Apr 3 08:52:12 2009 From: maciej at opencsw.org (Maciej (Matchek) Blizinski) Date: Fri, 3 Apr 2009 07:52:12 +0100 Subject: [csw-users] PyYAML 3.08 in testing Message-ID: PyYAML 3.08 is now in testing. It's a parser and emitter of YAML for the Python programming language. By the way, are there other people who do the following? alias testpkg='pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u' Maciej From james at opencsw.org Fri Apr 3 11:05:25 2009 From: james at opencsw.org (James Lee) Date: Fri, 03 Apr 2009 09:05:25 GMT Subject: [csw-users] Use of testing. Was: PyYAML 3.08 in testing In-Reply-To: References: Message-ID: <20090403.9052500.1332307705@gyor.oxdrove.co.uk> On 03/04/09, 07:52:12, Maciej "(Matchek)" Blizinski wrote regarding [csw-users] PyYAML 3.08 in testing: > By the way, are there other people who do the following? > alias testpkg='pkg-get -s http://mirror.opencsw.org/opencsw/testing -U > -u' As this message has gone to the users' list I need to answer with advice to users. Users are people that want to use their computers and not spend time playing with broken installations. *** Warning *** The testing directory can contain software that will not work on your system. There may be conflicting packages and files. Testing is for testing and as such will contain completely untested software. Running pkg-get with -u or -update or equivalent will install and/or update extra packages that may not be the target of your intended test. Users should NOT run a general update from testing. James. From mwatters at opencsw.org Fri Apr 3 22:03:11 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 03 Apr 2009 15:03:11 -0500 Subject: [csw-users] New Python in Testing Message-ID: <49D66B7F.3000101@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: FIX: bug 3510 "...import curses fails" ( actually fixed this time ) I am able to import EVERY module that is bundled with python ;) FIX: bug 3579 RPATH problems. - -- 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 iEYEARECAAYFAknWa38ACgkQLrhmsXMSLxdL8ACgslSu0C2V0rpIIXKTDpEgCixQ XNEAoIezAYzu+tEsKh5TqJY5rABM0/jH =H3p7 -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 3 22:13:47 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 03 Apr 2009 15:13:47 -0500 Subject: [csw-users] php5 5.2.9 now in testing Message-ID: <49D66DFB.7010408@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: fixed bugs 3587: Extra Paths in package 3499: xsl module broken 3479: uncomment extensions - -- 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 iEYEARECAAYFAknWbfsACgkQLrhmsXMSLxe9EQCguZ3K7fV4ozplhN7+WAfOsJRb 3DEAoN5GM48Tn79v+2csfnbKtCOQm1at =+nuL -----END PGP SIGNATURE----- From maciej.blizinski at gmail.com Sat Apr 4 02:49:09 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 4 Apr 2009 01:49:09 +0100 Subject: [csw-users] New Python in Testing In-Reply-To: <49D66B7F.3000101@opencsw.org> References: <49D66B7F.3000101@opencsw.org> Message-ID: On Fri, Apr 3, 2009 at 9:03 PM, Mike Watters wrote: > Changes: > ? ? ? ?FIX: bug 3510 "...import curses fails" ( actually fixed this time ) It is fixed indeed. > ? ? ? ? ? ? I am able to import EVERY module that is bundled with python ;) Well done. Thanks! Maciej From mwatters at opencsw.org Sat Apr 4 18:27:24 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sat, 04 Apr 2009 11:27:24 -0500 Subject: [csw-users] pysqlite and pysqlite2 now in testing Message-ID: <49D78A6C.1080502@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: recompile to fix isalist - -- 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 iEYEARECAAYFAknXimwACgkQLrhmsXMSLxer9ACg5nx6CwXY7IR7Qn/sLNcJ+fx7 cdkAoJZPjh1G2dV+BfNA2DYIcCU59dm0 =RAaL -----END PGP SIGNATURE----- From bwalton at opencsw.org Sun Apr 5 04:39:07 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 04 Apr 2009 22:39:07 -0400 Subject: [csw-users] updated git packages Message-ID: <1238899041-sup-1038@ntdws12.chass.utoronto.ca> Hi All, I've placed updated git packages in testing. These address the currently open RUNPATH and dependency bugs. Please let me know if you find any problems with them. 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 hson at opencsw.org Sun Apr 5 10:24:18 2009 From: hson at opencsw.org (=?ISO-8859-1?Q?Roger_H=E5kansson?=) Date: Sun, 05 Apr 2009 10:24:18 +0200 Subject: [csw-users] zlib package in /testing Message-ID: <49D86AB2.5080005@opencsw.org> I've put a zlib package in /testing which is the same version as the current one, but this is built with gar plus have a 64bit library. Unless someone finds any trouble with it I'll release it before easter From mwatters at opencsw.org Mon Apr 6 01:15:33 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 05 Apr 2009 18:15:33 -0500 Subject: [csw-users] gcc-4.3.3 in testing Message-ID: <49D93B95.5020307@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 make check results checked into subversion at: http://gar.svn.sourceforge.net/viewvc/gar/csw/mgar/pkg/gcc4/trunk/files/test-results/?pathrev=4204 Please test and provide feedback. - -- 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 iEYEARECAAYFAknZO5UACgkQLrhmsXMSLxcbGQCggUZpkWVvTT0xJSPqJJp1kx1k GFEAoObNnhfWMcnT0PIWgcFo1atpkbuj =56PD -----END PGP SIGNATURE----- From phil at bolthole.com Mon Apr 6 19:10:35 2009 From: phil at bolthole.com (Philip Brown) Date: Mon, 6 Apr 2009 10:10:35 -0700 Subject: [csw-users] RESOLVED: "pkg-get -u" does not work, hash in list of installed package In-Reply-To: <1238838211.49d72bc3a1cd5@imp.free.fr> References: <1238838211.49d72bc3a1cd5@imp.free.fr> Message-ID: <20090406171035.GD73510@bolthole.com> On Sat, Apr 04, 2009 at 11:43:31AM +0200, geraud.guibert at free.fr wrote: > don't know the exact and deeper reason for this pb, but as far as i can > understand it, as noticed by Junhao, it's due to the fact that the catalog > Junhao and I download from the different mirrors get *DOUBLY cleared signed* !! > how odd. it appears that SOME, but not ALL, catalog files in our old 'stable' tree, were double-gpg-signed. I have fixed this. changes will be syncing out over the next 24 hrs. Thanks to Geraud for bringing this to my attention. From bwalton at opencsw.org Mon Apr 6 20:32:06 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 06 Apr 2009 14:32:06 -0400 Subject: [csw-users] ruby in testing Message-ID: <1239042541-sup-7577@ntdws12.chass.utoronto.ca> Hi All, Updated ruby packages are available from testing. These address the RPATH bugs (eg: they now properly pick up any optimized libraries) and have relocated the libruby.so symlink from rubydev to ruby to avoid breaking some older packages. Please let me know if you have any issues with these. 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 rmacduff at opencsw.org Mon Apr 6 21:53:28 2009 From: rmacduff at opencsw.org (Ross Macduff) Date: Mon, 06 Apr 2009 15:53:28 -0400 Subject: [csw-users] gsed in testing Message-ID: <1239047388-sup-4875@frog.chass.utoronto.ca> Hello, A revised version of gsed 4.1.5 is in testing. This version does not contain ISALIST in RPATH. Ross From CPAGES at sonofon.dk Tue Apr 7 15:50:49 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Tue, 7 Apr 2009 15:50:49 +0200 Subject: [csw-users] Package request Message-ID: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Hi I would like to request cfg2html as an opencsw package ( http://www.cfg2html.com/ ). Thanks! -- Regards Georg Sluyterman From CPAGES at sonofon.dk Tue Apr 7 15:56:47 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Tue, 7 Apr 2009 15:56:47 +0200 Subject: [csw-users] New mirror Message-ID: <9B28411EE585684A87F9FA7E82DBDB3024068F@ICABEXCCLU01B.int.sonofon.dk> Hi Would someone be so kind to add the following mirror to the mirror-list. Thanks! http://mirrors.dotsrc.org/opencsw/ ftp://mirrors.dotsrc.org/opencsw/ Location: Organisation: dotsrc.org City: Aalborg Country: Denmark Connectivity: 1 Gb/s Syncing from: www.ibiblio.org (rsync) Syncing frequency: 12h Trafic limit: none -- Regards Georg Sluyterman From bwalton at opencsw.org Tue Apr 7 21:16:04 2009 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 07 Apr 2009 15:16:04 -0400 Subject: [csw-users] Package request In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <1239131678-sup-430@ntdws12.chass.utoronto.ca> Excerpts from Capana - Georg Sluyterman's message of Tue Apr 07 09:50:49 -0400 2009: Hi Georg, > I would like to request cfg2html as an opencsw package ( > http://www.cfg2html.com/ ). It's not something I use personally, so I won't package it, but someone else may step up to it. Also, you could become a maintainer and package it for other users...? HTH. -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 Thu Apr 9 07:05:36 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 09 Apr 2009 00:05:36 -0500 Subject: [csw-users] sudo and sudo.ldap in testing Message-ID: <49DD8220.9060605@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: updated to gar v2 and sudo 1.7.0 force incomparable between CSWsudo and CSWsudo-ldap main compile options: - --with-pam (use pam authentication rules) - --with-logging=both (file and/or syslog for logging) - --with-ignore-dot (ignore 'dot' in path for sudo) - --with-env-editor (honor users EDITOR environment variable for visudo) - -- 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 iEYEARECAAYFAkndgiAACgkQLrhmsXMSLxd/BACgthcvnihNjVCSFU1Y0JRrmxp1 Z2wAoKzB4M7WxZq9yOTNnG9KLwlM/t4E =YWL/ -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 9 21:13:52 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 09 Apr 2009 14:13:52 -0500 Subject: [csw-users] updated: sudo in testing Message-ID: <49DE48F0.9070003@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: repackaged after fixing permissions on the sudo* binaries. - -- 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 iEYEARECAAYFAkneSO8ACgkQLrhmsXMSLxc6rwCbBY2B/0Gf1YQpzMIBwL3uwNkZ xDgAoJKlEWUWLIYckJ98eKSQzzTEk+6i =/dN8 -----END PGP SIGNATURE----- From CPAGES at sonofon.dk Fri Apr 10 13:04:36 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Fri, 10 Apr 2009 13:04:36 +0200 Subject: [csw-users] New mirror In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB3024068F@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB3024068F@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <9B28411EE585684A87F9FA7E82DBDB3024073E@ICABEXCCLU01B.int.sonofon.dk> Georg Sluyterman wrote: > > Hi > > Would someone be so kind to add the following mirror to the mirror-list. > Thanks! > > http://mirrors.dotsrc.org/opencsw/ > ftp://mirrors.dotsrc.org/opencsw/ > > Location: > Organisation: dotsrc.org > City: Aalborg > Country: Denmark > Connectivity: 1 Gb/s > Syncing from: www.ibiblio.org (rsync) > Syncing frequency: 12h > Trafic limit: none Thanks for adding the mirror to the homepage. I can see that dotsrc.org is listed as an unofficial mirror. "It is unknown how often they sync up, or whether the sites are going to stick around." We have been around since 1995, and we will continue to exist in the years to come (including the opencsw mirror). We are syncing once every 12 h, as required. It is of course entirely up the OpenCSW-project in what category mirrors are put (i gues you have your reasons), but i would appreciate it if dotsrc.org went into the other category :-) -- Regards Georg Sluyterman From bonivart at opencsw.org Fri Apr 10 23:38:51 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Fri, 10 Apr 2009 23:38:51 +0200 Subject: [csw-users] pkgutil 1.5 released Message-ID: <625385e30904101438o3e4089a7lc9e49cf0b8a62dc7@mail.gmail.com> Pkgutil version 1.5 has been released. Even though the change list below is not that long this is easily the biggest release yet, the changes "under the hood" are many and necessary for future versions of pkgutil. All this work has been done by Derek Whayman. Change list: * Support multiple catalogs with multiple versions of each package and selecting specific versions (Derek Whayman) * Performance enhancements (Derek Whayman) * Fix catalog update issue when mirror catalog is old (Ivo De Decker) * Increased protection against broken/empty local package files (Sebastian Kayser) * Perldoc/man page updates * Bldcat skips dependencies to the same package * Chkcat checks for packages that contain dependencies to themselves There's also a new experimental option in pkgutil.conf for non-CSW packages. Until now pkgutil just blocked all packages not prefixed with CSW but now you can set noncsw=true to allow any packages. Note that due to how, e.g., version comparison is done you may not get the expected result if your packages have a different naming and versioning standard than CSW. Also note that now pkgutil comes with the same pkgutil.conf file copied to both /opt/csw/etc and /etc/opt/csw. This is for those who use /opt/csw as a readonly NFS-mount, then you can have forced options in /opt/csw/etc but still you can tweak your local settings via /etc/opt/csw. Pkgutil will parse the files in that order. I will update the wiki site, http://pkgutil.wikidot.com, with usage exemples that take advantage of the new version handling. Also look at http://pkgutil.sourceforge.net for links to the development stuff regarding pkgutil. Happy installing! -- /peter From Darin.Perusich at cognigencorp.com Tue Apr 14 22:31:44 2009 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Tue, 14 Apr 2009 16:31:44 -0400 Subject: [csw-users] /testing amanda 2.6.1p1 Message-ID: <49E4F2B0.9000107@cognigencorp.com> Hello, I'd like to announce that latest release of Amanda, the world's most popular Open Source Backup and Archiving software, is available for testing via the testing repository. For a listing of features see the Amanda Wiki at http://wiki.zmanda.com/index.php/2.6.1_features. Please use Mantis to report any issues with this package. To install Amanda directly from the testing repository run the following: pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u amanda -- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 Phone: 716-633-3463 Email: darinper at cognigencorp.com From geraud.guibert at free.fr Thu Apr 16 17:45:43 2009 From: geraud.guibert at free.fr (geraud.guibert at free.fr) Date: Thu, 16 Apr 2009 17:45:43 +0200 Subject: [csw-users] RESOLVED: "pkg-get -U" ERROR: catalog failed signature check (status 2) Message-ID: <1239896743.49e752a7a91ab@imp.free.fr> hello everyone, after that P. Brown removed the doubly GPG signed catalog, i was still facing a pb with the new downloaded catalog, as depicted below :-( #/opt/csw/bin/pkg-get -U Getting catalog... --2009-04-16 17:29:36-- http://mirror.switch.ch/ftp/mirror/opencsw/stable/sparc/5.9/catalog Resolving proxy.onera... 125.1.1.55 Connecting to proxy.onera|125.1.1.55|:80... connected. Proxy request sent, awaiting response... 200 OK Length: 315530 (308K) [text/plain] Saving to: `catalog' 100%[=======================================>] 315,530 642K/s in 0.5s 2009-04-16 17:29:37 (642 KB/s) - `catalog' saved [315530/315530] gpg: no valid OpenPGP data found. gpg: block_filter: 1st length byte missing ERROR: catalog failed signature check (status 2) You need to install the public key, either manually, or automatically through a keyserver. For keyserver use, try one of echo keyserver search.keyserver.net >>/.gnupg/options echo keyserver search.keyserver.net >>/.gnupg/gpg.conf Catalog failed signature verify. Quitting. paying a little attention on this new available catalog, i've noticed that: #cat catalog.asc -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 .... - -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (SunOS) iD4DBQFJAgunBqHtG+EunS8RAl3aAJ0brBOLkkNfejj5q6lFAcocBzNkaACYhUeg T6Q1C4zbFo135Vy9IlSEuw== =e1re - -----END PGP SIGNATURE----- the 2 last PGP SIGNATURE lines sounds tricky to gpg in regards to the 1st one moreover when i manually convert them to: ... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (SunOS) iD4DBQFJAgunBqHtG+EunS8RAl3aAJ0brBOLkkNfejj5q6lFAcocBzNkaACYhUeg T6Q1C4zbFo135Vy9IlSEuw== =e1re -----END PGP SIGNATURE----- tada, that works like a charm, so waiting for the modification on the OpenCSW mirror server to redo and validate it on my side ;-) sincerely yours From mwatters at opencsw.org Thu Apr 16 17:57:20 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 16 Apr 2009 10:57:20 -0500 Subject: [csw-users] gcc 4.3.3 miracle in testing Message-ID: <49E75560.9010208@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have "new" gcc4.3.3 packages in testing this "should" run on all solaris platforms solaris 8 on - -- 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 iEYEARECAAYFAknnVWAACgkQLrhmsXMSLxeNCgCcCdSg6qYEuGbpptTrrdDA+tNJ ykcAoMdZZJkiET54OGBkwwuIV6pSaqHx =ERyu -----END PGP SIGNATURE----- From ihsan at opencsw.org Thu Apr 16 23:05:06 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Thu, 16 Apr 2009 23:05:06 +0200 Subject: [csw-users] nsd 3.2.1 in testing Message-ID: <49E79D82.5060906@opencsw.org> Hello, I've packaged NSD - Name Server Daemon. NSD is a BSD licensed DNS server and a real alternative to the widely known Bind. NSD has been developed by NLnet Labs in cooperation with Ripe. Security and performance are one of the project goals. http://mirror.opencsw.org/testing/nsd-3.2.1,REV=2009.04.16-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/nsd-3.2.1,REV=2009.04.16-SunOS5.8-sparc-CSW.pkg.gz Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From mwatters at opencsw.org Fri Apr 17 05:20:16 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 16 Apr 2009 22:20:16 -0500 Subject: [csw-users] pysqlite2 now in testing Message-ID: <49E7F570.3010703@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: update to version 2.4.0 - -- 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 iEYEARECAAYFAknn9XAACgkQLrhmsXMSLxdWEgCfU7WXf1l3XhFNDDiZwTWOu90v xn4AoI4CFx0XFprkzDQOAgkc7p6z9GMP =8Nq/ -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 17 17:09:38 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 17 Apr 2009 10:09:38 -0500 Subject: [csw-users] new gcc 4.3.3 for Intel in testing Message-ID: <49E89BB2.7000500@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: fixed linking errors in packages errors: /opt/csw/gcc4/bin/cpp /opt/csw/gcc4/bin/gcc ERROR: attribute verification of failed pathname does not exist unable to create link to /opt/csw/gcc4/bin/gccbug /opt/csw/gcc4/bin/gcov /opt/csw/gcc4/bin/i386/gcc ERROR: attribute verification of failed pathname does not exist unable to create link to /opt/csw/gcc4/bin/i386/i386-pc-solaris2.8-gcc - -- 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 iEYEARECAAYFAknom7EACgkQLrhmsXMSLxeEdQCeLA3HbXem01RsAYx3gBhRz7pW RGoAn3OWz2v+NQ/jvzxSsDhQ0sPF7mDK =5Nt1 -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 17 21:50:59 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 17 Apr 2009 14:50:59 -0500 Subject: [csw-users] sudo 1.7.0 now in testing Message-ID: <49E8DDA3.1080507@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: fixed some package inconsistencies. - -- 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 iEYEARECAAYFAkno3aMACgkQLrhmsXMSLxcHCwCgz/2AMyHyc17TWPz07d9C1/xu B18AoJvzbr2AycD6mZ3ROP4qCh0mXf0O =xIgk -----END PGP SIGNATURE----- From maciej.blizinski at gmail.com Sat Apr 18 21:29:28 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 18 Apr 2009 20:29:28 +0100 Subject: [csw-users] Package request In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Message-ID: 2009/4/7 Capana - Georg Sluyterman : \> I would like to request cfg2html as an opencsw package ( > http://www.cfg2html.com/ ). Do you already use this software on Solaris? Maciej From CPAGES at sonofon.dk Mon Apr 20 09:31:48 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Mon, 20 Apr 2009 09:31:48 +0200 Subject: [csw-users] Package request In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Maciej Blizinski Wrote: >2009/4/7 Capana - Georg Sluyterman : >> I would like to request cfg2html as an opencsw package ( >> http://www.cfg2html.com/ ). > >Do you already use this software on Solaris? > Yes. -- Regards Georg Sluyterman From maciej.blizinski at gmail.com Mon Apr 20 09:55:27 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Mon, 20 Apr 2009 08:55:27 +0100 Subject: [csw-users] Package request In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Message-ID: On Mon, Apr 20, 2009 at 8:31 AM, Capana - Georg Sluyterman wrote: > Maciej Blizinski Wrote: >>Do you already use this software on Solaris? >> > > Yes. Which file do you download when you install it? The one labeled 'linux' or another one? Maciej From ggunselm at emporia.edu Tue Apr 21 22:15:32 2009 From: ggunselm at emporia.edu (Glen Gunselman) Date: Tue, 21 Apr 2009 15:15:32 -0500 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <49EDE314.CC54.005D.3@emporia.edu> On Friday April 10th I used the following to install the stable version of CSWrrd on an LDom in a T5220 running Solaris 10 5/08. # update mirror URL vi /opt/csw/etc/pkg-get.conf (hange the url line to the following) rl=http://www.ibiblio.org/pub/packages/solaris/opencsw/stable ## remove and re-install rrd pkgrm CSWrrd ## now re-install the stable one /opt/csw/bin/pkg-get -i CSWrrd Today (eleven days later) I tried the following steps to install on a V490 running Solaris 10 6/06 but received the error - ERROR: CSWrrd unrecognized. /opt/csw/bin/pkg-get -U WARNING: gpg not found Getting catalog... --15:03:43-- http://www.ibiblio.org/pub/packages/solaris/opencsw/stable/sparc/5.10/catalog => `catalog' Resolving www.ibiblio.org... 152.46.7.80 Connecting to www.ibiblio.org[152.46.7.80]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 315,732 [text/plain] 100%[====================================================================================================================>] 315,732 436.54K/s 15:03:44 (435.06 KB/s) - `catalog' saved [315732/315732] WARNING: gpg not available. Stripping off catalog signature without verifying Updating catalog file /var/pkg-get/catalog-www.ibiblio.org updated --15:03:44-- http://www.ibiblio.org/pub/packages/solaris/opencsw/stable/sparc/5.10/descriptions => `descriptions' Resolving www.ibiblio.org... 152.46.7.80 Connecting to www.ibiblio.org[152.46.7.80]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 90,009 [text/plain] 100%[====================================================================================================================>] 90,009 289.58K/s 15:03:44 (288.68 KB/s) - `descriptions' saved [90009/90009] Updated description file /opt/csw/bin/pkg-get -i CSWrrd WARNING: gpg not found ERROR: CSWrrd unrecognized Perhaps you need to run pkg-get -U At this point I'm lost. I thought the point of the "stable" versions was that they did not change frequently. Any ideas on how I get a working version? Thanks, Glen Gunselman Systems Software Specialist TCS Emporia State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at opencsw.org Wed Apr 22 10:45:14 2009 From: james at opencsw.org (James Lee) Date: Wed, 22 Apr 2009 08:45:14 GMT Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <49EDE314.CC54.005D.3@emporia.edu> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> Message-ID: <20090422.8451400.583175584@gyor.oxdrove.co.uk> On 21/04/09, 21:15:32, Glen Gunselman wrote regarding [csw-users] where is stable package CSWrrd?: > /opt/csw/bin/pkg-get -i CSWrrd Use: # /opt/csw/bin/pkg-get -i rrdtool i.e. use the "software" name and not the "package" name. I ran: # /opt/csw/bin/pkg-get -s http://www.ibiblio.org/pub/packages/solaris/opencsw/stable -U -i rrdtool and have: $ pkginfo -l CSWrrd PKGINST: CSWrrd NAME: rrdtool - Round Robin Database graphing tool CATEGORY: application ARCH: sparc VERSION: 1.2.19,REV=2007.02.07 VENDOR: http://oss.oetiker.ch/rrdtool/ packaged for CSW by Ihsan Dogan PSTAMP: ra20070207100514 INSTDATE: Apr 22 2009 09:41 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: ihsan at opencsw.org STATUS: completely installed FILES: 160 installed pathnames 14 shared pathnames 22 directories 16 executables 6610 blocks used (approx) James. From bonivart at opencsw.org Wed Apr 22 10:53:21 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 22 Apr 2009 10:53:21 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <20090422.8451400.583175584@gyor.oxdrove.co.uk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> Message-ID: <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> On Wed, Apr 22, 2009 at 10:45 AM, James Lee wrote: > On 21/04/09, 21:15:32, Glen Gunselman wrote > regarding [csw-users] where is stable package CSWrrd?: > >> /opt/csw/bin/pkg-get -i CSWrrd > > Use: > # /opt/csw/bin/pkg-get -i rrdtool > > i.e. use the "software" name and not the "package" name. ...or use pkgutil which takes both variants, even mixed. :-) # pkgutil -i bind CSWdhcp -- /peter From dam at opencsw.org Wed Apr 22 11:04:18 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 22 Apr 2009 11:04:18 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> Message-ID: Am 22.04.2009 um 10:53 schrieb Peter Bonivart: > On Wed, Apr 22, 2009 at 10:45 AM, James Lee wrote: >> On 21/04/09, 21:15:32, Glen Gunselman wrote >> regarding [csw-users] where is stable package CSWrrd?: >> >>> /opt/csw/bin/pkg-get -i CSWrrd >> >> Use: >> # /opt/csw/bin/pkg-get -i rrdtool >> >> i.e. use the "software" name and not the "package" name. > > ...or use pkgutil which takes both variants, even mixed. :-) > > # pkgutil -i bind CSWdhcp ...or use the current version of pkg-get, the feature has recently been added :-) Best regards -- Dago From dam at opencsw.org Wed Apr 22 11:09:10 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 22 Apr 2009 11:09:10 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> Message-ID: <770E1DC2-2882-4014-8499-771A1185A4AA@opencsw.org> Am 22.04.2009 um 10:53 schrieb Peter Bonivart: > On Wed, Apr 22, 2009 at 10:45 AM, James Lee wrote: >> On 21/04/09, 21:15:32, Glen Gunselman wrote >> regarding [csw-users] where is stable package CSWrrd?: >> >>> /opt/csw/bin/pkg-get -i CSWrrd >> >> Use: >> # /opt/csw/bin/pkg-get -i rrdtool >> >> i.e. use the "software" name and not the "package" name. > > ...or use pkgutil which takes both variants, even mixed. :-) > > # pkgutil -i bind CSWdhcp ...or use the current version of pkg-get, the feature has recently been added :-) Best regards -- Dago From james at opencsw.org Wed Apr 22 11:17:15 2009 From: james at opencsw.org (James Lee) Date: Wed, 22 Apr 2009 09:17:15 GMT Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> Message-ID: <20090422.9171500.1843256506@gyor.oxdrove.co.uk> On 22/04/09, 10:04:18, Dagobert Michelsen wrote regarding Re: [csw-users] where is stable package CSWrrd?: > >>> /opt/csw/bin/pkg-get -i CSWrrd > >> > >> Use: > >> # /opt/csw/bin/pkg-get -i rrdtool > >> > >> i.e. use the "software" name and not the "package" name. > > > > ...or use pkgutil which takes both variants, even mixed. :-) > > > > # pkgutil -i bind CSWdhcp > ...or use the current version of pkg-get, the feature has recently > been added :-) ...the OP is using stable. James. From bonivart at opencsw.org Wed Apr 22 11:27:48 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 22 Apr 2009 11:27:48 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <20090422.9171500.1843256506@gyor.oxdrove.co.uk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> <20090422.9171500.1843256506@gyor.oxdrove.co.uk> Message-ID: <625385e30904220227h11a45636r6da8e0008cb0058@mail.gmail.com> On Wed, Apr 22, 2009 at 11:17 AM, James Lee wrote: > ...the OP is using stable. Any plans to produce a new stable? -- /peter From mats.larsson at ericsson.com Thu Apr 23 14:34:31 2009 From: mats.larsson at ericsson.com (Mats Larsson) Date: Thu, 23 Apr 2009 14:34:31 +0200 Subject: [csw-users] Upgrade failure Message-ID: <49F06057.60605@ericsson.com> Hi all, Did a pkgutil -Uu todat and ended up with: ----- Fetching CSWlibtasn1-2.0,REV=2009.04.13... --2009-04-23 14:19:23-- http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/libtasn1-2.0,REV=2009.04.13-SunOS5.8-sparc-CSW.pkg.gz Resolving www-proxy.ericsson.se... 153.88.253.150 Connecting to www-proxy.ericsson.se|153.88.253.150|:8080... connected. Proxy request sent, awaiting response... 404 Not Found 2009-04-23 14:19:24 ERROR 404: Not Found. Fetching of CSWlibtasn1-2.0,REV=2009.04.13 failed. Try updating your catalog with pkgutil -U. ----- The only one I see at http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/ is libtasn1-2.1,REV=2009.04.17-SunOS5.8-sparc-CSW.pkg.gz (time stamp differ). What's wrong? BR MOL -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at opencsw.org Thu Apr 23 14:46:03 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 23 Apr 2009 14:46:03 +0200 Subject: [csw-users] Upgrade failure In-Reply-To: <49F06057.60605@ericsson.com> References: <49F06057.60605@ericsson.com> Message-ID: <625385e30904230546n49083ae2j48fc6d12a0c28d88@mail.gmail.com> On Thu, Apr 23, 2009 at 2:34 PM, Mats Larsson wrote: > Hi all, > > Did a pkgutil -Uu todat and ended up with: > > ----- > Fetching CSWlibtasn1-2.0,REV=2009.04.13... > --2009-04-23 14:19:23-- > http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/libtasn1-2.0,REV=2009.04.13-SunOS5.8-sparc-CSW.pkg.gz > Resolving www-proxy.ericsson.se... 153.88.253.150 > Connecting to www-proxy.ericsson.se|153.88.253.150|:8080... connected. > Proxy request sent, awaiting response... 404 Not Found > 2009-04-23 14:19:24 ERROR 404: Not Found. > > > Fetching of CSWlibtasn1-2.0,REV=2009.04.13 failed. Try updating your catalog > with pkgutil -U. > ----- > The only one I see at > http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/ is > libtasn1-2.1,REV=2009.04.17-SunOS5.8-sparc-CSW.pkg.gz (time stamp differ). > > What's wrong? You have a mismatch between catalog and mirror data. The catalog says libtasn1-2.0,REV=2009.04.13 but on the mirror you have libtasn1-2.1,REV=2009.04.17. I just tried your mirror and downloaded the catalog and it now contains the new package. Please try "pkgutil -U" again and if that doesn't work you probably have a caching proxy that is messing with you, you could try "wgetopts=--no-cache" in pkgutil.conf. -- /peter From mwatters at opencsw.org Thu Apr 23 16:29:46 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 23 Apr 2009 09:29:46 -0500 Subject: [csw-users] php5 now in testing Message-ID: <49F07B5A.5080608@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: Repackage due to gar bug with dynamic admin files. - -- 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 iEYEARECAAYFAknwe1kACgkQLrhmsXMSLxeKjQCgh484pRIo1jRra/iAgyjsz0Xw HGcAoLkCAA12RnJcUKQ+pepdVeUbZnku =V3Vl -----END PGP SIGNATURE----- From casterln at nature.berkeley.edu Thu Apr 23 20:01:41 2009 From: casterln at nature.berkeley.edu (Gary Casterline) Date: Thu, 23 Apr 2009 11:01:41 -0700 Subject: [csw-users] php5 now in testing In-Reply-To: <49F07B5A.5080608@opencsw.org> References: <49F07B5A.5080608@opencsw.org> Message-ID: <49F0AD05.1070909@nature.berkeley.edu> Mike Watters wrote: > Changes: > Repackage due to gar bug with dynamic admin files. > I don't see mod_php5 or ap2_modphp5 -- will those come later? _Gary _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users From mwatters at opencsw.org Thu Apr 23 20:06:40 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 23 Apr 2009 13:06:40 -0500 Subject: [csw-users] php5 now in testing In-Reply-To: <49F0AD05.1070909@nature.berkeley.edu> References: <49F07B5A.5080608@opencsw.org> <49F0AD05.1070909@nature.berkeley.edu> Message-ID: <49F0AE30.5070406@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gary Casterline wrote: > Mike Watters wrote: >> Changes: >> Repackage due to gar bug with dynamic admin files. >> > > I don't see mod_php5 or ap2_modphp5 -- will those come later? > > _Gary > > > _______________________________________________ > 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 Gary, I don't maintain those ;) Ihsan: do you have any plans on pushing out a new version of those? I tested running php5 with the existing ap2_modphp5 ... with no issues. I don't run 1.3x anymore I didn't test against mod_php5 - -- 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 iEYEARECAAYFAknwrjAACgkQLrhmsXMSLxdu3ACgk+U7zifhcDr2Qcu5EeqrVlU/ FDUAn0Fv6j5zyrfzXTPt7VBRcsIWYUOD =Dsz7 -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 24 06:40:38 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 23 Apr 2009 23:40:38 -0500 Subject: [csw-users] php5 now in testing Message-ID: <49F142C6.1060106@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: rebuilt to include the 2.x and 1.3x apache modules in main php5 recipe. - -- 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 iEYEARECAAYFAknxQsYACgkQLrhmsXMSLxcNlwCfboUUr4DSznoNDxXMdKte+nnW vhsAnAljY7T4q8kvsm5wONCOqZwXED94 =npFG -----END PGP SIGNATURE----- From mwatters at opencsw.org Mon Apr 27 05:15:49 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 26 Apr 2009 22:15:49 -0500 Subject: [csw-users] Subversion 1.6.1 now in testing Message-ID: <49F52365.1040700@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bindings included: Perl, Python, Ruby, JavaHL - -- 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 iEYEARECAAYFAkn1I2UACgkQLrhmsXMSLxdFjwCfZaZBR5bdFcYr0CJkvb/mbmJF l3oAoKaIStZsPgqWakBPb3xOdbziuLrc =IgvO -----END PGP SIGNATURE----- From CPAGES at sonofon.dk Mon Apr 27 10:51:36 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Mon, 27 Apr 2009 10:51:36 +0200 Subject: [csw-users] Package request In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk><9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <9B28411EE585684A87F9FA7E82DBDB302B13B5@ICABEXCCLU01B.int.sonofon.dk> Maciej Blizinski Wrote: >On Mon, Apr 20, 2009 at 8:31 AM, Capana - Georg Sluyterman wrote: >> Maciej Blizinski Wrote: >>>Do you already use this software on Solaris? >>> >> >> Yes. > >Which file do you download when you install it? The one labeled 'linux' or another one? > Hi Sorry about the late reply. Its the one labeled Solaris http://come.to/cfg2html (select files -> sun -> cfg2html_solaris-1.6.4.tar.gz ) Direct link: http://f1.grp.yahoofs.com/v1/AGb1ScNfVPRMeKaUjsCFdg8Cdxb6wd2H7r4ulLdsWGP 9W4FZZ3MTGioUzjxPE3dOVhRSQzdNZniXgSQB8eKTCNvxcLSGQQ/sun/cfg2html_solaris -1.6.4.tar.gz -- Regards Georg Sluyterman From mwatters at opencsw.org Tue Apr 28 23:39:18 2009 From: mwatters at opencsw.org (Mike Watters) Date: Tue, 28 Apr 2009 16:39:18 -0500 Subject: [csw-users] New Subversion 1.6.1 in testing Message-ID: <49F77786.6080308@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: Added share/doc/subversion/tools/* share/doc/subversion/contrib/* bin/svn-tools/* bin/svn-contrib/* - -- 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 iEYEARECAAYFAkn3d4YACgkQLrhmsXMSLxfvCQCZAdiUMnpsolP8gyq5HQ9bp2j/ bQ4AoK+vq+SSuQhcWDcRBC5KIsmLSaEt =kMjk -----END PGP SIGNATURE----- From dam at opencsw.org Wed Apr 29 14:41:18 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 29 Apr 2009 14:41:18 +0200 Subject: [csw-users] [csw-maintainers] New Subversion 1.6.1 in testing In-Reply-To: <49F77786.6080308@opencsw.org> References: <49F77786.6080308@opencsw.org> Message-ID: Hi Mike, Am 28.04.2009 um 23:39 schrieb Mike Watters: > New Subversion 1.6.1 in testing I mirrored up GAR from SourceForge using svnsync and did some other testing - works great! Best regads -- Dago From dam at opencsw.org Wed Apr 29 17:38:40 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 29 Apr 2009 17:38:40 +0200 Subject: [csw-users] libcairo 1.8.6 available Message-ID: Hi, I just put libcairo 1.8.6 compiled against the updated fontconfig. Please test it so we can move ahead with all the other stuff depending on it: libcairo-1.8.6,REV=2009.04.29-SunOS5.8-i386-CSW.pkg.gz libcairo-1.8.6,REV=2009.04.29-SunOS5.8-sparc-CSW.pkg.gz libcairo_devel-1.8.6,REV=2009.04.29-SunOS5.8-i386-CSW.pkg.gz libcairo_devel-1.8.6,REV=2009.04.29-SunOS5.8-sparc-CSW.pkg.gz libcairo_doc-1.8.6,REV=2009.04.29-SunOS5.8-all-CSW.pkg.gz pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u libcairo pkgutil -t http://mirror.opencsw.org/opencsw/testing -i libcairo Best regards -- Dago From mwatters at opencsw.org Thu Apr 30 05:02:45 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 29 Apr 2009 22:02:45 -0500 Subject: [csw-users] alpine 2.00 in testing Message-ID: <49F914D5.9030008@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry for the delay. Please let me know how the testing goes. - -- 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 iEYEARECAAYFAkn5FNUACgkQLrhmsXMSLxejcACgpkGOfhu3B/umUOhif37kbU9y eR4An3HH1eoJIFk48d0fkCoCXyvsNivC =74JT -----END PGP SIGNATURE----- From J.Langner at fzd.de Wed Apr 1 10:53:24 2009 From: J.Langner at fzd.de (Jens Langner) Date: Wed, 01 Apr 2009 10:53:24 +0200 Subject: [csw-users] gcc-4.3.3 NOW IN TESTING In-Reply-To: <49D27AD6.10005@opencsw.org> References: <49D27AD6.10005@opencsw.org> Message-ID: <49D32B84.5090807@fzd.de> Hi Mike, Mike Watters schrieb: > After several concussions and gallons of spackle... > gcc-4.3.3 is in testing. This is still missing the ada piece. > that one is on its way. I gave it a quick test and tried to compile Qt-4.5.0 with and it immediately failed with the following error: -- cut here -- Creating qmake. Please wait... g++ -c -o project.o -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/usr/local/qt-x11-opensource-src-4.5.0/include -I/usr/local/qt-x11-opensource-src-4.5.0/include/QtCore -I/usr/local/qt-x11-opensource-src-4.5.0/src/corelib/global -I/usr/local/qt-x11-opensource-src-4.5.0/src/script -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/local/qt-x11-opensource-src-4.5.0/mkspecs/solaris-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT project.cpp In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.3/include-fixed/string.h:27, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qbytearray.h:48, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qbytearray.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstring.h:46, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstring.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qiodevice.h:50, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qiodevice.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qdatastream.h:45, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qdatastream.h:1, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstringlist.h:46, from /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstringlist.h:1, from project.h:45, from project.cpp:42: /usr/include/iso/string_iso.h:60: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:63: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:65: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:70: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:72: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:74: error: multiple parameters named ?_RESTRICT_KYWD? /usr/include/iso/string_iso.h:75: error: multiple parameters named ?_RESTRICT_KYWD? -- cut here -- Reverting to the 4.0.2 packages solved that problem immediately. regards, jens -- Jens Langner Ph: +49-351-2602757 Forschungszentrum Dresden-Rossendorf e.V. Institute of Radiopharmacy - PET Center J.Langner at fzd.de Germany http://www.fzd.de/ From mwatters at opencsw.org Wed Apr 1 16:28:42 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 09:28:42 -0500 Subject: [csw-users] gcc-4.3.3 NOW IN TESTING In-Reply-To: <49D32B84.5090807@fzd.de> References: <49D27AD6.10005@opencsw.org> <49D32B84.5090807@fzd.de> Message-ID: <49D37A1A.2030207@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jens Langner wrote: > Hi Mike, > > Mike Watters schrieb: > >> After several concussions and gallons of spackle... >> gcc-4.3.3 is in testing. This is still missing the ada piece. >> that one is on its way. > > I gave it a quick test and tried to compile Qt-4.5.0 with and it > immediately failed with the following error: > > -- cut here -- > Creating qmake. Please wait... > g++ -c -o project.o -DQMAKE_OPENSOURCE_EDITION -I. -Igenerators > -Igenerators/unix -Igenerators/win32 -Igenerators/mac > -I/usr/local/qt-x11-opensource-src-4.5.0/include > -I/usr/local/qt-x11-opensource-src-4.5.0/include/QtCore > -I/usr/local/qt-x11-opensource-src-4.5.0/src/corelib/global > -I/usr/local/qt-x11-opensource-src-4.5.0/src/script -DQT_NO_PCRE > -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC > -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS > -I/usr/local/qt-x11-opensource-src-4.5.0/mkspecs/solaris-g++ > -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT > project.cpp > In file included from > /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.3/include-fixed/string.h:27, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qbytearray.h:48, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qbytearray.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstring.h:46, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstring.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qiodevice.h:50, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qiodevice.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/io/qdatastream.h:45, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qdatastream.h:1, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/../../src/corelib/tools/qstringlist.h:46, > from > /usr/local/qt-x11-opensource-src-4.5.0/include/QtCore/qstringlist.h:1, > from project.h:45, > from project.cpp:42: > /usr/include/iso/string_iso.h:60: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:63: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:65: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:70: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:72: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:74: error: multiple parameters named > ?_RESTRICT_KYWD? > /usr/include/iso/string_iso.h:75: error: multiple parameters named > ?_RESTRICT_KYWD? > -- cut here -- > > Reverting to the 4.0.2 packages solved that problem immediately. > > regards, > jens Thanks for the feedback. what platform are you using for the compile? `uname -rp` - -- 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 iEYEARECAAYFAknTehkACgkQLrhmsXMSLxflgwCdG4ULLB75rTYLZPUvmYtLxHGX OoEAnjXUSY+xP7trTIdfjjKAp4UjLf6T =bqcm -----END PGP SIGNATURE----- From J.Langner at fzd.de Wed Apr 1 16:43:13 2009 From: J.Langner at fzd.de (Jens Langner) Date: Wed, 01 Apr 2009 16:43:13 +0200 Subject: [csw-users] gcc-4.3.3 NOW IN TESTING In-Reply-To: <49D37A1A.2030207@opencsw.org> References: <49D27AD6.10005@opencsw.org> <49D32B84.5090807@fzd.de> <49D37A1A.2030207@opencsw.org> Message-ID: <49D37D81.8000008@fzd.de> Mike Watters schrieb: >> Mike Watters schrieb: > >>> After several concussions and gallons of spackle... >>> gcc-4.3.3 is in testing. This is still missing the ada piece. >>> that one is on its way. >> I gave it a quick test and tried to compile Qt-4.5.0 with and it >> immediately failed with the following error: > [...] > >> Reverting to the 4.0.2 packages solved that problem immediately. > >> regards, >> jens > > Thanks for the feedback. > > what platform are you using for the compile? `uname -rp` 5.10 sparc regards, jens -- Jens Langner Ph: +49-351-2602757 Forschungszentrum Dresden-Rossendorf e.V. Institute of Radiopharmacy - PET Center J.Langner at fzd.de Germany http://www.fzd.de/ From mwatters at opencsw.org Wed Apr 1 19:33:48 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 12:33:48 -0500 Subject: [csw-users] chrpath now in Testing Message-ID: <49D3A57C.4070201@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ladies and Gentlemen, I am pleased to announce a new package I copied into testing. chrpath This will allow changing the RPATH and RUNPATH values in binaries and libraries. I have done testing on both sparc and x86 platforms and all seems well. The main limitation I have found is you can not "grow" the path any larger the the initial size. for example: if the original has RPATH of /opt/csw/lib/SALIST:/opt/csw/lib you could NOT make it /opt/csw/lib/$ISALIST:/opt/csw/lib but you CAN make it /opt/csw/lib/$ISALIST example2: if the original has RPATH of /opt/csw/lib/\\$ISALIST:/opt/csw/lib:/opt/csw/lib you can make it /opt/csw/lib/$ISALIST:/opt/csw/lib you don't need to escape if you use single quotes chrpath -r '/opt/csw/lib/$ISALIST:/opt/csw/lib' filename will work beautifully I had to dig around for the source as the link from FSF is broken. I downloaded the source from Debian's repository. but the package points to the FSF site. - -- 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 iEYEARECAAYFAknTpXwACgkQLrhmsXMSLxek6QCeKhTMINMz+nrtoQijdCT5tNMd Yg4An1hK1NmHNzesnACRO7k4RsQ2i7ZI =Pm8U -----END PGP SIGNATURE----- From mwatters at opencsw.org Wed Apr 1 23:47:33 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 16:47:33 -0500 Subject: [csw-users] python 2.6.1 now in testing Message-ID: <49D3E0F5.2060809@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: bug fix: 3510 'import curses' fails in current Python... forced curses to use the library in /opt/csw bug fix: 3579 RPATH stuff added NOISALIST = 1 - -- 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 iEYEARECAAYFAknT4PUACgkQLrhmsXMSLxeP6wCeMvcjju/oNRtKUky+XipTnA2O +50AoOPPCfkd5PhSaysD+VeaK6JeLuPp =Y8/M -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 00:07:20 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 01 Apr 2009 17:07:20 -0500 Subject: [csw-users] mysql-python now in testing Message-ID: <49D3E598.60303@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: isalist fix - -- 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 iEYEARECAAYFAknT5ZgACgkQLrhmsXMSLxepuACfbjpI6klFYyGdidU4iFhpwfdy 6p0An3CDd08aGv5WgVf3mbVP2xy6nDeU =d5Fp -----END PGP SIGNATURE----- From dnb at ccs.neu.edu Thu Apr 2 07:09:02 2009 From: dnb at ccs.neu.edu (David N. Blank-Edelman) Date: Thu, 2 Apr 2009 01:09:02 -0400 Subject: [csw-users] rsync throws libintl error on fresh install Message-ID: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> Hi- Here's a weird one. I'm in the process of doing a fresh install of opencsw packages. I've just attempted to install rsync (3.0.2 from current) on a Sol9 system. It complains of: # /opt/csw/bin/rsync ld.so.1: rsync: fatal: libintl.so.8: open failed: No such file or directory Yet: # ls -l /opt/csw/lib/libintl.so* lrwxrwxrwx 1 root other 16 Apr 2 00:26 /opt/csw/lib/ libintl.so -> libintl.so.8.0.2 -rwxr-xr-x 1 root bin 51872 Feb 13 12:15 /opt/csw/lib/ libintl.so.2 -rwxr-xr-x 1 root bin 60616 Feb 13 12:15 /opt/csw/lib/ libintl.so.3 lrwxrwxrwx 1 root other 16 Apr 2 00:26 /opt/csw/lib/ libintl.so.8 -> libintl.so.8.0.2 -rwxr-xr-x 1 root bin 100664 Feb 13 12:12 /opt/csw/lib/ libintl.so.8.0.2 # /opt/csw/bin/pkg-get -i ggettextrt No worries... you already have version 0.17,REV=2009.02.13 of ggettextrt and: # ldd /opt/csw/bin/rsync libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 # ldd /opt/csw/lib/libintl.so.8.0.2 libsec.so.1 => /usr/lib/libsec.so.1 libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 LD_LIBRARY_PATH is _not_ set. If I do set it, just for yuks, I get: # LD_LIBRARY_PATH=/opt/csw/lib /opt/csw/bin/rsync ld.so.1: rsync: fatal: /opt/csw/lib/libintl.so.8: wrong ELF class: ELFCLASS32 which is peculiar because: # file /opt/csw/bin/rsync /opt/csw/bin/rsync: ELF 32-bit MSB executable, SPARC, version 1, dynamically linked (uses shared libs), stripped # file /opt/csw/lib/libintl.so.8.0.2 /opt/csw/lib/libintl.so.8.0.2: ELF 32-bit MSB shared object, SPARC, version 1, not stripped I'm sure I'm missing something dumb here, but I can't seem to figure what that could be. Any ideas would be very welcome. -- dNb From schwindt at dfki.uni-kl.de Thu Apr 2 08:15:39 2009 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Thu, 02 Apr 2009 08:15:39 +0200 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: Your message of "Wed, 01 Apr 2009 16:47:33 CDT." <49D3E0F5.2060809@opencsw.org> Message-ID: <200904020615.n326Fdnt000730@dfki.uni-kl.de> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Changes: > > bug fix: 3510 'import curses' fails in current Python... > forced curses to use the library in /opt/csw > bug fix: 3579 RPATH stuff > added NOISALIST = 1 This is good news .) - I was working on a bugreport, these two were also on my list. I'll check this version. Maybe the other troubles get fixed by this. Nicolai. From schwindt at dfki.uni-kl.de Thu Apr 2 09:34:52 2009 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Thu, 02 Apr 2009 09:34:52 +0200 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: Your message of "Wed, 01 Apr 2009 16:47:33 CDT." <49D3E0F5.2060809@opencsw.org> Message-ID: <200904020734.n327Ypwc001595@dfki.uni-kl.de> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Changes: > > bug fix: 3510 'import curses' fails in current Python... > forced curses to use the library in /opt/csw > bug fix: 3579 RPATH stuff > added NOISALIST = 1 Still problems with Trac. I get get the suspicion it is related to threading. When I was building trac by myself I got weird problems when python/silvercity/cleasilver wasn't compiled with -mt. I'll try to figure out the excat problem and get back to you. Nicolai From maciej.blizinski at gmail.com Thu Apr 2 10:10:48 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Thu, 2 Apr 2009 09:10:48 +0100 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: <49D3E0F5.2060809@opencsw.org> References: <49D3E0F5.2060809@opencsw.org> Message-ID: On Wed, Apr 1, 2009 at 10:47 PM, Mike Watters wrote: > Changes: > > ? ? ? ?bug fix: 3510 'import curses' fails in current Python... > ? ? ? ? ? ? ? ? ? ? ? ?forced curses to use the library in /opt/csw There's still a problem with importing 'curses' module, even though it's now linked against CSW ncurses library. vsol01 ~ # pkgparam CSWpython VERSION 2.6.1,REV=2009.04.01 vsol01 ~ # ldd /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so libncurses.so.5 => /opt/csw/lib/libncurses.so.5 vsol01 ~ # python Python 2.6.1 (r261:67515, Apr 1 2009, 16:27:46) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in from _curses import * ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: referenced symbol not found From schwindt at dfki.uni-kl.de Thu Apr 2 10:50:10 2009 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Thu, 02 Apr 2009 10:50:10 +0200 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: Your message of "Thu, 02 Apr 2009 09:10:48 BST." Message-ID: <200904020850.n328oAl0002857@dfki.uni-kl.de> > ImportError: ld.so.1: python: fatal: relocation error: file > /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: > referenced symbol not found [...] This belongs to termcap which makes me believe the configure of pyhton was not tricked into including /opt/csw/include/ncurses. Which result in the configure run to complete using the system includes for libcurses and termcap but linking to csw libncurses. Did I mention : I hate crappy configure scripts Nicolai From james at opencsw.org Thu Apr 2 11:04:56 2009 From: james at opencsw.org (James Lee) Date: Thu, 02 Apr 2009 09:04:56 GMT Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> Message-ID: <20090402.9045600.3800758924@gyor.oxdrove.co.uk> On 02/04/09, 06:09:02, David "N." Blank-Edelman wrote regarding [csw-users] rsync throws libintl error on fresh install: > # /opt/csw/bin/rsync > ld.so.1: rsync: fatal: libintl.so.8: open failed: No such file or > directory ... > # ldd /opt/csw/bin/rsync > libc.so.1 => /usr/lib/libc.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1 ... > # file /opt/csw/bin/rsync > /opt/csw/bin/rsync: ELF 32-bit MSB executable, SPARC, version 1, > dynamically linked (uses shared libs), stripped rsync is isaexec which invokes an arch specific file, so no point in directly perusing /opt/csw/bin/rsync. $ diff /opt/csw/bin/rsync /opt/csw/bin/isaexec ls -l /opt/csw/bin/rsync /opt/csw/bin/isaexec -r-xr-xr-x 41 root bin 5256 Jan 5 2000 /opt/csw/bin/isaexec -r-xr-xr-x 41 root bin 5256 Jan 5 2000 /opt/csw/bin/rsync $ cksum /opt/csw/bin/rsync /opt/csw/bin/isaexec 762992779 5256 /opt/csw/bin/rsync 762992779 5256 /opt/csw/bin/isaexec $ file /opt/csw/bin/*/rsync /opt/csw/bin/sparc/rsync: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped /opt/csw/bin/sparcv8/rsync: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped /opt/csw/bin/sparcv9/rsync: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, not stripped Run isalist and the first match in the list will be the one being used, or run truss rsync and see what files are opened. Run ldd on the actual executable which on a 280R I expect to be /opt/csw/bin/sparcv9/rsync. My output (test system, Solaris 8 on U60) $ ldd /opt/csw/bin/sparcv9/rsync libpopt.so.0 => /opt/csw/lib/sparcv9/libpopt.so.0 libsec.so.1 => /usr/lib/64/libsec.so.1 libiconv.so.2 => /opt/csw/lib/sparcv9/libiconv.so.2 libsocket.so.1 => /usr/lib/64/libsocket.so.1 libnsl.so.1 => /usr/lib/64/libnsl.so.1 libc.so.1 => /usr/lib/64/libc.so.1 libintl.so.8 => /opt/csw/lib/64/libintl.so.8 libdl.so.1 => /usr/lib/64/libdl.so.1 libmp.so.2 => /usr/lib/64/libmp.so.2 /usr/platform/SUNW,Ultra-60/lib/sparcv9/libc_psr.so.1 But are probably looking the wrong place as rsync doesn't directly use libintl. $ dump -Lv /opt/csw/bin/sparcv9/rsync | grep NEEDED [1] NEEDED libpopt.so.0 [2] NEEDED libsec.so.1 [3] NEEDED libiconv.so.2 [4] NEEDED libsocket.so.1 [5] NEEDED libnsl.so.1 [6] NEEDED libc.so.1 So to find what is asking for libintl run ldd with -s $ ldd -s /opt/csw/bin/sparcv9/rsync (long output omitted) So test libpopt.so.0 I can't see a fault myself, sorry I've not done my tests with maximum rigour, but I hope the isaexec bit is the key to unlocking this problem. James. From dnb at ccs.neu.edu Thu Apr 2 15:24:04 2009 From: dnb at ccs.neu.edu (David N. Blank-Edelman) Date: Thu, 2 Apr 2009 09:24:04 -0400 Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: <20090402.9045600.3800758924@gyor.oxdrove.co.uk> References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> <20090402.9045600.3800758924@gyor.oxdrove.co.uk> Message-ID: Hi James- That message was tremendously helpful. I hadn't noticed the isaexec indirection going on in the midst of last night's fatigue. You are correct, it is libpopt calling in libintl according to ldd -s. Looking at truss (which I had looked at last night but didn't look closely enough at), I see: % truss -t open,stat /opt/csw/bin/rsync stat("/net/csw9/bin/rsync", 0xFFBFF7B0) = 0 open("/var/ld/ld.config", O_RDONLY) Err#2 ENOENT stat("/usr/lib/libc.so.1", 0xFFBFF2B8) = 0 open("/usr/lib/libc.so.1", O_RDONLY) = 3 stat("/usr/lib/libdl.so.1", 0xFFBFF2B8) = 0 open("/usr/lib/libdl.so.1", O_RDONLY) = 3 stat("/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1", 0xFFBFEFB8) = 0 open("/usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1", O_RDONLY) = 3 open("/proc/self/auxv", O_RDONLY) = 3 stat("/net/csw9/bin/sparcv9/rsync", 0xFFFFFFFF7FFFF538) = 0 open("/var/ld/64/ld.config", O_RDONLY) Err#2 ENOENT stat("/opt/csw/lib/sparcv9/libpopt.so.0", 0xFFFFFFFF7FFFEB50) = 0 open("/opt/csw/lib/sparcv9/libpopt.so.0", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libsec.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libsec.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libsec.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libiconv.so.2", 0xFFFFFFFF7FFFEB50) = 0 open("/opt/csw/lib/sparcv9/libiconv.so.2", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libsocket.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libsocket.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libsocket.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libnsl.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libnsl.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libnsl.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/sparcv9/libc.so.1", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libc.so.1", 0xFFFFFFFF7FFFEB50) = 0 open("/usr/lib/64/libc.so.1", O_RDONLY) = 3 stat("/opt/csw/lib/64/libintl.so.8", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT stat("/usr/lib/64/libintl.so.8", 0xFFFFFFFF7FFFEB50) Err#2 ENOENT That led me to check for the directory symlinks 32 and 64. The following (from a previous install) are not present on my new install: lrwxrwxrwx 1 root other 1 May 17 2008 32 -> . lrwxrwxrwx 1 root other 7 May 17 2008 64 -> sparcv9 which is clearly bad news. Adding them back, and all is well, thanks! What package was responsible for creating those symlinks? -- dNb From james at opencsw.org Thu Apr 2 15:52:04 2009 From: james at opencsw.org (James Lee) Date: Thu, 02 Apr 2009 13:52:04 GMT Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> <20090402.9045600.3800758924@gyor.oxdrove.co.uk> Message-ID: <20090402.13520400.4070515898@gyor.oxdrove.co.uk> On 02/04/09, 14:24:04, David "N." Blank-Edelman wrote regarding Re: [csw-users] rsync throws libintl error on fresh install: > That led me to check for the directory symlinks 32 and 64. The > following (from a previous install) are not present on my new install: > lrwxrwxrwx 1 root other 1 May 17 2008 32 -> . > lrwxrwxrwx 1 root other 7 May 17 2008 64 -> sparcv9 > which is clearly bad news. Adding them back, and all is well, thanks! > What package was responsible for creating those symlinks? CSWcommon in the pkgmap, VERSION=1.4.6,REV=2008.04.28: 1 s none /opt/csw/lib/32=. 1 s none /opt/csw/lib/64=sparcv9 Try "pkgchk CSWcommon". Try pkgrm CSWcommon and re getting common. James. From dnb at ccs.neu.edu Thu Apr 2 15:58:18 2009 From: dnb at ccs.neu.edu (David N. Blank-Edelman) Date: Thu, 2 Apr 2009 09:58:18 -0400 Subject: [csw-users] rsync throws libintl error on fresh install In-Reply-To: <20090402.13520400.4070515898@gyor.oxdrove.co.uk> References: <40246173-3FEA-4B0C-AE08-BFF101AB3D37@ccs.neu.edu> <20090402.9045600.3800758924@gyor.oxdrove.co.uk> <20090402.13520400.4070515898@gyor.oxdrove.co.uk> Message-ID: <6D26C3A3-0291-40EF-A7B3-26BB5D8EDF94@ccs.neu.edu> On Apr 2, 2009, at 9:52 AM, James Lee wrote: > Try "pkgchk CSWcommon". Wow, a ton of stuff didn't get put into place. No idea what happened. > Try pkgrm CSWcommon and re getting common. Worked great, thanks for all of your help! -- dNb From mwatters at opencsw.org Thu Apr 2 16:36:25 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 09:36:25 -0500 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: References: <49D3E0F5.2060809@opencsw.org> Message-ID: <49D4CD69.7000100@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maciej Blizi?ski wrote: > On Wed, Apr 1, 2009 at 10:47 PM, Mike Watters wrote: >> Changes: >> >> bug fix: 3510 'import curses' fails in current Python... >> forced curses to use the library in /opt/csw > > There's still a problem with importing 'curses' module, even though > it's now linked against CSW ncurses library. > > vsol01 ~ # pkgparam CSWpython VERSION > 2.6.1,REV=2009.04.01 > vsol01 ~ # ldd /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so > libncurses.so.5 => /opt/csw/lib/libncurses.so.5 > vsol01 ~ # python > Python 2.6.1 (r261:67515, Apr 1 2009, 16:27:46) [C] on sunos5 > Type "help", "copyright", "credits" or "license" for more information. >>>> import curses > Traceback (most recent call last): > File "", line 1, in > File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in > from _curses import * > ImportError: ld.so.1: python: fatal: relocation error: file > /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: > referenced symbol not found > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users I will get this into my dev server and see if I can debug further. it appears the issue has changed slightly, new symbol not found ;) so I guess I am making progress. - -- 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 iEYEARECAAYFAknUzWkACgkQLrhmsXMSLxdCpQCgvMZwRS3wq1PYNoE0+aZJ6x86 3m0AoITTBK/6tr2UhjsR/QgBBIhNSB0x =ONAf -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 17:02:09 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 10:02:09 -0500 Subject: [csw-users] python 2.6.1 now in testing In-Reply-To: References: <49D3E0F5.2060809@opencsw.org> Message-ID: <49D4D371.7070102@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Maciej Blizi?ski wrote: > On Wed, Apr 1, 2009 at 10:47 PM, Mike Watters wrote: >> Changes: >> >> bug fix: 3510 'import curses' fails in current Python... >> forced curses to use the library in /opt/csw > > There's still a problem with importing 'curses' module, even though > it's now linked against CSW ncurses library. > > vsol01 ~ # pkgparam CSWpython VERSION > 2.6.1,REV=2009.04.01 > vsol01 ~ # ldd /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so > libncurses.so.5 => /opt/csw/lib/libncurses.so.5 > vsol01 ~ # python > Python 2.6.1 (r261:67515, Apr 1 2009, 16:27:46) [C] on sunos5 > Type "help", "copyright", "credits" or "license" for more information. >>>> import curses > Traceback (most recent call last): > File "", line 1, in > File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in > from _curses import * > ImportError: ld.so.1: python: fatal: relocation error: file > /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol w32addch: > referenced symbol not found > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users ARRGGHHH!! after a little more searching, - -- wchgat symbol is in /opt/csw/lib/libncurses.so, but the new w32addch is NOT. It lives in /usr/lib/libcurses.so I will try to get this sorted out in the next few days. - -- 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 iEUEARECAAYFAknU03EACgkQLrhmsXMSLxe0TwCgn2fxcYMglnjrJekijLE9wvsq gJQAl1RD8FqBq/Hrk+U+Vrfx4nC9rv8= =WDao -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 19:05:59 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 12:05:59 -0500 Subject: [csw-users] libssh2 now in testing Message-ID: <49D4F077.4040205@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: update to version 1.1 - -- 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 iEYEARECAAYFAknU8HcACgkQLrhmsXMSLxedJACgiXu9pAqNMKX5Y+QAvut4ioEw x9gAoJalAoAeHg2isdIvzaW20zzZUzmt =W+1/ -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 2 22:08:16 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 02 Apr 2009 15:08:16 -0500 Subject: [csw-users] pulled gcc4 from testing Message-ID: <49D51B30.8030006@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 problems with the libraries, not sure exactly what happened. I am rebuilding using gcc to get all the packages in one recipe - -- 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 iEYEARECAAYFAknVGy8ACgkQLrhmsXMSLxfuSACfQ3RnASa+qf3Aqsp1DhAnEb40 MEIAoJxjpEcora3UrMrE5+tkJmso8Fsp =paFp -----END PGP SIGNATURE----- From maciej at opencsw.org Fri Apr 3 08:52:12 2009 From: maciej at opencsw.org (Maciej (Matchek) Blizinski) Date: Fri, 3 Apr 2009 07:52:12 +0100 Subject: [csw-users] PyYAML 3.08 in testing Message-ID: PyYAML 3.08 is now in testing. It's a parser and emitter of YAML for the Python programming language. By the way, are there other people who do the following? alias testpkg='pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u' Maciej From james at opencsw.org Fri Apr 3 11:05:25 2009 From: james at opencsw.org (James Lee) Date: Fri, 03 Apr 2009 09:05:25 GMT Subject: [csw-users] Use of testing. Was: PyYAML 3.08 in testing In-Reply-To: References: Message-ID: <20090403.9052500.1332307705@gyor.oxdrove.co.uk> On 03/04/09, 07:52:12, Maciej "(Matchek)" Blizinski wrote regarding [csw-users] PyYAML 3.08 in testing: > By the way, are there other people who do the following? > alias testpkg='pkg-get -s http://mirror.opencsw.org/opencsw/testing -U > -u' As this message has gone to the users' list I need to answer with advice to users. Users are people that want to use their computers and not spend time playing with broken installations. *** Warning *** The testing directory can contain software that will not work on your system. There may be conflicting packages and files. Testing is for testing and as such will contain completely untested software. Running pkg-get with -u or -update or equivalent will install and/or update extra packages that may not be the target of your intended test. Users should NOT run a general update from testing. James. From mwatters at opencsw.org Fri Apr 3 22:03:11 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 03 Apr 2009 15:03:11 -0500 Subject: [csw-users] New Python in Testing Message-ID: <49D66B7F.3000101@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: FIX: bug 3510 "...import curses fails" ( actually fixed this time ) I am able to import EVERY module that is bundled with python ;) FIX: bug 3579 RPATH problems. - -- 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 iEYEARECAAYFAknWa38ACgkQLrhmsXMSLxdL8ACgslSu0C2V0rpIIXKTDpEgCixQ XNEAoIezAYzu+tEsKh5TqJY5rABM0/jH =H3p7 -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 3 22:13:47 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 03 Apr 2009 15:13:47 -0500 Subject: [csw-users] php5 5.2.9 now in testing Message-ID: <49D66DFB.7010408@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: fixed bugs 3587: Extra Paths in package 3499: xsl module broken 3479: uncomment extensions - -- 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 iEYEARECAAYFAknWbfsACgkQLrhmsXMSLxe9EQCguZ3K7fV4ozplhN7+WAfOsJRb 3DEAoN5GM48Tn79v+2csfnbKtCOQm1at =+nuL -----END PGP SIGNATURE----- From maciej.blizinski at gmail.com Sat Apr 4 02:49:09 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 4 Apr 2009 01:49:09 +0100 Subject: [csw-users] New Python in Testing In-Reply-To: <49D66B7F.3000101@opencsw.org> References: <49D66B7F.3000101@opencsw.org> Message-ID: On Fri, Apr 3, 2009 at 9:03 PM, Mike Watters wrote: > Changes: > ? ? ? ?FIX: bug 3510 "...import curses fails" ( actually fixed this time ) It is fixed indeed. > ? ? ? ? ? ? I am able to import EVERY module that is bundled with python ;) Well done. Thanks! Maciej From mwatters at opencsw.org Sat Apr 4 18:27:24 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sat, 04 Apr 2009 11:27:24 -0500 Subject: [csw-users] pysqlite and pysqlite2 now in testing Message-ID: <49D78A6C.1080502@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: recompile to fix isalist - -- 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 iEYEARECAAYFAknXimwACgkQLrhmsXMSLxer9ACg5nx6CwXY7IR7Qn/sLNcJ+fx7 cdkAoJZPjh1G2dV+BfNA2DYIcCU59dm0 =RAaL -----END PGP SIGNATURE----- From bwalton at opencsw.org Sun Apr 5 04:39:07 2009 From: bwalton at opencsw.org (Ben Walton) Date: Sat, 04 Apr 2009 22:39:07 -0400 Subject: [csw-users] updated git packages Message-ID: <1238899041-sup-1038@ntdws12.chass.utoronto.ca> Hi All, I've placed updated git packages in testing. These address the currently open RUNPATH and dependency bugs. Please let me know if you find any problems with them. 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 hson at opencsw.org Sun Apr 5 10:24:18 2009 From: hson at opencsw.org (=?ISO-8859-1?Q?Roger_H=E5kansson?=) Date: Sun, 05 Apr 2009 10:24:18 +0200 Subject: [csw-users] zlib package in /testing Message-ID: <49D86AB2.5080005@opencsw.org> I've put a zlib package in /testing which is the same version as the current one, but this is built with gar plus have a 64bit library. Unless someone finds any trouble with it I'll release it before easter From mwatters at opencsw.org Mon Apr 6 01:15:33 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 05 Apr 2009 18:15:33 -0500 Subject: [csw-users] gcc-4.3.3 in testing Message-ID: <49D93B95.5020307@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 make check results checked into subversion at: http://gar.svn.sourceforge.net/viewvc/gar/csw/mgar/pkg/gcc4/trunk/files/test-results/?pathrev=4204 Please test and provide feedback. - -- 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 iEYEARECAAYFAknZO5UACgkQLrhmsXMSLxcbGQCggUZpkWVvTT0xJSPqJJp1kx1k GFEAoObNnhfWMcnT0PIWgcFo1atpkbuj =56PD -----END PGP SIGNATURE----- From phil at bolthole.com Mon Apr 6 19:10:35 2009 From: phil at bolthole.com (Philip Brown) Date: Mon, 6 Apr 2009 10:10:35 -0700 Subject: [csw-users] RESOLVED: "pkg-get -u" does not work, hash in list of installed package In-Reply-To: <1238838211.49d72bc3a1cd5@imp.free.fr> References: <1238838211.49d72bc3a1cd5@imp.free.fr> Message-ID: <20090406171035.GD73510@bolthole.com> On Sat, Apr 04, 2009 at 11:43:31AM +0200, geraud.guibert at free.fr wrote: > don't know the exact and deeper reason for this pb, but as far as i can > understand it, as noticed by Junhao, it's due to the fact that the catalog > Junhao and I download from the different mirrors get *DOUBLY cleared signed* !! > how odd. it appears that SOME, but not ALL, catalog files in our old 'stable' tree, were double-gpg-signed. I have fixed this. changes will be syncing out over the next 24 hrs. Thanks to Geraud for bringing this to my attention. From bwalton at opencsw.org Mon Apr 6 20:32:06 2009 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 06 Apr 2009 14:32:06 -0400 Subject: [csw-users] ruby in testing Message-ID: <1239042541-sup-7577@ntdws12.chass.utoronto.ca> Hi All, Updated ruby packages are available from testing. These address the RPATH bugs (eg: they now properly pick up any optimized libraries) and have relocated the libruby.so symlink from rubydev to ruby to avoid breaking some older packages. Please let me know if you have any issues with these. 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 rmacduff at opencsw.org Mon Apr 6 21:53:28 2009 From: rmacduff at opencsw.org (Ross Macduff) Date: Mon, 06 Apr 2009 15:53:28 -0400 Subject: [csw-users] gsed in testing Message-ID: <1239047388-sup-4875@frog.chass.utoronto.ca> Hello, A revised version of gsed 4.1.5 is in testing. This version does not contain ISALIST in RPATH. Ross From CPAGES at sonofon.dk Tue Apr 7 15:50:49 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Tue, 7 Apr 2009 15:50:49 +0200 Subject: [csw-users] Package request Message-ID: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Hi I would like to request cfg2html as an opencsw package ( http://www.cfg2html.com/ ). Thanks! -- Regards Georg Sluyterman From CPAGES at sonofon.dk Tue Apr 7 15:56:47 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Tue, 7 Apr 2009 15:56:47 +0200 Subject: [csw-users] New mirror Message-ID: <9B28411EE585684A87F9FA7E82DBDB3024068F@ICABEXCCLU01B.int.sonofon.dk> Hi Would someone be so kind to add the following mirror to the mirror-list. Thanks! http://mirrors.dotsrc.org/opencsw/ ftp://mirrors.dotsrc.org/opencsw/ Location: Organisation: dotsrc.org City: Aalborg Country: Denmark Connectivity: 1 Gb/s Syncing from: www.ibiblio.org (rsync) Syncing frequency: 12h Trafic limit: none -- Regards Georg Sluyterman From bwalton at opencsw.org Tue Apr 7 21:16:04 2009 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 07 Apr 2009 15:16:04 -0400 Subject: [csw-users] Package request In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <1239131678-sup-430@ntdws12.chass.utoronto.ca> Excerpts from Capana - Georg Sluyterman's message of Tue Apr 07 09:50:49 -0400 2009: Hi Georg, > I would like to request cfg2html as an opencsw package ( > http://www.cfg2html.com/ ). It's not something I use personally, so I won't package it, but someone else may step up to it. Also, you could become a maintainer and package it for other users...? HTH. -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 Thu Apr 9 07:05:36 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 09 Apr 2009 00:05:36 -0500 Subject: [csw-users] sudo and sudo.ldap in testing Message-ID: <49DD8220.9060605@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: updated to gar v2 and sudo 1.7.0 force incomparable between CSWsudo and CSWsudo-ldap main compile options: - --with-pam (use pam authentication rules) - --with-logging=both (file and/or syslog for logging) - --with-ignore-dot (ignore 'dot' in path for sudo) - --with-env-editor (honor users EDITOR environment variable for visudo) - -- 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 iEYEARECAAYFAkndgiAACgkQLrhmsXMSLxd/BACgthcvnihNjVCSFU1Y0JRrmxp1 Z2wAoKzB4M7WxZq9yOTNnG9KLwlM/t4E =YWL/ -----END PGP SIGNATURE----- From mwatters at opencsw.org Thu Apr 9 21:13:52 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 09 Apr 2009 14:13:52 -0500 Subject: [csw-users] updated: sudo in testing Message-ID: <49DE48F0.9070003@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: repackaged after fixing permissions on the sudo* binaries. - -- 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 iEYEARECAAYFAkneSO8ACgkQLrhmsXMSLxc6rwCbBY2B/0Gf1YQpzMIBwL3uwNkZ xDgAoJKlEWUWLIYckJ98eKSQzzTEk+6i =/dN8 -----END PGP SIGNATURE----- From CPAGES at sonofon.dk Fri Apr 10 13:04:36 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Fri, 10 Apr 2009 13:04:36 +0200 Subject: [csw-users] New mirror In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB3024068F@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB3024068F@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <9B28411EE585684A87F9FA7E82DBDB3024073E@ICABEXCCLU01B.int.sonofon.dk> Georg Sluyterman wrote: > > Hi > > Would someone be so kind to add the following mirror to the mirror-list. > Thanks! > > http://mirrors.dotsrc.org/opencsw/ > ftp://mirrors.dotsrc.org/opencsw/ > > Location: > Organisation: dotsrc.org > City: Aalborg > Country: Denmark > Connectivity: 1 Gb/s > Syncing from: www.ibiblio.org (rsync) > Syncing frequency: 12h > Trafic limit: none Thanks for adding the mirror to the homepage. I can see that dotsrc.org is listed as an unofficial mirror. "It is unknown how often they sync up, or whether the sites are going to stick around." We have been around since 1995, and we will continue to exist in the years to come (including the opencsw mirror). We are syncing once every 12 h, as required. It is of course entirely up the OpenCSW-project in what category mirrors are put (i gues you have your reasons), but i would appreciate it if dotsrc.org went into the other category :-) -- Regards Georg Sluyterman From bonivart at opencsw.org Fri Apr 10 23:38:51 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Fri, 10 Apr 2009 23:38:51 +0200 Subject: [csw-users] pkgutil 1.5 released Message-ID: <625385e30904101438o3e4089a7lc9e49cf0b8a62dc7@mail.gmail.com> Pkgutil version 1.5 has been released. Even though the change list below is not that long this is easily the biggest release yet, the changes "under the hood" are many and necessary for future versions of pkgutil. All this work has been done by Derek Whayman. Change list: * Support multiple catalogs with multiple versions of each package and selecting specific versions (Derek Whayman) * Performance enhancements (Derek Whayman) * Fix catalog update issue when mirror catalog is old (Ivo De Decker) * Increased protection against broken/empty local package files (Sebastian Kayser) * Perldoc/man page updates * Bldcat skips dependencies to the same package * Chkcat checks for packages that contain dependencies to themselves There's also a new experimental option in pkgutil.conf for non-CSW packages. Until now pkgutil just blocked all packages not prefixed with CSW but now you can set noncsw=true to allow any packages. Note that due to how, e.g., version comparison is done you may not get the expected result if your packages have a different naming and versioning standard than CSW. Also note that now pkgutil comes with the same pkgutil.conf file copied to both /opt/csw/etc and /etc/opt/csw. This is for those who use /opt/csw as a readonly NFS-mount, then you can have forced options in /opt/csw/etc but still you can tweak your local settings via /etc/opt/csw. Pkgutil will parse the files in that order. I will update the wiki site, http://pkgutil.wikidot.com, with usage exemples that take advantage of the new version handling. Also look at http://pkgutil.sourceforge.net for links to the development stuff regarding pkgutil. Happy installing! -- /peter From Darin.Perusich at cognigencorp.com Tue Apr 14 22:31:44 2009 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Tue, 14 Apr 2009 16:31:44 -0400 Subject: [csw-users] /testing amanda 2.6.1p1 Message-ID: <49E4F2B0.9000107@cognigencorp.com> Hello, I'd like to announce that latest release of Amanda, the world's most popular Open Source Backup and Archiving software, is available for testing via the testing repository. For a listing of features see the Amanda Wiki at http://wiki.zmanda.com/index.php/2.6.1_features. Please use Mantis to report any issues with this package. To install Amanda directly from the testing repository run the following: pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u amanda -- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 Phone: 716-633-3463 Email: darinper at cognigencorp.com From geraud.guibert at free.fr Thu Apr 16 17:45:43 2009 From: geraud.guibert at free.fr (geraud.guibert at free.fr) Date: Thu, 16 Apr 2009 17:45:43 +0200 Subject: [csw-users] RESOLVED: "pkg-get -U" ERROR: catalog failed signature check (status 2) Message-ID: <1239896743.49e752a7a91ab@imp.free.fr> hello everyone, after that P. Brown removed the doubly GPG signed catalog, i was still facing a pb with the new downloaded catalog, as depicted below :-( #/opt/csw/bin/pkg-get -U Getting catalog... --2009-04-16 17:29:36-- http://mirror.switch.ch/ftp/mirror/opencsw/stable/sparc/5.9/catalog Resolving proxy.onera... 125.1.1.55 Connecting to proxy.onera|125.1.1.55|:80... connected. Proxy request sent, awaiting response... 200 OK Length: 315530 (308K) [text/plain] Saving to: `catalog' 100%[=======================================>] 315,530 642K/s in 0.5s 2009-04-16 17:29:37 (642 KB/s) - `catalog' saved [315530/315530] gpg: no valid OpenPGP data found. gpg: block_filter: 1st length byte missing ERROR: catalog failed signature check (status 2) You need to install the public key, either manually, or automatically through a keyserver. For keyserver use, try one of echo keyserver search.keyserver.net >>/.gnupg/options echo keyserver search.keyserver.net >>/.gnupg/gpg.conf Catalog failed signature verify. Quitting. paying a little attention on this new available catalog, i've noticed that: #cat catalog.asc -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 .... - -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (SunOS) iD4DBQFJAgunBqHtG+EunS8RAl3aAJ0brBOLkkNfejj5q6lFAcocBzNkaACYhUeg T6Q1C4zbFo135Vy9IlSEuw== =e1re - -----END PGP SIGNATURE----- the 2 last PGP SIGNATURE lines sounds tricky to gpg in regards to the 1st one moreover when i manually convert them to: ... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (SunOS) iD4DBQFJAgunBqHtG+EunS8RAl3aAJ0brBOLkkNfejj5q6lFAcocBzNkaACYhUeg T6Q1C4zbFo135Vy9IlSEuw== =e1re -----END PGP SIGNATURE----- tada, that works like a charm, so waiting for the modification on the OpenCSW mirror server to redo and validate it on my side ;-) sincerely yours From mwatters at opencsw.org Thu Apr 16 17:57:20 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 16 Apr 2009 10:57:20 -0500 Subject: [csw-users] gcc 4.3.3 miracle in testing Message-ID: <49E75560.9010208@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have "new" gcc4.3.3 packages in testing this "should" run on all solaris platforms solaris 8 on - -- 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 iEYEARECAAYFAknnVWAACgkQLrhmsXMSLxeNCgCcCdSg6qYEuGbpptTrrdDA+tNJ ykcAoMdZZJkiET54OGBkwwuIV6pSaqHx =ERyu -----END PGP SIGNATURE----- From ihsan at opencsw.org Thu Apr 16 23:05:06 2009 From: ihsan at opencsw.org (Ihsan Dogan) Date: Thu, 16 Apr 2009 23:05:06 +0200 Subject: [csw-users] nsd 3.2.1 in testing Message-ID: <49E79D82.5060906@opencsw.org> Hello, I've packaged NSD - Name Server Daemon. NSD is a BSD licensed DNS server and a real alternative to the widely known Bind. NSD has been developed by NLnet Labs in cooperation with Ripe. Security and performance are one of the project goals. http://mirror.opencsw.org/testing/nsd-3.2.1,REV=2009.04.16-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/nsd-3.2.1,REV=2009.04.16-SunOS5.8-sparc-CSW.pkg.gz Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From mwatters at opencsw.org Fri Apr 17 05:20:16 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 16 Apr 2009 22:20:16 -0500 Subject: [csw-users] pysqlite2 now in testing Message-ID: <49E7F570.3010703@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: update to version 2.4.0 - -- 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 iEYEARECAAYFAknn9XAACgkQLrhmsXMSLxdWEgCfU7WXf1l3XhFNDDiZwTWOu90v xn4AoI4CFx0XFprkzDQOAgkc7p6z9GMP =8Nq/ -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 17 17:09:38 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 17 Apr 2009 10:09:38 -0500 Subject: [csw-users] new gcc 4.3.3 for Intel in testing Message-ID: <49E89BB2.7000500@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: fixed linking errors in packages errors: /opt/csw/gcc4/bin/cpp /opt/csw/gcc4/bin/gcc ERROR: attribute verification of failed pathname does not exist unable to create link to /opt/csw/gcc4/bin/gccbug /opt/csw/gcc4/bin/gcov /opt/csw/gcc4/bin/i386/gcc ERROR: attribute verification of failed pathname does not exist unable to create link to /opt/csw/gcc4/bin/i386/i386-pc-solaris2.8-gcc - -- 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 iEYEARECAAYFAknom7EACgkQLrhmsXMSLxeEdQCeLA3HbXem01RsAYx3gBhRz7pW RGoAn3OWz2v+NQ/jvzxSsDhQ0sPF7mDK =5Nt1 -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 17 21:50:59 2009 From: mwatters at opencsw.org (Mike Watters) Date: Fri, 17 Apr 2009 14:50:59 -0500 Subject: [csw-users] sudo 1.7.0 now in testing Message-ID: <49E8DDA3.1080507@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 changes: fixed some package inconsistencies. - -- 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 iEYEARECAAYFAkno3aMACgkQLrhmsXMSLxcHCwCgz/2AMyHyc17TWPz07d9C1/xu B18AoJvzbr2AycD6mZ3ROP4qCh0mXf0O =xIgk -----END PGP SIGNATURE----- From maciej.blizinski at gmail.com Sat Apr 18 21:29:28 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sat, 18 Apr 2009 20:29:28 +0100 Subject: [csw-users] Package request In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Message-ID: 2009/4/7 Capana - Georg Sluyterman : \> I would like to request cfg2html as an opencsw package ( > http://www.cfg2html.com/ ). Do you already use this software on Solaris? Maciej From CPAGES at sonofon.dk Mon Apr 20 09:31:48 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Mon, 20 Apr 2009 09:31:48 +0200 Subject: [csw-users] Package request In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Maciej Blizinski Wrote: >2009/4/7 Capana - Georg Sluyterman : >> I would like to request cfg2html as an opencsw package ( >> http://www.cfg2html.com/ ). > >Do you already use this software on Solaris? > Yes. -- Regards Georg Sluyterman From maciej.blizinski at gmail.com Mon Apr 20 09:55:27 2009 From: maciej.blizinski at gmail.com (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Mon, 20 Apr 2009 08:55:27 +0100 Subject: [csw-users] Package request In-Reply-To: <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Message-ID: On Mon, Apr 20, 2009 at 8:31 AM, Capana - Georg Sluyterman wrote: > Maciej Blizinski Wrote: >>Do you already use this software on Solaris? >> > > Yes. Which file do you download when you install it? The one labeled 'linux' or another one? Maciej From ggunselm at emporia.edu Tue Apr 21 22:15:32 2009 From: ggunselm at emporia.edu (Glen Gunselman) Date: Tue, 21 Apr 2009 15:15:32 -0500 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <49EDE314.CC54.005D.3@emporia.edu> On Friday April 10th I used the following to install the stable version of CSWrrd on an LDom in a T5220 running Solaris 10 5/08. # update mirror URL vi /opt/csw/etc/pkg-get.conf (hange the url line to the following) rl=http://www.ibiblio.org/pub/packages/solaris/opencsw/stable ## remove and re-install rrd pkgrm CSWrrd ## now re-install the stable one /opt/csw/bin/pkg-get -i CSWrrd Today (eleven days later) I tried the following steps to install on a V490 running Solaris 10 6/06 but received the error - ERROR: CSWrrd unrecognized. /opt/csw/bin/pkg-get -U WARNING: gpg not found Getting catalog... --15:03:43-- http://www.ibiblio.org/pub/packages/solaris/opencsw/stable/sparc/5.10/catalog => `catalog' Resolving www.ibiblio.org... 152.46.7.80 Connecting to www.ibiblio.org[152.46.7.80]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 315,732 [text/plain] 100%[====================================================================================================================>] 315,732 436.54K/s 15:03:44 (435.06 KB/s) - `catalog' saved [315732/315732] WARNING: gpg not available. Stripping off catalog signature without verifying Updating catalog file /var/pkg-get/catalog-www.ibiblio.org updated --15:03:44-- http://www.ibiblio.org/pub/packages/solaris/opencsw/stable/sparc/5.10/descriptions => `descriptions' Resolving www.ibiblio.org... 152.46.7.80 Connecting to www.ibiblio.org[152.46.7.80]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 90,009 [text/plain] 100%[====================================================================================================================>] 90,009 289.58K/s 15:03:44 (288.68 KB/s) - `descriptions' saved [90009/90009] Updated description file /opt/csw/bin/pkg-get -i CSWrrd WARNING: gpg not found ERROR: CSWrrd unrecognized Perhaps you need to run pkg-get -U At this point I'm lost. I thought the point of the "stable" versions was that they did not change frequently. Any ideas on how I get a working version? Thanks, Glen Gunselman Systems Software Specialist TCS Emporia State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From james at opencsw.org Wed Apr 22 10:45:14 2009 From: james at opencsw.org (James Lee) Date: Wed, 22 Apr 2009 08:45:14 GMT Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <49EDE314.CC54.005D.3@emporia.edu> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> Message-ID: <20090422.8451400.583175584@gyor.oxdrove.co.uk> On 21/04/09, 21:15:32, Glen Gunselman wrote regarding [csw-users] where is stable package CSWrrd?: > /opt/csw/bin/pkg-get -i CSWrrd Use: # /opt/csw/bin/pkg-get -i rrdtool i.e. use the "software" name and not the "package" name. I ran: # /opt/csw/bin/pkg-get -s http://www.ibiblio.org/pub/packages/solaris/opencsw/stable -U -i rrdtool and have: $ pkginfo -l CSWrrd PKGINST: CSWrrd NAME: rrdtool - Round Robin Database graphing tool CATEGORY: application ARCH: sparc VERSION: 1.2.19,REV=2007.02.07 VENDOR: http://oss.oetiker.ch/rrdtool/ packaged for CSW by Ihsan Dogan PSTAMP: ra20070207100514 INSTDATE: Apr 22 2009 09:41 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: ihsan at opencsw.org STATUS: completely installed FILES: 160 installed pathnames 14 shared pathnames 22 directories 16 executables 6610 blocks used (approx) James. From bonivart at opencsw.org Wed Apr 22 10:53:21 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 22 Apr 2009 10:53:21 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <20090422.8451400.583175584@gyor.oxdrove.co.uk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> Message-ID: <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> On Wed, Apr 22, 2009 at 10:45 AM, James Lee wrote: > On 21/04/09, 21:15:32, Glen Gunselman wrote > regarding [csw-users] where is stable package CSWrrd?: > >> /opt/csw/bin/pkg-get -i CSWrrd > > Use: > # /opt/csw/bin/pkg-get -i rrdtool > > i.e. use the "software" name and not the "package" name. ...or use pkgutil which takes both variants, even mixed. :-) # pkgutil -i bind CSWdhcp -- /peter From dam at opencsw.org Wed Apr 22 11:04:18 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 22 Apr 2009 11:04:18 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> Message-ID: Am 22.04.2009 um 10:53 schrieb Peter Bonivart: > On Wed, Apr 22, 2009 at 10:45 AM, James Lee wrote: >> On 21/04/09, 21:15:32, Glen Gunselman wrote >> regarding [csw-users] where is stable package CSWrrd?: >> >>> /opt/csw/bin/pkg-get -i CSWrrd >> >> Use: >> # /opt/csw/bin/pkg-get -i rrdtool >> >> i.e. use the "software" name and not the "package" name. > > ...or use pkgutil which takes both variants, even mixed. :-) > > # pkgutil -i bind CSWdhcp ...or use the current version of pkg-get, the feature has recently been added :-) Best regards -- Dago From dam at opencsw.org Wed Apr 22 11:09:10 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 22 Apr 2009 11:09:10 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> Message-ID: <770E1DC2-2882-4014-8499-771A1185A4AA@opencsw.org> Am 22.04.2009 um 10:53 schrieb Peter Bonivart: > On Wed, Apr 22, 2009 at 10:45 AM, James Lee wrote: >> On 21/04/09, 21:15:32, Glen Gunselman wrote >> regarding [csw-users] where is stable package CSWrrd?: >> >>> /opt/csw/bin/pkg-get -i CSWrrd >> >> Use: >> # /opt/csw/bin/pkg-get -i rrdtool >> >> i.e. use the "software" name and not the "package" name. > > ...or use pkgutil which takes both variants, even mixed. :-) > > # pkgutil -i bind CSWdhcp ...or use the current version of pkg-get, the feature has recently been added :-) Best regards -- Dago From james at opencsw.org Wed Apr 22 11:17:15 2009 From: james at opencsw.org (James Lee) Date: Wed, 22 Apr 2009 09:17:15 GMT Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> Message-ID: <20090422.9171500.1843256506@gyor.oxdrove.co.uk> On 22/04/09, 10:04:18, Dagobert Michelsen wrote regarding Re: [csw-users] where is stable package CSWrrd?: > >>> /opt/csw/bin/pkg-get -i CSWrrd > >> > >> Use: > >> # /opt/csw/bin/pkg-get -i rrdtool > >> > >> i.e. use the "software" name and not the "package" name. > > > > ...or use pkgutil which takes both variants, even mixed. :-) > > > > # pkgutil -i bind CSWdhcp > ...or use the current version of pkg-get, the feature has recently > been added :-) ...the OP is using stable. James. From bonivart at opencsw.org Wed Apr 22 11:27:48 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 22 Apr 2009 11:27:48 +0200 Subject: [csw-users] where is stable package CSWrrd? In-Reply-To: <20090422.9171500.1843256506@gyor.oxdrove.co.uk> References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk> <9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> <49EDE314.CC54.005D.3@emporia.edu> <20090422.8451400.583175584@gyor.oxdrove.co.uk> <625385e30904220153w7d5cccd7wf454b6782c3a8379@mail.gmail.com> <20090422.9171500.1843256506@gyor.oxdrove.co.uk> Message-ID: <625385e30904220227h11a45636r6da8e0008cb0058@mail.gmail.com> On Wed, Apr 22, 2009 at 11:17 AM, James Lee wrote: > ...the OP is using stable. Any plans to produce a new stable? -- /peter From mats.larsson at ericsson.com Thu Apr 23 14:34:31 2009 From: mats.larsson at ericsson.com (Mats Larsson) Date: Thu, 23 Apr 2009 14:34:31 +0200 Subject: [csw-users] Upgrade failure Message-ID: <49F06057.60605@ericsson.com> Hi all, Did a pkgutil -Uu todat and ended up with: ----- Fetching CSWlibtasn1-2.0,REV=2009.04.13... --2009-04-23 14:19:23-- http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/libtasn1-2.0,REV=2009.04.13-SunOS5.8-sparc-CSW.pkg.gz Resolving www-proxy.ericsson.se... 153.88.253.150 Connecting to www-proxy.ericsson.se|153.88.253.150|:8080... connected. Proxy request sent, awaiting response... 404 Not Found 2009-04-23 14:19:24 ERROR 404: Not Found. Fetching of CSWlibtasn1-2.0,REV=2009.04.13 failed. Try updating your catalog with pkgutil -U. ----- The only one I see at http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/ is libtasn1-2.1,REV=2009.04.17-SunOS5.8-sparc-CSW.pkg.gz (time stamp differ). What's wrong? BR MOL -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at opencsw.org Thu Apr 23 14:46:03 2009 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 23 Apr 2009 14:46:03 +0200 Subject: [csw-users] Upgrade failure In-Reply-To: <49F06057.60605@ericsson.com> References: <49F06057.60605@ericsson.com> Message-ID: <625385e30904230546n49083ae2j48fc6d12a0c28d88@mail.gmail.com> On Thu, Apr 23, 2009 at 2:34 PM, Mats Larsson wrote: > Hi all, > > Did a pkgutil -Uu todat and ended up with: > > ----- > Fetching CSWlibtasn1-2.0,REV=2009.04.13... > --2009-04-23 14:19:23-- > http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/libtasn1-2.0,REV=2009.04.13-SunOS5.8-sparc-CSW.pkg.gz > Resolving www-proxy.ericsson.se... 153.88.253.150 > Connecting to www-proxy.ericsson.se|153.88.253.150|:8080... connected. > Proxy request sent, awaiting response... 404 Not Found > 2009-04-23 14:19:24 ERROR 404: Not Found. > > > Fetching of CSWlibtasn1-2.0,REV=2009.04.13 failed. Try updating your catalog > with pkgutil -U. > ----- > The only one I see at > http://ibiblio.org/pub/packages/solaris/opencsw/current/sparc/5.8/ is > libtasn1-2.1,REV=2009.04.17-SunOS5.8-sparc-CSW.pkg.gz (time stamp differ). > > What's wrong? You have a mismatch between catalog and mirror data. The catalog says libtasn1-2.0,REV=2009.04.13 but on the mirror you have libtasn1-2.1,REV=2009.04.17. I just tried your mirror and downloaded the catalog and it now contains the new package. Please try "pkgutil -U" again and if that doesn't work you probably have a caching proxy that is messing with you, you could try "wgetopts=--no-cache" in pkgutil.conf. -- /peter From mwatters at opencsw.org Thu Apr 23 16:29:46 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 23 Apr 2009 09:29:46 -0500 Subject: [csw-users] php5 now in testing Message-ID: <49F07B5A.5080608@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: Repackage due to gar bug with dynamic admin files. - -- 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 iEYEARECAAYFAknwe1kACgkQLrhmsXMSLxeKjQCgh484pRIo1jRra/iAgyjsz0Xw HGcAoLkCAA12RnJcUKQ+pepdVeUbZnku =V3Vl -----END PGP SIGNATURE----- From casterln at nature.berkeley.edu Thu Apr 23 20:01:41 2009 From: casterln at nature.berkeley.edu (Gary Casterline) Date: Thu, 23 Apr 2009 11:01:41 -0700 Subject: [csw-users] php5 now in testing In-Reply-To: <49F07B5A.5080608@opencsw.org> References: <49F07B5A.5080608@opencsw.org> Message-ID: <49F0AD05.1070909@nature.berkeley.edu> Mike Watters wrote: > Changes: > Repackage due to gar bug with dynamic admin files. > I don't see mod_php5 or ap2_modphp5 -- will those come later? _Gary _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users From mwatters at opencsw.org Thu Apr 23 20:06:40 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 23 Apr 2009 13:06:40 -0500 Subject: [csw-users] php5 now in testing In-Reply-To: <49F0AD05.1070909@nature.berkeley.edu> References: <49F07B5A.5080608@opencsw.org> <49F0AD05.1070909@nature.berkeley.edu> Message-ID: <49F0AE30.5070406@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gary Casterline wrote: > Mike Watters wrote: >> Changes: >> Repackage due to gar bug with dynamic admin files. >> > > I don't see mod_php5 or ap2_modphp5 -- will those come later? > > _Gary > > > _______________________________________________ > 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 Gary, I don't maintain those ;) Ihsan: do you have any plans on pushing out a new version of those? I tested running php5 with the existing ap2_modphp5 ... with no issues. I don't run 1.3x anymore I didn't test against mod_php5 - -- 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 iEYEARECAAYFAknwrjAACgkQLrhmsXMSLxdu3ACgk+U7zifhcDr2Qcu5EeqrVlU/ FDUAn0Fv6j5zyrfzXTPt7VBRcsIWYUOD =Dsz7 -----END PGP SIGNATURE----- From mwatters at opencsw.org Fri Apr 24 06:40:38 2009 From: mwatters at opencsw.org (Mike Watters) Date: Thu, 23 Apr 2009 23:40:38 -0500 Subject: [csw-users] php5 now in testing Message-ID: <49F142C6.1060106@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: rebuilt to include the 2.x and 1.3x apache modules in main php5 recipe. - -- 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 iEYEARECAAYFAknxQsYACgkQLrhmsXMSLxcNlwCfboUUr4DSznoNDxXMdKte+nnW vhsAnAljY7T4q8kvsm5wONCOqZwXED94 =npFG -----END PGP SIGNATURE----- From mwatters at opencsw.org Mon Apr 27 05:15:49 2009 From: mwatters at opencsw.org (Mike Watters) Date: Sun, 26 Apr 2009 22:15:49 -0500 Subject: [csw-users] Subversion 1.6.1 now in testing Message-ID: <49F52365.1040700@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bindings included: Perl, Python, Ruby, JavaHL - -- 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 iEYEARECAAYFAkn1I2UACgkQLrhmsXMSLxdFjwCfZaZBR5bdFcYr0CJkvb/mbmJF l3oAoKaIStZsPgqWakBPb3xOdbziuLrc =IgvO -----END PGP SIGNATURE----- From CPAGES at sonofon.dk Mon Apr 27 10:51:36 2009 From: CPAGES at sonofon.dk (Capana - Georg Sluyterman) Date: Mon, 27 Apr 2009 10:51:36 +0200 Subject: [csw-users] Package request In-Reply-To: References: <9B28411EE585684A87F9FA7E82DBDB30240688@ICABEXCCLU01B.int.sonofon.dk><9B28411EE585684A87F9FA7E82DBDB30240B57@ICABEXCCLU01B.int.sonofon.dk> Message-ID: <9B28411EE585684A87F9FA7E82DBDB302B13B5@ICABEXCCLU01B.int.sonofon.dk> Maciej Blizinski Wrote: >On Mon, Apr 20, 2009 at 8:31 AM, Capana - Georg Sluyterman wrote: >> Maciej Blizinski Wrote: >>>Do you already use this software on Solaris? >>> >> >> Yes. > >Which file do you download when you install it? The one labeled 'linux' or another one? > Hi Sorry about the late reply. Its the one labeled Solaris http://come.to/cfg2html (select files -> sun -> cfg2html_solaris-1.6.4.tar.gz ) Direct link: http://f1.grp.yahoofs.com/v1/AGb1ScNfVPRMeKaUjsCFdg8Cdxb6wd2H7r4ulLdsWGP 9W4FZZ3MTGioUzjxPE3dOVhRSQzdNZniXgSQB8eKTCNvxcLSGQQ/sun/cfg2html_solaris -1.6.4.tar.gz -- Regards Georg Sluyterman From mwatters at opencsw.org Tue Apr 28 23:39:18 2009 From: mwatters at opencsw.org (Mike Watters) Date: Tue, 28 Apr 2009 16:39:18 -0500 Subject: [csw-users] New Subversion 1.6.1 in testing Message-ID: <49F77786.6080308@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Changes: Added share/doc/subversion/tools/* share/doc/subversion/contrib/* bin/svn-tools/* bin/svn-contrib/* - -- 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 iEYEARECAAYFAkn3d4YACgkQLrhmsXMSLxfvCQCZAdiUMnpsolP8gyq5HQ9bp2j/ bQ4AoK+vq+SSuQhcWDcRBC5KIsmLSaEt =kMjk -----END PGP SIGNATURE----- From dam at opencsw.org Wed Apr 29 14:41:18 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 29 Apr 2009 14:41:18 +0200 Subject: [csw-users] [csw-maintainers] New Subversion 1.6.1 in testing In-Reply-To: <49F77786.6080308@opencsw.org> References: <49F77786.6080308@opencsw.org> Message-ID: Hi Mike, Am 28.04.2009 um 23:39 schrieb Mike Watters: > New Subversion 1.6.1 in testing I mirrored up GAR from SourceForge using svnsync and did some other testing - works great! Best regads -- Dago From dam at opencsw.org Wed Apr 29 17:38:40 2009 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 29 Apr 2009 17:38:40 +0200 Subject: [csw-users] libcairo 1.8.6 available Message-ID: Hi, I just put libcairo 1.8.6 compiled against the updated fontconfig. Please test it so we can move ahead with all the other stuff depending on it: libcairo-1.8.6,REV=2009.04.29-SunOS5.8-i386-CSW.pkg.gz libcairo-1.8.6,REV=2009.04.29-SunOS5.8-sparc-CSW.pkg.gz libcairo_devel-1.8.6,REV=2009.04.29-SunOS5.8-i386-CSW.pkg.gz libcairo_devel-1.8.6,REV=2009.04.29-SunOS5.8-sparc-CSW.pkg.gz libcairo_doc-1.8.6,REV=2009.04.29-SunOS5.8-all-CSW.pkg.gz pkg-get -s http://mirror.opencsw.org/opencsw/testing -U -u libcairo pkgutil -t http://mirror.opencsw.org/opencsw/testing -i libcairo Best regards -- Dago From mwatters at opencsw.org Thu Apr 30 05:02:45 2009 From: mwatters at opencsw.org (Mike Watters) Date: Wed, 29 Apr 2009 22:02:45 -0500 Subject: [csw-users] alpine 2.00 in testing Message-ID: <49F914D5.9030008@opencsw.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry for the delay. Please let me know how the testing goes. - -- 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 iEYEARECAAYFAkn5FNUACgkQLrhmsXMSLxejcACgpkGOfhu3B/umUOhif37kbU9y eR4An3HH1eoJIFk48d0fkCoCXyvsNivC =74JT -----END PGP SIGNATURE-----