From pfelecan at blastwave.org Mon Jul 3 18:33:03 2006 From: pfelecan at blastwave.org (Peter FELECAN) Date: Mon, 03 Jul 2006 18:33:03 +0200 Subject: [csw-users] Emacs 22 snapsot 20060701 CVS in testing Message-ID: The monthly CVS snapshot of the next version of Emacs, is in the testing area: http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060701-SunOS5.8-i386-CSW.pkg.gz http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060701-SunOS5.8-sparc-CSW.pkg.gz If you wish to use/test the bleeding edge Emacs, you're welcome. But, if there are issues, please report them upstream; I'll manage only the packaging side. To install this package, you need to remove all dependent packages and Emacs 21.4 itself; after that, you install, using pkgadd, the CVS Emacs corresponding to your architecture and, if you're a TeX user, the nifty AucTex package. Note that this version includes the successors of: oortgnus and emacscalc, available as Blastwave packages, and many other, previously separate, packages --- e.g., tramp. I'll made a new testing package the next month. Enjoy -- Peter From tim.smith at degreec.com Thu Jul 6 15:18:58 2006 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 06 Jul 2006 09:18:58 -0400 Subject: [csw-users] compiling QT stuff (kde addons) Message-ID: <44AD0DC2.30707@degreec.com> I'm trying to download and build/install kde goodies off of kde-look.org, specifically window decorations and QT styles. I'm using the following vars: export PATH=/opt/csw/bin:/usr/sfw/bin:$PATH export CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include" export LDFLAGS="-L/opt/csw/lib -L/usr/sfw/lib -R/opt/csw/lib -R/usr/sfw/lib" when I run ./configure for any QT apps I'm getting this: checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. Thoughts? What I've got (results clipped a little): bash-3.00$ pkg-get -a | grep kde kde_gcc 3.4.3 kde_gcc_dtlogin 3.4.2,REV=2005.09.16 kdeaccess_gcc 3.5.1 kdeaddons_gcc 3.4.2 kdeadmin_gcc 3.4.1 kdeartwork_gcc 3.4.1 kdebase_gcc 3.4.3,REV=2006.02.15 kdeedu_gcc 3.5.1 kdegames_gcc 3.5.1 kdegraphics_gcc 3.4.2 kdelibs_gcc 3.4.2 kdemultimedia_gcc 3.4.2 kdenetwork_gcc 3.4.3 kdepim_gcc 3.4.1 kdetoys_gcc 3.5.1 kdeutils_gcc 3.4.2 bash-3.00$ pkg-get -a | grep qt qt 3.3.3 qt_docs 3.3.5,REV=2006.03.13 qt_gcc 3.3.4 bash-3.00$ pkg-get -a | grep gcc gcc3 3.4.5 gcc3ada 3.4.5 gcc3adart 3.4.5 gcc3core 3.4.5 gcc3corert 3.4.5 gcc3g++ 3.4.5 gcc3g++rt 3.4.5 gcc3g77 3.4.5 gcc3g77rt 3.4.5 gcc3java 3.4.5 gcc3javart 3.4.5 gcc3objc 3.4.5 gcc3objcrt 3.4.5 gcc3rt 3.4.5 From amaier at blastwave.org Thu Jul 6 17:01:59 2006 From: amaier at blastwave.org (Alexander Maier) Date: Thu, 6 Jul 2006 17:01:59 +0200 (CEST) Subject: [csw-users] compiling QT stuff (kde addons) In-Reply-To: <44AD0DC2.30707@degreec.com> References: <44AD0DC2.30707@degreec.com> Message-ID: <27637684.1152198119421.OPEN-XCHANGE.WebMail.www@bsd4.bb.consol.de> Hi Tim, I would recommend these settings: PATH=/opt/csw/bin:$PATH QTDIR=/opt/csw/kde-gcc QMAKESPEC=/opt/csw/kde-gcc/mkspecs/solaris-g++ LD_OPTIONS=-R/opt/csw/kde-gcc/lib export PATH QTDIR QMAKESPEC LD_OPTIONS -Alexander Am Do 06.07.2006 15:18 schrieb Tim Smith : >I'm trying to download and build/install kde goodies off of >kde-look.org, specifically window decorations and QT styles. > >I'm using the following vars: >export PATH=/opt/csw/bin:/usr/sfw/bin:$PATH >export CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include" >export LDFLAGS="-L/opt/csw/lib -L/usr/sfw/lib -R/opt/csw/lib >-R/usr/sfw/lib" > >when I run ./configure for any QT apps I'm getting this: > >checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers >and libraries) not found. Please check your installation! >For more details about this problem, look at the end of config.log. > >Thoughts? > > >What I've got (results clipped a little): > >bash-3.00$ pkg-get -a | grep kde >kde_gcc 3.4.3 >kde_gcc_dtlogin 3.4.2,REV=2005.09.16 > >kdeaccess_gcc 3.5.1 >kdeaddons_gcc 3.4.2 >kdeadmin_gcc 3.4.1 >kdeartwork_gcc 3.4.1 >kdebase_gcc 3.4.3,REV=2006.02.15 >kdeedu_gcc 3.5.1 >kdegames_gcc 3.5.1 >kdegraphics_gcc 3.4.2 >kdelibs_gcc 3.4.2 >kdemultimedia_gcc 3.4.2 >kdenetwork_gcc 3.4.3 >kdepim_gcc 3.4.1 >kdetoys_gcc 3.5.1 >kdeutils_gcc 3.4.2 > >bash-3.00$ pkg-get -a | grep qt >qt 3.3.3 >qt_docs 3.3.5,REV=2006.03.13 >qt_gcc 3.3.4 > >bash-3.00$ pkg-get -a | grep gcc >gcc3 3.4.5 >gcc3ada 3.4.5 >gcc3adart 3.4.5 >gcc3core 3.4.5 >gcc3corert 3.4.5 >gcc3g++ 3.4.5 >gcc3g++rt 3.4.5 >gcc3g77 3.4.5 >gcc3g77rt 3.4.5 >gcc3java 3.4.5 >gcc3javart 3.4.5 >gcc3objc 3.4.5 >gcc3objcrt 3.4.5 >gcc3rt 3.4.5 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users From tim.smith at degreec.com Thu Jul 6 22:29:10 2006 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 06 Jul 2006 16:29:10 -0400 Subject: [csw-users] compiling QT stuff (kde addons) In-Reply-To: <27637684.1152198119421.OPEN-XCHANGE.WebMail.www@bsd4.bb.consol.de> References: <44AD0DC2.30707@degreec.com> <27637684.1152198119421.OPEN-XCHANGE.WebMail.www@bsd4.bb.consol.de> Message-ID: <44AD7296.3010609@degreec.com> I got some stuff compiled using just the export QTDIR (along with the build flags i mentioned previously) thanks! Now for an unrelated question ;-) Anyone have any idea how to get gtk apps (gaim, firefox, etc) to obey KDE/QT styles? -Tim Alexander Maier wrote: >Hi Tim, > >I would recommend these settings: > >PATH=/opt/csw/bin:$PATH >QTDIR=/opt/csw/kde-gcc >QMAKESPEC=/opt/csw/kde-gcc/mkspecs/solaris-g++ >LD_OPTIONS=-R/opt/csw/kde-gcc/lib >export PATH QTDIR QMAKESPEC LD_OPTIONS > >-Alexander > >Am Do 06.07.2006 15:18 schrieb Tim Smith : > > > >>I'm trying to download and build/install kde goodies off of >>kde-look.org, specifically window decorations and QT styles. >> >>I'm using the following vars: >>export PATH=/opt/csw/bin:/usr/sfw/bin:$PATH >>export CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include" >>export LDFLAGS="-L/opt/csw/lib -L/usr/sfw/lib -R/opt/csw/lib >>-R/usr/sfw/lib" >> >>when I run ./configure for any QT apps I'm getting this: >> >>checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers >>and libraries) not found. Please check your installation! >>For more details about this problem, look at the end of config.log. >> >>Thoughts? >> >> >>What I've got (results clipped a little): >> >>bash-3.00$ pkg-get -a | grep kde >>kde_gcc 3.4.3 >>kde_gcc_dtlogin 3.4.2,REV=2005.09.16 >> >>kdeaccess_gcc 3.5.1 >>kdeaddons_gcc 3.4.2 >>kdeadmin_gcc 3.4.1 >>kdeartwork_gcc 3.4.1 >>kdebase_gcc 3.4.3,REV=2006.02.15 >>kdeedu_gcc 3.5.1 >>kdegames_gcc 3.5.1 >>kdegraphics_gcc 3.4.2 >>kdelibs_gcc 3.4.2 >>kdemultimedia_gcc 3.4.2 >>kdenetwork_gcc 3.4.3 >>kdepim_gcc 3.4.1 >>kdetoys_gcc 3.5.1 >>kdeutils_gcc 3.4.2 >> >>bash-3.00$ pkg-get -a | grep qt >>qt 3.3.3 >>qt_docs 3.3.5,REV=2006.03.13 >>qt_gcc 3.3.4 >> >>bash-3.00$ pkg-get -a | grep gcc >>gcc3 3.4.5 >>gcc3ada 3.4.5 >>gcc3adart 3.4.5 >>gcc3core 3.4.5 >>gcc3corert 3.4.5 >>gcc3g++ 3.4.5 >>gcc3g++rt 3.4.5 >>gcc3g77 3.4.5 >>gcc3g77rt 3.4.5 >>gcc3java 3.4.5 >>gcc3javart 3.4.5 >>gcc3objc 3.4.5 >>gcc3objcrt 3.4.5 >>gcc3rt 3.4.5 >> >>_______________________________________________ >>users mailing list >>users at lists.blastwave.org >>https://lists.blastwave.org/mailman/listinfo/users >> >> > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > From hstreit at swri.edu Mon Jul 10 21:25:46 2006 From: hstreit at swri.edu (Hollen Streit) Date: Mon, 10 Jul 2006 14:25:46 -0500 Subject: [csw-users] GkRellm Mis-Reporting FileSystem Size Message-ID: <44B2A9BA.10404@swri.edu> I'm sure it's been covered before, but chalk it up to bad Googling skills; Running Solaris 10 1/06 w/ all the latest patches, but GkrellM 2.2.7 still gives me weird filesystem sizes & usage (10GB partition listed as 86.6GB, etc). Can anyone point me in the right direction? Thanks! From zizban at gmail.com Mon Jul 10 21:27:59 2006 From: zizban at gmail.com (Chris Turkel) Date: Mon, 10 Jul 2006 15:27:59 -0400 Subject: [csw-users] Gnome-2.10 Message-ID: Is there any plans to upgrade csw gnome 2.8 to 2.10? -- If all else fails, immortality can always be assured by spectacular error. -- John Kenneth Galbraith -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060710/cdcd69da/attachment.html From jreid at vnet.net Fri Jul 14 00:14:17 2006 From: jreid at vnet.net (Joe Reid) Date: Thu, 13 Jul 2006 18:14:17 -0400 Subject: [csw-users] Gnome-2.10 In-Reply-To: References: Message-ID: <20060713221417.GK24508@katie.ctc.net> On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: > Is there any plans to upgrade csw gnome 2.8 to 2.10? 2.10? why not 2.14? -- Joe Reid jreid at vnet.net Tactical Solaris Systems Engineering and Administration http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From zizban at gmail.com Fri Jul 14 00:26:20 2006 From: zizban at gmail.com (Chris Turkel) Date: Thu, 13 Jul 2006 18:26:20 -0400 Subject: [csw-users] Gnome-2.10 In-Reply-To: <20060713221417.GK24508@katie.ctc.net> References: <20060713221417.GK24508@katie.ctc.net> Message-ID: I'll take either. On 7/13/06, Joe Reid wrote: > On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: > > Is there any plans to upgrade csw gnome 2.8 to 2.10? > > 2.10? why not 2.14? > > -- > Joe Reid > jreid at vnet.net > Tactical Solaris Systems Engineering and Administration > http://www.singlewhitemale.net > ?c=a=rb=sc=fd=te=wf=zg=porh=n? > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- If all else fails, immortality can always be assured by spectacular error. -- John Kenneth Galbraith From vadud3 at gmail.com Fri Jul 14 20:55:29 2006 From: vadud3 at gmail.com (Asif Iqbal) Date: Fri, 14 Jul 2006 14:55:29 -0400 Subject: [csw-users] libintl library Message-ID: I installed mutt using pkg-get but it cant find the libintl.so.3 library. But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it is already installed under CSWggettext. grep libintl.so.3 /var/sadm/install/contents /opt/csw/lib/libintl.so=libintl.so.3.4.0 s none CSWggettext /opt/csw/lib/libintl.so.3=libintl.so.3.4.0 s none CSWggettext /opt/csw/lib/libintl.so.3.4.0 f none 0755 root bin 73092 61177 1098400320 CSWggettext grep -w /opt/csw/bin/mutt /var/sadm/install/contents /opt/csw/bin/mutt f none 0755 root bin 802928 19475 1107335964 CSWmutt /opt/csw/bin/mutt ld.so.1: mutt: fatal: libintl.so.3: open failed: No such file or directory I do not want to use LD_LIBRARY_PATH since that would be BAD practice. Should I go ahead and recompile `mutt' or there is another option? Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060714/d3ace2a8/attachment.html From realmcking at gmail.com Fri Jul 14 21:46:09 2006 From: realmcking at gmail.com (Mark McCoy) Date: Fri, 14 Jul 2006 15:46:09 -0400 Subject: [csw-users] libintl library In-Reply-To: References: Message-ID: On 7/14/06, Asif Iqbal wrote: > I installed mutt using pkg-get but it cant find the libintl.so.3 library. > But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it > is already installed under CSWggettext. > > grep libintl.so.3 /var/sadm/install/contents > > /opt/csw/lib/libintl.so=libintl.so.3.4.0 s none CSWggettext > /opt/csw/lib/libintl.so.3=libintl.so.3.4.0 s none CSWggettext > /opt/csw/lib/libintl.so.3.4.0 f none 0755 root bin 73092 61177 1098400320 > CSWggettext > > grep -w /opt/csw/bin/mutt /var/sadm/install/contents > /opt/csw/bin/mutt f none 0755 root bin 802928 19475 1107335964 CSWmutt > > /opt/csw/bin/mutt > ld.so.1: mutt: fatal: libintl.so.3: open failed: No such file or directory > > I do not want to use LD_LIBRARY_PATH since that would be BAD practice. > Should I go ahead and recompile `mutt' or there is another option? > > Thanks > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > You can add /opt/csw/lib to your runtime library path using "crle" (man crle). be careful to insert the directory into the list, not replace the list, or you will lose things like /usr/lib (which is bad). Read the man page carefully. Of course, I don't really see where LD_LIBRARY_PATH is bad, but YMMW -- Mark McCoy -- Professional Unix geek Here in America we are descended in blood and in spirit from revolutionists and rebels - men and women who dared to dissent from accepted doctrine. As their heirs, may we never confuse honest dissent with disloyal subversion. -- Dwight D. Eisenhower From a.cervellin at virgilio.it Sat Jul 15 11:39:44 2006 From: a.cervellin at virgilio.it (Alessio Cervellin) Date: Sat, 15 Jul 2006 10:39:44 +0100 (GMT+01:00) Subject: [csw-users] libintl library Message-ID: <10c718e45ce.a.cervellin@virgilio.it> > I do not want to use LD_LIBRARY_PATH since that would be BAD practice. yes, that's a bad practice, and every blastwave package MUST work without LD_LIBRARY_PATH. mutt should look for its libraries in /opt/csw/lib, and that can be done by compiling mutt with the - R/opt/csw/lib switch. then you can run "ldd" on the mutt binary to check if it's searching the libs in the correct place. you can file a bug report to the csw mutt package author to report this issue. From zizban at adelphia.net Sat Jul 15 15:02:55 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sat, 15 Jul 2006 09:02:55 -0400 Subject: [csw-users] Gnome-2.8 problems Message-ID: Maybe I missed this discussion but when I install CSW Gnome on my Sparc box the gnome desktop setting daemon crashes upon login and there are no desktop icons and I can't even set any from themes. From asselin.armel at wanadoo.fr Sat Jul 15 15:06:09 2006 From: asselin.armel at wanadoo.fr (Armel Asselin) Date: Sat, 15 Jul 2006 15:06:09 +0200 Subject: [csw-users] Gnome-2.8 problems References: Message-ID: <000a01c6a80f$715af500$6601a8c0@elrond> ----- Original Message ----- From: "Chris Turkel" To: Sent: Saturday, July 15, 2006 3:02 PM Subject: [csw-users] Gnome-2.8 problems > Maybe I missed this discussion but when I install CSW Gnome on my > Sparc box the gnome desktop setting daemon crashes upon login and > there are no desktop icons and I can't even set any from themes. there was a discussion some times ago about a problem in the 'unstable' 2.8 because of problem in fc-cache (which hogged all the memory) Armel From bgercken at comcast.net Sat Jul 15 20:07:26 2006 From: bgercken at comcast.net (Bill Gercken) Date: Sat, 15 Jul 2006 14:07:26 -0400 Subject: [csw-users] Re-cataloging a local repository - FAQ? Message-ID: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> Hi, I know I saw a link some where on the blastwave site as to how to re- create the catalog for a local repository but for the life of me can not find it now. Does anyone know where to find it? It looks simple enough, with the exception of naming the packages - when to remove the dash in a package name as in (CSWpmdbi) and when to make it a dash as in (CSWsudo-common). Thanks, -bill From zizban at adelphia.net Sun Jul 16 18:02:11 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sun, 16 Jul 2006 12:02:11 -0400 Subject: [csw-users] Gnome-2.8 Message-ID: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> So if the desktop-daemon crash is caused by some memory thing, what is the solution? From a.cervellin at acm.org Sun Jul 16 18:04:45 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Sun, 16 Jul 2006 18:04:45 +0200 Subject: [csw-users] Gnome-2.8 In-Reply-To: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> Message-ID: <44BA639D.5040102@acm.org> Chris Turkel wrote: > So if the desktop-daemon crash is caused by some memory thing, what > is the solution? try to downgrade CSWfreetype2 to the version actually in stable From william at wbonnet.net Sun Jul 16 18:25:53 2006 From: william at wbonnet.net (William Bonnet) Date: Sun, 16 Jul 2006 18:25:53 +0200 Subject: [csw-users] Eclipse problem In-Reply-To: References: Message-ID: <44BA6891.4040003@wbonnet.net> Hi >I'm waiting for a GTK version... But the catalog from mirror.switch.ch >(apparently updated on 9th March) still lists 3.0 for me too :-( > The Eclipse 3.2 package (based on gtk) is currently waiting for validation. It should be released in the next few days. Thanks for your patience. Kind regards, -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.blastwave.org An OpenSolaris Community Site http://www.guses.org French speaking Solaris User Group From zizban at adelphia.net Mon Jul 17 01:32:04 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sun, 16 Jul 2006 19:32:04 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <44BA639D.5040102@acm.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> Message-ID: How does one downgrade? On Jul 16, 2006, at 12:04 PM, Alessio Cervellin wrote: > Chris Turkel wrote: >> So if the desktop-daemon crash is caused by some memory thing, what >> is the solution? > > try to downgrade CSWfreetype2 to the version actually in stable > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From dreyerja at uni-paderborn.de Mon Jul 17 02:40:17 2006 From: dreyerja at uni-paderborn.de (Jan Dreyer) Date: Mon, 17 Jul 2006 02:40:17 +0200 Subject: [csw-users] Re-cataloging a local repository - FAQ? In-Reply-To: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> References: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> Message-ID: <90B1672C-2D4D-4414-ADF3-0899A9683323@uni-paderborn.de> Hi, Am 15.07.2006 um 20:07 schrieb Bill Gercken: > I know I saw a link some where on the blastwave site as to how to re- > create the catalog for a local repository but for the life of me can > not find it now. > Does anyone know where to find it? It looks simple enough, with the > exception of naming the packages - when to remove the dash in a > package name as in (CSWpmdbi) and when to make it a dash as in > (CSWsudo-common). Try instead to get the information from the inner-package. Little excerpt of our own rep: --- snipp --- SW_VERSION = `gzip -cd $line | ggrep -a "^VERSION=" | cut -d= - f2,3,4,5 | head -1` PKG_NAME = `gzip -cd $line 2>/dev/null | head -2 | tail -1 | awk '{print $1}'` [ $PKG_NAME ] || PKG_NAME=`cat $line 2>/dev/null | head -2 | tail -1 | awk '{print $1}'` FILE_NAME = `echo $line | cut -d'/' -f2` PKG_MD5 = `gmd5sum $line | cut -d' ' -f1` SW_SUMMARY = `gzip -cd $line | ggrep -a "^NAME=" | head -1 | cut -d= - f2` SW_NAME = `echo ${SW_SUMMARY} | awk '{print $1}'` SW_VENDOR = `gzip -cd $line | ggrep -a "^VENDOR=" | head -1 | cut -d= -f2` echo "${SW_SUMMARY}" >> ${DESC_FILE}.unsigned echo "${SW_NAME} ${SW_VERSION} ${PKG_NAME} ${FILE_NAME} ${PKG_MD5}" >> ${CATALOG_FILE}.unsign --- snapp --- there is no way to fake the gpg-signature, of course ;-) Greetings Jan -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 304 bytes Desc: Signierter Teil der Nachricht Url : http://lists.blastwave.org/pipermail/users/attachments/20060717/d653cab7/attachment.bin From dclarke at blastwave.org Mon Jul 17 02:49:49 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 16 Jul 2006 20:49:49 -0400 (EDT) Subject: [csw-users] Gnome-2.8 In-Reply-To: References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> Message-ID: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> > How does one downgrade? Identify the package in question. CSWfoo Then su - As root perform a pkgrm CSWfoo Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to not point to unstable but rather to stable Then perform a pkg-get -U And then a pkg-get -i foo Then go back and modify your /opt/csw/etc/pkg-get.conf such that unstable is your preferred directory. To be certain that you have the desired result simply run : /opt/csw/bin/pkg-get -U /opt/csw/bin/pkg-get -c | egrep -v "Not|SAME" That will give you a list of packages that are different from those in the unstable tree. Does this make sense ? -- Dennis Clarke From zizban at adelphia.net Mon Jul 17 02:57:01 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sun, 16 Jul 2006 20:57:01 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> Message-ID: On Jul 16, 2006, at 8:49 PM, Dennis Clarke wrote: > >> How does one downgrade? > > Identify the package in question. CSWfoo > > Then su - > > As root perform a pkgrm CSWfoo > > Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to > not point to unstable but rather to stable > > Then perform a pkg-get -U > > And then a pkg-get -i foo > > Then go back and modify your /opt/csw/etc/pkg-get.conf such that > unstable > is your preferred directory. > > To be certain that you have the desired result simply run : > > /opt/csw/bin/pkg-get -U > /opt/csw/bin/pkg-get -c | egrep -v "Not|SAME" > > That will give you a list of packages that are different from those in > the unstable tree. > > Does this make sense ? > > -- > Dennis Clarke > > Perfect sense. Thank you. Off topic but does anyone know where to download Sun's Blueprint theme? From james at blastwave.org Mon Jul 17 12:06:57 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:06:57 GMT Subject: [csw-users] libintl library In-Reply-To: References: Message-ID: <20060717.10065700.2185459610@gyor.> On 14/07/06, 19:55:29, Asif Iqbal wrote regarding [csw-users] libintl library: > I installed mutt using pkg-get but it cant find the libintl.so.3 library. > But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it > is already installed under CSWggettext. For me mutt finds libintl, please can you show the output of: $ ldd /opt/csw/bin/mutt and check that CSWggettext is installed and the version: $ pkginfo -l CSWggettext and check it is installed correctly (this should give no output): $ pkgchk CSWggettext From james at blastwave.org Mon Jul 17 12:07:15 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:07:15 GMT Subject: [csw-users] libintl library In-Reply-To: References: Message-ID: <20060717.10071500.1189594206@gyor.> On 14/07/06, 20:46:09, Mark McCoy wrote regarding Re: [csw-users] libintl library: > Of course, I don't really see where LD_LIBRARY_PATH is bad, but YMMW Not all programs will work with LD_LIBRARY_PATH set to /opt/csw/lib, eg, some need qt from /opt/csw/kde-gcc/lib/. The RPATH is taken from the libs at each stage in linking so can change as a chain of libs is linked to pick the correct lib. From james at blastwave.org Mon Jul 17 12:07:34 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:07:34 GMT Subject: [csw-users] Re-cataloging a local repository - FAQ? In-Reply-To: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> References: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> Message-ID: <20060717.10073400.3516665689@gyor.> On 15/07/06, 19:07:26, Bill Gercken wrote regarding [csw-users] Re-cataloging a local repository - FAQ?: > I know I saw a link some where on the blastwave site as to how to re- > create the catalog for a local repository but for the life of me can > not find it now. http://www.bolthole.com/solaris/makecontents > Does anyone know where to find it? It looks simple enough, with the > exception of naming the packages - when to remove the dash in a > package name as in (CSWpmdbi) and when to make it a dash as in > (CSWsudo-common). There is no rule linking software name and package name, get the package name from the package file. From james at blastwave.org Mon Jul 17 12:07:49 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:07:49 GMT Subject: [csw-users] Gnome-2.8 In-Reply-To: <44BA639D.5040102@acm.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> Message-ID: <20060717.10074900.2209157696@gyor.> On 16/07/06, 17:04:45, Alessio Cervellin wrote regarding Re: [csw-users] Gnome-2.8: > > So if the desktop-daemon crash is caused by some memory thing, what > > is the solution? > try to downgrade CSWfreetype2 to the version actually in stable Both stable and unstable have the same version, 2.1.10,REV=2005.12.11. Unstable was downgraded and unstable users should check the current version is installed and pkgrm and reinstall if needed. From james at blastwave.org Mon Jul 17 12:08:10 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:08:10 GMT Subject: [csw-users] Gnome-2.8 In-Reply-To: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> Message-ID: <20060717.10081000.1569318788@gyor.> On 17/07/06, 01:49:49, Dennis Clarke wrote regarding Re: [csw-users] Gnome-2.8: > > How does one downgrade? > Identify the package in question. CSWfoo > Then su - > As root perform a pkgrm CSWfoo > Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to > not point to unstable but rather to stable You can use the 's' flag on pkg-get to set the site temporarily. $ pkg-get -s http://path/to/another/mirror -U -u ... but in this case (freetype2) there is no need to change. ...and the use of vi is not mandatory ;-) From jreid at vnet.net Mon Jul 17 20:52:24 2006 From: jreid at vnet.net (Joe Reid) Date: Mon, 17 Jul 2006 13:52:24 -0500 Subject: [csw-users] Gnome-2.10 and other newer software revs In-Reply-To: References: <20060713221417.GK24508@katie.ctc.net> Message-ID: <44BBDC68.7030306@vnet.net> Chris Turkel wrote: > I'll take either. > > On 7/13/06, Joe Reid wrote: > >>On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: >> >>>Is there any plans to upgrade csw gnome 2.8 to 2.10? >> >>2.10? why not 2.14? So, Mr Moderator - can we get some clarification as to where the Blastwave gnome support is going? Gnome 2.8 is getting pretty old, I asked this question maybe 18 months ago and the response was when the semester ended... I think blastwave and the pkg-get utility are fantastic, but some of this software is really really old... -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From dclarke at blastwave.org Mon Jul 17 20:59:53 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Mon, 17 Jul 2006 14:59:53 -0400 (EDT) Subject: [csw-users] Gnome-2.10 and other newer software revs In-Reply-To: <44BBDC68.7030306@vnet.net> References: <20060713221417.GK24508@katie.ctc.net> <44BBDC68.7030306@vnet.net> Message-ID: <60922.70.53.60.140.1153162793.squirrel@mail.blastwave.org> > Chris Turkel wrote: >> I'll take either. >> >> On 7/13/06, Joe Reid wrote: >> >>>On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: >>> >>>>Is there any plans to upgrade csw gnome 2.8 to 2.10? >>> >>>2.10? why not 2.14? > > So, Mr Moderator - can we get some clarification as to where the > Blastwave gnome support is going? Gnome 2.8 is getting pretty old, I > asked this question maybe 18 months ago and the response was when the > semester ended... > > I think blastwave and the pkg-get utility are fantastic, but some of > this software is really really old... > Well gee Joe, before even asking we need to look at the current package list in testing : Jul 12 23:45 libbonobo2-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:45 libbonobo2-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:48 libxml2-2.6.26-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:48 libxml2-2.6.26-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:49 libcairo-1.2.0-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:49 libcairo-1.2.0-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:50 gail-1.8.11-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:50 gail-1.8.11-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:51 libatk-1.12.1-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:51 libatk-1.12.1-SunOS5.8-sparc-CSW.pkg.gz Jul 13 00:03 libgnomecanvas-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 13 00:03 libgnomecanvas-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 13 00:08 gnomemime2-2.4.2-SunOS5.8-all-CSW.pkg.gz Jul 14 21:40 gimp-2.2.12-SunOS5.8-i386-CSW.pkg.gz Jul 14 21:41 gimp-2.2.12-SunOS5.8-sparc-CSW.pkg.gz Jul 14 21:47 gimplibs-2.2.12-SunOS5.8-i386-CSW.pkg.gz Jul 14 21:47 gimplibs-2.2.12-SunOS5.8-sparc-CSW.pkg.gz Jul 15 01:59 gnomevfs2-2.12.2-SunOS5.8-i386-CSW.pkg.gz Jul 15 01:59 gnomevfs2-2.12.2-SunOS5.8-sparc-CSW.pkg.gz Jul 15 02:17 libxslt-1.1.17-SunOS5.8-i386-CSW.pkg.gz Jul 15 02:17 libxslt-1.1.17-SunOS5.8-sparc-CSW.pkg.gz Jul 15 02:24 gconf2-2.12.1-SunOS5.8-i386-CSW.pkg.gz Jul 15 02:24 gconf2-2.12.1-SunOS5.8-sparc-CSW.pkg.gz Jul 15 03:38 libgnome-2.14.1-SunOS5.8-i386-CSW.pkg.gz Jul 15 03:38 libgnome-2.14.1-SunOS5.8-sparc-CSW.pkg.gz Jul 15 04:00 atispi-1.7.9-SunOS5.8-i386-CSW.pkg.gz Jul 15 04:00 atispi-1.7.9-SunOS5.8-sparc-CSW.pkg.gz Jul 15 04:49 intltool-0.35-SunOS5.8-i386-CSW.pkg.gz Jul 15 04:49 intltool-0.35-SunOS5.8-sparc-CSW.pkg.gz Jul 15 23:05 libpango-1.13.3-SunOS5.8-i386-CSW.pkg.gz Jul 15 23:05 libpango-1.13.3-SunOS5.8-sparc-CSW.pkg.gz Jul 16 22:15 gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz Jul 16 22:15 gtk2-2.10.0-SunOS5.8-sparc-CSW.pkg.gz Jul 16 12:24 glib2-2.12.0-SunOS5.8-i386-CSW.pkg.gz Jul 16 12:24 glib2-2.12.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 06:21 gconf2-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 06:21 gconf2-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 06:22 libbonoboui-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 06:22 libbonoboui-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 06:42 libglade2-2.6.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 06:42 libglade2-2.6.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 07:14 gail-1.9.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 07:14 gail-1.9.0-SunOS5.8-sparc-CSW.pkg.gz So look at those dates and times. Work is happening around the clock right now to get GNOME 2.16 out. -- Dennis Clarke From jreid at vnet.net Mon Jul 17 21:52:37 2006 From: jreid at vnet.net (Joe Reid) Date: Mon, 17 Jul 2006 15:52:37 -0400 Subject: [csw-users] Gnome-2.10 and other newer software revs In-Reply-To: <60922.70.53.60.140.1153162793.squirrel@mail.blastwave.org> References: <20060713221417.GK24508@katie.ctc.net> <44BBDC68.7030306@vnet.net> <60922.70.53.60.140.1153162793.squirrel@mail.blastwave.org> Message-ID: <20060717195236.GA14676@katie.ctc.net> On Mon, Jul 17, 2006 at 02:59:53PM -0400, Dennis Clarke wrote: > Work is happening around the clock right now to get GNOME 2.16 out. That rocks Dennis. I look forward to a major upgrade on my systems! -- Joe Reid jreid at vnet.net Tactical Solaris Systems Engineering and Administration http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From hstreit at swri.edu Mon Jul 17 23:33:18 2006 From: hstreit at swri.edu (Hollen Streit) Date: Mon, 17 Jul 2006 16:33:18 -0500 Subject: [csw-users] You guys Rock! Message-ID: <44BC021E.9060402@swri.edu> Just wanted to say that. -- ______________________________________________ H.F. Streit, Interim UNIX Administrator IMS Group Technician Southwest Research Institute From javier.augusto at gmx.net Wed Jul 19 23:33:48 2006 From: javier.augusto at gmx.net (Javier O. Augusto) Date: Wed, 19 Jul 2006 18:33:48 -0300 Subject: [csw-users] Perl dependency on Nevada Message-ID: <44BEA53C.10509@gmx.net> Greetings, I've just finished loading a couple of packages on a Nevada nv_40 SPARC sandbox and while installing patchutils (patchutils-0.2.29,REV=2004.06.27-SunOS5.8-sparc-CSW.pkg.gz) it complained about ERROR: no info for SUNWpl5u. Cannot install dependancy. ERROR: could not install required dependancies for CSWpatchutils I got suprised since I knew I had installed Perl on this system... Anyway, I have both "SUNWperl584core" and "SUNWperl584usr", but not exactly "SUNWpl5u". Can I overcome or avoid this dependency check? ..assuming I'm not going to brake anything ;-) Thanks in advance, Javier From nlucier at math.purdue.edu Thu Jul 20 22:47:33 2006 From: nlucier at math.purdue.edu (Neal A. Lucier) Date: Thu, 20 Jul 2006 16:47:33 -0400 Subject: [csw-users] Perl dependency on Nevada In-Reply-To: <44BEA53C.10509@gmx.net> References: <44BEA53C.10509@gmx.net> Message-ID: <44BFEBE5.1030509@math.purdue.edu> Javier O. Augusto wrote: > I've just finished loading a couple of packages on a Nevada nv_40 SPARC > sandbox and while installing patchutils > (patchutils-0.2.29,REV=2004.06.27-SunOS5.8-sparc-CSW.pkg.gz) it > complained about > > ERROR: no info for SUNWpl5u. Cannot install dependancy. > ERROR: could not install required dependancies for CSWpatchutils > > I got suprised since I knew I had installed Perl on this system... > Anyway, I have both "SUNWperl584core" and "SUNWperl584usr", but not > exactly "SUNWpl5u". > > Can I overcome or avoid this dependency check? ..assuming I'm not going > to brake anything ;-) I haven't used Nevada lateley, but I'm guessing that SUNWperl584usr provides the same functionality at SUNWpl5u. You could install the CSWpatchutils by hand instead of using the pkg-get script and force it to install without required dependencies. In Solaris 10 update 2, both SUNWperl584usr and SUNWpl5u are installed; however, /usr/bin/perl is symlinked to /usr/perl5/5.8.4/bin/perl. So even on a Solaris 10u2 system you are not going to be using the SUWNpl5u perl. Neal From zizban at adelphia.net Sat Jul 22 02:39:20 2006 From: zizban at adelphia.net (Chris Turkel) Date: Fri, 21 Jul 2006 20:39:20 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> Message-ID: <9F08F7B3-5A3F-42BD-97CA-06F3C8FA2220@adelphia.net> On Jul 16, 2006, at 8:49 PM, Dennis Clarke wrote: > >> How does one downgrade? > > Identify the package in question. CSWfoo > > Then su - > > As root perform a pkgrm CSWfoo > > Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to > not point to unstable but rather to stable > > Then perform a pkg-get -U > > And then a pkg-get -i foo > > Then go back and modify your /opt/csw/etc/pkg-get.conf such that > unstable > is your preferred directory. > > To be certain that you have the desired result simply run : > > /opt/csw/bin/pkg-get -U > /opt/csw/bin/pkg-get -c | egrep -v "Not|SAME" > > That will give you a list of packages that are different from those in > the unstable tree. > > Does this make sense ? I should ask: should I do this before or after I install gnome? From james at blastwave.org Sat Jul 22 10:20:49 2006 From: james at blastwave.org (James Lee) Date: Sat, 22 Jul 2006 08:20:49 GMT Subject: [csw-users] Gnome-2.8 In-Reply-To: <9F08F7B3-5A3F-42BD-97CA-06F3C8FA2220@adelphia.net> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> <9F08F7B3-5A3F-42BD-97CA-06F3C8FA2220@adelphia.net> Message-ID: <20060722.8204900.426709270@gyor.> On 22/07/06, 01:39:20, Chris Turkel wrote regarding Re: [csw-users] Gnome-2.8: > On Jul 16, 2006, at 8:49 PM, Dennis Clarke wrote: > >> How does one downgrade? > > ... > I should ask: should I do this before or after I install gnome? Either. Remember this specifically relates to freetype2. The version you need is currently in the repositories so an install of gnome now won't change the higher and bad version you might have installed last month. If you remove freetye2 before installing gnome you won't have to manually reinstall it because it will arrive with gnome. From zizban at adelphia.net Sun Jul 23 00:43:36 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sat, 22 Jul 2006 18:43:36 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <20060717.10081000.1569318788@gyor.> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> <20060717.10081000.1569318788@gyor.> Message-ID: <474A1C04-8BE8-4AE0-ACA1-561A326DA027@adelphia.net> On Jul 17, 2006, at 10:08 AM, James Lee wrote: > On 17/07/06, 01:49:49, Dennis Clarke wrote > regarding Re: [csw-users] Gnome-2.8: > >>> How does one downgrade? > >> Identify the package in question. CSWfoo > >> Then su - > >> As root perform a pkgrm CSWfoo > >> Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to >> not point to unstable but rather to stable > > You can use the 's' flag on pkg-get to set the site temporarily. > > $ pkg-get -s http://path/to/another/mirror -U -u ... > > but in this case (freetype2) there is no need to change. > > ...and the use of vi is not mandatory ;-) I downgraded Freetype2 and I still get the settings daemon crash upon login. Any ideas? From koellmann at gmx.net Sun Jul 23 15:16:41 2006 From: koellmann at gmx.net (Thomas =?iso-8859-1?Q?K=F6llmann?=) Date: Sun, 23 Jul 2006 15:16:41 +0200 Subject: [csw-users] Can't get neither XFCE nor GNOME to work Message-ID: <20060723131641.GB4424@ishmael> Hi, everybody! I can't get neither XFCE nor GNOME to work on a fresh installation of Solaris 9 on a Blade 150. I'm new to both Solaris and Blastwave, so please bear with me... :-) Symptoms are as in http://lists.blastwave.org/pipermail/users/2006-April/004207.html, basically: Login choosing "XFCE (csw)" works, but XFCE setting up itself hangs with the standard background and nothing else, so I have to log in from another machine and `pkill xfce4-session`. Here's the session log: thk at daggoo:~$ cat .dt/sessionlogs/daggoo_DISPLAY\=\:0 -- Session log created Sun Jul 23 14:43:58 CEST 2006 Xfce4 Desktop using xinitrc file: /etc/dt/config/Xinitrc.CSWxfce (xfce-mcs-manager:959): libxfce4mcs-CRITICAL **: file mcs-manager.c: line 969: assertion filename != NULL && strlen (filename) > 0' failed The program 'xftaskbar4' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 606 error_code 8 request_code 72 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) The program 'xfce4-panel' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 1641 error_code 8 request_code 72 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I tried both the XFCE versions in unstable and in stable -- same problem. The box is running a fresh installation of Solaris 9 09/05 (developer minus very few demo source packages) with all patches applied (using `smpatch update`). CDE works perfectly. This mail reports that the problem also occurs on Solaris 10: http://lists.blastwave.org/pipermail/users/2006-April/004215.html Ok, I thought, XFCE broken, I'll use GNOME then. Only GNOME fails, too: the session crashes immediately after a little splash screen: # thk at daggoo:~$ cat .dt/sessionlogs/daggoo_DISPLAY\=\:0 -- Session log created Sun Jul 23 15:03:29 CEST 2006 CSW GNOME 2.8 Desktop using xinitrc file: /etc/dt/config/Xinitrc.CSWgnome Starting CSW GNOME 2.8 SESSION_MANAGER=tcp/daggoo:32834 The program 'gnome_segv' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 522 error_code 8 request_code 72 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) So I now suspect the problem in some library used by both XFCE and GNOME or even in some system library. Any ideas how to resolve this? Thanks a lot, - Thomas PS: It seems that if there is more than 1 *dtlogin package installed (eg. both xfcedtlogin and gnomedtlogin), only one of the entries shows up in the login screen. Is this "normal"? -- Don't you love her madly Don't you need her badly - The Doors, Love Her Madly /* PGP key auf Wunsch per e-mail || PGP key sent on request */ From jonathan.boyd at bioch.ox.ac.uk Mon Jul 24 10:59:29 2006 From: jonathan.boyd at bioch.ox.ac.uk (Jonathan Boyd) Date: Mon, 24 Jul 2006 09:59:29 +0100 Subject: [csw-users] xboard & flightgear Message-ID: <20060724085929.647879E078@webmail222.herald.ox.ac.uk> An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://lists.blastwave.org/pipermail/users/attachments/20060724/358172fe/attachment.ksh From james at blastwave.org Mon Jul 24 11:20:57 2006 From: james at blastwave.org (James Lee) Date: Mon, 24 Jul 2006 09:20:57 GMT Subject: [csw-users] xboard & flightgear In-Reply-To: <20060724085929.647879E078@webmail222.herald.ox.ac.uk> References: <20060724085929.647879E078@webmail222.herald.ox.ac.uk> Message-ID: <20060724.9205700.1036592337@gyor.> On 24/07/06, 09:59:29, Jonathan Boyd wrote regarding [csw-users] xboard & flightgear: > (i) I downloaded XBOARD from unstable and > the package appeared to load properly. > However, on launching xboard and attempting > to play a game the following error message > always occurs on move 2. > illegal move ... (rejected by first chess program) > Has any one else seen this? Yes: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0000597 > (ii) I downloaded flightgear & flightgear_base > and tried to start the programme with fgfs and > on my machine the following messages occur: > The contents of directory /opt/csw/share/FlightGear > (referred to below) only contains fgfs-base-cvs041606.tar . > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded http://www.blastwave.org/mantis/view_bug_page.php?f_id=0001275 So to answer the question "Yuck. Explain this a little as does it affect the package or library from functioning? Does it affect the compiling or linking of other packages??", it seems yes. Ken, just fix it. From jonathan.boyd at bioch.ox.ac.uk Mon Jul 24 12:56:15 2006 From: jonathan.boyd at bioch.ox.ac.uk (Jonathan Boyd) Date: Mon, 24 Jul 2006 11:56:15 +0100 Subject: [csw-users] xboard Message-ID: <20060724105615.08A899E078@webmail222.herald.ox.ac.uk> An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://lists.blastwave.org/pipermail/users/attachments/20060724/b788a829/attachment.ksh From sean at seanoneill.info Mon Jul 24 16:08:25 2006 From: sean at seanoneill.info (Sean O'Neill) Date: Mon, 24 Jul 2006 10:08:25 -0400 Subject: [csw-users] Couple of issues with VNC Message-ID: I've installed the following on Solaris 10 U2 SPARC: 1) TightVNC 1.2.8 2) Firefox (I think 1.0.6) 3) Fluxbox 4) KDE_GCC Now my problems. Under VNC, I can run 98% successfully the following environment: - Sun Gnome (aka Java Desktop) - Fluxbox Problem #1) KDE flat out doesn't run. I get lots of errors in my VNC log file. Problem #2) For the most part, firefox (and Mozilla) run fine under Sun Gnome and Fluxbox. My issue is when I use either to hit the SP on a X4100. It hits the login screen no problem. But as soon as I input the login/password and click the login button, both Fluxbox and Gnome go down hard. I'll have to recreate this but as I remember it Fluxbox dies with a SIGBUS and Gnome dies with a SIGSEGV. So something Firefox is doing is hitting some bug - since both Window environments are dying hard I have to imagine the bug is in Solaris. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060724/78c738a5/attachment.html From javier.augusto at gmx.net Tue Jul 25 02:23:46 2006 From: javier.augusto at gmx.net (Javier O. Augusto) Date: Mon, 24 Jul 2006 17:23:46 -0700 Subject: [csw-users] Perl dependency on Nevada In-Reply-To: <44BFEBE5.1030509@math.purdue.edu> References: <44BEA53C.10509@gmx.net> <44BFEBE5.1030509@math.purdue.edu> Message-ID: <1136426353.20060724172346@gmx.net> Hello List, [..] > In Solaris 10 update 2, both SUNWperl584usr and SUNWpl5u are installed; > however, /usr/bin/perl is symlinked to /usr/perl5/5.8.4/bin/perl. So > even on a Solaris 10u2 system you are not going to be using the SUWNpl5u > perl. Thanks Neal for pointing out that Solaris 10U2 has the same symptom, I was going to dump nevada and go after update2 ;-) -- Best regards, Javier mailto:javier.augusto at gmx.net From mmayer at blastwave.org Tue Jul 25 20:09:40 2006 From: mmayer at blastwave.org (Markus Mayer) Date: Tue, 25 Jul 2006 11:09:40 -0700 Subject: [csw-users] /testing Exim 4.62 Message-ID: <20060725180940.GA5696@enterprise.blastwave.org> Exim 4.62 is now available from http://www.blastwave.org/testing/ This release is the first to support SMF and exim-env.sh (see below). Because of these major changes, glitches in the package are more likely than if it was just a regular upgrade. Please test and report any problems you may find. Thanks. >From README.CSW: Service Management Facility (SMF) --------------------------------- As of release 4.62, the Exim package supports the new Service Management Facility introduced in Solaris 10. The package auto-detects whether or not it can use SMF on a given system. If SMF is not detected, the traditional init.d script will be installed together with the proper runlevel links. If the system supports SMF, the package will instead install /opt/csw/var/svc/manifest/network/exim.xml (the service description) and /opt/csw/lib/svc/method/svc-exim (the start/stop script). The FRMI (Fault Managed Resource Identifier) for CSWexim is svc:/network/cswexim. Example: # /usr/sbin/svcadm enable svc:/network/cswexim Environment File ---------------- Also new in package 4.62 is support for an "environment" file, namely /opt/csw/etc/exim/exim-env.sh, which can be used to set up environment variables or to modify the command-line parameters before exim is started. This file is "sourced" by the startup scripts (/etc/init.d/CSWexim or /opt/csw/lib/svc/method/svc-exim) which have been modified to honor the environment variable $EXIM_PARAMS to contain command line parameters for Exim. This file is persistent across updates, so if you modify it, your changes will stick around. Regards, Markus From a.cervellin at acm.org Wed Jul 26 23:42:44 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Wed, 26 Jul 2006 23:42:44 +0200 Subject: [csw-users] wireshark (was ethereal) 0.99.2 available for testing Message-ID: <44C7E1D4.7090807@acm.org> Wireshark (new name of the Ethereal project) is now available for testing on http://www.blastwave.org/testing This package is marked as conflicting with the old CSWethereal, so you should remove it before installing CSWwireshark. From pgress at optonline.net Thu Jul 27 21:39:41 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 15:39:41 -0400 Subject: [csw-users] Gimp 2.2.12 Message-ID: <44C9167D.6060408@optonline.net> Just upgraded gimp. Now it won't start. Error messages I'm getting: $ /opt/csw/bin/gimp (gimp:9429): Pango-WARNING **: ld.so.1: gimp-2.2: fatal: /opt/csw/lib/pango/1.4.0/modules/pango-basic-fc.so: open failed: No such file or directory message repeated about 50 times (gimp:9429): Pango-WARNING **: ld.so.1: gimp-2.2: fatal: /opt/csw/lib/pango/1.4.0/modules/pango-basic-fc.so: open failed: No such file or directory Failed to load Pango module for id: 'BasicScriptEngineFc'Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 /opt/csw/bin/gimp: terminated: Abort $ I tried reinstalling libpango, no success. Any ideas? bug? my installation broken? cairo package need upgrading? # pkginfo |grep cairo application CSWlibcairo libcairo - The Cairo 2D Graphics Library Thanks, Paul From dclarke at blastwave.org Thu Jul 27 21:43:21 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Thu, 27 Jul 2006 15:43:21 -0400 (EDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C9167D.6060408@optonline.net> References: <44C9167D.6060408@optonline.net> Message-ID: <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> > Just upgraded gimp. Now it won't start. Error messages I'm getting: > > $ /opt/csw/bin/gimp > What is the output from ldd /opt/csw/bin/gimp ? also .. what rev of libpango do you have ? Dennis From pgress at optonline.net Thu Jul 27 21:47:22 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 15:47:22 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> References: <44C9167D.6060408@optonline.net> <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> Message-ID: <44C9184A.4050003@optonline.net> Dennis Clarke wrote: >> Just upgraded gimp. Now it won't start. Error messages I'm getting: >> >> $ /opt/csw/bin/gimp >> >> > > What is the output from > > ldd /opt/csw/bin/gimp ? > > also .. what rev of libpango do you have ? > > Dennis > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > I also noticed, more of my CSW apps don't work either. Specifically tested so far was seamonkey & gftp, both get identical errors. ldd /opt/csw/bin/gimp libgimpwidgets-2.0.so.0 => /opt/csw/lib/libgimpwidgets-2.0.so.0 libgimpcolor-2.0.so.0 => /opt/csw/lib/libgimpcolor-2.0.so.0 libgimpmodule-2.0.so.0 => /opt/csw/lib/libgimpmodule-2.0.so.0 libgimpbase-2.0.so.0 => /opt/csw/lib/libgimpbase-2.0.so.0 libgimpthumb-2.0.so.0 => /opt/csw/lib/libgimpthumb-2.0.so.0 libgimpmath-2.0.so.0 => /opt/csw/lib/libgimpmath-2.0.so.0 libgtk-x11-2.0.so.0 => /opt/csw/lib/libgtk-x11-2.0.so.0 libgdk-x11-2.0.so.0 => /opt/csw/lib/libgdk-x11-2.0.so.0 libatk-1.0.so.0 => /opt/csw/lib/libatk-1.0.so.0 libgdk_pixbuf-2.0.so.0 => /opt/csw/lib/libgdk_pixbuf-2.0.so.0 libpangocairo-1.0.so.0 => /opt/csw/lib/libpangocairo-1.0.so.0 libcairo.so.2 => /opt/csw/lib/libcairo.so.2 libXrender.so.1 => /opt/csw/lib/libXrender.so.1 libX11.so.4 => /usr/openwin/lib/libX11.so.4 libpng12.so.0 => /opt/csw/lib/libpng12.so.0 libart_lgpl_2.so.2 => /opt/csw/lib/libart_lgpl_2.so.2 libpangoft2-1.0.so.0 => /opt/csw/lib/libpangoft2-1.0.so.0 libpango-1.0.so.0 => /opt/csw/lib/libpango-1.0.so.0 libm.so.1 => /lib/libm.so.1 libgobject-2.0.so.0 => /opt/csw/lib/libgobject-2.0.so.0 libgmodule-2.0.so.0 => /opt/csw/lib/libgmodule-2.0.so.0 libdl.so.1 => /lib/libdl.so.1 libglib-2.0.so.0 => /opt/csw/lib/libglib-2.0.so.0 libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 libexpat.so.0 => /opt/csw/lib/libexpat.so.0 libfreetype.so.6 => /opt/csw/lib/libfreetype.so.6 libz.so => /opt/csw/lib/libz.so libpthread.so.1 => /lib/libpthread.so.1 libintl.so.3 => /opt/csw/lib/libintl.so.3 libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libc.so.1 => /lib/libc.so.1 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libXext.so.0 => /usr/openwin/lib/libXext.so.0 libSM.so.6 => /usr/openwin/lib/libSM.so.6 libICE.so.6 => /usr/openwin/lib/libICE.so.6 libintl.so.1 => /lib/libintl.so.1 libfreetype.so.6 => /usr/sfw/lib/libfreetype.so.6 libz.so.1 => /usr/lib/libz.so.1 libexpat.so.0 => /usr/sfw/lib/libexpat.so.0 libz.so.1 (SUNW_1.1) => (version not found) libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Blade-2500/lib/libc_psr.so.1 /platform/SUNW,Sun-Blade-2500/lib/libmd5_psr.so.1 From pgress at optonline.net Thu Jul 27 21:55:06 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 15:55:06 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> References: <44C9167D.6060408@optonline.net> <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> Message-ID: <44C91A1A.6080807@optonline.net> Dennis Clarke wrote: >> Just upgraded gimp. Now it won't start. Error messages I'm getting: >> >> $ /opt/csw/bin/gimp >> >> > > What is the output from > > ldd /opt/csw/bin/gimp ? > > also .. what rev of libpango do you have ? > > Some particulars: Solaris 10 U2, fully free patched. No CSW gnome, I'm still using 2.6 gnome supplied from solaris. Blade 2500. When I reinstalled pango, here's some output (I did the re-install manually after pkgrm) # pkgadd -d libpango-1.13.3-SunOS5.8-sparc-CSW.pkg The following packages are available: 1 CSWpango libpango - Library for laying out and rendering text (sparc) 1.13.3 Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]: Processing package instance from From maybird1776 at yahoo.com Fri Jul 28 01:31:32 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 16:31:32 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: Message-ID: <20060727233132.67871.qmail@web33614.mail.mud.yahoo.com> I'm working on bug fixes tonite once our build systems are updated so we should have the problems resolve by this weekend. You could cp -FR from the new modules directory to the old one which should fix your problem: Workaround: 1. mkdir /opt/csw/lib/pango/1.4.0/modules 2. cp -fR /opt/csw/lib/pango/1.5.0/modules/* /opt/csw/lib/pango/1.4.0/modules ~ Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 01:41:18 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 19:41:18 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060727233132.67871.qmail@web33614.mail.mud.yahoo.com> References: <20060727233132.67871.qmail@web33614.mail.mud.yahoo.com> Message-ID: <44C94F1E.4090808@optonline.net> ken mays wrote: > I'm working on bug fixes tonite once our build systems > are updated so we should have the problems resolve by > this weekend. > > You could cp -FR from the new modules directory to the > old one which should fix your problem: > > Workaround: > 1. mkdir /opt/csw/lib/pango/1.4.0/modules > 2. cp -fR /opt/csw/lib/pango/1.5.0/modules/* > /opt/csw/lib/pango/1.4.0/modules > > ~ Ken > > OK, that solved one problem. Still have one more. $ /opt/csw/bin/gimp Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 /opt/csw/bin/gimp: terminated: Abort Paul From maybird1776 at yahoo.com Fri Jul 28 01:47:10 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 16:47:10 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C94F1E.4090808@optonline.net> Message-ID: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> Ok, I may have to rebuild gimp 2.2.12 with the new cairo. Install the old cairo 1.0.2 from stable which should solve that issue. ~K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 02:15:26 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:15:26 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> References: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> Message-ID: <44C9571E.9050304@optonline.net> ken mays wrote: > Ok, I may have to rebuild gimp 2.2.12 with the new > cairo. Install the old cairo 1.0.2 from stable which > should solve that issue. > > ~K > > It may not be that simple. There are plenty of other apps with the identical problem. You may have to roll back cairo. Below is just an example of three more. $ /opt/csw/bin/gftp Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped $ /opt/csw/bin/gtklp Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped $ /opt/csw/bin/seamonkey Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped $ Paul From maybird1776 at yahoo.com Fri Jul 28 02:25:46 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 17:25:46 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C9571E.9050304@optonline.net> Message-ID: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> I'll do a little research tonite and see if I can patch it or we can resort to backporting cairo 1.0.2 Have you tried cairo 1.0.2 and see if that fixes it for you?? ~K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 02:26:10 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:26:10 -0400 Subject: [csw-users] GTK2 infinite loop Message-ID: <44C959A2.1070504@optonline.net> Hi, Just wanted to let you know, CSWgtk2 I believe has an infinite loop on installing the upgrade. Everytime it checked for dependencies it re-downloaded CSWgtk2 again. It never get past the dependencies checking, because it's checking for itself and constantly downloading itself. I had to "control-c" to break out and install it manually. Paul From pgress at optonline.net Fri Jul 28 02:36:11 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:36:11 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> References: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> Message-ID: <44C95BFB.7080909@optonline.net> ken mays wrote: > I'll do a little research tonite and see if I can > patch it or we can resort to backporting cairo 1.0.2 > Have you tried cairo 1.0.2 and see if that fixes it > for you?? > > ~K > > I just checked two mirror sites. Cant find it. It's not there. If you have a link for libcairo 1.0.2 I'll try it right now. ftp://ftp.ibiblio.org/pub/packages/solaris/csw/stable/sparc/5.10/ ftp://carroll.aset.psu.edu/pub/solaris/csw/stable/sparc/5.10/ Paul From maybird1776 at yahoo.com Fri Jul 28 02:40:37 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 17:40:37 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C95BFB.7080909@optonline.net> Message-ID: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> http://download.mirror.ac.uk/sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 02:54:18 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:54:18 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> References: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> Message-ID: <44C9603A.4010409@optonline.net> ken mays wrote: > I'll do a little research tonite and see if I can > patch it or we can resort to backporting cairo 1.0.2 > Have you tried cairo 1.0.2 and see if that fixes it > for you?? > > Alright, almost there now. Gimp (2.2.12) appears to be working properly now. Gtklp also works, as well as seamonkey. Gftp opens, when I click on Help-about it crashes with the following error message. $ /opt/csw/bin/gftp ld.so.1: gftp-gtk: fatal: relocation error: file /opt/csw/lib/libpangocairo-1.0.so.0: symbol cairo_scaled_font_get_font_options: referenced symbol not found Killed $ Thanks for all your help, Paul From james at blastwave.org Fri Jul 28 10:40:44 2006 From: james at blastwave.org (James Lee) Date: Fri, 28 Jul 2006 08:40:44 GMT Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> References: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> Message-ID: <20060728.8404400.3549470196@gyor.> On 28/07/06, 00:47:10, ken mays wrote regarding Re: [csw-users] Gimp 2.2.12: > Install the old cairo 1.0.2 from stable which > should solve that issue. Cairo isn't in stable - because it's broken. From ghenry at cmi.univ-mrs.fr Fri Jul 28 11:36:07 2006 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 28 Jul 2006 11:36:07 +0200 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> References: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> Message-ID: <44C9DA87.5070705@cmi.univ-mrs.fr> ken mays wrote: > http://download.mirror.ac.uk/sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz > hello, i need to get the file, but got: The requested URL /sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz was not found on this server. Can you help me please? thanks, gerard From ghenry at cmi.univ-mrs.fr Fri Jul 28 11:40:52 2006 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 28 Jul 2006 11:40:52 +0200 Subject: [csw-users] GTK2 infinite loop In-Reply-To: <44C959A2.1070504@optonline.net> References: <44C959A2.1070504@optonline.net> Message-ID: <44C9DBA4.3020208@cmi.univ-mrs.fr> Paul Gress wrote: > Hi, > > Just wanted to let you know, CSWgtk2 I believe has an infinite loop on > installing the upgrade. Everytime it checked for dependencies it > re-downloaded CSWgtk2 again. It never get past the dependencies > checking, because it's checking for itself and constantly downloading > itself. I had to "control-c" to break out and install it manually. > i got: No existing install of CSWgtk2 found. Installing... Removing invalid local file gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz Trying http://blastwave.informatik.uni-erlangen.de/csw/unstable/i386/5.10/gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz --11:38:04-- http://blastwave.informatik.uni-erlangen.de/csw/unstable/i386/5.10/gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz => `gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz' Resolving blastwave.informatik.uni-erlangen.de... 131.188.30.102, 2001:638:a00:1e:209:3dff:fe11:a0f8 Connecting to blastwave.informatik.uni-erlangen.de|131.188.30.102|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8,621,802 (8.2M) [application/octet-stream] 100%[====================================>] 8,621,802 1.04M/s ETA 00:00 11:38:12 (1.02 MB/s) - `gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz' saved [8621802/8621802] gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz: 75.4% /opt/csw/bin/pkg-get[57]: install_one_software: recursion too deep hth, gerard From maybird1776 at yahoo.com Fri Jul 28 12:32:22 2006 From: maybird1776 at yahoo.com (ken mays) Date: Fri, 28 Jul 2006 03:32:22 -0700 (PDT) Subject: [csw-users] GTK2 infinite loop In-Reply-To: <44C9DBA4.3020208@cmi.univ-mrs.fr> Message-ID: <20060728103222.86757.qmail@web33611.mail.mud.yahoo.com> I'll have GTK+ 2.10.0 repackaged today. For now, please install it manually. ~ Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pjama at optusnet.com.au Fri Jul 28 13:02:31 2006 From: pjama at optusnet.com.au (pjama) Date: Fri, 28 Jul 2006 21:02:31 +1000 Subject: [csw-users] GTK2 infinite loop In-Reply-To: <20060728103222.86757.qmail@web33611.mail.mud.yahoo.com> References: <20060728103222.86757.qmail@web33611.mail.mud.yahoo.com> Message-ID: <44C9EEC7.5070507@optusnet.com.au> ken mays wrote: > I'll have GTK+ 2.10.0 repackaged today. For now, > please install it manually. > > ~ Ken > > Hi Ken, Same issue applies with libgtop as well. Cheers P From james at blastwave.org Fri Jul 28 13:20:25 2006 From: james at blastwave.org (James Lee) Date: Fri, 28 Jul 2006 11:20:25 GMT Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C9DA87.5070705@cmi.univ-mrs.fr> References: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> <44C9DA87.5070705@cmi.univ-mrs.fr> Message-ID: <20060728.11202500.699459652@gyor.> On 28/07/06, 10:36:07, Gerard Henry wrote regarding Re: [csw-users] Gimp 2.2.12: > ken mays wrote: > > http://download.mirror.ac.uk/sites/blastwave.org/unstable/sparc/5.8/libcairo -1.0.2-SunOS5.8-sparc-CSW.pkg.gz > > > hello, > i need to get the file, but got: > The requested URL > /sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW. pkg.gz > was not found on this server. http://blastwave.informatik.uni-erlangen.de/oldpkgs/unstable/sparc/5.8/l ibcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz For future reference note this server keeps all past packages: http://blastwave.informatik.uni-erlangen.de/oldpkgs/ From ghenry at cmi.univ-mrs.fr Fri Jul 28 13:34:34 2006 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 28 Jul 2006 13:34:34 +0200 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728.11202500.699459652@gyor.> References: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> <44C9DA87.5070705@cmi.univ-mrs.fr> <20060728.11202500.699459652@gyor.> Message-ID: <44C9F64A.60706@cmi.univ-mrs.fr> James Lee wrote: > > For future reference note this server keeps all past packages: > > http://blastwave.informatik.uni-erlangen.de/oldpkgs/ > thanks for your reply, and to ken mays who replied to me directly. From sean at seanoneill.info Fri Jul 28 14:22:58 2006 From: sean at seanoneill.info (Sean O'Neill) Date: Fri, 28 Jul 2006 08:22:58 -0400 Subject: [csw-users] Anyone successfully gotten KDE to run under TightVNC ? Message-ID: Subject asks the questions ... obviously in the context of as KDE and TightVNC are distributed from Blastwave. If so, what did you do to make it work. I get nothing but errors. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060728/3e21569c/attachment.html From maybird1776 at yahoo.com Fri Jul 28 19:34:01 2006 From: maybird1776 at yahoo.com (ken mays) Date: Fri, 28 Jul 2006 10:34:01 -0700 (PDT) Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <20060728.11202500.699459652@gyor.> Message-ID: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> The packages for pango, gtk+ and libgtop are now fixed. I've submitted those packages as well as the other packages for GNOME 2.14.2 for submission so I hope they will go out for the weekend. You can get those updates from: http://www.blastwave.org/testing Mainly, the libpango was patched. Thanks, Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From zizban at adelphia.net Fri Jul 28 21:56:14 2006 From: zizban at adelphia.net (Chris Turkel) Date: Fri, 28 Jul 2006 15:56:14 -0400 Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> References: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> Message-ID: On Jul 28, 2006, at 1:34 PM, ken mays wrote: > > The packages for pango, gtk+ and libgtop are now > fixed. > I've submitted those packages as well as the other > packages for GNOME 2.14.2 for submission so I hope > they will go out for the weekend. > > You can get those updates from: > http://www.blastwave.org/testing > > Mainly, the libpango was patched. > > Thanks, > > Ken Nice! I am still getting the desktop settings daemon crash even after downgrading freetype2 so hopefully this will work a lot better. From pgress at optonline.net Sat Jul 29 05:14:44 2006 From: pgress at optonline.net (Paul Gress) Date: Fri, 28 Jul 2006 23:14:44 -0400 Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> References: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> Message-ID: <44CAD2A4.7060003@optonline.net> ken mays wrote: > The packages for pango, gtk+ and libgtop are now > fixed. > I've submitted those packages as well as the other > packages for GNOME 2.14.2 for submission so I hope > they will go out for the weekend. > > You can get those updates from: > http://www.blastwave.org/testing > > Mainly, the libpango was patched. > > Thanks, > > Ken > > Thank you, Ken, for all your hard effort, it is greatly appreciated here. Paul From jreid at vnet.net Sat Jul 29 05:27:44 2006 From: jreid at vnet.net (Joe Reid) Date: Fri, 28 Jul 2006 22:27:44 -0500 Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <44CAD2A4.7060003@optonline.net> References: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> <44CAD2A4.7060003@optonline.net> Message-ID: <44CAD5B0.9050609@vnet.net> Paul Gress wrote: > Thank you, Ken, for all your hard effort, it is greatly appreciated here. Here Here - thank you Ken! -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From maybird1776 at yahoo.com Sat Jul 29 13:02:30 2006 From: maybird1776 at yahoo.com (ken mays) Date: Sat, 29 Jul 2006 04:02:30 -0700 (PDT) Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <44CAD5B0.9050609@vnet.net> Message-ID: <20060729110230.11923.qmail@web33602.mail.mud.yahoo.com> Here are a few of the other packages for CSW GNOME 2.14.x : bugbuddy-2.14.0-SunOS5.8-i386-CSW.pkg.gz bugbuddy-2.14.0-SunOS5.8-sparc-CSW.pkg.gz eel-2.15.4-SunOS5.8-i386-CSW.pkg.gz eel-2.15.4-SunOS5.8-sparc-CSW.pkg.gz gail-1.9.0-SunOS5.8-i386-CSW.pkg.gz gail-1.9.0-SunOS5.8-sparc-CSW.pkg.gz gcalctool-5.8.17-SunOS5.8-i386-CSW.pkg.gz gcalctool-5.8.17-SunOS5.8-sparc-CSW.pkg.gz gconf2-2.14.0-SunOS5.8-i386-CSW.pkg.gz gconf2-2.14.0-SunOS5.8-sparc-CSW.pkg.gz gconfeditor-2.14.0-SunOS5.8-i386-CSW.pkg.gz gconfeditor-2.14.0-SunOS5.8-sparc-CSW.pkg.gz gnome_icon_theme-2.12.0-SunOS5.8-all-CSW.pkg.gz gnome_panel-2.14.2-SunOS5.8-i386-CSW.pkg.gz gnome_panel-2.14.2-SunOS5.8-sparc-CSW.pkg.gz gnome_theme_extras-0.8.1-SunOS5.8-all-CSW.pkg.gz gnome_themes-2.12.0-SunOS5.8-all-CSW.pkg.gz gnomebackgrounds-2.14.2.1-SunOS5.8-all-CSW.pkg.gz gnomemime2-2.4.2-SunOS5.8-all-CSW.pkg.gz gnomevfs2-2.14.2-SunOS5.8-i386-CSW.pkg.gz gnomevfs2-2.14.2-SunOS5.8-sparc-CSW.pkg.gz intltool-0.35-SunOS5.8-i386-CSW.pkg.gz intltool-0.35-SunOS5.8-sparc-CSW.pkg.gz metacity-2.14.5-SunOS5.8-i386-CSW.pkg.gz metacity-2.14.5-SunOS5.8-sparc-CSW.pkg.gz yelp-2.12.0-SunOS5.8-i386-CSW.pkg.gz yelp-2.12.0-SunOS5.8-sparc-CSW.pkg.gz ~Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From maybird1776 at yahoo.com Sun Jul 30 22:28:13 2006 From: maybird1776 at yahoo.com (ken mays) Date: Sun, 30 Jul 2006 13:28:13 -0700 (PDT) Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: <20060730101512.J56049@bolthole.com> Message-ID: <20060730202813.5543.qmail@web33611.mail.mud.yahoo.com> Thankfully, after delays and various issues with thunderstorms across North America - we have now migrated from the stable GNOME 2.8 to GNOME 2.14.2 desktop environment. I'm awaiting Philip Brown to upload the other GNOME packages to the unstable branch. More improvements coming shortly... ~ Ken M. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From zizban at gmail.com Sun Jul 30 23:18:09 2006 From: zizban at gmail.com (Chris Turkel) Date: Sun, 30 Jul 2006 17:18:09 -0400 Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: <20060730202813.5543.qmail@web33611.mail.mud.yahoo.com> References: <20060730101512.J56049@bolthole.com> <20060730202813.5543.qmail@web33611.mail.mud.yahoo.com> Message-ID: On 7/30/06, ken mays wrote: > > Thankfully, after delays and various issues with > thunderstorms across North America - we have now > migrated from the stable GNOME 2.8 to GNOME 2.14.2 > desktop environment. > > I'm awaiting Philip Brown to upload the other GNOME > packages to the unstable branch. > > More improvements coming shortly... > > ~ Ken M. I just freshed installed Solaris on my Ultra 10 so this is great news! Can I just do pkg-get -i gnome and get the new gnome? and does the current gnome-dtlogin package work with it? -- "Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick From maybird1776 at yahoo.com Sun Jul 30 23:22:39 2006 From: maybird1776 at yahoo.com (ken mays) Date: Sun, 30 Jul 2006 14:22:39 -0700 (PDT) Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: Message-ID: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> Yes, "pkg-get -i gnome" will work. We are still updating some of the packages so be patient! ~K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From dclarke at blastwave.org Mon Jul 31 04:23:40 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 30 Jul 2006 22:23:40 -0400 (EDT) Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> References: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> Message-ID: <60952.69.158.187.251.1154312620.squirrel@mail.blastwave.org> > Yes, "pkg-get -i gnome" will work. We are still > updating some of the packages so be patient! > I fully expect there to be a few bumps in the ride but all in all the most modern implementation of GNOME to be had anywhere will be at Blastwave. In fact, Ken ( and a pile of us in tow ) was cranking out GNOME 2.16 at one point but we all see that as beta. For now we are at 2.14 but you need to know that when 2.16 gets released then it will be ready for Solaris in very short order. Quite frankly I think we all owe Ken Mays a debt of gratitude for his insanely hard work, around the clock for nearly 168 hours to get this all put together. Dennis Clarke From admin at testedgeinc.com Mon Jul 31 17:46:16 2006 From: admin at testedgeinc.com (Gary Armstrong) Date: Mon, 31 Jul 2006 08:46:16 -0700 Subject: [csw-users] firefox and seamonkey In-Reply-To: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> References: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> Message-ID: <44CE25C8.5080708@testedgeinc.com> I was updating several packages this morning including libcairo. Neither firefox or seamonkey will come up now. Firefox reports: *** loading the extensions datasource Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped Oh no! /opt/csw/libexec/firefox/firefox-bin just dumped a core file. Help Gary From pfelecan at blastwave.org Mon Jul 3 18:33:03 2006 From: pfelecan at blastwave.org (Peter FELECAN) Date: Mon, 03 Jul 2006 18:33:03 +0200 Subject: [csw-users] Emacs 22 snapsot 20060701 CVS in testing Message-ID: The monthly CVS snapshot of the next version of Emacs, is in the testing area: http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060701-SunOS5.8-i386-CSW.pkg.gz http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060701-SunOS5.8-sparc-CSW.pkg.gz If you wish to use/test the bleeding edge Emacs, you're welcome. But, if there are issues, please report them upstream; I'll manage only the packaging side. To install this package, you need to remove all dependent packages and Emacs 21.4 itself; after that, you install, using pkgadd, the CVS Emacs corresponding to your architecture and, if you're a TeX user, the nifty AucTex package. Note that this version includes the successors of: oortgnus and emacscalc, available as Blastwave packages, and many other, previously separate, packages --- e.g., tramp. I'll made a new testing package the next month. Enjoy -- Peter From tim.smith at degreec.com Thu Jul 6 15:18:58 2006 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 06 Jul 2006 09:18:58 -0400 Subject: [csw-users] compiling QT stuff (kde addons) Message-ID: <44AD0DC2.30707@degreec.com> I'm trying to download and build/install kde goodies off of kde-look.org, specifically window decorations and QT styles. I'm using the following vars: export PATH=/opt/csw/bin:/usr/sfw/bin:$PATH export CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include" export LDFLAGS="-L/opt/csw/lib -L/usr/sfw/lib -R/opt/csw/lib -R/usr/sfw/lib" when I run ./configure for any QT apps I'm getting this: checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. Thoughts? What I've got (results clipped a little): bash-3.00$ pkg-get -a | grep kde kde_gcc 3.4.3 kde_gcc_dtlogin 3.4.2,REV=2005.09.16 kdeaccess_gcc 3.5.1 kdeaddons_gcc 3.4.2 kdeadmin_gcc 3.4.1 kdeartwork_gcc 3.4.1 kdebase_gcc 3.4.3,REV=2006.02.15 kdeedu_gcc 3.5.1 kdegames_gcc 3.5.1 kdegraphics_gcc 3.4.2 kdelibs_gcc 3.4.2 kdemultimedia_gcc 3.4.2 kdenetwork_gcc 3.4.3 kdepim_gcc 3.4.1 kdetoys_gcc 3.5.1 kdeutils_gcc 3.4.2 bash-3.00$ pkg-get -a | grep qt qt 3.3.3 qt_docs 3.3.5,REV=2006.03.13 qt_gcc 3.3.4 bash-3.00$ pkg-get -a | grep gcc gcc3 3.4.5 gcc3ada 3.4.5 gcc3adart 3.4.5 gcc3core 3.4.5 gcc3corert 3.4.5 gcc3g++ 3.4.5 gcc3g++rt 3.4.5 gcc3g77 3.4.5 gcc3g77rt 3.4.5 gcc3java 3.4.5 gcc3javart 3.4.5 gcc3objc 3.4.5 gcc3objcrt 3.4.5 gcc3rt 3.4.5 From amaier at blastwave.org Thu Jul 6 17:01:59 2006 From: amaier at blastwave.org (Alexander Maier) Date: Thu, 6 Jul 2006 17:01:59 +0200 (CEST) Subject: [csw-users] compiling QT stuff (kde addons) In-Reply-To: <44AD0DC2.30707@degreec.com> References: <44AD0DC2.30707@degreec.com> Message-ID: <27637684.1152198119421.OPEN-XCHANGE.WebMail.www@bsd4.bb.consol.de> Hi Tim, I would recommend these settings: PATH=/opt/csw/bin:$PATH QTDIR=/opt/csw/kde-gcc QMAKESPEC=/opt/csw/kde-gcc/mkspecs/solaris-g++ LD_OPTIONS=-R/opt/csw/kde-gcc/lib export PATH QTDIR QMAKESPEC LD_OPTIONS -Alexander Am Do 06.07.2006 15:18 schrieb Tim Smith : >I'm trying to download and build/install kde goodies off of >kde-look.org, specifically window decorations and QT styles. > >I'm using the following vars: >export PATH=/opt/csw/bin:/usr/sfw/bin:$PATH >export CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include" >export LDFLAGS="-L/opt/csw/lib -L/usr/sfw/lib -R/opt/csw/lib >-R/usr/sfw/lib" > >when I run ./configure for any QT apps I'm getting this: > >checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers >and libraries) not found. Please check your installation! >For more details about this problem, look at the end of config.log. > >Thoughts? > > >What I've got (results clipped a little): > >bash-3.00$ pkg-get -a | grep kde >kde_gcc 3.4.3 >kde_gcc_dtlogin 3.4.2,REV=2005.09.16 > >kdeaccess_gcc 3.5.1 >kdeaddons_gcc 3.4.2 >kdeadmin_gcc 3.4.1 >kdeartwork_gcc 3.4.1 >kdebase_gcc 3.4.3,REV=2006.02.15 >kdeedu_gcc 3.5.1 >kdegames_gcc 3.5.1 >kdegraphics_gcc 3.4.2 >kdelibs_gcc 3.4.2 >kdemultimedia_gcc 3.4.2 >kdenetwork_gcc 3.4.3 >kdepim_gcc 3.4.1 >kdetoys_gcc 3.5.1 >kdeutils_gcc 3.4.2 > >bash-3.00$ pkg-get -a | grep qt >qt 3.3.3 >qt_docs 3.3.5,REV=2006.03.13 >qt_gcc 3.3.4 > >bash-3.00$ pkg-get -a | grep gcc >gcc3 3.4.5 >gcc3ada 3.4.5 >gcc3adart 3.4.5 >gcc3core 3.4.5 >gcc3corert 3.4.5 >gcc3g++ 3.4.5 >gcc3g++rt 3.4.5 >gcc3g77 3.4.5 >gcc3g77rt 3.4.5 >gcc3java 3.4.5 >gcc3javart 3.4.5 >gcc3objc 3.4.5 >gcc3objcrt 3.4.5 >gcc3rt 3.4.5 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users From tim.smith at degreec.com Thu Jul 6 22:29:10 2006 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 06 Jul 2006 16:29:10 -0400 Subject: [csw-users] compiling QT stuff (kde addons) In-Reply-To: <27637684.1152198119421.OPEN-XCHANGE.WebMail.www@bsd4.bb.consol.de> References: <44AD0DC2.30707@degreec.com> <27637684.1152198119421.OPEN-XCHANGE.WebMail.www@bsd4.bb.consol.de> Message-ID: <44AD7296.3010609@degreec.com> I got some stuff compiled using just the export QTDIR (along with the build flags i mentioned previously) thanks! Now for an unrelated question ;-) Anyone have any idea how to get gtk apps (gaim, firefox, etc) to obey KDE/QT styles? -Tim Alexander Maier wrote: >Hi Tim, > >I would recommend these settings: > >PATH=/opt/csw/bin:$PATH >QTDIR=/opt/csw/kde-gcc >QMAKESPEC=/opt/csw/kde-gcc/mkspecs/solaris-g++ >LD_OPTIONS=-R/opt/csw/kde-gcc/lib >export PATH QTDIR QMAKESPEC LD_OPTIONS > >-Alexander > >Am Do 06.07.2006 15:18 schrieb Tim Smith : > > > >>I'm trying to download and build/install kde goodies off of >>kde-look.org, specifically window decorations and QT styles. >> >>I'm using the following vars: >>export PATH=/opt/csw/bin:/usr/sfw/bin:$PATH >>export CPPFLAGS="-I/opt/csw/include -I/usr/sfw/include" >>export LDFLAGS="-L/opt/csw/lib -L/usr/sfw/lib -R/opt/csw/lib >>-R/usr/sfw/lib" >> >>when I run ./configure for any QT apps I'm getting this: >> >>checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers >>and libraries) not found. Please check your installation! >>For more details about this problem, look at the end of config.log. >> >>Thoughts? >> >> >>What I've got (results clipped a little): >> >>bash-3.00$ pkg-get -a | grep kde >>kde_gcc 3.4.3 >>kde_gcc_dtlogin 3.4.2,REV=2005.09.16 >> >>kdeaccess_gcc 3.5.1 >>kdeaddons_gcc 3.4.2 >>kdeadmin_gcc 3.4.1 >>kdeartwork_gcc 3.4.1 >>kdebase_gcc 3.4.3,REV=2006.02.15 >>kdeedu_gcc 3.5.1 >>kdegames_gcc 3.5.1 >>kdegraphics_gcc 3.4.2 >>kdelibs_gcc 3.4.2 >>kdemultimedia_gcc 3.4.2 >>kdenetwork_gcc 3.4.3 >>kdepim_gcc 3.4.1 >>kdetoys_gcc 3.5.1 >>kdeutils_gcc 3.4.2 >> >>bash-3.00$ pkg-get -a | grep qt >>qt 3.3.3 >>qt_docs 3.3.5,REV=2006.03.13 >>qt_gcc 3.3.4 >> >>bash-3.00$ pkg-get -a | grep gcc >>gcc3 3.4.5 >>gcc3ada 3.4.5 >>gcc3adart 3.4.5 >>gcc3core 3.4.5 >>gcc3corert 3.4.5 >>gcc3g++ 3.4.5 >>gcc3g++rt 3.4.5 >>gcc3g77 3.4.5 >>gcc3g77rt 3.4.5 >>gcc3java 3.4.5 >>gcc3javart 3.4.5 >>gcc3objc 3.4.5 >>gcc3objcrt 3.4.5 >>gcc3rt 3.4.5 >> >>_______________________________________________ >>users mailing list >>users at lists.blastwave.org >>https://lists.blastwave.org/mailman/listinfo/users >> >> > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > From hstreit at swri.edu Mon Jul 10 21:25:46 2006 From: hstreit at swri.edu (Hollen Streit) Date: Mon, 10 Jul 2006 14:25:46 -0500 Subject: [csw-users] GkRellm Mis-Reporting FileSystem Size Message-ID: <44B2A9BA.10404@swri.edu> I'm sure it's been covered before, but chalk it up to bad Googling skills; Running Solaris 10 1/06 w/ all the latest patches, but GkrellM 2.2.7 still gives me weird filesystem sizes & usage (10GB partition listed as 86.6GB, etc). Can anyone point me in the right direction? Thanks! From zizban at gmail.com Mon Jul 10 21:27:59 2006 From: zizban at gmail.com (Chris Turkel) Date: Mon, 10 Jul 2006 15:27:59 -0400 Subject: [csw-users] Gnome-2.10 Message-ID: Is there any plans to upgrade csw gnome 2.8 to 2.10? -- If all else fails, immortality can always be assured by spectacular error. -- John Kenneth Galbraith -------------- next part -------------- An HTML attachment was scrubbed... URL: From jreid at vnet.net Fri Jul 14 00:14:17 2006 From: jreid at vnet.net (Joe Reid) Date: Thu, 13 Jul 2006 18:14:17 -0400 Subject: [csw-users] Gnome-2.10 In-Reply-To: References: Message-ID: <20060713221417.GK24508@katie.ctc.net> On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: > Is there any plans to upgrade csw gnome 2.8 to 2.10? 2.10? why not 2.14? -- Joe Reid jreid at vnet.net Tactical Solaris Systems Engineering and Administration http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From zizban at gmail.com Fri Jul 14 00:26:20 2006 From: zizban at gmail.com (Chris Turkel) Date: Thu, 13 Jul 2006 18:26:20 -0400 Subject: [csw-users] Gnome-2.10 In-Reply-To: <20060713221417.GK24508@katie.ctc.net> References: <20060713221417.GK24508@katie.ctc.net> Message-ID: I'll take either. On 7/13/06, Joe Reid wrote: > On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: > > Is there any plans to upgrade csw gnome 2.8 to 2.10? > > 2.10? why not 2.14? > > -- > Joe Reid > jreid at vnet.net > Tactical Solaris Systems Engineering and Administration > http://www.singlewhitemale.net > ?c=a=rb=sc=fd=te=wf=zg=porh=n? > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- If all else fails, immortality can always be assured by spectacular error. -- John Kenneth Galbraith From vadud3 at gmail.com Fri Jul 14 20:55:29 2006 From: vadud3 at gmail.com (Asif Iqbal) Date: Fri, 14 Jul 2006 14:55:29 -0400 Subject: [csw-users] libintl library Message-ID: I installed mutt using pkg-get but it cant find the libintl.so.3 library. But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it is already installed under CSWggettext. grep libintl.so.3 /var/sadm/install/contents /opt/csw/lib/libintl.so=libintl.so.3.4.0 s none CSWggettext /opt/csw/lib/libintl.so.3=libintl.so.3.4.0 s none CSWggettext /opt/csw/lib/libintl.so.3.4.0 f none 0755 root bin 73092 61177 1098400320 CSWggettext grep -w /opt/csw/bin/mutt /var/sadm/install/contents /opt/csw/bin/mutt f none 0755 root bin 802928 19475 1107335964 CSWmutt /opt/csw/bin/mutt ld.so.1: mutt: fatal: libintl.so.3: open failed: No such file or directory I do not want to use LD_LIBRARY_PATH since that would be BAD practice. Should I go ahead and recompile `mutt' or there is another option? Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: From realmcking at gmail.com Fri Jul 14 21:46:09 2006 From: realmcking at gmail.com (Mark McCoy) Date: Fri, 14 Jul 2006 15:46:09 -0400 Subject: [csw-users] libintl library In-Reply-To: References: Message-ID: On 7/14/06, Asif Iqbal wrote: > I installed mutt using pkg-get but it cant find the libintl.so.3 library. > But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it > is already installed under CSWggettext. > > grep libintl.so.3 /var/sadm/install/contents > > /opt/csw/lib/libintl.so=libintl.so.3.4.0 s none CSWggettext > /opt/csw/lib/libintl.so.3=libintl.so.3.4.0 s none CSWggettext > /opt/csw/lib/libintl.so.3.4.0 f none 0755 root bin 73092 61177 1098400320 > CSWggettext > > grep -w /opt/csw/bin/mutt /var/sadm/install/contents > /opt/csw/bin/mutt f none 0755 root bin 802928 19475 1107335964 CSWmutt > > /opt/csw/bin/mutt > ld.so.1: mutt: fatal: libintl.so.3: open failed: No such file or directory > > I do not want to use LD_LIBRARY_PATH since that would be BAD practice. > Should I go ahead and recompile `mutt' or there is another option? > > Thanks > > -- > Asif Iqbal > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > You can add /opt/csw/lib to your runtime library path using "crle" (man crle). be careful to insert the directory into the list, not replace the list, or you will lose things like /usr/lib (which is bad). Read the man page carefully. Of course, I don't really see where LD_LIBRARY_PATH is bad, but YMMW -- Mark McCoy -- Professional Unix geek Here in America we are descended in blood and in spirit from revolutionists and rebels - men and women who dared to dissent from accepted doctrine. As their heirs, may we never confuse honest dissent with disloyal subversion. -- Dwight D. Eisenhower From a.cervellin at virgilio.it Sat Jul 15 11:39:44 2006 From: a.cervellin at virgilio.it (Alessio Cervellin) Date: Sat, 15 Jul 2006 10:39:44 +0100 (GMT+01:00) Subject: [csw-users] libintl library Message-ID: <10c718e45ce.a.cervellin@virgilio.it> > I do not want to use LD_LIBRARY_PATH since that would be BAD practice. yes, that's a bad practice, and every blastwave package MUST work without LD_LIBRARY_PATH. mutt should look for its libraries in /opt/csw/lib, and that can be done by compiling mutt with the - R/opt/csw/lib switch. then you can run "ldd" on the mutt binary to check if it's searching the libs in the correct place. you can file a bug report to the csw mutt package author to report this issue. From zizban at adelphia.net Sat Jul 15 15:02:55 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sat, 15 Jul 2006 09:02:55 -0400 Subject: [csw-users] Gnome-2.8 problems Message-ID: Maybe I missed this discussion but when I install CSW Gnome on my Sparc box the gnome desktop setting daemon crashes upon login and there are no desktop icons and I can't even set any from themes. From asselin.armel at wanadoo.fr Sat Jul 15 15:06:09 2006 From: asselin.armel at wanadoo.fr (Armel Asselin) Date: Sat, 15 Jul 2006 15:06:09 +0200 Subject: [csw-users] Gnome-2.8 problems References: Message-ID: <000a01c6a80f$715af500$6601a8c0@elrond> ----- Original Message ----- From: "Chris Turkel" To: Sent: Saturday, July 15, 2006 3:02 PM Subject: [csw-users] Gnome-2.8 problems > Maybe I missed this discussion but when I install CSW Gnome on my > Sparc box the gnome desktop setting daemon crashes upon login and > there are no desktop icons and I can't even set any from themes. there was a discussion some times ago about a problem in the 'unstable' 2.8 because of problem in fc-cache (which hogged all the memory) Armel From bgercken at comcast.net Sat Jul 15 20:07:26 2006 From: bgercken at comcast.net (Bill Gercken) Date: Sat, 15 Jul 2006 14:07:26 -0400 Subject: [csw-users] Re-cataloging a local repository - FAQ? Message-ID: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> Hi, I know I saw a link some where on the blastwave site as to how to re- create the catalog for a local repository but for the life of me can not find it now. Does anyone know where to find it? It looks simple enough, with the exception of naming the packages - when to remove the dash in a package name as in (CSWpmdbi) and when to make it a dash as in (CSWsudo-common). Thanks, -bill From zizban at adelphia.net Sun Jul 16 18:02:11 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sun, 16 Jul 2006 12:02:11 -0400 Subject: [csw-users] Gnome-2.8 Message-ID: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> So if the desktop-daemon crash is caused by some memory thing, what is the solution? From a.cervellin at acm.org Sun Jul 16 18:04:45 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Sun, 16 Jul 2006 18:04:45 +0200 Subject: [csw-users] Gnome-2.8 In-Reply-To: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> Message-ID: <44BA639D.5040102@acm.org> Chris Turkel wrote: > So if the desktop-daemon crash is caused by some memory thing, what > is the solution? try to downgrade CSWfreetype2 to the version actually in stable From william at wbonnet.net Sun Jul 16 18:25:53 2006 From: william at wbonnet.net (William Bonnet) Date: Sun, 16 Jul 2006 18:25:53 +0200 Subject: [csw-users] Eclipse problem In-Reply-To: References: Message-ID: <44BA6891.4040003@wbonnet.net> Hi >I'm waiting for a GTK version... But the catalog from mirror.switch.ch >(apparently updated on 9th March) still lists 3.0 for me too :-( > The Eclipse 3.2 package (based on gtk) is currently waiting for validation. It should be released in the next few days. Thanks for your patience. Kind regards, -- William http://www.wbonnet.net http://www.sunwizard.net Le site fran?ais des amateurs de stations Unix http://www.blastwave.org An OpenSolaris Community Site http://www.guses.org French speaking Solaris User Group From zizban at adelphia.net Mon Jul 17 01:32:04 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sun, 16 Jul 2006 19:32:04 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <44BA639D.5040102@acm.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> Message-ID: How does one downgrade? On Jul 16, 2006, at 12:04 PM, Alessio Cervellin wrote: > Chris Turkel wrote: >> So if the desktop-daemon crash is caused by some memory thing, what >> is the solution? > > try to downgrade CSWfreetype2 to the version actually in stable > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From dreyerja at uni-paderborn.de Mon Jul 17 02:40:17 2006 From: dreyerja at uni-paderborn.de (Jan Dreyer) Date: Mon, 17 Jul 2006 02:40:17 +0200 Subject: [csw-users] Re-cataloging a local repository - FAQ? In-Reply-To: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> References: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> Message-ID: <90B1672C-2D4D-4414-ADF3-0899A9683323@uni-paderborn.de> Hi, Am 15.07.2006 um 20:07 schrieb Bill Gercken: > I know I saw a link some where on the blastwave site as to how to re- > create the catalog for a local repository but for the life of me can > not find it now. > Does anyone know where to find it? It looks simple enough, with the > exception of naming the packages - when to remove the dash in a > package name as in (CSWpmdbi) and when to make it a dash as in > (CSWsudo-common). Try instead to get the information from the inner-package. Little excerpt of our own rep: --- snipp --- SW_VERSION = `gzip -cd $line | ggrep -a "^VERSION=" | cut -d= - f2,3,4,5 | head -1` PKG_NAME = `gzip -cd $line 2>/dev/null | head -2 | tail -1 | awk '{print $1}'` [ $PKG_NAME ] || PKG_NAME=`cat $line 2>/dev/null | head -2 | tail -1 | awk '{print $1}'` FILE_NAME = `echo $line | cut -d'/' -f2` PKG_MD5 = `gmd5sum $line | cut -d' ' -f1` SW_SUMMARY = `gzip -cd $line | ggrep -a "^NAME=" | head -1 | cut -d= - f2` SW_NAME = `echo ${SW_SUMMARY} | awk '{print $1}'` SW_VENDOR = `gzip -cd $line | ggrep -a "^VENDOR=" | head -1 | cut -d= -f2` echo "${SW_SUMMARY}" >> ${DESC_FILE}.unsigned echo "${SW_NAME} ${SW_VERSION} ${PKG_NAME} ${FILE_NAME} ${PKG_MD5}" >> ${CATALOG_FILE}.unsign --- snapp --- there is no way to fake the gpg-signature, of course ;-) Greetings Jan -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 304 bytes Desc: Signierter Teil der Nachricht URL: From dclarke at blastwave.org Mon Jul 17 02:49:49 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 16 Jul 2006 20:49:49 -0400 (EDT) Subject: [csw-users] Gnome-2.8 In-Reply-To: References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> Message-ID: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> > How does one downgrade? Identify the package in question. CSWfoo Then su - As root perform a pkgrm CSWfoo Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to not point to unstable but rather to stable Then perform a pkg-get -U And then a pkg-get -i foo Then go back and modify your /opt/csw/etc/pkg-get.conf such that unstable is your preferred directory. To be certain that you have the desired result simply run : /opt/csw/bin/pkg-get -U /opt/csw/bin/pkg-get -c | egrep -v "Not|SAME" That will give you a list of packages that are different from those in the unstable tree. Does this make sense ? -- Dennis Clarke From zizban at adelphia.net Mon Jul 17 02:57:01 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sun, 16 Jul 2006 20:57:01 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> Message-ID: On Jul 16, 2006, at 8:49 PM, Dennis Clarke wrote: > >> How does one downgrade? > > Identify the package in question. CSWfoo > > Then su - > > As root perform a pkgrm CSWfoo > > Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to > not point to unstable but rather to stable > > Then perform a pkg-get -U > > And then a pkg-get -i foo > > Then go back and modify your /opt/csw/etc/pkg-get.conf such that > unstable > is your preferred directory. > > To be certain that you have the desired result simply run : > > /opt/csw/bin/pkg-get -U > /opt/csw/bin/pkg-get -c | egrep -v "Not|SAME" > > That will give you a list of packages that are different from those in > the unstable tree. > > Does this make sense ? > > -- > Dennis Clarke > > Perfect sense. Thank you. Off topic but does anyone know where to download Sun's Blueprint theme? From james at blastwave.org Mon Jul 17 12:06:57 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:06:57 GMT Subject: [csw-users] libintl library In-Reply-To: References: Message-ID: <20060717.10065700.2185459610@gyor.> On 14/07/06, 19:55:29, Asif Iqbal wrote regarding [csw-users] libintl library: > I installed mutt using pkg-get but it cant find the libintl.so.3 library. > But when I grep for libintl.so.3 in /var/sadm/install/contents dir I see it > is already installed under CSWggettext. For me mutt finds libintl, please can you show the output of: $ ldd /opt/csw/bin/mutt and check that CSWggettext is installed and the version: $ pkginfo -l CSWggettext and check it is installed correctly (this should give no output): $ pkgchk CSWggettext From james at blastwave.org Mon Jul 17 12:07:15 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:07:15 GMT Subject: [csw-users] libintl library In-Reply-To: References: Message-ID: <20060717.10071500.1189594206@gyor.> On 14/07/06, 20:46:09, Mark McCoy wrote regarding Re: [csw-users] libintl library: > Of course, I don't really see where LD_LIBRARY_PATH is bad, but YMMW Not all programs will work with LD_LIBRARY_PATH set to /opt/csw/lib, eg, some need qt from /opt/csw/kde-gcc/lib/. The RPATH is taken from the libs at each stage in linking so can change as a chain of libs is linked to pick the correct lib. From james at blastwave.org Mon Jul 17 12:07:34 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:07:34 GMT Subject: [csw-users] Re-cataloging a local repository - FAQ? In-Reply-To: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> References: <2BDE5231-6DF2-45BA-B32F-E839B20AC237@comcast.net> Message-ID: <20060717.10073400.3516665689@gyor.> On 15/07/06, 19:07:26, Bill Gercken wrote regarding [csw-users] Re-cataloging a local repository - FAQ?: > I know I saw a link some where on the blastwave site as to how to re- > create the catalog for a local repository but for the life of me can > not find it now. http://www.bolthole.com/solaris/makecontents > Does anyone know where to find it? It looks simple enough, with the > exception of naming the packages - when to remove the dash in a > package name as in (CSWpmdbi) and when to make it a dash as in > (CSWsudo-common). There is no rule linking software name and package name, get the package name from the package file. From james at blastwave.org Mon Jul 17 12:07:49 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:07:49 GMT Subject: [csw-users] Gnome-2.8 In-Reply-To: <44BA639D.5040102@acm.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> Message-ID: <20060717.10074900.2209157696@gyor.> On 16/07/06, 17:04:45, Alessio Cervellin wrote regarding Re: [csw-users] Gnome-2.8: > > So if the desktop-daemon crash is caused by some memory thing, what > > is the solution? > try to downgrade CSWfreetype2 to the version actually in stable Both stable and unstable have the same version, 2.1.10,REV=2005.12.11. Unstable was downgraded and unstable users should check the current version is installed and pkgrm and reinstall if needed. From james at blastwave.org Mon Jul 17 12:08:10 2006 From: james at blastwave.org (James Lee) Date: Mon, 17 Jul 2006 10:08:10 GMT Subject: [csw-users] Gnome-2.8 In-Reply-To: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> Message-ID: <20060717.10081000.1569318788@gyor.> On 17/07/06, 01:49:49, Dennis Clarke wrote regarding Re: [csw-users] Gnome-2.8: > > How does one downgrade? > Identify the package in question. CSWfoo > Then su - > As root perform a pkgrm CSWfoo > Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to > not point to unstable but rather to stable You can use the 's' flag on pkg-get to set the site temporarily. $ pkg-get -s http://path/to/another/mirror -U -u ... but in this case (freetype2) there is no need to change. ...and the use of vi is not mandatory ;-) From jreid at vnet.net Mon Jul 17 20:52:24 2006 From: jreid at vnet.net (Joe Reid) Date: Mon, 17 Jul 2006 13:52:24 -0500 Subject: [csw-users] Gnome-2.10 and other newer software revs In-Reply-To: References: <20060713221417.GK24508@katie.ctc.net> Message-ID: <44BBDC68.7030306@vnet.net> Chris Turkel wrote: > I'll take either. > > On 7/13/06, Joe Reid wrote: > >>On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: >> >>>Is there any plans to upgrade csw gnome 2.8 to 2.10? >> >>2.10? why not 2.14? So, Mr Moderator - can we get some clarification as to where the Blastwave gnome support is going? Gnome 2.8 is getting pretty old, I asked this question maybe 18 months ago and the response was when the semester ended... I think blastwave and the pkg-get utility are fantastic, but some of this software is really really old... -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From dclarke at blastwave.org Mon Jul 17 20:59:53 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Mon, 17 Jul 2006 14:59:53 -0400 (EDT) Subject: [csw-users] Gnome-2.10 and other newer software revs In-Reply-To: <44BBDC68.7030306@vnet.net> References: <20060713221417.GK24508@katie.ctc.net> <44BBDC68.7030306@vnet.net> Message-ID: <60922.70.53.60.140.1153162793.squirrel@mail.blastwave.org> > Chris Turkel wrote: >> I'll take either. >> >> On 7/13/06, Joe Reid wrote: >> >>>On Mon, Jul 10, 2006 at 03:27:59PM -0400, Chris Turkel wrote: >>> >>>>Is there any plans to upgrade csw gnome 2.8 to 2.10? >>> >>>2.10? why not 2.14? > > So, Mr Moderator - can we get some clarification as to where the > Blastwave gnome support is going? Gnome 2.8 is getting pretty old, I > asked this question maybe 18 months ago and the response was when the > semester ended... > > I think blastwave and the pkg-get utility are fantastic, but some of > this software is really really old... > Well gee Joe, before even asking we need to look at the current package list in testing : Jul 12 23:45 libbonobo2-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:45 libbonobo2-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:48 libxml2-2.6.26-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:48 libxml2-2.6.26-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:49 libcairo-1.2.0-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:49 libcairo-1.2.0-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:50 gail-1.8.11-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:50 gail-1.8.11-SunOS5.8-sparc-CSW.pkg.gz Jul 12 23:51 libatk-1.12.1-SunOS5.8-i386-CSW.pkg.gz Jul 12 23:51 libatk-1.12.1-SunOS5.8-sparc-CSW.pkg.gz Jul 13 00:03 libgnomecanvas-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 13 00:03 libgnomecanvas-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 13 00:08 gnomemime2-2.4.2-SunOS5.8-all-CSW.pkg.gz Jul 14 21:40 gimp-2.2.12-SunOS5.8-i386-CSW.pkg.gz Jul 14 21:41 gimp-2.2.12-SunOS5.8-sparc-CSW.pkg.gz Jul 14 21:47 gimplibs-2.2.12-SunOS5.8-i386-CSW.pkg.gz Jul 14 21:47 gimplibs-2.2.12-SunOS5.8-sparc-CSW.pkg.gz Jul 15 01:59 gnomevfs2-2.12.2-SunOS5.8-i386-CSW.pkg.gz Jul 15 01:59 gnomevfs2-2.12.2-SunOS5.8-sparc-CSW.pkg.gz Jul 15 02:17 libxslt-1.1.17-SunOS5.8-i386-CSW.pkg.gz Jul 15 02:17 libxslt-1.1.17-SunOS5.8-sparc-CSW.pkg.gz Jul 15 02:24 gconf2-2.12.1-SunOS5.8-i386-CSW.pkg.gz Jul 15 02:24 gconf2-2.12.1-SunOS5.8-sparc-CSW.pkg.gz Jul 15 03:38 libgnome-2.14.1-SunOS5.8-i386-CSW.pkg.gz Jul 15 03:38 libgnome-2.14.1-SunOS5.8-sparc-CSW.pkg.gz Jul 15 04:00 atispi-1.7.9-SunOS5.8-i386-CSW.pkg.gz Jul 15 04:00 atispi-1.7.9-SunOS5.8-sparc-CSW.pkg.gz Jul 15 04:49 intltool-0.35-SunOS5.8-i386-CSW.pkg.gz Jul 15 04:49 intltool-0.35-SunOS5.8-sparc-CSW.pkg.gz Jul 15 23:05 libpango-1.13.3-SunOS5.8-i386-CSW.pkg.gz Jul 15 23:05 libpango-1.13.3-SunOS5.8-sparc-CSW.pkg.gz Jul 16 22:15 gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz Jul 16 22:15 gtk2-2.10.0-SunOS5.8-sparc-CSW.pkg.gz Jul 16 12:24 glib2-2.12.0-SunOS5.8-i386-CSW.pkg.gz Jul 16 12:24 glib2-2.12.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 06:21 gconf2-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 06:21 gconf2-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 06:22 libbonoboui-2.14.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 06:22 libbonoboui-2.14.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 06:42 libglade2-2.6.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 06:42 libglade2-2.6.0-SunOS5.8-sparc-CSW.pkg.gz Jul 17 07:14 gail-1.9.0-SunOS5.8-i386-CSW.pkg.gz Jul 17 07:14 gail-1.9.0-SunOS5.8-sparc-CSW.pkg.gz So look at those dates and times. Work is happening around the clock right now to get GNOME 2.16 out. -- Dennis Clarke From jreid at vnet.net Mon Jul 17 21:52:37 2006 From: jreid at vnet.net (Joe Reid) Date: Mon, 17 Jul 2006 15:52:37 -0400 Subject: [csw-users] Gnome-2.10 and other newer software revs In-Reply-To: <60922.70.53.60.140.1153162793.squirrel@mail.blastwave.org> References: <20060713221417.GK24508@katie.ctc.net> <44BBDC68.7030306@vnet.net> <60922.70.53.60.140.1153162793.squirrel@mail.blastwave.org> Message-ID: <20060717195236.GA14676@katie.ctc.net> On Mon, Jul 17, 2006 at 02:59:53PM -0400, Dennis Clarke wrote: > Work is happening around the clock right now to get GNOME 2.16 out. That rocks Dennis. I look forward to a major upgrade on my systems! -- Joe Reid jreid at vnet.net Tactical Solaris Systems Engineering and Administration http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From hstreit at swri.edu Mon Jul 17 23:33:18 2006 From: hstreit at swri.edu (Hollen Streit) Date: Mon, 17 Jul 2006 16:33:18 -0500 Subject: [csw-users] You guys Rock! Message-ID: <44BC021E.9060402@swri.edu> Just wanted to say that. -- ______________________________________________ H.F. Streit, Interim UNIX Administrator IMS Group Technician Southwest Research Institute From javier.augusto at gmx.net Wed Jul 19 23:33:48 2006 From: javier.augusto at gmx.net (Javier O. Augusto) Date: Wed, 19 Jul 2006 18:33:48 -0300 Subject: [csw-users] Perl dependency on Nevada Message-ID: <44BEA53C.10509@gmx.net> Greetings, I've just finished loading a couple of packages on a Nevada nv_40 SPARC sandbox and while installing patchutils (patchutils-0.2.29,REV=2004.06.27-SunOS5.8-sparc-CSW.pkg.gz) it complained about ERROR: no info for SUNWpl5u. Cannot install dependancy. ERROR: could not install required dependancies for CSWpatchutils I got suprised since I knew I had installed Perl on this system... Anyway, I have both "SUNWperl584core" and "SUNWperl584usr", but not exactly "SUNWpl5u". Can I overcome or avoid this dependency check? ..assuming I'm not going to brake anything ;-) Thanks in advance, Javier From nlucier at math.purdue.edu Thu Jul 20 22:47:33 2006 From: nlucier at math.purdue.edu (Neal A. Lucier) Date: Thu, 20 Jul 2006 16:47:33 -0400 Subject: [csw-users] Perl dependency on Nevada In-Reply-To: <44BEA53C.10509@gmx.net> References: <44BEA53C.10509@gmx.net> Message-ID: <44BFEBE5.1030509@math.purdue.edu> Javier O. Augusto wrote: > I've just finished loading a couple of packages on a Nevada nv_40 SPARC > sandbox and while installing patchutils > (patchutils-0.2.29,REV=2004.06.27-SunOS5.8-sparc-CSW.pkg.gz) it > complained about > > ERROR: no info for SUNWpl5u. Cannot install dependancy. > ERROR: could not install required dependancies for CSWpatchutils > > I got suprised since I knew I had installed Perl on this system... > Anyway, I have both "SUNWperl584core" and "SUNWperl584usr", but not > exactly "SUNWpl5u". > > Can I overcome or avoid this dependency check? ..assuming I'm not going > to brake anything ;-) I haven't used Nevada lateley, but I'm guessing that SUNWperl584usr provides the same functionality at SUNWpl5u. You could install the CSWpatchutils by hand instead of using the pkg-get script and force it to install without required dependencies. In Solaris 10 update 2, both SUNWperl584usr and SUNWpl5u are installed; however, /usr/bin/perl is symlinked to /usr/perl5/5.8.4/bin/perl. So even on a Solaris 10u2 system you are not going to be using the SUWNpl5u perl. Neal From zizban at adelphia.net Sat Jul 22 02:39:20 2006 From: zizban at adelphia.net (Chris Turkel) Date: Fri, 21 Jul 2006 20:39:20 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> Message-ID: <9F08F7B3-5A3F-42BD-97CA-06F3C8FA2220@adelphia.net> On Jul 16, 2006, at 8:49 PM, Dennis Clarke wrote: > >> How does one downgrade? > > Identify the package in question. CSWfoo > > Then su - > > As root perform a pkgrm CSWfoo > > Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to > not point to unstable but rather to stable > > Then perform a pkg-get -U > > And then a pkg-get -i foo > > Then go back and modify your /opt/csw/etc/pkg-get.conf such that > unstable > is your preferred directory. > > To be certain that you have the desired result simply run : > > /opt/csw/bin/pkg-get -U > /opt/csw/bin/pkg-get -c | egrep -v "Not|SAME" > > That will give you a list of packages that are different from those in > the unstable tree. > > Does this make sense ? I should ask: should I do this before or after I install gnome? From james at blastwave.org Sat Jul 22 10:20:49 2006 From: james at blastwave.org (James Lee) Date: Sat, 22 Jul 2006 08:20:49 GMT Subject: [csw-users] Gnome-2.8 In-Reply-To: <9F08F7B3-5A3F-42BD-97CA-06F3C8FA2220@adelphia.net> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> <9F08F7B3-5A3F-42BD-97CA-06F3C8FA2220@adelphia.net> Message-ID: <20060722.8204900.426709270@gyor.> On 22/07/06, 01:39:20, Chris Turkel wrote regarding Re: [csw-users] Gnome-2.8: > On Jul 16, 2006, at 8:49 PM, Dennis Clarke wrote: > >> How does one downgrade? > > ... > I should ask: should I do this before or after I install gnome? Either. Remember this specifically relates to freetype2. The version you need is currently in the repositories so an install of gnome now won't change the higher and bad version you might have installed last month. If you remove freetye2 before installing gnome you won't have to manually reinstall it because it will arrive with gnome. From zizban at adelphia.net Sun Jul 23 00:43:36 2006 From: zizban at adelphia.net (Chris Turkel) Date: Sat, 22 Jul 2006 18:43:36 -0400 Subject: [csw-users] Gnome-2.8 In-Reply-To: <20060717.10081000.1569318788@gyor.> References: <26DD9C05-6561-4B9D-9E86-E9AFD2693B4C@adelphia.net> <44BA639D.5040102@acm.org> <60672.70.53.60.140.1153097389.squirrel@mail.blastwave.org> <20060717.10081000.1569318788@gyor.> Message-ID: <474A1C04-8BE8-4AE0-ACA1-561A326DA027@adelphia.net> On Jul 17, 2006, at 10:08 AM, James Lee wrote: > On 17/07/06, 01:49:49, Dennis Clarke wrote > regarding Re: [csw-users] Gnome-2.8: > >>> How does one downgrade? > >> Identify the package in question. CSWfoo > >> Then su - > >> As root perform a pkgrm CSWfoo > >> Use vi to edit the /opt/csw/etc/pkg-get.conf and modify your url to >> not point to unstable but rather to stable > > You can use the 's' flag on pkg-get to set the site temporarily. > > $ pkg-get -s http://path/to/another/mirror -U -u ... > > but in this case (freetype2) there is no need to change. > > ...and the use of vi is not mandatory ;-) I downgraded Freetype2 and I still get the settings daemon crash upon login. Any ideas? From koellmann at gmx.net Sun Jul 23 15:16:41 2006 From: koellmann at gmx.net (Thomas =?iso-8859-1?Q?K=F6llmann?=) Date: Sun, 23 Jul 2006 15:16:41 +0200 Subject: [csw-users] Can't get neither XFCE nor GNOME to work Message-ID: <20060723131641.GB4424@ishmael> Hi, everybody! I can't get neither XFCE nor GNOME to work on a fresh installation of Solaris 9 on a Blade 150. I'm new to both Solaris and Blastwave, so please bear with me... :-) Symptoms are as in http://lists.blastwave.org/pipermail/users/2006-April/004207.html, basically: Login choosing "XFCE (csw)" works, but XFCE setting up itself hangs with the standard background and nothing else, so I have to log in from another machine and `pkill xfce4-session`. Here's the session log: thk at daggoo:~$ cat .dt/sessionlogs/daggoo_DISPLAY\=\:0 -- Session log created Sun Jul 23 14:43:58 CEST 2006 Xfce4 Desktop using xinitrc file: /etc/dt/config/Xinitrc.CSWxfce (xfce-mcs-manager:959): libxfce4mcs-CRITICAL **: file mcs-manager.c: line 969: assertion filename != NULL && strlen (filename) > 0' failed The program 'xftaskbar4' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 606 error_code 8 request_code 72 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) The program 'xfce4-panel' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 1641 error_code 8 request_code 72 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I tried both the XFCE versions in unstable and in stable -- same problem. The box is running a fresh installation of Solaris 9 09/05 (developer minus very few demo source packages) with all patches applied (using `smpatch update`). CDE works perfectly. This mail reports that the problem also occurs on Solaris 10: http://lists.blastwave.org/pipermail/users/2006-April/004215.html Ok, I thought, XFCE broken, I'll use GNOME then. Only GNOME fails, too: the session crashes immediately after a little splash screen: # thk at daggoo:~$ cat .dt/sessionlogs/daggoo_DISPLAY\=\:0 -- Session log created Sun Jul 23 15:03:29 CEST 2006 CSW GNOME 2.8 Desktop using xinitrc file: /etc/dt/config/Xinitrc.CSWgnome Starting CSW GNOME 2.8 SESSION_MANAGER=tcp/daggoo:32834 The program 'gnome_segv' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 522 error_code 8 request_code 72 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) So I now suspect the problem in some library used by both XFCE and GNOME or even in some system library. Any ideas how to resolve this? Thanks a lot, - Thomas PS: It seems that if there is more than 1 *dtlogin package installed (eg. both xfcedtlogin and gnomedtlogin), only one of the entries shows up in the login screen. Is this "normal"? -- Don't you love her madly Don't you need her badly - The Doors, Love Her Madly /* PGP key auf Wunsch per e-mail || PGP key sent on request */ From jonathan.boyd at bioch.ox.ac.uk Mon Jul 24 10:59:29 2006 From: jonathan.boyd at bioch.ox.ac.uk (Jonathan Boyd) Date: Mon, 24 Jul 2006 09:59:29 +0100 Subject: [csw-users] xboard & flightgear Message-ID: <20060724085929.647879E078@webmail222.herald.ox.ac.uk> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From james at blastwave.org Mon Jul 24 11:20:57 2006 From: james at blastwave.org (James Lee) Date: Mon, 24 Jul 2006 09:20:57 GMT Subject: [csw-users] xboard & flightgear In-Reply-To: <20060724085929.647879E078@webmail222.herald.ox.ac.uk> References: <20060724085929.647879E078@webmail222.herald.ox.ac.uk> Message-ID: <20060724.9205700.1036592337@gyor.> On 24/07/06, 09:59:29, Jonathan Boyd wrote regarding [csw-users] xboard & flightgear: > (i) I downloaded XBOARD from unstable and > the package appeared to load properly. > However, on launching xboard and attempting > to play a game the following error message > always occurs on move 2. > illegal move ... (rejected by first chess program) > Has any one else seen this? Yes: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0000597 > (ii) I downloaded flightgear & flightgear_base > and tried to start the programme with fgfs and > on my machine the following messages occur: > The contents of directory /opt/csw/share/FlightGear > (referred to below) only contains fgfs-base-cvs041606.tar . > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded > ld.so.1: fgfs: fatal: /opt/csw/lib/libopenal.so: > /opt/csw/gcc3/lib/$ISALIST > -R/opt/csw/lib/$ISALIST: token ISALIST could not be expanded http://www.blastwave.org/mantis/view_bug_page.php?f_id=0001275 So to answer the question "Yuck. Explain this a little as does it affect the package or library from functioning? Does it affect the compiling or linking of other packages??", it seems yes. Ken, just fix it. From jonathan.boyd at bioch.ox.ac.uk Mon Jul 24 12:56:15 2006 From: jonathan.boyd at bioch.ox.ac.uk (Jonathan Boyd) Date: Mon, 24 Jul 2006 11:56:15 +0100 Subject: [csw-users] xboard Message-ID: <20060724105615.08A899E078@webmail222.herald.ox.ac.uk> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From sean at seanoneill.info Mon Jul 24 16:08:25 2006 From: sean at seanoneill.info (Sean O'Neill) Date: Mon, 24 Jul 2006 10:08:25 -0400 Subject: [csw-users] Couple of issues with VNC Message-ID: I've installed the following on Solaris 10 U2 SPARC: 1) TightVNC 1.2.8 2) Firefox (I think 1.0.6) 3) Fluxbox 4) KDE_GCC Now my problems. Under VNC, I can run 98% successfully the following environment: - Sun Gnome (aka Java Desktop) - Fluxbox Problem #1) KDE flat out doesn't run. I get lots of errors in my VNC log file. Problem #2) For the most part, firefox (and Mozilla) run fine under Sun Gnome and Fluxbox. My issue is when I use either to hit the SP on a X4100. It hits the login screen no problem. But as soon as I input the login/password and click the login button, both Fluxbox and Gnome go down hard. I'll have to recreate this but as I remember it Fluxbox dies with a SIGBUS and Gnome dies with a SIGSEGV. So something Firefox is doing is hitting some bug - since both Window environments are dying hard I have to imagine the bug is in Solaris. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill -------------- next part -------------- An HTML attachment was scrubbed... URL: From javier.augusto at gmx.net Tue Jul 25 02:23:46 2006 From: javier.augusto at gmx.net (Javier O. Augusto) Date: Mon, 24 Jul 2006 17:23:46 -0700 Subject: [csw-users] Perl dependency on Nevada In-Reply-To: <44BFEBE5.1030509@math.purdue.edu> References: <44BEA53C.10509@gmx.net> <44BFEBE5.1030509@math.purdue.edu> Message-ID: <1136426353.20060724172346@gmx.net> Hello List, [..] > In Solaris 10 update 2, both SUNWperl584usr and SUNWpl5u are installed; > however, /usr/bin/perl is symlinked to /usr/perl5/5.8.4/bin/perl. So > even on a Solaris 10u2 system you are not going to be using the SUWNpl5u > perl. Thanks Neal for pointing out that Solaris 10U2 has the same symptom, I was going to dump nevada and go after update2 ;-) -- Best regards, Javier mailto:javier.augusto at gmx.net From mmayer at blastwave.org Tue Jul 25 20:09:40 2006 From: mmayer at blastwave.org (Markus Mayer) Date: Tue, 25 Jul 2006 11:09:40 -0700 Subject: [csw-users] /testing Exim 4.62 Message-ID: <20060725180940.GA5696@enterprise.blastwave.org> Exim 4.62 is now available from http://www.blastwave.org/testing/ This release is the first to support SMF and exim-env.sh (see below). Because of these major changes, glitches in the package are more likely than if it was just a regular upgrade. Please test and report any problems you may find. Thanks. >From README.CSW: Service Management Facility (SMF) --------------------------------- As of release 4.62, the Exim package supports the new Service Management Facility introduced in Solaris 10. The package auto-detects whether or not it can use SMF on a given system. If SMF is not detected, the traditional init.d script will be installed together with the proper runlevel links. If the system supports SMF, the package will instead install /opt/csw/var/svc/manifest/network/exim.xml (the service description) and /opt/csw/lib/svc/method/svc-exim (the start/stop script). The FRMI (Fault Managed Resource Identifier) for CSWexim is svc:/network/cswexim. Example: # /usr/sbin/svcadm enable svc:/network/cswexim Environment File ---------------- Also new in package 4.62 is support for an "environment" file, namely /opt/csw/etc/exim/exim-env.sh, which can be used to set up environment variables or to modify the command-line parameters before exim is started. This file is "sourced" by the startup scripts (/etc/init.d/CSWexim or /opt/csw/lib/svc/method/svc-exim) which have been modified to honor the environment variable $EXIM_PARAMS to contain command line parameters for Exim. This file is persistent across updates, so if you modify it, your changes will stick around. Regards, Markus From a.cervellin at acm.org Wed Jul 26 23:42:44 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Wed, 26 Jul 2006 23:42:44 +0200 Subject: [csw-users] wireshark (was ethereal) 0.99.2 available for testing Message-ID: <44C7E1D4.7090807@acm.org> Wireshark (new name of the Ethereal project) is now available for testing on http://www.blastwave.org/testing This package is marked as conflicting with the old CSWethereal, so you should remove it before installing CSWwireshark. From pgress at optonline.net Thu Jul 27 21:39:41 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 15:39:41 -0400 Subject: [csw-users] Gimp 2.2.12 Message-ID: <44C9167D.6060408@optonline.net> Just upgraded gimp. Now it won't start. Error messages I'm getting: $ /opt/csw/bin/gimp (gimp:9429): Pango-WARNING **: ld.so.1: gimp-2.2: fatal: /opt/csw/lib/pango/1.4.0/modules/pango-basic-fc.so: open failed: No such file or directory message repeated about 50 times (gimp:9429): Pango-WARNING **: ld.so.1: gimp-2.2: fatal: /opt/csw/lib/pango/1.4.0/modules/pango-basic-fc.so: open failed: No such file or directory Failed to load Pango module for id: 'BasicScriptEngineFc'Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 /opt/csw/bin/gimp: terminated: Abort $ I tried reinstalling libpango, no success. Any ideas? bug? my installation broken? cairo package need upgrading? # pkginfo |grep cairo application CSWlibcairo libcairo - The Cairo 2D Graphics Library Thanks, Paul From dclarke at blastwave.org Thu Jul 27 21:43:21 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Thu, 27 Jul 2006 15:43:21 -0400 (EDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C9167D.6060408@optonline.net> References: <44C9167D.6060408@optonline.net> Message-ID: <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> > Just upgraded gimp. Now it won't start. Error messages I'm getting: > > $ /opt/csw/bin/gimp > What is the output from ldd /opt/csw/bin/gimp ? also .. what rev of libpango do you have ? Dennis From pgress at optonline.net Thu Jul 27 21:47:22 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 15:47:22 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> References: <44C9167D.6060408@optonline.net> <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> Message-ID: <44C9184A.4050003@optonline.net> Dennis Clarke wrote: >> Just upgraded gimp. Now it won't start. Error messages I'm getting: >> >> $ /opt/csw/bin/gimp >> >> > > What is the output from > > ldd /opt/csw/bin/gimp ? > > also .. what rev of libpango do you have ? > > Dennis > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > I also noticed, more of my CSW apps don't work either. Specifically tested so far was seamonkey & gftp, both get identical errors. ldd /opt/csw/bin/gimp libgimpwidgets-2.0.so.0 => /opt/csw/lib/libgimpwidgets-2.0.so.0 libgimpcolor-2.0.so.0 => /opt/csw/lib/libgimpcolor-2.0.so.0 libgimpmodule-2.0.so.0 => /opt/csw/lib/libgimpmodule-2.0.so.0 libgimpbase-2.0.so.0 => /opt/csw/lib/libgimpbase-2.0.so.0 libgimpthumb-2.0.so.0 => /opt/csw/lib/libgimpthumb-2.0.so.0 libgimpmath-2.0.so.0 => /opt/csw/lib/libgimpmath-2.0.so.0 libgtk-x11-2.0.so.0 => /opt/csw/lib/libgtk-x11-2.0.so.0 libgdk-x11-2.0.so.0 => /opt/csw/lib/libgdk-x11-2.0.so.0 libatk-1.0.so.0 => /opt/csw/lib/libatk-1.0.so.0 libgdk_pixbuf-2.0.so.0 => /opt/csw/lib/libgdk_pixbuf-2.0.so.0 libpangocairo-1.0.so.0 => /opt/csw/lib/libpangocairo-1.0.so.0 libcairo.so.2 => /opt/csw/lib/libcairo.so.2 libXrender.so.1 => /opt/csw/lib/libXrender.so.1 libX11.so.4 => /usr/openwin/lib/libX11.so.4 libpng12.so.0 => /opt/csw/lib/libpng12.so.0 libart_lgpl_2.so.2 => /opt/csw/lib/libart_lgpl_2.so.2 libpangoft2-1.0.so.0 => /opt/csw/lib/libpangoft2-1.0.so.0 libpango-1.0.so.0 => /opt/csw/lib/libpango-1.0.so.0 libm.so.1 => /lib/libm.so.1 libgobject-2.0.so.0 => /opt/csw/lib/libgobject-2.0.so.0 libgmodule-2.0.so.0 => /opt/csw/lib/libgmodule-2.0.so.0 libdl.so.1 => /lib/libdl.so.1 libglib-2.0.so.0 => /opt/csw/lib/libglib-2.0.so.0 libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 libexpat.so.0 => /opt/csw/lib/libexpat.so.0 libfreetype.so.6 => /opt/csw/lib/libfreetype.so.6 libz.so => /opt/csw/lib/libz.so libpthread.so.1 => /lib/libpthread.so.1 libintl.so.3 => /opt/csw/lib/libintl.so.3 libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libc.so.1 => /lib/libc.so.1 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libXext.so.0 => /usr/openwin/lib/libXext.so.0 libSM.so.6 => /usr/openwin/lib/libSM.so.6 libICE.so.6 => /usr/openwin/lib/libICE.so.6 libintl.so.1 => /lib/libintl.so.1 libfreetype.so.6 => /usr/sfw/lib/libfreetype.so.6 libz.so.1 => /usr/lib/libz.so.1 libexpat.so.0 => /usr/sfw/lib/libexpat.so.0 libz.so.1 (SUNW_1.1) => (version not found) libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Blade-2500/lib/libc_psr.so.1 /platform/SUNW,Sun-Blade-2500/lib/libmd5_psr.so.1 From pgress at optonline.net Thu Jul 27 21:55:06 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 15:55:06 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> References: <44C9167D.6060408@optonline.net> <60745.70.50.142.6.1154029401.squirrel@mail.blastwave.org> Message-ID: <44C91A1A.6080807@optonline.net> Dennis Clarke wrote: >> Just upgraded gimp. Now it won't start. Error messages I'm getting: >> >> $ /opt/csw/bin/gimp >> >> > > What is the output from > > ldd /opt/csw/bin/gimp ? > > also .. what rev of libpango do you have ? > > Some particulars: Solaris 10 U2, fully free patched. No CSW gnome, I'm still using 2.6 gnome supplied from solaris. Blade 2500. When I reinstalled pango, here's some output (I did the re-install manually after pkgrm) # pkgadd -d libpango-1.13.3-SunOS5.8-sparc-CSW.pkg The following packages are available: 1 CSWpango libpango - Library for laying out and rendering text (sparc) 1.13.3 Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]: Processing package instance from From maybird1776 at yahoo.com Fri Jul 28 01:31:32 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 16:31:32 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: Message-ID: <20060727233132.67871.qmail@web33614.mail.mud.yahoo.com> I'm working on bug fixes tonite once our build systems are updated so we should have the problems resolve by this weekend. You could cp -FR from the new modules directory to the old one which should fix your problem: Workaround: 1. mkdir /opt/csw/lib/pango/1.4.0/modules 2. cp -fR /opt/csw/lib/pango/1.5.0/modules/* /opt/csw/lib/pango/1.4.0/modules ~ Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 01:41:18 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 19:41:18 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060727233132.67871.qmail@web33614.mail.mud.yahoo.com> References: <20060727233132.67871.qmail@web33614.mail.mud.yahoo.com> Message-ID: <44C94F1E.4090808@optonline.net> ken mays wrote: > I'm working on bug fixes tonite once our build systems > are updated so we should have the problems resolve by > this weekend. > > You could cp -FR from the new modules directory to the > old one which should fix your problem: > > Workaround: > 1. mkdir /opt/csw/lib/pango/1.4.0/modules > 2. cp -fR /opt/csw/lib/pango/1.5.0/modules/* > /opt/csw/lib/pango/1.4.0/modules > > ~ Ken > > OK, that solved one problem. Still have one more. $ /opt/csw/bin/gimp Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 /opt/csw/bin/gimp: terminated: Abort Paul From maybird1776 at yahoo.com Fri Jul 28 01:47:10 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 16:47:10 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C94F1E.4090808@optonline.net> Message-ID: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> Ok, I may have to rebuild gimp 2.2.12 with the new cairo. Install the old cairo 1.0.2 from stable which should solve that issue. ~K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 02:15:26 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:15:26 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> References: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> Message-ID: <44C9571E.9050304@optonline.net> ken mays wrote: > Ok, I may have to rebuild gimp 2.2.12 with the new > cairo. Install the old cairo 1.0.2 from stable which > should solve that issue. > > ~K > > It may not be that simple. There are plenty of other apps with the identical problem. You may have to roll back cairo. Below is just an example of three more. $ /opt/csw/bin/gftp Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped $ /opt/csw/bin/gtklp Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped $ /opt/csw/bin/seamonkey Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped $ Paul From maybird1776 at yahoo.com Fri Jul 28 02:25:46 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 17:25:46 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C9571E.9050304@optonline.net> Message-ID: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> I'll do a little research tonite and see if I can patch it or we can resort to backporting cairo 1.0.2 Have you tried cairo 1.0.2 and see if that fixes it for you?? ~K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 02:26:10 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:26:10 -0400 Subject: [csw-users] GTK2 infinite loop Message-ID: <44C959A2.1070504@optonline.net> Hi, Just wanted to let you know, CSWgtk2 I believe has an infinite loop on installing the upgrade. Everytime it checked for dependencies it re-downloaded CSWgtk2 again. It never get past the dependencies checking, because it's checking for itself and constantly downloading itself. I had to "control-c" to break out and install it manually. Paul From pgress at optonline.net Fri Jul 28 02:36:11 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:36:11 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> References: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> Message-ID: <44C95BFB.7080909@optonline.net> ken mays wrote: > I'll do a little research tonite and see if I can > patch it or we can resort to backporting cairo 1.0.2 > Have you tried cairo 1.0.2 and see if that fixes it > for you?? > > ~K > > I just checked two mirror sites. Cant find it. It's not there. If you have a link for libcairo 1.0.2 I'll try it right now. ftp://ftp.ibiblio.org/pub/packages/solaris/csw/stable/sparc/5.10/ ftp://carroll.aset.psu.edu/pub/solaris/csw/stable/sparc/5.10/ Paul From maybird1776 at yahoo.com Fri Jul 28 02:40:37 2006 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 27 Jul 2006 17:40:37 -0700 (PDT) Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C95BFB.7080909@optonline.net> Message-ID: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> http://download.mirror.ac.uk/sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pgress at optonline.net Fri Jul 28 02:54:18 2006 From: pgress at optonline.net (Paul Gress) Date: Thu, 27 Jul 2006 20:54:18 -0400 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> References: <20060728002547.37323.qmail@web33611.mail.mud.yahoo.com> Message-ID: <44C9603A.4010409@optonline.net> ken mays wrote: > I'll do a little research tonite and see if I can > patch it or we can resort to backporting cairo 1.0.2 > Have you tried cairo 1.0.2 and see if that fixes it > for you?? > > Alright, almost there now. Gimp (2.2.12) appears to be working properly now. Gtklp also works, as well as seamonkey. Gftp opens, when I click on Help-about it crashes with the following error message. $ /opt/csw/bin/gftp ld.so.1: gftp-gtk: fatal: relocation error: file /opt/csw/lib/libpangocairo-1.0.so.0: symbol cairo_scaled_font_get_font_options: referenced symbol not found Killed $ Thanks for all your help, Paul From james at blastwave.org Fri Jul 28 10:40:44 2006 From: james at blastwave.org (James Lee) Date: Fri, 28 Jul 2006 08:40:44 GMT Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> References: <20060727234710.77606.qmail@web33601.mail.mud.yahoo.com> Message-ID: <20060728.8404400.3549470196@gyor.> On 28/07/06, 00:47:10, ken mays wrote regarding Re: [csw-users] Gimp 2.2.12: > Install the old cairo 1.0.2 from stable which > should solve that issue. Cairo isn't in stable - because it's broken. From ghenry at cmi.univ-mrs.fr Fri Jul 28 11:36:07 2006 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 28 Jul 2006 11:36:07 +0200 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> References: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> Message-ID: <44C9DA87.5070705@cmi.univ-mrs.fr> ken mays wrote: > http://download.mirror.ac.uk/sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz > hello, i need to get the file, but got: The requested URL /sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz was not found on this server. Can you help me please? thanks, gerard From ghenry at cmi.univ-mrs.fr Fri Jul 28 11:40:52 2006 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 28 Jul 2006 11:40:52 +0200 Subject: [csw-users] GTK2 infinite loop In-Reply-To: <44C959A2.1070504@optonline.net> References: <44C959A2.1070504@optonline.net> Message-ID: <44C9DBA4.3020208@cmi.univ-mrs.fr> Paul Gress wrote: > Hi, > > Just wanted to let you know, CSWgtk2 I believe has an infinite loop on > installing the upgrade. Everytime it checked for dependencies it > re-downloaded CSWgtk2 again. It never get past the dependencies > checking, because it's checking for itself and constantly downloading > itself. I had to "control-c" to break out and install it manually. > i got: No existing install of CSWgtk2 found. Installing... Removing invalid local file gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz Trying http://blastwave.informatik.uni-erlangen.de/csw/unstable/i386/5.10/gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz --11:38:04-- http://blastwave.informatik.uni-erlangen.de/csw/unstable/i386/5.10/gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz => `gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz' Resolving blastwave.informatik.uni-erlangen.de... 131.188.30.102, 2001:638:a00:1e:209:3dff:fe11:a0f8 Connecting to blastwave.informatik.uni-erlangen.de|131.188.30.102|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8,621,802 (8.2M) [application/octet-stream] 100%[====================================>] 8,621,802 1.04M/s ETA 00:00 11:38:12 (1.02 MB/s) - `gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz' saved [8621802/8621802] gtk2-2.10.0-SunOS5.8-i386-CSW.pkg.gz: 75.4% /opt/csw/bin/pkg-get[57]: install_one_software: recursion too deep hth, gerard From maybird1776 at yahoo.com Fri Jul 28 12:32:22 2006 From: maybird1776 at yahoo.com (ken mays) Date: Fri, 28 Jul 2006 03:32:22 -0700 (PDT) Subject: [csw-users] GTK2 infinite loop In-Reply-To: <44C9DBA4.3020208@cmi.univ-mrs.fr> Message-ID: <20060728103222.86757.qmail@web33611.mail.mud.yahoo.com> I'll have GTK+ 2.10.0 repackaged today. For now, please install it manually. ~ Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From pjama at optusnet.com.au Fri Jul 28 13:02:31 2006 From: pjama at optusnet.com.au (pjama) Date: Fri, 28 Jul 2006 21:02:31 +1000 Subject: [csw-users] GTK2 infinite loop In-Reply-To: <20060728103222.86757.qmail@web33611.mail.mud.yahoo.com> References: <20060728103222.86757.qmail@web33611.mail.mud.yahoo.com> Message-ID: <44C9EEC7.5070507@optusnet.com.au> ken mays wrote: > I'll have GTK+ 2.10.0 repackaged today. For now, > please install it manually. > > ~ Ken > > Hi Ken, Same issue applies with libgtop as well. Cheers P From james at blastwave.org Fri Jul 28 13:20:25 2006 From: james at blastwave.org (James Lee) Date: Fri, 28 Jul 2006 11:20:25 GMT Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <44C9DA87.5070705@cmi.univ-mrs.fr> References: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> <44C9DA87.5070705@cmi.univ-mrs.fr> Message-ID: <20060728.11202500.699459652@gyor.> On 28/07/06, 10:36:07, Gerard Henry wrote regarding Re: [csw-users] Gimp 2.2.12: > ken mays wrote: > > http://download.mirror.ac.uk/sites/blastwave.org/unstable/sparc/5.8/libcairo -1.0.2-SunOS5.8-sparc-CSW.pkg.gz > > > hello, > i need to get the file, but got: > The requested URL > /sites/blastwave.org/unstable/sparc/5.8/libcairo-1.0.2-SunOS5.8-sparc-CSW. pkg.gz > was not found on this server. http://blastwave.informatik.uni-erlangen.de/oldpkgs/unstable/sparc/5.8/l ibcairo-1.0.2-SunOS5.8-sparc-CSW.pkg.gz For future reference note this server keeps all past packages: http://blastwave.informatik.uni-erlangen.de/oldpkgs/ From ghenry at cmi.univ-mrs.fr Fri Jul 28 13:34:34 2006 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Fri, 28 Jul 2006 13:34:34 +0200 Subject: [csw-users] Gimp 2.2.12 In-Reply-To: <20060728.11202500.699459652@gyor.> References: <20060728004037.48028.qmail@web33615.mail.mud.yahoo.com> <44C9DA87.5070705@cmi.univ-mrs.fr> <20060728.11202500.699459652@gyor.> Message-ID: <44C9F64A.60706@cmi.univ-mrs.fr> James Lee wrote: > > For future reference note this server keeps all past packages: > > http://blastwave.informatik.uni-erlangen.de/oldpkgs/ > thanks for your reply, and to ken mays who replied to me directly. From sean at seanoneill.info Fri Jul 28 14:22:58 2006 From: sean at seanoneill.info (Sean O'Neill) Date: Fri, 28 Jul 2006 08:22:58 -0400 Subject: [csw-users] Anyone successfully gotten KDE to run under TightVNC ? Message-ID: Subject asks the questions ... obviously in the context of as KDE and TightVNC are distributed from Blastwave. If so, what did you do to make it work. I get nothing but errors. -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill -------------- next part -------------- An HTML attachment was scrubbed... URL: From maybird1776 at yahoo.com Fri Jul 28 19:34:01 2006 From: maybird1776 at yahoo.com (ken mays) Date: Fri, 28 Jul 2006 10:34:01 -0700 (PDT) Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <20060728.11202500.699459652@gyor.> Message-ID: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> The packages for pango, gtk+ and libgtop are now fixed. I've submitted those packages as well as the other packages for GNOME 2.14.2 for submission so I hope they will go out for the weekend. You can get those updates from: http://www.blastwave.org/testing Mainly, the libpango was patched. Thanks, Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From zizban at adelphia.net Fri Jul 28 21:56:14 2006 From: zizban at adelphia.net (Chris Turkel) Date: Fri, 28 Jul 2006 15:56:14 -0400 Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> References: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> Message-ID: On Jul 28, 2006, at 1:34 PM, ken mays wrote: > > The packages for pango, gtk+ and libgtop are now > fixed. > I've submitted those packages as well as the other > packages for GNOME 2.14.2 for submission so I hope > they will go out for the weekend. > > You can get those updates from: > http://www.blastwave.org/testing > > Mainly, the libpango was patched. > > Thanks, > > Ken Nice! I am still getting the desktop settings daemon crash even after downgrading freetype2 so hopefully this will work a lot better. From pgress at optonline.net Sat Jul 29 05:14:44 2006 From: pgress at optonline.net (Paul Gress) Date: Fri, 28 Jul 2006 23:14:44 -0400 Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> References: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> Message-ID: <44CAD2A4.7060003@optonline.net> ken mays wrote: > The packages for pango, gtk+ and libgtop are now > fixed. > I've submitted those packages as well as the other > packages for GNOME 2.14.2 for submission so I hope > they will go out for the weekend. > > You can get those updates from: > http://www.blastwave.org/testing > > Mainly, the libpango was patched. > > Thanks, > > Ken > > Thank you, Ken, for all your hard effort, it is greatly appreciated here. Paul From jreid at vnet.net Sat Jul 29 05:27:44 2006 From: jreid at vnet.net (Joe Reid) Date: Fri, 28 Jul 2006 22:27:44 -0500 Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <44CAD2A4.7060003@optonline.net> References: <20060728173401.7306.qmail@web33605.mail.mud.yahoo.com> <44CAD2A4.7060003@optonline.net> Message-ID: <44CAD5B0.9050609@vnet.net> Paul Gress wrote: > Thank you, Ken, for all your hard effort, it is greatly appreciated here. Here Here - thank you Ken! -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From maybird1776 at yahoo.com Sat Jul 29 13:02:30 2006 From: maybird1776 at yahoo.com (ken mays) Date: Sat, 29 Jul 2006 04:02:30 -0700 (PDT) Subject: [csw-users] CSW GNOME 2.14.x related fixes In-Reply-To: <44CAD5B0.9050609@vnet.net> Message-ID: <20060729110230.11923.qmail@web33602.mail.mud.yahoo.com> Here are a few of the other packages for CSW GNOME 2.14.x : bugbuddy-2.14.0-SunOS5.8-i386-CSW.pkg.gz bugbuddy-2.14.0-SunOS5.8-sparc-CSW.pkg.gz eel-2.15.4-SunOS5.8-i386-CSW.pkg.gz eel-2.15.4-SunOS5.8-sparc-CSW.pkg.gz gail-1.9.0-SunOS5.8-i386-CSW.pkg.gz gail-1.9.0-SunOS5.8-sparc-CSW.pkg.gz gcalctool-5.8.17-SunOS5.8-i386-CSW.pkg.gz gcalctool-5.8.17-SunOS5.8-sparc-CSW.pkg.gz gconf2-2.14.0-SunOS5.8-i386-CSW.pkg.gz gconf2-2.14.0-SunOS5.8-sparc-CSW.pkg.gz gconfeditor-2.14.0-SunOS5.8-i386-CSW.pkg.gz gconfeditor-2.14.0-SunOS5.8-sparc-CSW.pkg.gz gnome_icon_theme-2.12.0-SunOS5.8-all-CSW.pkg.gz gnome_panel-2.14.2-SunOS5.8-i386-CSW.pkg.gz gnome_panel-2.14.2-SunOS5.8-sparc-CSW.pkg.gz gnome_theme_extras-0.8.1-SunOS5.8-all-CSW.pkg.gz gnome_themes-2.12.0-SunOS5.8-all-CSW.pkg.gz gnomebackgrounds-2.14.2.1-SunOS5.8-all-CSW.pkg.gz gnomemime2-2.4.2-SunOS5.8-all-CSW.pkg.gz gnomevfs2-2.14.2-SunOS5.8-i386-CSW.pkg.gz gnomevfs2-2.14.2-SunOS5.8-sparc-CSW.pkg.gz intltool-0.35-SunOS5.8-i386-CSW.pkg.gz intltool-0.35-SunOS5.8-sparc-CSW.pkg.gz metacity-2.14.5-SunOS5.8-i386-CSW.pkg.gz metacity-2.14.5-SunOS5.8-sparc-CSW.pkg.gz yelp-2.12.0-SunOS5.8-i386-CSW.pkg.gz yelp-2.12.0-SunOS5.8-sparc-CSW.pkg.gz ~Ken __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From maybird1776 at yahoo.com Sun Jul 30 22:28:13 2006 From: maybird1776 at yahoo.com (ken mays) Date: Sun, 30 Jul 2006 13:28:13 -0700 (PDT) Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: <20060730101512.J56049@bolthole.com> Message-ID: <20060730202813.5543.qmail@web33611.mail.mud.yahoo.com> Thankfully, after delays and various issues with thunderstorms across North America - we have now migrated from the stable GNOME 2.8 to GNOME 2.14.2 desktop environment. I'm awaiting Philip Brown to upload the other GNOME packages to the unstable branch. More improvements coming shortly... ~ Ken M. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From zizban at gmail.com Sun Jul 30 23:18:09 2006 From: zizban at gmail.com (Chris Turkel) Date: Sun, 30 Jul 2006 17:18:09 -0400 Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: <20060730202813.5543.qmail@web33611.mail.mud.yahoo.com> References: <20060730101512.J56049@bolthole.com> <20060730202813.5543.qmail@web33611.mail.mud.yahoo.com> Message-ID: On 7/30/06, ken mays wrote: > > Thankfully, after delays and various issues with > thunderstorms across North America - we have now > migrated from the stable GNOME 2.8 to GNOME 2.14.2 > desktop environment. > > I'm awaiting Philip Brown to upload the other GNOME > packages to the unstable branch. > > More improvements coming shortly... > > ~ Ken M. I just freshed installed Solaris on my Ultra 10 so this is great news! Can I just do pkg-get -i gnome and get the new gnome? and does the current gnome-dtlogin package work with it? -- "Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick From maybird1776 at yahoo.com Sun Jul 30 23:22:39 2006 From: maybird1776 at yahoo.com (ken mays) Date: Sun, 30 Jul 2006 14:22:39 -0700 (PDT) Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: Message-ID: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> Yes, "pkg-get -i gnome" will work. We are still updating some of the packages so be patient! ~K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From dclarke at blastwave.org Mon Jul 31 04:23:40 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 30 Jul 2006 22:23:40 -0400 (EDT) Subject: [csw-users] We have migrated to the stable CSW GNOME 2.14.2 desktop!! In-Reply-To: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> References: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> Message-ID: <60952.69.158.187.251.1154312620.squirrel@mail.blastwave.org> > Yes, "pkg-get -i gnome" will work. We are still > updating some of the packages so be patient! > I fully expect there to be a few bumps in the ride but all in all the most modern implementation of GNOME to be had anywhere will be at Blastwave. In fact, Ken ( and a pile of us in tow ) was cranking out GNOME 2.16 at one point but we all see that as beta. For now we are at 2.14 but you need to know that when 2.16 gets released then it will be ready for Solaris in very short order. Quite frankly I think we all owe Ken Mays a debt of gratitude for his insanely hard work, around the clock for nearly 168 hours to get this all put together. Dennis Clarke From admin at testedgeinc.com Mon Jul 31 17:46:16 2006 From: admin at testedgeinc.com (Gary Armstrong) Date: Mon, 31 Jul 2006 08:46:16 -0700 Subject: [csw-users] firefox and seamonkey In-Reply-To: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> References: <20060730212239.50342.qmail@web33608.mail.mud.yahoo.com> Message-ID: <44CE25C8.5080708@testedgeinc.com> I was updating several packages this morning including libcairo. Neither firefox or seamonkey will come up now. Firefox reports: *** loading the extensions datasource Error: Cairo does not yet support the requested image format: Depth: 32 Alpha mask: 0x00000000 Red mask: 0x000000ff Blue mask: 0x0000ff00 Green mask: 0x00ff0000 Please file an enhacement request (quoting the above) at: http://bugs.freedesktop.org/enter_bug.cgi?product=cairo Assertion failed: NOT_REACHED, file cairo-image-surface.c, line 144 Abort - core dumped Oh no! /opt/csw/libexec/firefox/firefox-bin just dumped a core file. Help Gary