From ericr at sourmilk.net Tue Jan 4 03:17:39 2005 From: ericr at sourmilk.net (Eric Rivas) Date: Mon, 03 Jan 2005 21:17:39 -0500 Subject: [csw-users] Horrible fonts with GTK apps Message-ID: <41D9FCC3.10400@sourmilk.net> Hello, I know that this had been talked about a bit, but I can't seem to find a solution. A lot of fonts look broken, squished together and generally rendered improperly. I used gaim and fonts in them looked nice until I installed firefox (I'm pretty sure it started after that and I hadn't installed anything else). I'm using Sol9/SPARC and all packages are up-to-date. Anyone have any solutions/ideas? Thanks in advanced. -- Eric Rivas From ocalld at yahoo.co.uk Tue Jan 4 11:47:44 2005 From: ocalld at yahoo.co.uk (Dan O'Callaghan) Date: Tue, 04 Jan 2005 10:47:44 +0000 Subject: [csw-users] junk filter in Evolution Message-ID: <1104835664.626.5.camel@dan-sun1> Hi has anyone got the junk filter working with evolution? I'm getting a couple of hundred spams a week and evolution doesn't detect any of them. I have "check incoming mail for junk" selected also have "include remote tests" selected. Every single spam gets through. does this function work???? cheers Dan. -- Dan O'Callaghan private From michael at blastwave.org Tue Jan 4 12:43:30 2005 From: michael at blastwave.org (Michael Gernoth) Date: Tue, 4 Jan 2005 12:43:30 +0100 Subject: [csw-users] junk filter in Evolution In-Reply-To: <1104835664.626.5.camel@dan-sun1> References: <1104835664.626.5.camel@dan-sun1> Message-ID: <20050104114329.GA7972@zerfleddert.de> Hi, On Tue, Jan 04, 2005 at 10:47:44AM +0000, Dan O'Callaghan wrote: > does this function work???? I think so. You need to do a pkg-get -i spamassassin, though. As this is not really required for evolution, I didn't add it as a dependency. That would only lead to the installation of many unused packages for people who don't wan't to run the integrated spam-filtering. I'll add a news-entry for evolution... Regards, Michael From qy1ggy802 at sneakemail.com Tue Jan 4 14:27:14 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Tue, 04 Jan 2005 08:27:14 -0500 Subject: [csw-users] Horrible fonts with GTK apps In-Reply-To: <41D9FCC3.10400@sourmilk.net> References: <41D9FCC3.10400@sourmilk.net> Message-ID: <4217-30497@sneakemail.com> I was having very bad font problems as you describe, in evolution, and firefox, and gaim. After trying some suggestions from this list with /opt/csw/etc/fonts/fonts.conf, ~.fonts.conf, and turning on anti-aliasing for fonts in my control panel, I finally got things to look better (though not perfect). On Mon, 2005-01-03 at 21:17 -0500, Eric Rivas ericr-at-sourmilk.net | blastwave| wrote: > Hello, > > I know that this had been talked about a bit, but I can't seem to find a > solution. A lot of fonts look broken, squished together and generally > rendered improperly. I used gaim and fonts in them looked nice until I > installed firefox (I'm pretty sure it started after that and I hadn't > installed anything else). > > I'm using Sol9/SPARC and all packages are up-to-date. > > Anyone have any solutions/ideas? > > Thanks in advanced. > From Daniel.Berger at qwest.com Tue Jan 4 22:06:56 2005 From: Daniel.Berger at qwest.com (Berger, Daniel) Date: Tue, 4 Jan 2005 15:06:56 -0600 Subject: [csw-users] 64-bit question Message-ID: <8FE83020B9E1A248A182A9B0A7B76E7358B148@itomae2km07.AD.QINTRA.COM> Hi all, Solaris 9 gcc 3.3.3 $LD_LIBRARY_PATH not set /opt/csw/bin in $PATH I'm a little confused about a 64-bit issue. I installed the openssl package from blastwave. Today, I tried building Ruby 1.8.2 with the -m64 option, but it's giving me ELFCLASS errors when it tries to link against libssl.so. I thought that the linker automatically determined the appropriate library via isaexec. I see /opt/csw/lib/sparc and /opt/csw/lib/sparcv9 (and libssl.so under each). Or does isaexec only apply to executable binaries and not shared objects? I wasn't sure. Is it possible my openssl package is borked? Or are all blastwave.org packages 32-bit only? If so, what if I explicitly wanted a 64-bit version? Regards, Dan From asmoore at blastwave.org Tue Jan 4 23:23:34 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Tue, 4 Jan 2005 16:23:34 -0600 Subject: [csw-users] 64-bit question In-Reply-To: <8FE83020B9E1A248A182A9B0A7B76E7358B148@itomae2km07.AD.QINTRA.COM> References: <8FE83020B9E1A248A182A9B0A7B76E7358B148@itomae2km07.AD.QINTRA.COM> Message-ID: <20050104162334.00004337@sws602> On Tue, 4 Jan 2005 15:06:56 -0600 "Berger, Daniel" wrote: > I thought that the linker automatically determined the appropriate > library via isaexec. I see /opt/csw/lib/sparc and /opt/csw/lib/sparcv9 > (and libssl.so under each). Or does isaexec only apply to executable > binaries and not shared objects? I wasn't sure. Not the official answer, but isaexec is for executables. > > Is it possible my openssl package is borked? Or are all blastwave.org > packages 32-bit only? If so, what if I explicitly wanted a 64-bit > version? I have a small number of 64-bit packages that use CSWopenssl. It works fine. Try adding to your export list (for sparc only): LDFLAGS=-L/opt/csw/lib/64 LD_OPTIONS=-R/opt/csw/lib/$ISAEXEC You also have to build executables in the proper place with a hard link in {PREFIX}/bin pointing to isaexec. That usually covers it but there are exceptions. Alex -- From asmoore at blastwave.org Wed Jan 5 20:56:56 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 5 Jan 2005 13:56:56 -0600 Subject: [csw-users] Help with mozilla Message-ID: <20050105135656.00002dfc@sws602> Something has gone very wrong with my Solaris 9 SPARC workstation. When I try to start mozilla, I get the following message. Help anyone? I have done a pkg-get -Uu. [amoore at sws602 amoore]$ /opt/csw/bin/mozilla & [1] 8060 [amoore at sws602 amoore]$ ** ERROR **: Accessibility app error: exception during registry activation fromid: IDL:Bonobo/GeneralError:1.0 aborting... Abort - core dumped [1]+ Exit 134 /opt/csw/bin/mozilla [amoore at sws602 amoore]$ ~ Thanks, Alex -- From jreid at vnet.net Sun Jan 9 21:52:33 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 09 Jan 2005 14:52:33 -0600 Subject: [csw-users] gnomelibs install issues Message-ID: <41E19991.9040906@vnet.net> I was trying to complile digital dj - the mp3 front end for grip and it required I installed gnomelibs. This is from the install of gnomelibs: ---------- ## Verifying package dependencies. WARNING: The package "" is a prerequisite package and should be installed. WARNING: The package "" is a prerequisite package and should be installed. WARNING: The package "CSWgnomelibs " is a prerequisite package and should be installed. Do you want to continue with the installation of [y,n,?] n Installation of was terminated due to user request. No changes were made to the system. ERROR: could not add CSWgnomelibs. ---------- the depend file in the CSWgnomelibs package looks suspect. I had to install the dependancies by hand, then edit the gnomelibs package (edit th depend file, checksum it and edit pkgmap) and then i could use pkgadd to add it by hand. I've stll got ddj issues but I'm past this. -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From james at blastwave.org Sun Jan 9 22:28:53 2005 From: james at blastwave.org (James Lee) Date: Sun, 09 Jan 2005 21:28:53 GMT Subject: [csw-users] gnomelibs install issues In-Reply-To: <41E19991.9040906@vnet.net> References: <41E19991.9040906@vnet.net> Message-ID: <20050109.21285300.121214154@landeck.jamesipoos.com> On 09/01/05, 20:52:33, Joe Reid wrote regarding [csw-users] gnomelibs install issues: > I was trying to complile digital dj - the mp3 front end for grip and it > required I installed gnomelibs. This is from the install of gnomelibs: > the depend file in the CSWgnomelibs package looks suspect. Correct. The depend file has: PI CSWgnomelibs which is nonsense. However note the CSWgnomelibs package has been withdrawn from the latest unstable catalog (despite still being offered in the "stable" listing). I'd recommend removing it ("pkgrm CSWgnomelibs"). I think CSWlibgnome (software name "libgnome") is the replacement. Perhaps Michael Gernoth, the maintainer, can give a better answer. Try this page to look for the files you need: http://www.blastwave.org/filesearch/libgnome James. From jreid at vnet.net Mon Jan 10 00:13:09 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 09 Jan 2005 17:13:09 -0600 Subject: [csw-users] gnomelibs install issues In-Reply-To: <20050109.21285300.121214154@landeck.jamesipoos.com> References: <41E19991.9040906@vnet.net> <20050109.21285300.121214154@landeck.jamesipoos.com> Message-ID: <41E1BA85.6010601@vnet.net> James Lee wrote: [snip] > Correct. The depend file has: > PI CSWgnomelibs > which is nonsense. Could that typo have been the cause of the pkg-get install of CSWgnomelibs not to install any of its dependancies? > However note the CSWgnomelibs package has been withdrawn from the latest > unstable catalog (despite still being offered in the "stable" listing). > I'd recommend removing it ("pkgrm CSWgnomelibs"). I think CSWlibgnome > (software name "libgnome") is the replacement. Perhaps Michael Gernoth, > the maintainer, can give a better answer. Try this page to look for the > files you need: > http://www.blastwave.org/filesearch/libgnome Hmm..... The file that ddj was looking for was gnomeConf.sh (during configure --prefix=/opt/csw) which doesn't seem to be available elsewhere according to filesearch? At this point I'll take suggestions for other mp3/sql front ends? (I still can't get ddj to compile) BTW - before I go any further - those of you who build and maintain these package - THANKS!!! -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From linzell at neptunesci.com Mon Jan 10 21:20:00 2005 From: linzell at neptunesci.com (Robert S. Linzell) Date: Mon, 10 Jan 2005 14:20:00 -0600 Subject: [csw-users] GNOME 2.8.1/Solaris Works for Root but Not Other Users Message-ID: <41E2E370.3040807@neptunesci.com> Greetings, I just installed GNOME 2.8.1 for Solaris on a Sun Blade 100 running Solaris 9. When logging in as root, GNOME 2.8.1 comes up. When logging in under my regular username, the login screen goes black for a few seconds, then it flickers and the normal DT hourglass appears and the dtlogin screen reappears. I used the 'pkg-get install gnome' command per the Blastwave web page. I ran /usr/bin/gnome-cleanup, and removed the directories it found. I removed .dt and several older directories of that nature, but to no avail. I even tried to copy the various .gnome* directories from / that appeared to have been generated for root, but to no avail. GNOME 2.0 still works correctly, FWIW. TIA for any assistance you can provide. Bob -- ___________________________________________________________ | Robert S. Linzell | | Planning Systems, Inc. Phone: 985-649-7252, x221 | | Neptune Sciences Division FAX: 985-649-9679 | | 40201 Hwy. 190 East linzell AT neptunesci DOT com | | Slidell, LA 70461-2443 USA http://www.NeptuneSci.com/ | | My PGP Public Key(s): http://www.pgp.net/wwwkeys.html | |___________________________________________________________| From linzell at neptunesci.com Mon Jan 10 21:42:25 2005 From: linzell at neptunesci.com (Robert S. Linzell) Date: Mon, 10 Jan 2005 14:42:25 -0600 Subject: [csw-users] GNOME 2.8.1/Solaris Works for Root but Not Other Users In-Reply-To: <41E2E370.3040807@neptunesci.com> References: <41E2E370.3040807@neptunesci.com> Message-ID: <41E2E8B1.6030608@neptunesci.com> Never mind; I found the problem: I had an incompatible LD_LIBRARY_PATH env. variable set. After I removed the line from my .rc file, GNOME 2.8.1 worked as advertised. Thanks anyway, Bob Robert S. Linzell wrote: > Greetings, > > I just installed GNOME 2.8.1 for Solaris on a Sun Blade 100 running > Solaris 9. > When logging in as root, GNOME 2.8.1 comes up. When logging in under my > regular > username, the login screen goes black for a few seconds, then it > flickers and > the normal DT hourglass appears and the dtlogin screen reappears. I > used the > 'pkg-get install gnome' command per the Blastwave web page. > > I ran /usr/bin/gnome-cleanup, and removed the directories it found. I > removed > .dt and several older directories of that nature, but to no avail. I > even tried > to copy the various .gnome* directories from / that appeared to have been > generated for root, but to no avail. GNOME 2.0 still works correctly, > FWIW. > > TIA for any assistance you can provide. > Bob -- ___________________________________________________________ | Robert S. Linzell | | Planning Systems, Inc. Phone: 985-649-7252, x221 | | Neptune Sciences Division FAX: 985-649-9679 | | 40201 Hwy. 190 East linzell AT neptunesci DOT com | | Slidell, LA 70461-2443 USA http://www.NeptuneSci.com/ | | My PGP Public Key(s): http://www.pgp.net/wwwkeys.html | |___________________________________________________________| From mats.larsson at ericsson.com Wed Jan 12 13:15:23 2005 From: mats.larsson at ericsson.com (Mats Larsson) Date: Wed, 12 Jan 2005 13:15:23 +0100 Subject: [csw-users] Mplayer not working Message-ID: <41E514DB.2030605@ericsson.com> Get this when trying to start mplayer % /opt/csw/bin/mplayer ld.so.1: /opt/csw/bin/sparcv8plus+vis/mplayer: fatal: libmp3lame.so.0: open failed: No such file or directory Killed % ls -l /opt/csw/lib/libmp3lame* -rw-r--r-- 1 root bin 559436 Aug 3 04:50 /opt/csw/lib/libmp3lame.a -rw-r--r-- 1 root bin 817 Aug 3 04:50 /opt/csw/lib/libmp3lame.la -rw-r--r-- 1 root bin 463232 Aug 3 04:50 /opt/csw/lib/libmp3lame.so.0.0.0 What's wrong? BR MOL From ax11 at ax11.de Wed Jan 12 14:24:18 2005 From: ax11 at ax11.de (Thomas Amm) Date: Wed, 12 Jan 2005 14:24:18 +0100 Subject: [csw-users] Mplayer not working In-Reply-To: <41E514DB.2030605@ericsson.com> References: <41E514DB.2030605@ericsson.com> Message-ID: <1105536257.702.4.camel@excalibur> Am Mi, den 12.01.2005 schrieb Mats Larsson um 13:15: > Get this when trying to start mplayer > > % /opt/csw/bin/mplayer > ld.so.1: /opt/csw/bin/sparcv8plus+vis/mplayer: fatal: libmp3lame.so.0: > open failed: No such file or directory > Killed > > % ls -l /opt/csw/lib/libmp3lame* > -rw-r--r-- 1 root bin 559436 Aug 3 04:50 > /opt/csw/lib/libmp3lame.a > -rw-r--r-- 1 root bin 817 Aug 3 04:50 > /opt/csw/lib/libmp3lame.la > -rw-r--r-- 1 root bin 463232 Aug 3 04:50 > /opt/csw/lib/libmp3lame.so.0.0.0 > > What's wrong? I handled this sucessfully by a quick and dirty "ln -s /opt/csw/lib/libmp3lame.so.0.0.0 /opt/csw/lib/libmp3lame.so.0" Maybe there's a more sophisticated way, like Linux' "ldconfig" but I didn' find one. From asmoore at blastwave.org Wed Jan 12 14:40:46 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 12 Jan 2005 07:40:46 -0600 Subject: [csw-users] Mplayer not working In-Reply-To: <1105536257.702.4.camel@excalibur> References: <41E514DB.2030605@ericsson.com> <1105536257.702.4.camel@excalibur> Message-ID: <20050112074046.00004f8f@sws602> On Wed, 12 Jan 2005 14:24:18 +0100 Thomas Amm wrote: > I handled this sucessfully by a quick and dirty > > "ln -s /opt/csw/lib/libmp3lame.so.0.0.0 /opt/csw/lib/libmp3lame.so.0" > > Maybe there's a more sophisticated way, like Linux' "ldconfig" but I didn' find one. I think that the CSWlame package should have this symlink. Please enter a bug report in bug tracking. Alex From delrio at mie.utoronto.ca Wed Jan 12 17:30:59 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 12 Jan 2005 11:30:59 -0500 Subject: [csw-users] Mplayer not working In-Reply-To: <41E514DB.2030605@ericsson.com> References: <41E514DB.2030605@ericsson.com> Message-ID: <41E550C3.6040305@mie.utoronto.ca> Mats Larsson wrote: > Get this when trying to start mplayer > > % /opt/csw/bin/mplayer > ld.so.1: /opt/csw/bin/sparcv8plus+vis/mplayer: fatal: libmp3lame.so.0: > open failed: No such file or directory > Killed > > % ls -l /opt/csw/lib/libmp3lame* > -rw-r--r-- 1 root bin 559436 Aug 3 04:50 > /opt/csw/lib/libmp3lame.a > -rw-r--r-- 1 root bin 817 Aug 3 04:50 > /opt/csw/lib/libmp3lame.la > -rw-r--r-- 1 root bin 463232 Aug 3 04:50 > /opt/csw/lib/libmp3lame.so.0.0.0 same bug in the x86 package % ldd /opt/csw/bin/mplayer | grep lame libmp3lame.so.0 => (file not found) From delrio at mie.utoronto.ca Wed Jan 12 22:27:59 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 12 Jan 2005 16:27:59 -0500 Subject: [csw-users] Unable to run apache from read-only filesystem Message-ID: <41E5965F.6090808@mie.utoronto.ca> We install all CSW stuff on a file server and export it read-only to servers and workstations. I tried to run apache on a server with /opt/csw/apache NFS mounted, with local configuration /etc/apache/conf/httpd.conf edited so that log files and document root are defined in /etc/apache/logs and /etc/apache/htdocs and then running /opt/csw/apache/bin/httpd -f /etc/apache/conf/httpd.conf I get the error Ouch! ap_mm_create(1048576, "/opt/csw/apache/logs/httpd.mm.19880") failed Error: MM: mm:core: failed to open semaphore file (Read-only file system): OS: No such file or directory There is no configuration for the path of the httpd.mm file, it seems to be always relative to the Server Root. #/opt/csw/apache/bin/httpd -V Server version: Apache/1.3.33 (Unix) Server built: Nov 5 2004 01:25:20 Server compiled with.... -D EAPI_MM_CORE_PATH="logs/httpd.mm" As a workaround, I made /opt/csw/apache/logs a symlink to /etc/apache/logs on the NFS server but it is going to break at the next package upgrade. Should I file a bug requesting that the httpd.mm file be configured outside the server root, perhaps in /var/run? Anyone can think of another solution or a problem with having httpd.mm in /var/run? Thanks Oscar From Cory.Omand at Sun.COM Wed Jan 12 23:08:14 2005 From: Cory.Omand at Sun.COM (Cory Omand) Date: Wed, 12 Jan 2005 14:08:14 -0800 Subject: [csw-users] Unable to run apache from read-only filesystem In-Reply-To: <41E5965F.6090808@mie.utoronto.ca> References: <41E5965F.6090808@mie.utoronto.ca> Message-ID: <1105567693.15562.38.camel@haywire> >From what I can see, EAPI_MM_CORE_PATH as configured in the CSWapache package will always be relative to ServerRoot. You can change the server root by passing the '-d' argument to httpd. This will then change where you load configs from, and will mean you'll probably have to specify a full path to module files to load up modules. -C. On Wed, 2005-01-12 at 13:27, Oscar del Rio wrote: > We install all CSW stuff on a file server and export > it read-only to servers and workstations. > > I tried to run apache on a server with /opt/csw/apache > NFS mounted, with local configuration /etc/apache/conf/httpd.conf > edited so that log files and document root are defined in > /etc/apache/logs and /etc/apache/htdocs and then running > /opt/csw/apache/bin/httpd -f /etc/apache/conf/httpd.conf > > I get the error > > Ouch! ap_mm_create(1048576, "/opt/csw/apache/logs/httpd.mm.19880") > failed > Error: MM: mm:core: failed to open semaphore file (Read-only file > system): OS: No such file or directory > > There is no configuration for the path of the httpd.mm file, it > seems to be always relative to the Server Root. > > #/opt/csw/apache/bin/httpd -V > Server version: Apache/1.3.33 (Unix) > Server built: Nov 5 2004 01:25:20 > Server compiled with.... > -D EAPI_MM_CORE_PATH="logs/httpd.mm" > > As a workaround, I made /opt/csw/apache/logs a symlink to > /etc/apache/logs on the NFS server but it is going to > break at the next package upgrade. > > Should I file a bug requesting that the httpd.mm file be > configured outside the server root, perhaps in /var/run? > > Anyone can think of another solution or a problem with > having httpd.mm in /var/run? > > Thanks > > Oscar > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users -- _________________________________________________ Cory C. Omand Cory.Omand at Sun.COM SSG Operations Engineering 510.315.5959 Sun Microsystems, Newark CA NWK20-210 From raincip at yahoo.com Fri Jan 14 02:28:31 2005 From: raincip at yahoo.com (rain cip) Date: Thu, 13 Jan 2005 17:28:31 -0800 (PST) Subject: [csw-users] CSWgnome is slower than CSWkde_gcc on SPARC? Message-ID: <20050114012831.48602.qmail@web51104.mail.yahoo.com> Before I start, I just want to say THANKS to the package maintainers. My installation of both packages went very smooth. I was amazed to discover that they had both been integrated into the dtlogin after the installation was completed so all I had to do was to log out and log back in. Well done, guys! My box is a Ultra10/sparcv9 440Mhz with Solaris 9 4/04. I installed all the patches (180 in total!) recommended by the Solaris patch manger prior to downloading the two packages. The graphics card is Creator 3D (FFB2+). I set up Xsun to run defdepth at 24. I implemented all those performance enhancement tips for gnome, i.e. running the Atlanta theme, using window frame, no icon in the menu, and etc. Still, the gnome appears to run much slower than CDE in terms of graphics rendering and input response. I had the kpersonalizer set up the performance meter right in the middle when setting up the KDE. Boy, this kde_gcc 3.3.1 package just rocks! Graphics rendering and input response is comparable to that in CDE, considering my CDE only uses the window frame mode. It appears to me that the CSWgnome package does not take full advanage of the graphics accelerator. The CSWkde_gcc package on the other hand uses every bit of it. raincip __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20050113/cf0ec5b2/attachment.html From ocalld at eads.com Fri Jan 14 12:06:08 2005 From: ocalld at eads.com (Dan O'Callaghan) Date: Fri, 14 Jan 2005 11:06:08 +0000 Subject: [csw-users] html images in evolution Message-ID: <1105700768.1827.11.camel@dan-sun1> hi Does anyone else have problems displaying html images with evolution? all the images in all my messages just show the usual red cross instead of the image. I've checked that i have "always load Internet images" selected. just wondering if this is just a problem with my setup or evolution in general. several version of evolution ago, i used to see html content. cheers Dan From daniel at dseichter.de Fri Jan 14 12:18:05 2005 From: daniel at dseichter.de (Daniel Seichter) Date: Fri, 14 Jan 2005 12:18:05 +0100 Subject: [csw-users] html images in evolution In-Reply-To: <1105700768.1827.11.camel@dan-sun1> References: <1105700768.1827.11.camel@dan-sun1> Message-ID: <1105701485.3158.46.camel@blade> Hello! I've the same problem! Maybe only a missing library for Solaris or really a bug in evolution!? Daniel Am Freitag, den 14.01.2005, 11:06 +0000 schrieb Dan O'Callaghan: > hi > Does anyone else have problems displaying html images with evolution? > all the images in all my messages just show the usual red cross instead > of the image. > > I've checked that i have "always load Internet images" selected. > > just wondering if this is just a problem with my setup or evolution in > general. > > several version of evolution ago, i used to see html content. > > cheers > Dan > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- Daniel Seichter DSeichter-Software From ocalld at eads.com Fri Jan 14 13:00:54 2005 From: ocalld at eads.com (Dan O'Callaghan) Date: Fri, 14 Jan 2005 12:00:54 +0000 Subject: [csw-users] CSWgnome is slower than CSWkde_gcc on SPARC? In-Reply-To: <20050114012831.48602.qmail@web51104.mail.yahoo.com> References: <20050114012831.48602.qmail@web51104.mail.yahoo.com> Message-ID: <1105704054.3027.2.camel@dan-sun1> I've just installed KDE_GCC got to admit, it is a lot faster with the graphics, There is a problem with the dt_login package. It's only integrated with "C" locale. Coming from the UK, i use a different locale and the KDE is not listed as a desktop option on the login screen. cheers DanO. On Thu, 2005-01-13 at 17:28 -0800, rain cip wrote: > Before I start, I just want to say THANKS to the package maintainers. > My installation of > both packages went very smooth. I was amazed to discover that they > had both been integrated into the dtlogin after the installation was > completed so all I had to do was to > log out and log back in. Well done, guys! > > My box is a Ultra10/sparcv9 440Mhz with Solaris 9 4/04. I installed > all the patches (180 > in total!) recommended by the Solaris patch manger prior to > downloading the two > packages. The graphics card is Creator 3D (FFB2+). I set up Xsun to > run defdepth at 24. > > I implemented all those performance enhancement tips for gnome, i.e. > running the Atlanta > theme, using window frame, no icon in the menu, and etc. Still, the > gnome appears to > run much slower than CDE in terms of graphics rendering and input > response. > > I had the kpersonalizer set up the performance meter right in the > middle when setting up > the KDE. Boy, this kde_gcc 3.3.1 package just rocks! Graphics > rendering and input > response is comparable to that in CDE, considering my CDE only uses > the window frame > mode. > > It appears to me that the CSWgnome package does not take full advanage > of the graphics > accelerator. The CSWkde_gcc package on the other hand uses every bit > of it. > > raincip > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users -- Dan O'Callaghan Snr. UNIX Intergration engineer EADS DS Ltd. Tel: +44 (0)1633 292001 ocalld at eads.com From ihsan at dogan.ch Sat Jan 15 00:58:29 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Sat, 15 Jan 2005 00:58:29 +0100 Subject: [csw-users] html images in evolution In-Reply-To: <1105700768.1827.11.camel@dan-sun1> References: <1105700768.1827.11.camel@dan-sun1> Message-ID: <20050114235829.GA20792@dogan.ch> On Friday, 14 Jan 2005 11:06 +0000, Dan O'Callaghan wrote: > Does anyone else have problems displaying html images with evolution? > all the images in all my messages just show the usual red cross instead > of the image. I have the same probleme here, but I have it since the 1.4.x days. Michael: Is this a bug? Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From raincip at yahoo.com Sat Jan 15 01:21:44 2005 From: raincip at yahoo.com (rain cip) Date: Fri, 14 Jan 2005 16:21:44 -0800 (PST) Subject: [csw-users] How to configure CSWgcc3 to use the gnu linker? Message-ID: <20050115002145.3835.qmail@web51108.mail.yahoo.com> Hi, My box is a Solaric 9 sparc. I installed the CSWbinutils package first which put the gnu linker gld under the /opt/csw/bin directory. Then I installed CSWgcc3. But when I tried to use the gcc to compile something, it found its linker at /usr/ccs/bin/ld. How can I configure gcc3 to use /opt/csw/bin/gld as its linker? The situation I am in is that the configure script is invoked first to test the comopiler and the linker. For some reason, no matther what I did, i.e. exporting CXXFLAGS=-B, or ln -s /opt/csw/gld real-ld in the compiler search path, the configure script always found the linker at /usr/ccs/bin/ld. Any help in finding a solution to this problem will be highly appreciated. rain --------------------------------- Do you Yahoo!? Yahoo! Mail - You care about security. So do we. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20050114/558eb3ce/attachment.html From nlucier at math.purdue.edu Sat Jan 15 20:12:19 2005 From: nlucier at math.purdue.edu (Neal A. Lucier) Date: Sat, 15 Jan 2005 14:12:19 -0500 Subject: [csw-users] How to configure CSWgcc3 to use the gnu linker? In-Reply-To: <20050115002145.3835.qmail@web51108.mail.yahoo.com> References: <20050115002145.3835.qmail@web51108.mail.yahoo.com> Message-ID: <41E96B13.1000705@math.purdue.edu> rain cip wrote: > Hi, > > My box is a Solaric 9 sparc. I installed the CSWbinutils package first > which put the gnu > linker gld under the /opt/csw/bin directory. Then I installed CSWgcc3. > But when I tried > to use the gcc to compile something, it found its linker at > /usr/ccs/bin/ld. How can I > configure gcc3 to use /opt/csw/bin/gld as its linker? > > The situation I am in is that the configure script is invoked first to > test the comopiler and > the linker. For some reason, no matther what I did, i.e. exporting > CXXFLAGS=-B, or > ln -s /opt/csw/gld real-ld in the compiler search path, the configure > script always found > the linker at /usr/ccs/bin/ld. > > Any help in finding a solution to this problem will be highly appreciated. > > rain > Unless you have a specific reason why you would rather use the GNU ld instead of Sun's, I suggest just using Sun's. I have never had a single problem with Sun's ld. We have a gcc hacker that uses our systems, and he does daily builds of gcc using GNU make, gcc, Sun's ld, and Sun's as and everything always works. We don't even have the GNU binutils installed. This is also on Solaris 9 SPARC. Neal Lucier nlucier at math.purdue.edu From james at blastwave.org Sun Jan 16 11:59:08 2005 From: james at blastwave.org (James Lee) Date: Sun, 16 Jan 2005 10:59:08 GMT Subject: [csw-users] How to configure CSWgcc3 to use the gnu linker? In-Reply-To: <20050115002145.3835.qmail@web51108.mail.yahoo.com> References: <20050115002145.3835.qmail@web51108.mail.yahoo.com> Message-ID: <20050116.10590800.3566741637@landeck.jamesipoos.com> On 15/01/05, 00:21:44, rain cip wrote regarding [csw-users] How to configure CSWgcc3 to use the gnu linker?: > My box is a Solaric 9 sparc. I installed the CSWbinutils package first > which put the gnu linker gld under the /opt/csw/bin directory. Then I > installed CSWgcc3. But when I tried to use the gcc to compile something, > it found its linker at /usr/ccs/bin/ld. How can I configure gcc3 to use > /opt/csw/bin/gld as its linker? With a spec file: $ gcc -specs=$myspecsfile ... Put in your specs file: *linker: /opt/csw/bin/gld You can see the current specs with: $ gcc -dumpspecs or search: $ find /opt/csw/gcc3 -name specs Watch what gcc is doing with: $ gcc -v ... I've never changed ld so this advice is untested beyond a single compile. As the linker is collect2 not /usr/ccs/bin/ld you might have to do a little more. From daniel at dseichter.de Sun Jan 16 18:39:36 2005 From: daniel at dseichter.de (Daniel Seichter (Webmail)) Date: Sun, 16 Jan 2005 18:39:36 +0100 (CET) Subject: [csw-users] Best compile environment? Message-ID: <1479.145.254.247.188.1105897176.24419.squirrel@webmailer.hosteurope.de> Hello, I often want to compile some programes or libraries within the csw tree, but I often receive the error of missing libraries or not found tools,... How I can resolve this and how do you set up your environment to compile sources into the csw tree? Do you have an own user which search paths are set to each specific path in the csw tree or do you configure with many options for each specific library? I want to compile some applications and libraries (first only for tests), but maybe to release a port to the csw tree. Hope someone can give an answer Daniel Seichter From rsun at wlgore.com Sun Jan 16 18:48:52 2005 From: rsun at wlgore.com (Richard D Sun) Date: Sun, 16 Jan 2005 12:48:52 -0500 Subject: [csw-users] Off topic --> gmail Message-ID: I've got some spare invites. anyone interested? Just email me. For those of you who don't know, gmail is the free google email that gives you 1gb of disk space. Right now it's invitation only. Also has anyone thought of porting gmailfs to Solaris and put it on Blastwave? ------------------------------------------ Richard Sun W. L. Gore & Associates, Inc. From asmoore at edge.net Sun Jan 16 19:16:25 2005 From: asmoore at edge.net (Alex S Moore) Date: Sun, 16 Jan 2005 12:16:25 -0600 Subject: [csw-users] Best compile environment? In-Reply-To: <1479.145.254.247.188.1105897176.24419.squirrel@webmailer.hosteurope.de> References: <1479.145.254.247.188.1105897176.24419.squirrel@webmailer.hosteurope.de> Message-ID: <20050116121625.00000f81@sws602> Hi, Daniel On Sun, 16 Jan 2005 18:39:36 +0100 (CET) "Daniel Seichter (Webmail)" wrote: > Hello, > I often want to compile some programes or libraries within the csw tree, > but I often receive the error of missing libraries or not found tools,... I have quite a few CSW packages loaded on one of my workstations that I use to build programs for test. I just kept loading tool related packages until I had something that worked. I can send you a list of CSW packages installed on my workstation, but it would also include a lot of applications that you may not need. You need things like cswutils, autoconf, automake, gm4. Reading the output of configure, like config.log or config.status, will usually point you to the source of a problem. Then use the search page on www.blastwave.org to find what you need to have installed. Read the standard documents on www.blastwave.org. For my test packages, I use a package name like CSWmy, so I can keep up with what is just my test packages. I normally export variables like LDFLAGS (for the compiler to find libraries) and LD_OPTIONS (for the linker to put runpath into objects) and put /opt/csw/bin first in my PATH. For 32-bit packages, here are some examples. LDFLAGS='-L/opt/csw/bdb4/lib -L/opt/csw/lib -L/opt/csw -lnsl -lsocket' LD_OPTIONS='-R/opt/csw/bdb4/lib:/opt/csw/lib' Of course, if you use gcc, you need to setup environment variables for that. Good luck. Feel free to ask specific questions. Someone should be able to help. Alex From ggroetschel at sokoma.de Tue Jan 18 17:34:56 2005 From: ggroetschel at sokoma.de (Gunnar Groetschel) Date: Tue, 18 Jan 2005 17:34:56 +0100 Subject: [csw-users] ERROR: could not add CSWossl Message-ID: Hi List If i would like to install openssl with pkg-get -i openssl I get an [ verifying class ] ERROR: could not add CSWossl On my Solaris 10 b63 x86. File openssl-0.9.7,REV=2004.04.26_rev=d-SunOS5.8-i386-CSW.pkg.gz Thanks Gunnar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20050118/b48655d2/attachment.html From asmoore at blastwave.org Tue Jan 18 18:25:25 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Tue, 18 Jan 2005 11:25:25 -0600 Subject: [csw-users] ERROR: could not add CSWossl In-Reply-To: References: Message-ID: <20050118112525.00003dfa@sws602> On Tue, 18 Jan 2005 17:34:56 +0100 "Gunnar Groetschel" wrote: > ERROR: could not add CSWossl > On my Solaris 10 b63 x86. This is an old Solaris 10 bug that should have been fixed by now. You should get a more recent build. This was answered on this list by Michael around 2004-08-26. I think something like `pkgadm -convert` was used as a workaround. Alex From reserv at cs.bestwestern.com Fri Jan 21 10:31:37 2005 From: reserv at cs.bestwestern.com (Best Western - Reservations) Date: Fri, 21 Jan 2005 02:31:37 -0700 Subject: [csw-users] Best Western Customer Relations (KMM2535913V73563L0KM) Message-ID: <200501210931.j0L9Vca21529@cs.bestwestern.com> Your e-mail has been received at Best Western Customer Relations. We are currently experiencing a large volume of mail and appreciate your patience waiting for a response. If your concerns require immediate attention please call 800-528-1238 (accessible from North America only) Outside of North America, please call your nearest Best Western Reservation Office. TOLL-FREE NUMBERS ------------------------- AUSTRALIA: 131779 AUSTRIA: 0800295194 BELGIUM:080016776 CYPRUS: 08095609 DENMARK: 80010988 FINLAND: 080012010 FRANCE: 0800904490 GERMANY:01802212588 GREECE: 00800391273854 IRELAND:1800709101 ISRAEL: 18009452041 ITALY: 800820080 JAPAN: 0120421234 LUXEMBOURG: 08006776 MEXICO: 0018005281234 NETHERLANDS: 08000221455 NEW ZEALAND: 0800237893 NORWAY: 80011624 PORTUGAL: 0800993900 SPAIN: 900993900 SWEDEN: 020792752 SWITZERLAND: 0800552344 TURKEY:00800399072333 U.K: 0800393130 USA: 1800WESTERN Best Western Customer Relations Staff From rob at cboh.org Sat Jan 22 22:44:56 2005 From: rob at cboh.org (Robert Stampfli) Date: Sat, 22 Jan 2005 16:44:56 -0500 Subject: [csw-users] mod_php and its shared memory usage Message-ID: <20050122214456.GA6359@colnet> I've been meaning to ask this for some time: When you add mod_php to your system (and to apache), the apache web server suddenly becomes huge. Actually, the php process is just as large, too. The main culprit seems to be two 65 MB anonymous shared segments. These segments don't seem to be very active -- they don't seem to take up real memory -- but they do consume swap space. However, when apache (or the php command) terminates, it seems to scan them, causing it to grow very large momentarily just before it dies. Actually, I'm speculating here -- I really don't know what causes it to go through this malignant growth phase during the process of termination. Does anyone know what these segments are used for, and is it possible to configure their size, perhaps through php.ini? Thanks in advance, Rob From jreid at vnet.net Sun Jan 23 23:29:27 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 23 Jan 2005 16:29:27 -0600 Subject: [csw-users] grip/cdda2wav issue [sort of off topic] Message-ID: <41F42547.2080600@vnet.net> I've got an AX-1105 sparc motherboard with an ide cdrom drive setup with Sol10 and grip and cdda2wav from blastwave.org installed. I set grip to use /vol/dev/aliaes/cdrom0 and it reads the TOC and successfully looks up the cd in cddb. I can select individual tracks and it plays them (through the headphone jack on the cdrom drive), it will seek, skip and pause but not stop. when I select tracks to rip is fails, it does create the directory structure for the ripped files but there are no created wav files. I try typing in the cdda2wav command on the commandline and that works. Both by using -D 0,2,0 OR by setting the CDDA_DEVICE to /vol/dev/aliaes/cdrom0. It's just that grip never succeeds. the status window says it worked...says it ripped all the songs off the disc. Ideas? This worked once, but I rebuilt the machine...the one thing I know is different is that time I found some boot flag (something like ide-scsi or scsi-ide) that allowed full control over the cdrom device (note above - I have no stop control over the device playing). help... -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From jreid at vnet.net Sun Jan 23 23:29:27 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 23 Jan 2005 22:29:27 GMT Subject: [csw-users] grip/cdda2wav issue [sort of off topic] Message-ID: <41F42547.2080600@vnet.net> (Missing operator before alternative?) (Might be a runaway multi-line // string starting on line 258) From mailbox at adrianhoe.com Mon Jan 24 19:41:30 2005 From: mailbox at adrianhoe.com (Adrian Hoe) Date: Tue, 25 Jan 2005 02:41:30 +0800 Subject: [csw-users] Can't get Gnome and KDE Message-ID: Hi, I am trying to pkg-get KDE and Gnome but both stopped with an error. It seems like something is wrong with kde_dtlogin and gnome_dtlogin and gnomekeyring. Here's the errors: (For gnome_dtlogin) 02:19:57 (9.19 KB/s) - `gnome_dtlogin-2.8.0,REV=2004.12.10-SunOS5.8-all-CSW.pkg.gz' saved [49611/49611] Analysing special files... cpio: Impossible header type. 1 errors retrying with different archive offset, dont worry about it... 278 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWgnomedtlogin. (For gnomekeyring) 02:15:38 (15.80 KB/s) - `gnomekeyring-0.2.0,REV=2004.04.07-SunOS5.8-sparc-CSW.pkg.gz' saved [134986/134986] Analysing special files... 1087 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWgnomekeyring. ERROR: install of CSWgnomekeyring failed ERROR: could not install required dependancies for CSWgnomedesktop ERROR: install of CSWgnomedesktop failed ERROR: could not install required dependancies for CSWbugbuddy ERROR: install of CSWbugbuddy failed ERROR: could not install required dependancies for CSWgnome (and for kde_dtlogin) 02:22:12 (11.08 KB/s) - `kde_gcc_dtlogin-3.3.1,REV=2004.10.25-SunOS5.8-all-CSW.pkg.gz' saved [33031/33031] Analysing special files... 380 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWkdegccdtlogin. ERROR: install of CSWkdegccdtlogin failed ERROR: could not install required dependancies for CSWkdegcc What could be wrong? I have no problem pkg-get packages like gxine, gcc3 and etc. Please help. -- "Simplicity is the ultimate sophistication." - Leonardo DaVinci. "Complexity is simplicity that has failed." - Adrian Hoe, June 23 2004. http://adrianhoe.com From asmoore at blastwave.org Mon Jan 24 23:36:46 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Mon, 24 Jan 2005 16:36:46 -0600 Subject: [csw-users] Can't get Gnome and KDE In-Reply-To: References: Message-ID: <20050124163646.00004aee@sws602> On Tue, 25 Jan 2005 02:41:30 +0800 "Adrian Hoe" wrote: > Hi, > > I am trying to pkg-get KDE and Gnome but both stopped with an error. It > seems like something is wrong with kde_dtlogin and gnome_dtlogin and > gnomekeyring. > > Here's the errors: > > pkgadd: ERROR: attempt to process datastream failed > - bad format in datastream table-of-contents > pkgadd: ERROR: could not process datastream from > > ERROR: could not add CSWgnomedtlogin. These are errors typically seen with a pkgadd that needs patches. There may be specific patches listed somewhere, but I cannot find it just now. You do get the proper updates from the recommended patch cluster. And yes, some packages will work and some will not. Alex From postmaster at lists.blastwave.org Tue Jan 25 16:24:21 2005 From: postmaster at lists.blastwave.org (Automatic Email Delivery Software) Date: Tue, 25 Jan 2005 10:24:21 -0500 Subject: [csw-users] Message could not be delivered Message-ID: <20050125131019.1973F6D95@enterprise.dogan.ch> The original message was received at Tue, 25 Jan 2005 10:24:21 -0500 from lists.blastwave.org [46.32.101.114] ----- The following addresses had permanent fatal errors ----- users at lists.blastwave.org -------------- next part -------------- A non-text attachment was scrubbed... Name: MESSAGE.BAT Type: application/octet-stream Size: 28864 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20050125/25c4ea01/attachment.obj From lyoungblood at phonechargeinc.com Tue Jan 25 21:24:38 2005 From: lyoungblood at phonechargeinc.com (Luke Youngblood) Date: Tue, 25 Jan 2005 15:24:38 -0500 Subject: [csw-users] AMD64 Packages? Message-ID: Greetings everyone! I am new to the list, but have been enjoying the CSW packages and pkg-get for the last several months now. First I just want to say thank you to all of the package maintainers out there. You have made my life as a sysadmin much more bearable and saved me countless hours compiling software. My question is regarding the AMD64 platform. Does Blastwave plan on releasing 64-bit packages that have been compiled for the Solaris 10 x86-64 architecture in the near future? How will the x86-32 and x86-64 packages be differentiated from each other? It would be great to use the same pkg-get and have it simply figure out whether you need 64-bit binaries or 32-bit binaries when it's executed. I'm getting a 64-bit desktop really soon now and looking forward to the Jan. 31st final release of Solaris 10 for x86-64. Finally I'll be running a great OS at the type of speeds it was intended to run at, and it would be great to have a full 64-bit GNU stack to go along with it. Thanks again for all of your hard work! -- Luke Youngblood System Administrator PhoneCharge, Inc. (203) 732-7639 x279 http://www.phonechargeinc.com From ihsan at dogan.ch Wed Jan 26 13:02:03 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Wed, 26 Jan 2005 13:02:03 +0100 Subject: [csw-users] AMD64 Packages? In-Reply-To: References: Message-ID: <20050126120203.GA19961@dogan.ch> Hi Luke, On Tuesday, 25 Jan 2005 15:24 -0500, Luke Youngblood wrote: > My question is regarding the AMD64 platform. Does Blastwave plan on > releasing 64-bit packages that have been compiled for the Solaris 10 x86-64 > architecture in the near future? How will the x86-32 and x86-64 packages be > differentiated from each other? It would be great to use the same pkg-get > and have it simply figure out whether you need 64-bit binaries or 32-bit > binaries when it's executed. Yes, we have plans to provide amd64 packages. We will start to create 64-Bit packages, when Solaris 10 is released. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From miker at readq.com Wed Jan 26 15:35:15 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 09:35:15 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing Message-ID: <41F7AAA3.4080002@readq.com> There appear to be several libraries missing from the gtk-1.2.10 package, and as such xmms will not run. I have tried removing and re-downloading/installing the gtk package but the files are not included. If there is another package that includes these files, please let me know! Thanks. [root at gobi /]# uname -a SunOS gobi 5.9 Generic_117172-12 i86pc i386 i86pc [root at gobi /]# pkg-get -a|grep gtk gtk 1.2.10 gtk2 2.4.14,REV=2004.12.09 gtk_engines 2.2.0,REV=2004.07.25 gtkgnutella 0.95,REV=2005.01.03 gtkhtml 3.0.10,REV=2004.03.15 gtkhtml31 3.2.4,REV=2004.12.08 gtkmm2 2.2.12 gtksourceview 1.1.1 gtkspell 2.0.6 lablgtk 1.2.5 libgtkhtml 2.6.2 pygtk 2.2.0 [root at gobi /]# pkg-get -a|grep xmms xmms 1.2.10,REV=2004.06.28 xmms_arts 0.6.0 [root at gobi /]# ldd /opt/csw/bin/xmms libpthread.so.1 => /lib/libpthread.so.1 libSM.so.6 => /lib/libSM.so.6 libICE.so.6 => /lib/libICE.so.6 libxmms.so.1 => /usr/local/lib/libxmms.so.1 libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 libgmodule-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libgthread-1.2.so.0 => (file not found) libthread.so.1 => /lib/libthread.so.1 libdl.so.1 => /lib/libdl.so.1 libXi.so.5 => /lib/libXi.so.5 libXext.so.0 => /lib/libXext.so.0 libX11.so.4 => /lib/libX11.so.4 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 librt.so.1 => /lib/librt.so.1 libintl.so.3 => /usr/local/lib/libintl.so.3 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libc.so.1 => /lib/libc.so.1 libgmodule-1.2.so.0 => (file not found) libgthread-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libgmodule-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libgmodule-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libmp.so.2 => /lib/libmp.so.2 libaio.so.1 => /lib/libaio.so.1 libmd5.so.1 => /lib/libmd5.so.1 -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: Did it ever occur to you that fat chance and slim chance mean the same thing? Or that we drive on parkways and park on driveways? From jreid at vnet.net Wed Jan 26 15:46:59 2005 From: jreid at vnet.net (Joe Reid) Date: Wed, 26 Jan 2005 08:46:59 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <41F7AD63.8070700@vnet.net> I have all this installed on a sol10 sparc box and have no issues: --------- -bash-2.05b$ which xmms /opt/csw/bin/xmms -bash-2.05b$ ldd `which xmms` libpthread.so.1 => /lib/libpthread.so.1 libSM.so.6 => /usr/lib/libSM.so.6 libICE.so.6 => /usr/lib/libICE.so.6 libxmms.so.1 => /opt/csw/lib/sparcv8/libxmms.so.1 libgtk-1.2.so.0 => /opt/csw/lib/sparcv8/libgtk-1.2.so.0 libgdk-1.2.so.0 => /opt/csw/lib/sparcv8/libgdk-1.2.so.0 libgmodule-1.2.so.0 => /opt/csw/lib/sparcv8/libgmodule-1.2.so.0 libglib-1.2.so.0 => /opt/csw/lib/sparcv8/libglib-1.2.so.0 libgthread-1.2.so.0 => /opt/csw/lib/sparcv8/libgthread-1.2.so.0 libthread.so.1 => /lib/libthread.so.1 libdl.so.1 => /lib/libdl.so.1 libXi.so.5 => /usr/lib/libXi.so.5 libXext.so.0 => /usr/lib/libXext.so.0 libX11.so.4 => /usr/lib/libX11.so.4 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 librt.so.1 => /lib/librt.so.1 libintl.so.3 => /opt/csw/lib/sparcv8/libintl.so.3 libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2 libc.so.1 => /lib/libc.so.1 libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libaio.so.1 => /lib/libaio.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 -bash-2.05b$ pkg-get -a | grep gtk gtk 1.2.10 gtk2 2.4.14,REV=2004.12.09 gtk_engines 2.2.0,REV=2004.07.25 gtkgnutella 0.95,REV=2005.01.03 gtkhtml 3.0.10,REV=2004.03.15 gtkhtml31 3.2.4,REV=2004.12.08 gtkmm2 2.2.12 gtksourceview 1.1.1 gtkspell 2.0.6 lablgtk 1.2.5 libgtkhtml 2.6.2 pygtk 2.2.0 -bash-2.05b$ pkg-get-a xmms -bash: pkg-get-a: command not found -bash-2.05b$ pkg-get -a | grep xmms xmms 1.2.10,REV=2004.06.28 xmms_arts 0.6.0 -bash-2.05b$ uname -a SunOS homey.zoonet 5.10 s10_69 sun4u sparc SUNW,UltraAX-e2 ---------- Mike Russo wrote: > There appear to be several libraries missing from the gtk-1.2.10 > package, and as such xmms will not run. I have tried removing and > re-downloading/installing the gtk package but the files are not > included. If there is another package that includes these files, please > let me know! Thanks. > > [root at gobi /]# uname -a > SunOS gobi 5.9 Generic_117172-12 i86pc i386 i86pc > [root at gobi /]# pkg-get -a|grep gtk > gtk 1.2.10 > gtk2 2.4.14,REV=2004.12.09 > gtk_engines 2.2.0,REV=2004.07.25 > gtkgnutella 0.95,REV=2005.01.03 > gtkhtml 3.0.10,REV=2004.03.15 > gtkhtml31 3.2.4,REV=2004.12.08 > gtkmm2 2.2.12 > gtksourceview 1.1.1 > gtkspell 2.0.6 > lablgtk 1.2.5 > libgtkhtml 2.6.2 > pygtk 2.2.0 > [root at gobi /]# pkg-get -a|grep xmms > xmms 1.2.10,REV=2004.06.28 > xmms_arts 0.6.0 > [root at gobi /]# ldd /opt/csw/bin/xmms > libpthread.so.1 => /lib/libpthread.so.1 > libSM.so.6 => /lib/libSM.so.6 > libICE.so.6 => /lib/libICE.so.6 > libxmms.so.1 => /usr/local/lib/libxmms.so.1 > libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 > libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 > libgmodule-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libgthread-1.2.so.0 => (file not found) > libthread.so.1 => /lib/libthread.so.1 > libdl.so.1 => /lib/libdl.so.1 > libXi.so.5 => /lib/libXi.so.5 > libXext.so.0 => /lib/libXext.so.0 > libX11.so.4 => /lib/libX11.so.4 > libsocket.so.1 => /lib/libsocket.so.1 > libnsl.so.1 => /lib/libnsl.so.1 > libm.so.1 => /lib/libm.so.1 > librt.so.1 => /lib/librt.so.1 > libintl.so.3 => /usr/local/lib/libintl.so.3 > libiconv.so.2 => /usr/local/lib/libiconv.so.2 > libc.so.1 => /lib/libc.so.1 > libgmodule-1.2.so.0 => (file not found) > libgthread-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libgmodule-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libgmodule-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libmp.so.2 => /lib/libmp.so.2 > libaio.so.1 => /lib/libaio.so.1 > libmd5.so.1 => /lib/libmd5.so.1 > > > -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From delrio at mie.utoronto.ca Wed Jan 26 15:47:05 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 26 Jan 2005 09:47:05 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <41F7AD69.20101@mie.utoronto.ca> Mike Russo wrote: > [root at gobi /]# ldd /opt/csw/bin/xmms > libpthread.so.1 => /lib/libpthread.so.1 > libSM.so.6 => /lib/libSM.so.6 > libICE.so.6 => /lib/libICE.so.6 > libxmms.so.1 => /usr/local/lib/libxmms.so.1 > libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 > libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 You probably have LD_LIBRARY_PATH set to search /usr/local/lib which is overriding the CSW libraries. Get rid of LD_LIBRARY_PATH, it is evil ;) From jreid at vnet.net Wed Jan 26 15:53:14 2005 From: jreid at vnet.net (Joe Reid) Date: Wed, 26 Jan 2005 08:53:14 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <41F7AEDA.6070905@vnet.net> > [root at gobi /]# ldd /opt/csw/bin/xmms > libxmms.so.1 => /usr/local/lib/libxmms.so.1 > libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 > libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 > libintl.so.3 => /usr/local/lib/libintl.so.3 > libiconv.so.2 => /usr/local/lib/libiconv.so.2 check your env variables and such... -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From asmoore at blastwave.org Wed Jan 26 15:54:35 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 08:54:35 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <20050126085435.00003dcc@sws602> On Wed, 26 Jan 2005 09:35:15 -0500 Mike Russo wrote: > There appear to be several libraries missing from the gtk-1.2.10 > package, and as such xmms will not run. I have tried removing and > re-downloading/installing the gtk package but the files are not > included. If there is another package that includes these files, please > let me know! Thanks. > > [root at gobi /]# uname -a > SunOS gobi 5.9 Generic_117172-12 i86pc i386 i86pc I just loaded xmms on Solaris 9 x86 and it works fine. The files you have marked as 'not found' are there and ldd looks normal. Oscar hit it. Do `unset LD_LIBRARY_PATH` and try ldd again. Alex From miker at readq.com Wed Jan 26 16:28:18 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 10:28:18 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <20050126085435.00003dcc@sws602> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> Message-ID: <41F7B712.3010307@readq.com> That's not the problem on my machine -- the files are just not there: [root at gobi /]# cd /opt/csw [root at gobi csw]# find . | grep libgmod ./lib/libgmodule-2.0.la ./lib/libgmodule-2.0.so ./lib/libgmodule-2.0.so.0 ./lib/libgmodule-2.0.so.0.400.0 ./lib/libgmodule-2.0.so.0.400.8 ./linux/usr/lib/libgmodule-1.2.so.0 ./linux/usr/lib/libgmodule-1.2.so.0.0.10 The linux directory is from when I was experimenting with lxrun. I just changed my mirror site to unixheads.com (I had been using the denmark site for a bit) and removed and reinstalled the package. Here is the log (GPL removed): [root at gobi /]# pkg-get -i gtk No existing install of CSWgtk found. Installing... Trying http://mirror.unixheads.com/csw/unstable/i386/5.9/gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz --10:24:50-- http://mirror.unixheads.com/csw/unstable/i386/5.9/gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz => `gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz' Resolving mirror.unixheads.com... 24.94.148.201 Connecting to mirror.unixheads.com[24.94.148.201]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7,835,346 [text/plain] 100%[====================================>] 7,835,346 348.18K/s ETA 00:00 10:25:14 (322.26 KB/s) - `gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz' saved [7835346/7835346] Analysing special files... 47293 blocks Processing package instance from gtk - the Gimp ToolKit library, libgtk (i386) 1.2.10 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 [snip] , 1 April 1990 Ty Coon, President of Vice That's all there is to it! ## Processing package information. ## Processing system information. 89 package pathnames are already properly installed. Installing gtk - the Gimp ToolKit library, libgtk as ## Installing part 1 of 1. /opt/csw/bin/gtk-config /opt/csw/etc/gtk/gtkrc.az /opt/csw/etc/gtk/gtkrc.be /opt/csw/etc/gtk/gtkrc.bg /opt/csw/etc/gtk/gtkrc.bg_BG.iso88595 /opt/csw/etc/gtk/gtkrc.cp1251 /opt/csw/etc/gtk/gtkrc.cp1255 /opt/csw/etc/gtk/gtkrc.cs /opt/csw/etc/gtk/gtkrc.cy /opt/csw/etc/gtk/gtkrc.el /opt/csw/etc/gtk/gtkrc.eo /opt/csw/etc/gtk/gtkrc.et /opt/csw/etc/gtk/gtkrc.ga /opt/csw/etc/gtk/gtkrc.he /opt/csw/etc/gtk/gtkrc.he_IL.cp1255 /opt/csw/etc/gtk/gtkrc.he_IL.microsoftcp1255 /opt/csw/etc/gtk/gtkrc.hr /opt/csw/etc/gtk/gtkrc.hu /opt/csw/etc/gtk/gtkrc.hy /opt/csw/etc/gtk/gtkrc.iso-8859-13 /opt/csw/etc/gtk/gtkrc.iso-8859-14 /opt/csw/etc/gtk/gtkrc.iso-8859-15 /opt/csw/etc/gtk/gtkrc.iso-8859-2 /opt/csw/etc/gtk/gtkrc.iso-8859-5 /opt/csw/etc/gtk/gtkrc.ja /opt/csw/etc/gtk/gtkrc.ka /opt/csw/etc/gtk/gtkrc.ka_GE.georgianacademy /opt/csw/etc/gtk/gtkrc.ka_GE.georgianps /opt/csw/etc/gtk/gtkrc.ko /opt/csw/etc/gtk/gtkrc.lt /opt/csw/etc/gtk/gtkrc.lv /opt/csw/etc/gtk/gtkrc.mi /opt/csw/etc/gtk/gtkrc.mk /opt/csw/etc/gtk/gtkrc.pl /opt/csw/etc/gtk/gtkrc.ro /opt/csw/etc/gtk/gtkrc.ru /opt/csw/etc/gtk/gtkrc.ru_RU.iso88595 /opt/csw/etc/gtk/gtkrc.sk /opt/csw/etc/gtk/gtkrc.sl /opt/csw/etc/gtk/gtkrc.sp /opt/csw/etc/gtk/gtkrc.sq /opt/csw/etc/gtk/gtkrc.sr /opt/csw/etc/gtk/gtkrc.th /opt/csw/etc/gtk/gtkrc.tr /opt/csw/etc/gtk/gtkrc.uk /opt/csw/etc/gtk/gtkrc.vi /opt/csw/etc/gtk/gtkrc.vi_VN.tcvn /opt/csw/etc/gtk/gtkrc.vi_VN.viscii /opt/csw/etc/gtk/gtkrc.vi_VN.viscii111 /opt/csw/etc/gtk/gtkrc.yi /opt/csw/etc/gtk/gtkrc.zh_CN /opt/csw/etc/gtk/gtkrc.zh_TW.big5 /opt/csw/include/gtk-1.2/gdk/gdk.h /opt/csw/include/gtk-1.2/gdk/gdkcursors.h /opt/csw/include/gtk-1.2/gdk/gdki18n.h /opt/csw/include/gtk-1.2/gdk/gdkkeysyms.h /opt/csw/include/gtk-1.2/gdk/gdkprivate.h /opt/csw/include/gtk-1.2/gdk/gdkrgb.h /opt/csw/include/gtk-1.2/gdk/gdktypes.h /opt/csw/include/gtk-1.2/gdk/gdkx.h /opt/csw/include/gtk-1.2/gtk/gtk.h /opt/csw/include/gtk-1.2/gtk/gtkaccelgroup.h /opt/csw/include/gtk-1.2/gtk/gtkaccellabel.h /opt/csw/include/gtk-1.2/gtk/gtkadjustment.h /opt/csw/include/gtk-1.2/gtk/gtkalignment.h /opt/csw/include/gtk-1.2/gtk/gtkarg.h /opt/csw/include/gtk-1.2/gtk/gtkarrow.h /opt/csw/include/gtk-1.2/gtk/gtkaspectframe.h /opt/csw/include/gtk-1.2/gtk/gtkbbox.h /opt/csw/include/gtk-1.2/gtk/gtkbin.h /opt/csw/include/gtk-1.2/gtk/gtkbindings.h /opt/csw/include/gtk-1.2/gtk/gtkbox.h /opt/csw/include/gtk-1.2/gtk/gtkbutton.h /opt/csw/include/gtk-1.2/gtk/gtkcalendar.h /opt/csw/include/gtk-1.2/gtk/gtkcheckbutton.h /opt/csw/include/gtk-1.2/gtk/gtkcheckmenuitem.h /opt/csw/include/gtk-1.2/gtk/gtkclist.h /opt/csw/include/gtk-1.2/gtk/gtkcolorsel.h /opt/csw/include/gtk-1.2/gtk/gtkcombo.h /opt/csw/include/gtk-1.2/gtk/gtkcompat.h /opt/csw/include/gtk-1.2/gtk/gtkcontainer.h /opt/csw/include/gtk-1.2/gtk/gtkctree.h /opt/csw/include/gtk-1.2/gtk/gtkcurve.h /opt/csw/include/gtk-1.2/gtk/gtkdata.h /opt/csw/include/gtk-1.2/gtk/gtkdebug.h /opt/csw/include/gtk-1.2/gtk/gtkdialog.h /opt/csw/include/gtk-1.2/gtk/gtkdnd.h /opt/csw/include/gtk-1.2/gtk/gtkdrawingarea.h /opt/csw/include/gtk-1.2/gtk/gtkeditable.h /opt/csw/include/gtk-1.2/gtk/gtkentry.h /opt/csw/include/gtk-1.2/gtk/gtkenums.h /opt/csw/include/gtk-1.2/gtk/gtkeventbox.h /opt/csw/include/gtk-1.2/gtk/gtkfeatures.h /opt/csw/include/gtk-1.2/gtk/gtkfilesel.h /opt/csw/include/gtk-1.2/gtk/gtkfixed.h /opt/csw/include/gtk-1.2/gtk/gtkfontsel.h /opt/csw/include/gtk-1.2/gtk/gtkframe.h /opt/csw/include/gtk-1.2/gtk/gtkgamma.h /opt/csw/include/gtk-1.2/gtk/gtkgc.h /opt/csw/include/gtk-1.2/gtk/gtkhandlebox.h /opt/csw/include/gtk-1.2/gtk/gtkhbbox.h /opt/csw/include/gtk-1.2/gtk/gtkhbox.h /opt/csw/include/gtk-1.2/gtk/gtkhpaned.h /opt/csw/include/gtk-1.2/gtk/gtkhruler.h /opt/csw/include/gtk-1.2/gtk/gtkhscale.h /opt/csw/include/gtk-1.2/gtk/gtkhscrollbar.h /opt/csw/include/gtk-1.2/gtk/gtkhseparator.h /opt/csw/include/gtk-1.2/gtk/gtkimage.h /opt/csw/include/gtk-1.2/gtk/gtkinputdialog.h /opt/csw/include/gtk-1.2/gtk/gtkinvisible.h /opt/csw/include/gtk-1.2/gtk/gtkitem.h /opt/csw/include/gtk-1.2/gtk/gtkitemfactory.h /opt/csw/include/gtk-1.2/gtk/gtklabel.h /opt/csw/include/gtk-1.2/gtk/gtklayout.h /opt/csw/include/gtk-1.2/gtk/gtklist.h /opt/csw/include/gtk-1.2/gtk/gtklistitem.h /opt/csw/include/gtk-1.2/gtk/gtkmain.h /opt/csw/include/gtk-1.2/gtk/gtkmarshal.h /opt/csw/include/gtk-1.2/gtk/gtkmenu.h /opt/csw/include/gtk-1.2/gtk/gtkmenubar.h /opt/csw/include/gtk-1.2/gtk/gtkmenufactory.h /opt/csw/include/gtk-1.2/gtk/gtkmenuitem.h /opt/csw/include/gtk-1.2/gtk/gtkmenushell.h /opt/csw/include/gtk-1.2/gtk/gtkmisc.h /opt/csw/include/gtk-1.2/gtk/gtknotebook.h /opt/csw/include/gtk-1.2/gtk/gtkobject.h /opt/csw/include/gtk-1.2/gtk/gtkoptionmenu.h /opt/csw/include/gtk-1.2/gtk/gtkpacker.h /opt/csw/include/gtk-1.2/gtk/gtkpaned.h /opt/csw/include/gtk-1.2/gtk/gtkpixmap.h /opt/csw/include/gtk-1.2/gtk/gtkplug.h /opt/csw/include/gtk-1.2/gtk/gtkpreview.h /opt/csw/include/gtk-1.2/gtk/gtkprivate.h /opt/csw/include/gtk-1.2/gtk/gtkprogress.h /opt/csw/include/gtk-1.2/gtk/gtkprogressbar.h /opt/csw/include/gtk-1.2/gtk/gtkradiobutton.h /opt/csw/include/gtk-1.2/gtk/gtkradiomenuitem.h /opt/csw/include/gtk-1.2/gtk/gtkrange.h /opt/csw/include/gtk-1.2/gtk/gtkrc.h /opt/csw/include/gtk-1.2/gtk/gtkruler.h /opt/csw/include/gtk-1.2/gtk/gtkscale.h /opt/csw/include/gtk-1.2/gtk/gtkscrollbar.h /opt/csw/include/gtk-1.2/gtk/gtkscrolledwindow.h /opt/csw/include/gtk-1.2/gtk/gtkselection.h /opt/csw/include/gtk-1.2/gtk/gtkseparator.h /opt/csw/include/gtk-1.2/gtk/gtksignal.h /opt/csw/include/gtk-1.2/gtk/gtksocket.h /opt/csw/include/gtk-1.2/gtk/gtkspinbutton.h /opt/csw/include/gtk-1.2/gtk/gtkstatusbar.h /opt/csw/include/gtk-1.2/gtk/gtkstyle.h /opt/csw/include/gtk-1.2/gtk/gtktable.h /opt/csw/include/gtk-1.2/gtk/gtktearoffmenuitem.h /opt/csw/include/gtk-1.2/gtk/gtktext.h /opt/csw/include/gtk-1.2/gtk/gtkthemes.h /opt/csw/include/gtk-1.2/gtk/gtktipsquery.h /opt/csw/include/gtk-1.2/gtk/gtktogglebutton.h /opt/csw/include/gtk-1.2/gtk/gtktoolbar.h /opt/csw/include/gtk-1.2/gtk/gtktooltips.h /opt/csw/include/gtk-1.2/gtk/gtktree.h /opt/csw/include/gtk-1.2/gtk/gtktreeitem.h /opt/csw/include/gtk-1.2/gtk/gtktypebuiltins.h /opt/csw/include/gtk-1.2/gtk/gtktypeutils.h /opt/csw/include/gtk-1.2/gtk/gtkvbbox.h /opt/csw/include/gtk-1.2/gtk/gtkvbox.h /opt/csw/include/gtk-1.2/gtk/gtkviewport.h /opt/csw/include/gtk-1.2/gtk/gtkvpaned.h /opt/csw/include/gtk-1.2/gtk/gtkvruler.h /opt/csw/include/gtk-1.2/gtk/gtkvscale.h /opt/csw/include/gtk-1.2/gtk/gtkvscrollbar.h /opt/csw/include/gtk-1.2/gtk/gtkvseparator.h /opt/csw/include/gtk-1.2/gtk/gtkwidget.h /opt/csw/include/gtk-1.2/gtk/gtkwindow.h /opt/csw/lib/libgdk-1.2.so.0 /opt/csw/lib/libgdk-1.2.so.0.9.1 /opt/csw/lib/libgdk.a /opt/csw/lib/libgdk.la /opt/csw/lib/libgdk.so /opt/csw/lib/libgtk-1.2.so.0 /opt/csw/lib/libgtk-1.2.so.0.9.1 /opt/csw/lib/libgtk.a /opt/csw/lib/libgtk.la /opt/csw/lib/libgtk.so /opt/csw/lib/pkgconfig/gdk.pc /opt/csw/lib/pkgconfig/gtk+.pc /opt/csw/share/aclocal/gtk.m4 /opt/csw/share/locale/az/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ca/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/cs/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/da/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/de/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/el/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/es/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/et/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/eu/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/fi/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/fr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ga/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/gl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/hr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/hu/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/it/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ja/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ko/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/lt/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/nl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/nn/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/no/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/pl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/pt/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/pt_BR/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ro/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ru/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sk/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sp/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sv/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/tr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/uk/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/vi/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/wa/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo /opt/csw/share/man/man1/gtk-config.1 /opt/csw/share/themes/Default/gtk/gtkrc [ verifying class ] Installation of was successful. I don't see the missing libraries anywhere in the install. -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: Just once I would like to persuade the audience not to wear any article of blue denim. If only they could see themselves in a pair of brown corduroys like mine instead of this awful, boring blue denim. I don't enjoy the sky or sea as much as I used to because of this Levi character. If Jesus Christ came back today, He and I would get into our brown corduroys and go to the nearest jean store and overturn the racks of blue denim. Then we'd get crucified in the morning. -- Ian Anderson, of Jethro Tull From asmoore at blastwave.org Wed Jan 26 16:39:52 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 09:39:52 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7B712.3010307@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> Message-ID: <20050126093952.00001748@sws602> On Wed, 26 Jan 2005 10:28:18 -0500 Mike Russo wrote: > That's not the problem on my machine -- the files are just not there: > Installation of was successful. > > > I don't see the missing libraries anywhere in the install. This sounds familiar. Please try the following mirror instead. I use this mirror and just installed just now and the package ran fine. # German mirror. Usually very up-to-date. url=http://blastwave.berlios.de/csw/unstable Alex From delrio at mie.utoronto.ca Wed Jan 26 16:52:11 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 26 Jan 2005 10:52:11 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7B712.3010307@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> Message-ID: <41F7BCAB.8020006@mie.utoronto.ca> Mike Russo wrote: > That's not the problem on my machine -- the files are just not there: > > [root at gobi /]# cd /opt/csw > [root at gobi csw]# find . | grep libgmod > ./lib/libgmodule-2.0.la > ./lib/libgmodule-2.0.so > ./lib/libgmodule-2.0.so.0 > ./lib/libgmodule-2.0.so.0.400.0 > ./lib/libgmodule-2.0.so.0.400.8 > [root at gobi /]# pkg-get -i gtk libgmodule-1.2 belongs to CSWglib, not gtk Try updating CSWglib, or update all CSW packages "pkg-get -u" From james at blastwave.org Wed Jan 26 16:58:58 2005 From: james at blastwave.org (James Lee) Date: Wed, 26 Jan 2005 15:58:58 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7B712.3010307@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> Message-ID: <20050126.15585800.3750383842@landeck.jamesipoos.com> On 26/01/05, 15:28:18, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: > That's not the problem on my machine -- the files are just not there: > [root at gobi /]# cd /opt/csw > [root at gobi csw]# find . | grep libgmod > ./lib/libgmodule-2.0.la > ./lib/libgmodule-2.0.so > ./lib/libgmodule-2.0.so.0 > ./lib/libgmodule-2.0.so.0.400.0 > ./lib/libgmodule-2.0.so.0.400.8 > ./linux/usr/lib/libgmodule-1.2.so.0 > ./linux/usr/lib/libgmodule-1.2.so.0.0.10 You say they "are just not there", then you find them. (???) libgmodule-2.0.so is part of CSWglib and you seem to have it, check with: $ pkginfo -l CSWglib List the package and look for the libgmodule with: $ pkgchk -v CSWglib I din't think that is problem. Why is /opt/csw/bin/xmms picking up /usr/local/lib/libxmms.so.1 and not /opt/csw/lib/ libxmms.so.1 ? Do you have file /var/ld/ld.config? Try with truss and see where it is looking for the libraries: $ truss xmms From asmoore at blastwave.org Wed Jan 26 17:01:32 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 10:01:32 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7BCAB.8020006@mie.utoronto.ca> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <41F7BCAB.8020006@mie.utoronto.ca> Message-ID: <20050126100132.00005efb@sws602> On Wed, 26 Jan 2005 10:52:11 -0500 Oscar del Rio wrote: > > libgmodule-1.2 belongs to CSWglib, not gtk > Try updating CSWglib, or update all CSW packages "pkg-get -u" Very good point :> I missed that because several packages were installed when I installed xmms, including gtk and glib. pkg-get may now do the catalog update under the covers, as well as the package update, with only the -u option. I do not think earlier versions did this. So you may prefer `pkg-get -Uu`, in order to ensure that the catalog is updated. Alex From miker at readq.com Wed Jan 26 17:07:25 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 11:07:25 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <20050126093952.00001748@sws602> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> Message-ID: <41F7C03D.4070208@readq.com> To james lee: I found the libgmodule for gtk-2, not gtk-1 which is what xmms requires. Also, on my system /opt/csw is a symlink to /usr/local. Okay, I just changed my mirror and ran pkg-get -u and no packages got upgraded, so I removed the gtk package and reinsalled it, but these libraries do not get installed. Then I read Oscar's message about these files being included in CSWglib, and removed THAT and reinstalled and I finally got them and was able to run xmms. [root at gobi /]# pkgrm CSWglib The following package is currently installed: CSWglib glib - utility library commonly associated with GNOME programs (i386) 1.2.10 Do you want to remove this package? [y,n,?,q] y ## Removing installed package instance ## Verifying package dependencies. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. Dependency checking failed. Do you want to continue with the removal of this package [y,n,?,q] y ## Processing package information. ## Removing pathnames in class /opt/csw/share/man/man1/glib-config.1 /opt/csw/share/man/man1 /opt/csw/share/man /opt/csw/share/aclocal /opt/csw/share /opt/csw/lib/pkgconfig /opt/csw/lib /opt/csw/include /opt/csw/bin /opt/csw ## Updating system information. Removal of was successful. [root at gobi /]# pkg-get -i glib No existing install of CSWglib found. Installing... Trying http://blastwave.berlios.de/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz --11:02:17-- http://blastwave.berlios.de/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz => `glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz' Resolving blastwave.berlios.de... 195.37.77.138 Connecting to blastwave.berlios.de[195.37.77.138]:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://download.berlios.de/blastwave/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz [following] --11:02:17-- http://download.berlios.de/blastwave/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz => `glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz' Resolving download.berlios.de... 195.37.77.141 Connecting to download.berlios.de[195.37.77.141]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 535,945 [application/x-gzip] 100%[====================================>] 535,945 150.70K/s ETA 00:00 11:02:21 (150.31 KB/s) - `glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz' saved [535945/535945] Analysing special files... 3727 blocks Processing package instance from glib - utility library commonly associated with GNOME programs (i386) 1.2.10 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 ## Processing package information. ## Processing system information. 9 package pathnames are already properly installed. Installing glib - utility library commonly associated with GNOME programs as ## Installing part 1 of 1. /opt/csw/bin/glib-config /opt/csw/include/glib-1.2/glib.h /opt/csw/include/glib-1.2/gmodule.h /opt/csw/lib/glib/include/glibconfig.h /opt/csw/lib/libglib-1.2.so.0 /opt/csw/lib/libglib-1.2.so.0.0.10 /opt/csw/lib/libglib.a /opt/csw/lib/libglib.la /opt/csw/lib/libglib.so /opt/csw/lib/libgmodule-1.2.so.0 /opt/csw/lib/libgmodule-1.2.so.0.0.10 /opt/csw/lib/libgmodule.a /opt/csw/lib/libgmodule.la /opt/csw/lib/libgmodule.so /opt/csw/lib/libgthread-1.2.so.0 /opt/csw/lib/libgthread-1.2.so.0.0.10 /opt/csw/lib/libgthread.a /opt/csw/lib/libgthread.la /opt/csw/lib/libgthread.so /opt/csw/lib/pkgconfig/glib.pc /opt/csw/lib/pkgconfig/gmodule.pc /opt/csw/lib/pkgconfig/gthread.pc /opt/csw/share/aclocal/glib.m4 /opt/csw/share/man/man1/glib-config.1 [ verifying class ] Installation of was successful. So is there a package "out there" (on some mirror sites) with the same revision that does not include the proper files? Anyway thanks everyone for helping out!!! Alex S Moore wrote: >On Wed, 26 Jan 2005 10:28:18 -0500 >Mike Russo wrote: > > > >>That's not the problem on my machine -- the files are just not there: >>Installation of was successful. >> >> >>I don't see the missing libraries anywhere in the install. >> >> > >This sounds familiar. Please try the following mirror instead. I use >this mirror and just installed just now and the package ran fine. > ># German mirror. Usually very up-to-date. >url=http://blastwave.berlios.de/csw/unstable > > >Alex >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: i have 4gb for /tmp What do you do with 4G /tmp? Compile X? yes From james at blastwave.org Wed Jan 26 17:27:50 2005 From: james at blastwave.org (James Lee) Date: Wed, 26 Jan 2005 16:27:50 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7C03D.4070208@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> Message-ID: <20050126.16275000.4026236327@landeck.jamesipoos.com> On 26/01/05, 16:07:25, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: > To james lee: I found the libgmodule for gtk-2, not gtk-1 which is what > xmms requires. Correct, my mistake. > Also, on my system /opt/csw is a symlink to /usr/local. /opt/csw as a link is a bad idea. Use the "loopback virtual file system", lofs(1). The problem is some packages need /opt/csw to be a directory - and sorry I have forgotten which packages and the specific error. James. From james at blastwave.org Wed Jan 26 17:32:41 2005 From: james at blastwave.org (James Lee) Date: Wed, 26 Jan 2005 16:32:41 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7C03D.4070208@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> Message-ID: <20050126.16324100.241643836@landeck.jamesipoos.com> On 26/01/05, 16:07:25, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: My mistake again, trying to do too many things at once, lofs is in man pages section 7FS, so that is lofs(7FS) - if is really matters. James. From delrio at mie.utoronto.ca Wed Jan 26 18:18:38 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 26 Jan 2005 12:18:38 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7C03D.4070208@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> Message-ID: <41F7D0EE.50305@mie.utoronto.ca> Mike Russo wrote: > Also, on my system /opt/csw is a symlink to /usr/local. As James mentioned, that's might cause problems. Some packages rm the symlink and create a new /opt/cws and you will end up with a mess, with some files in /usr/local and others in /opt/csw From miker at readq.com Wed Jan 26 18:24:37 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 12:24:37 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <20050126.16324100.241643836@landeck.jamesipoos.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> <20050126.16324100.241643836@landeck.jamesipoos.com> Message-ID: <41F7D255.2070109@readq.com> James Lee wrote: >On 26/01/05, 16:07:25, Mike Russo wrote regarding Re: >[csw-users] gtk 1.2.10 libraries missing: > >My mistake again, trying to do too many things at once, lofs is >in man pages section 7FS, so that is lofs(7FS) - if is really >matters. > > James- thanks for the tip. If I have any problems with packages that need /opt/csw to be a directory I will look into using this (I have the PKG_NONABI_SYMLINKS set to true). I don't want to fool around with lofs again -- I tried to mount a redhat cd a few times to install lxrun, and whenever I did a mount my machine rebooted instantly :( -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: Don't suspect your friends -- turn them in! -- "Brazil" From Darin.Perusich at cognigencorp.com Wed Jan 26 19:45:52 2005 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Wed, 26 Jan 2005 13:45:52 -0500 Subject: [csw-users] Kiosktool for kde Message-ID: <41F7E560.2020806@cognigencorp.com> hi, has anyone been able to get kiosktool to compile with kde? i'm getting errors that the error "Qt (>= Qt 3.2) (library qt-mt) not found", make sure Qt has been compiled with thread support. the libqt-mt libraries exist in /opt/csw/lib. the configure options i'm using are: --with-qt-includes=/opt/csw/include --with-qt-libraries=/opt/csw/lib i have the following kde and qt packages installed, deps not include and my shell environment are below. i can provide config.log if anyone is interested. thanks. packages: kde_gcc_dtlogin kdeaddons_gcc kdeadmin_gcc kdeartwork_gcc kdebase_gcc kdegraphics_gcc kdelibs_gcc kdemultimedia_gcc kdenetwork_gcc kdeutils_gcc qt qt_gcc shell environment. PWD=/tmp/kiosktool-0.9 TZ=US/Eastern HZ= HOSTNAME=host203 LD_OPTIONS=-R/opt/csw/lib/ -L/opt/csw/lib MANPATH=/usr/man: MACHTYPE=sparc-sun-solaris2.9 OLDPWD=/ CPPFLAGS=-I/opt/csw/include LOGNAME=root SHLVL=1 SHELL=/sbin/sh HOSTTYPE=sparc OSTYPE=solaris2.9 HOME=/ TERM=vt100 PATH=/usr/bin:/usr/ccs/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/csw/bin:/opt/csw/kde-gcc/bin:/opt/csw/gcc3/bin _=/usr/bin/env -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper at cognigencorp.com From asmoore at blastwave.org Wed Jan 26 19:59:11 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 12:59:11 -0600 Subject: [csw-users] Kiosktool for kde In-Reply-To: <41F7E560.2020806@cognigencorp.com> References: <41F7E560.2020806@cognigencorp.com> Message-ID: <20050126125911.00004efb@sws602> On Wed, 26 Jan 2005 13:45:52 -0500 Darin Perusich wrote: > hi, > > has anyone been able to get kiosktool to compile with kde? i'm getting > errors that the error "Qt (>= Qt 3.2) (library qt-mt) not found", make > sure Qt has been compiled with thread support. the libqt-mt libraries > exist in /opt/csw/lib. > > the configure options i'm using are: > --with-qt-includes=/opt/csw/include --with-qt-libraries=/opt/csw/lib > I have not tried to build kiosktool, but did you try this? --with-qt-includes=/opt/csw/kde-gcc/include --with-qt-libraries=/opt/csw/kde-gcc/lib Alex From Darin.Perusich at cognigencorp.com Wed Jan 26 20:11:35 2005 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Wed, 26 Jan 2005 14:11:35 -0500 Subject: [csw-users] Kiosktool for kde In-Reply-To: <20050126125911.00004efb@sws602> References: <41F7E560.2020806@cognigencorp.com> <20050126125911.00004efb@sws602> Message-ID: <41F7EB67.1090309@cognigencorp.com> Alex S Moore wrote: > > > I have not tried to build kiosktool, but did you try this? > --with-qt-includes=/opt/csw/kde-gcc/include > --with-qt-libraries=/opt/csw/kde-gcc/lib configure also fails with those options, i've also with: --with-qt-includes=/opt/csw/include --with-qt-libraries=/opt/csw/lib --with-extra-includes=/opt/csw/kde-gcc/include --with-extra-libs=/opt/csw/kde-gcc/lib thanks -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper at cognigencorp.com From lyoungblood at phonechargeinc.com Wed Jan 26 23:07:11 2005 From: lyoungblood at phonechargeinc.com (Luke Youngblood) Date: Wed, 26 Jan 2005 17:07:11 -0500 Subject: [csw-users] AMD64 Packages? In-Reply-To: <20050126120203.GA19961@dogan.ch> Message-ID: >> My question is regarding the AMD64 platform. Does Blastwave plan on >> releasing 64-bit packages that have been compiled for the Solaris 10 >> x86-64 architecture in the near future? How will the x86-32 and >> x86-64 packages be differentiated from each other? It would be >> great to use the same pkg-get and have it simply figure out whether >> you need 64-bit binaries or 32-bit binaries when it's executed. > > Yes, we have plans to provide amd64 packages. We will start to > create 64-Bit packages, when Solaris 10 is released. I'm still wondering whether I will have to specifically download 64-bit, or whether pkg-get will be smart enough to check my isainfo output to determine if I have 64-bit support enabled? Thanks -- Luke Youngblood System Administrator PhoneCharge, Inc. (203) 732-7639 x279 http://www.phonechargeinc.com From james at blastwave.org Thu Jan 27 13:05:13 2005 From: james at blastwave.org (James Lee) Date: Thu, 27 Jan 2005 12:05:13 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7D255.2070109@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> <20050126.16324100.241643836@landeck.jamesipoos.com> <41F7D255.2070109@readq.com> Message-ID: <20050127.12051300.1314896356@landeck.jamesipoos.com> On 26/01/05, 17:24:37, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: > James- thanks for the tip. If I have any problems with packages that > need /opt/csw to be a directory I will look into using this (I have the > PKG_NONABI_SYMLINKS set to true). I think it's installf not pkgadd that eats the link. I don't know if installf respects PKG_NONABI_SYMLINKS but I do know it doesn't ask before clobbering a link. James. From ihsan at dogan.ch Thu Jan 27 15:07:39 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Thu, 27 Jan 2005 15:07:39 +0100 Subject: [csw-users] AMD64 Packages? In-Reply-To: References: <20050126120203.GA19961@dogan.ch> Message-ID: <20050127140739.GA29147@dogan.ch> On Wednesday, 26 Jan 2005 17:07 -0500, Luke Youngblood wrote: > >> My question is regarding the AMD64 platform. Does Blastwave plan on > >> releasing 64-bit packages that have been compiled for the Solaris 10 > >> x86-64 architecture in the near future? How will the x86-32 and > >> x86-64 packages be differentiated from each other? It would be > >> great to use the same pkg-get and have it simply figure out whether > >> you need 64-bit binaries or 32-bit binaries when it's executed. > > > > Yes, we have plans to provide amd64 packages. We will start to > > create 64-Bit packages, when Solaris 10 is released. > > I'm still wondering whether I will have to specifically download 64-bit, or > whether pkg-get will be smart enough to check my isainfo output to determine > if I have 64-bit support enabled? I can't give you an answer on that, because it's not defined yet. Maybe, we will do the same like on sparc. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From Darin.Perusich at cognigencorp.com Thu Jan 27 17:57:42 2005 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Thu, 27 Jan 2005 11:57:42 -0500 Subject: [csw-users] kfmclient crashes Message-ID: <41F91D86.10103@cognigencorp.com> hello, as i've been playing with kde_gcc it would seem that everytime i run any kfmclient command it crashes, is anyone else experiencing this? i've run a traceback, the output is below. this system is a sunfire-v210 running solaris 9, kernel Generic_117171-17, with the 9_Recommended from 25/Jan/05. it's a sunray server running srss3.0 and i'm connecting with a sunray1 appliance. thanks again for you assistance. sol-thread active. Retry #1: Retry #2: Retry #3: Retry #4: [New LWP 1 ] [New Thread 1 (LWP 1)] [Switching to Thread 1 (LWP 1)] [KCrash handler] #7 0xfd620db0 in free_unlocked () from /usr/lib/libmalloc.so.1 #8 0xfd620ca0 in free () from /usr/lib/libmalloc.so.1 #9 0xfd6c15d4 in close_converter () from /usr/openwin/lib/locale/common/xlibi18n.so.2 #10 0xfe441468 in close_indirect_converter () from /usr/lib/libX11.so.4 #11 0xfe42a1c4 in _XTextListToTextProperty () from /usr/lib/libX11.so.4 #12 0xfe429e84 in _XmbTextListToTextProperty () from /usr/lib/libX11.so.4 #13 0xfde1801c in qstring_to_xtp () from /opt/csw/kde-gcc/lib/libqt-mt.so.3 #14 0xfde1811c in QWidget::setCaption () from /opt/csw/kde-gcc/lib/libqt-mt.so.3 #15 0xfed1cd50 in KMainWindow::setPlainCaption () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #16 0xfed1cc54 in KMainWindow::setCaption () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #17 0xfed1f288 in KMainWindow::initKMainWindow () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #18 0xfed1f614 in KMainWindow::KMainWindow () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #19 0xff35e274 in KParts::MainWindow::MainWindow () from /opt/csw/kde-gcc/lib/libkparts.so.2 #20 0xfd5b884c in KonqMainWindow::KonqMainWindow () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #21 0xfd56f3bc in KonqMisc::createBrowserWindowFromProfile () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #22 0xfd56febc in KonqMisc::createNewWindow () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #23 0xfd54a984 in kdemain () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #24 0x00015c8c in execpath_avoid_loops () #25 0x000166e8 in execpath_avoid_loops () #26 0x00016dc4 in execpath_avoid_loops () #27 0x000179f8 in main () -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper at cognigencorp.com From steve.scharf at dynasys.com Fri Jan 28 19:34:05 2005 From: steve.scharf at dynasys.com (Steve Scharf) Date: Fri, 28 Jan 2005 10:34:05 -0800 Subject: [csw-users] Package(s) request Message-ID: <41FA859D.4030406@dynasys.com> Is there a reason that PHP and IP Filter are not available via Blastwave? It seems like they would be great additions. I figure there must be a very good and obvious reason - maybe licensing? Love the pkg-get. Keep up the good work! steve From qy1ggy802 at sneakemail.com Fri Jan 28 20:14:50 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Fri, 28 Jan 2005 14:14:50 -0500 Subject: [csw-users] More Perl modules In-Reply-To: <41FA859D.4030406@dynasys.com> References: <41FA859D.4030406@dynasys.com> Message-ID: <1002-11024@sneakemail.com> Hello, I've noticed that there are a number perl modules available via pkg-get, and wondering how/if I can request some additional modules via blastwave. Thanks for a great service. It's very helpful. From asmoore at blastwave.org Fri Jan 28 20:29:22 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Fri, 28 Jan 2005 13:29:22 -0600 Subject: [csw-users] More Perl modules In-Reply-To: <1002-11024@sneakemail.com> References: <41FA859D.4030406@dynasys.com> <1002-11024@sneakemail.com> Message-ID: <20050128132922.0000238d@sws602> On Fri, 28 Jan 2005 14:14:50 -0500 "Tim Longo" wrote: > > Hello, > > I've noticed that there are a number perl modules available via pkg-get, > and wondering how/if I can request some additional modules via > blastwave. Follow the link 'Package Request Form' on the Packages page. Alex From rob at cboh.org Fri Jan 28 20:42:26 2005 From: rob at cboh.org (Robert Stampfli) Date: Fri, 28 Jan 2005 14:42:26 -0500 Subject: [csw-users] Package(s) request In-Reply-To: <41FA859D.4030406@dynasys.com> References: <41FA859D.4030406@dynasys.com> Message-ID: <20050128194226.GA19405@colnet> On Fri, Jan 28, 2005 at 10:34:05AM -0800, Steve Scharf wrote: > Is there a reason that PHP and IP Filter are not available via > Blastwave? It seems like they would be great additions. I figure there > must be a very good and obvious reason - maybe licensing? The 'mod_php' package contains both the PHP apache module and the command line interpreter. > Love the pkg-get. Keep up the good work! Ditto. Rob From slakje at quicknet.nl Fri Jan 28 22:24:27 2005 From: slakje at quicknet.nl (Thom Holwerda) Date: Fri, 28 Jan 2005 22:24:27 +0100 Subject: [csw-users] PATH; Xfce Message-ID: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> Hi, I've got two questions. First: the whole PATH thing. I'm quite experienced with computers, but I never really took the time to dive into more advanced *nix stuff like that. In what file and where do I put the "/opt/cws/bin" ? I know how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I have no idea as to how to automate this process. It's supposed to be set into the root ".profile", but where is this file? The second question refers to Xfce 4.0.6. I installed both the Xfce and dtlogin package-- all seems fine: xfce turns up nicely on the dtlogin menu. However, whenever I try to login in to Xfce, it reloads the dtlogin screen. I can only still log into CDE. Any ideas? I'm running Solaris 9 on a Sun Ultra 5 (270 Mhz UltraSPARC IIi, 128mbram). Thanks a lot in advance, Thom Holwerda --- Main editor of http://www.expert-zone.com, bringing you the OS/Computer news that matters From dreyerja at uni-paderborn.de Sat Jan 29 00:46:22 2005 From: dreyerja at uni-paderborn.de (Jan Dreyer) Date: Sat, 29 Jan 2005 00:46:22 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> Message-ID: <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> -----BEGIN PGP SIGNED MESSAGE----- Hi, Am 28.01.2005 um 22:24 schrieb Thom Holwerda: > First: the whole PATH thing. I'm quite experienced with computers, but > I never really took the time to dive into more advanced *nix stuff > like that. In what file and where do I put the "/opt/cws/bin" ? I know > how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I > have no idea as to how to automate this process. It's supposed to be > set into the root ".profile", but where is this file? I assume you are using bash or zsh. Then this file is /etc/profile You may also edit /etc/bashrc Greetings Jan Dreyer - -- IMT (Zentrum Informations- und Medien-Technologien) +-----------+ | USE PGP! |\ O---m /| Let the SUN shine in your heart ;-) | (key via server |/`-------'\| - -> zustaendig fuer: Unix-Server, CA | or on request) +-----------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iQCVAwUBQfrOzmdIcsNB7AJxAQEzUgP8Ctabr3aoPMzRH7YOe91+vtZClSdf/IrL zJki8HweC/kqVOm9Y92wsKNfmSpRXj4v2kl86pE1nEL076ClybZo9GyyDILV1pCS gLiCyyNgQ1Vg/AHuZCZ3Z+t2Rke8aG3J4mDCut8gvYJI6i7kGMtf3MY7kVxEs3iK un9thNb/DdU= =05o/ -----END PGP SIGNATURE----- From james at blastwave.org Sat Jan 29 11:08:53 2005 From: james at blastwave.org (James Lee) Date: Sat, 29 Jan 2005 10:08:53 GMT Subject: [csw-users] Package(s) request In-Reply-To: <41FA859D.4030406@dynasys.com> References: <41FA859D.4030406@dynasys.com> Message-ID: <20050129.10085300.3209954554@landeck.jamesipoos.com> On 28/01/05, 18:34:05, Steve Scharf wrote regarding [csw-users] Package(s) request: > Is there a reason that PHP and IP Filter are not available via > Blastwave? I have built IPFilter both 3 and 4 (which requires pfil also) as CSW packages. A problem with IPFilter 3 is that it uses non-API system calls so might not work if the right kernel patches are install, unfortunately no one said which. There seems to be dissatisfaction with IPFilter 4 on Solaris <= 9 (according to the ipf mailing list) and I use IPFilter-3.4.35 myself. Solaris 10 has IPFilter 4 integrated. My IPFilter-4.1.5 packages need more testing as pfil needs to be unloaded and installed around IPFilter during package upgrades and there is problem if all interfaces are not up at install (eg sppp). Version 3 is working for me and I've had other things to do, put another way I need a reason to move to version 4. These are my packages if anyone want to try them: http://blastwave.informatik.uni-erlangen.de/csw/users/james/ipfilter- 3.4.35-SunOS5.8-i386-CSW.pkg.gz http://blastwave.informatik.uni-erlangen.de/csw/users/james/ipfilter- 3.4.35-SunOS5.8-sparc-CSW.pkg.gz Do people want V3 or V4? Would people like the choice of installing either V3 or V4? ie, if they were separate packages? James. From ihsan at dogan.ch Sat Jan 29 21:05:23 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Sat, 29 Jan 2005 21:05:23 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> Message-ID: <20050129200523.GA6901@dogan.ch> On Saturday, 29 Jan 2005 00:46 +0100, Jan Dreyer wrote: > > First: the whole PATH thing. I'm quite experienced with computers, but > > I never really took the time to dive into more advanced *nix stuff > > like that. In what file and where do I put the "/opt/cws/bin" ? I know > > how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I > > have no idea as to how to automate this process. It's supposed to be > > set into the root ".profile", but where is this file? > > I assume you are using bash or zsh. Then this file is /etc/profile > You may also edit /etc/bashrc Another solution would be the /etc/default/login file. You can change the PATH and SUPATH values for you needs. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20050129/98e4d742/attachment.bin From slakje at quicknet.nl Sat Jan 29 21:42:00 2005 From: slakje at quicknet.nl (Thom Holwerda) Date: Sat, 29 Jan 2005 21:42:00 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <20050129200523.GA6901@dogan.ch> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> <20050129200523.GA6901@dogan.ch> Message-ID: <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> Hi, Well, I added the command to my /etc/profile, but it doesn't seem to work. Take a look at my file: Begin profile: -------- #ident "@(#)profile 1.19 01/03/13 SMI" /* SVr4.0 1.3 */ # The profile that all logins get before using their own .profile. trap "" 2 3 export PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/ opt/cws/bin: export LOGNAME PATH if [ "$TERM" = "" ] then if /bin/i386 then TERM=sun-color else TERM=sun fi export TERM fi # Login and -su shells get /etc/profile services. # -rsh is given its environment in its .profile. case "$0" in -sh | -ksh | -jsh | -bash) if [ ! -f .hushlogin ] then /usr/sbin/quota # Allow the user to break the Message-Of-The-Day only. trap "trap '' 2" 2 /bin/cat -s /etc/motd trap "" 2 /bin/mail -E case $? in 0) echo "You have new mail." ;; 2) echo "You have mail." ;; esac fi esac umask 022 trap 2 3 ----------- End profile. Well, it gives me the following error when i open a console: "-sh: PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/ opt/cws/bin:: is not an identifier" Something tells me I'm doing something really ignorant, though. Be nice ;). Anyway, this is probably also why Xfce won't load; without setting the /opt/cws/bin it can't find the Xfce binaries! Thanks in advance, yet again, Thom Holwerda On 29-jan-05, at 21:05, Ihsan Dogan wrote: > On Saturday, 29 Jan 2005 00:46 +0100, Jan Dreyer wrote: > >>> First: the whole PATH thing. I'm quite experienced with computers, >>> but >>> I never really took the time to dive into more advanced *nix stuff >>> like that. In what file and where do I put the "/opt/cws/bin" ? I >>> know >>> how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I >>> have no idea as to how to automate this process. It's supposed to be >>> set into the root ".profile", but where is this file? >> >> I assume you are using bash or zsh. Then this file is /etc/profile >> You may also edit /etc/bashrc > > Another solution would be the /etc/default/login file. You can > change the PATH and SUPATH values for you needs. > > > > Ihsan... > > -- > Swiss Unix User Group: http://www.suug.ch/ > Software Packages for Solaris: http://www.blastwave.org/ > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From ihsan at dogan.ch Sat Jan 29 21:47:53 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Sat, 29 Jan 2005 21:47:53 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> <20050129200523.GA6901@dogan.ch> <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> Message-ID: <20050129204753.GB6901@dogan.ch> On Saturday, 29 Jan 2005 21:42 +0100, Thom Holwerda wrote: > export > PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/ > opt/cws/bin: Keep in mind that sh and bash are different shells. Change it in to (two lines): PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/opt/csw/bin export PATH Or use the /etc/default/login file. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From slakje at quicknet.nl Sat Jan 29 22:41:09 2005 From: slakje at quicknet.nl (Thom Holwerda) Date: Sat, 29 Jan 2005 22:41:09 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <20050129204753.GB6901@dogan.ch> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> <20050129200523.GA6901@dogan.ch> <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> <20050129204753.GB6901@dogan.ch> Message-ID: <94537f6e8980bae42ea2d0ca00ec5d0e@quicknet.nl> Okay, all is working fine now. Xfce on Solaris is nice! Thanks for the help, I appreciate it, Thom Holwerda From mailbox at adrianhoe.com Mon Jan 31 06:26:49 2005 From: mailbox at adrianhoe.com (=?UTF-8?Q?Adrian_Hoe_=E8=B4=BA=E6=96=87=E8=80=80?=) Date: Mon, 31 Jan 2005 13:26:49 +0800 Subject: [csw-users] Re: Can't get Gnome and KDE In-Reply-To: <20050125110017.0607A6DE3@enterprise.dogan.ch> Message-ID: On Tuesday, Jan 25, 2005, at 19:00 Asia/Kuala_Lumpur, users-request at lists.blastwave.org wrote: > 1. Can't get Gnome and KDE (Adrian Hoe) > 2. Re: Can't get Gnome and KDE (Alex S Moore) >> Here's the errors: >> >> pkgadd: ERROR: attempt to process datastream failed >> - bad format in datastream table-of-contents >> pkgadd: ERROR: could not process datastream from >> > CSW.pkg.gz> >> ERROR: could not add CSWgnomedtlogin. > > These are errors typically seen with a pkgadd that needs patches. > There > may be specific patches listed somewhere, but I cannot find it just > now. > You do get the proper updates from the recommended patch cluster. And > yes, some packages will work and some will not. Ok. I installed the patch and pkg-get begins to download and install kde. Installation was successful. However, I'm not able to login with kde. I see the kde sign at the login manager after I choose kde session. The login splash appears on the screen with "KDE 3.3.1... (blastwave.org). Then I am returned to the login manager again. Looks like something goes wrong in kde or my system. Do I need any patches to run kde 3.3.1? I removed Sun's kde. My machine is SB150 with Sparc 9 which comes with the Sun's CD sets (Developer Software Enterprise Edition). Please help. -- "Break the Windows and breathe free" - Adrian Hoe, 1998 http://adrianhoe.com From ericr at sourmilk.net Tue Jan 4 03:17:39 2005 From: ericr at sourmilk.net (Eric Rivas) Date: Mon, 03 Jan 2005 21:17:39 -0500 Subject: [csw-users] Horrible fonts with GTK apps Message-ID: <41D9FCC3.10400@sourmilk.net> Hello, I know that this had been talked about a bit, but I can't seem to find a solution. A lot of fonts look broken, squished together and generally rendered improperly. I used gaim and fonts in them looked nice until I installed firefox (I'm pretty sure it started after that and I hadn't installed anything else). I'm using Sol9/SPARC and all packages are up-to-date. Anyone have any solutions/ideas? Thanks in advanced. -- Eric Rivas From ocalld at yahoo.co.uk Tue Jan 4 11:47:44 2005 From: ocalld at yahoo.co.uk (Dan O'Callaghan) Date: Tue, 04 Jan 2005 10:47:44 +0000 Subject: [csw-users] junk filter in Evolution Message-ID: <1104835664.626.5.camel@dan-sun1> Hi has anyone got the junk filter working with evolution? I'm getting a couple of hundred spams a week and evolution doesn't detect any of them. I have "check incoming mail for junk" selected also have "include remote tests" selected. Every single spam gets through. does this function work???? cheers Dan. -- Dan O'Callaghan private From michael at blastwave.org Tue Jan 4 12:43:30 2005 From: michael at blastwave.org (Michael Gernoth) Date: Tue, 4 Jan 2005 12:43:30 +0100 Subject: [csw-users] junk filter in Evolution In-Reply-To: <1104835664.626.5.camel@dan-sun1> References: <1104835664.626.5.camel@dan-sun1> Message-ID: <20050104114329.GA7972@zerfleddert.de> Hi, On Tue, Jan 04, 2005 at 10:47:44AM +0000, Dan O'Callaghan wrote: > does this function work???? I think so. You need to do a pkg-get -i spamassassin, though. As this is not really required for evolution, I didn't add it as a dependency. That would only lead to the installation of many unused packages for people who don't wan't to run the integrated spam-filtering. I'll add a news-entry for evolution... Regards, Michael From qy1ggy802 at sneakemail.com Tue Jan 4 14:27:14 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Tue, 04 Jan 2005 08:27:14 -0500 Subject: [csw-users] Horrible fonts with GTK apps In-Reply-To: <41D9FCC3.10400@sourmilk.net> References: <41D9FCC3.10400@sourmilk.net> Message-ID: <4217-30497@sneakemail.com> I was having very bad font problems as you describe, in evolution, and firefox, and gaim. After trying some suggestions from this list with /opt/csw/etc/fonts/fonts.conf, ~.fonts.conf, and turning on anti-aliasing for fonts in my control panel, I finally got things to look better (though not perfect). On Mon, 2005-01-03 at 21:17 -0500, Eric Rivas ericr-at-sourmilk.net | blastwave| wrote: > Hello, > > I know that this had been talked about a bit, but I can't seem to find a > solution. A lot of fonts look broken, squished together and generally > rendered improperly. I used gaim and fonts in them looked nice until I > installed firefox (I'm pretty sure it started after that and I hadn't > installed anything else). > > I'm using Sol9/SPARC and all packages are up-to-date. > > Anyone have any solutions/ideas? > > Thanks in advanced. > From Daniel.Berger at qwest.com Tue Jan 4 22:06:56 2005 From: Daniel.Berger at qwest.com (Berger, Daniel) Date: Tue, 4 Jan 2005 15:06:56 -0600 Subject: [csw-users] 64-bit question Message-ID: <8FE83020B9E1A248A182A9B0A7B76E7358B148@itomae2km07.AD.QINTRA.COM> Hi all, Solaris 9 gcc 3.3.3 $LD_LIBRARY_PATH not set /opt/csw/bin in $PATH I'm a little confused about a 64-bit issue. I installed the openssl package from blastwave. Today, I tried building Ruby 1.8.2 with the -m64 option, but it's giving me ELFCLASS errors when it tries to link against libssl.so. I thought that the linker automatically determined the appropriate library via isaexec. I see /opt/csw/lib/sparc and /opt/csw/lib/sparcv9 (and libssl.so under each). Or does isaexec only apply to executable binaries and not shared objects? I wasn't sure. Is it possible my openssl package is borked? Or are all blastwave.org packages 32-bit only? If so, what if I explicitly wanted a 64-bit version? Regards, Dan From asmoore at blastwave.org Tue Jan 4 23:23:34 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Tue, 4 Jan 2005 16:23:34 -0600 Subject: [csw-users] 64-bit question In-Reply-To: <8FE83020B9E1A248A182A9B0A7B76E7358B148@itomae2km07.AD.QINTRA.COM> References: <8FE83020B9E1A248A182A9B0A7B76E7358B148@itomae2km07.AD.QINTRA.COM> Message-ID: <20050104162334.00004337@sws602> On Tue, 4 Jan 2005 15:06:56 -0600 "Berger, Daniel" wrote: > I thought that the linker automatically determined the appropriate > library via isaexec. I see /opt/csw/lib/sparc and /opt/csw/lib/sparcv9 > (and libssl.so under each). Or does isaexec only apply to executable > binaries and not shared objects? I wasn't sure. Not the official answer, but isaexec is for executables. > > Is it possible my openssl package is borked? Or are all blastwave.org > packages 32-bit only? If so, what if I explicitly wanted a 64-bit > version? I have a small number of 64-bit packages that use CSWopenssl. It works fine. Try adding to your export list (for sparc only): LDFLAGS=-L/opt/csw/lib/64 LD_OPTIONS=-R/opt/csw/lib/$ISAEXEC You also have to build executables in the proper place with a hard link in {PREFIX}/bin pointing to isaexec. That usually covers it but there are exceptions. Alex -- From asmoore at blastwave.org Wed Jan 5 20:56:56 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 5 Jan 2005 13:56:56 -0600 Subject: [csw-users] Help with mozilla Message-ID: <20050105135656.00002dfc@sws602> Something has gone very wrong with my Solaris 9 SPARC workstation. When I try to start mozilla, I get the following message. Help anyone? I have done a pkg-get -Uu. [amoore at sws602 amoore]$ /opt/csw/bin/mozilla & [1] 8060 [amoore at sws602 amoore]$ ** ERROR **: Accessibility app error: exception during registry activation fromid: IDL:Bonobo/GeneralError:1.0 aborting... Abort - core dumped [1]+ Exit 134 /opt/csw/bin/mozilla [amoore at sws602 amoore]$ ~ Thanks, Alex -- From jreid at vnet.net Sun Jan 9 21:52:33 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 09 Jan 2005 14:52:33 -0600 Subject: [csw-users] gnomelibs install issues Message-ID: <41E19991.9040906@vnet.net> I was trying to complile digital dj - the mp3 front end for grip and it required I installed gnomelibs. This is from the install of gnomelibs: ---------- ## Verifying package dependencies. WARNING: The package "" is a prerequisite package and should be installed. WARNING: The package "" is a prerequisite package and should be installed. WARNING: The package "CSWgnomelibs " is a prerequisite package and should be installed. Do you want to continue with the installation of [y,n,?] n Installation of was terminated due to user request. No changes were made to the system. ERROR: could not add CSWgnomelibs. ---------- the depend file in the CSWgnomelibs package looks suspect. I had to install the dependancies by hand, then edit the gnomelibs package (edit th depend file, checksum it and edit pkgmap) and then i could use pkgadd to add it by hand. I've stll got ddj issues but I'm past this. -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From james at blastwave.org Sun Jan 9 22:28:53 2005 From: james at blastwave.org (James Lee) Date: Sun, 09 Jan 2005 21:28:53 GMT Subject: [csw-users] gnomelibs install issues In-Reply-To: <41E19991.9040906@vnet.net> References: <41E19991.9040906@vnet.net> Message-ID: <20050109.21285300.121214154@landeck.jamesipoos.com> On 09/01/05, 20:52:33, Joe Reid wrote regarding [csw-users] gnomelibs install issues: > I was trying to complile digital dj - the mp3 front end for grip and it > required I installed gnomelibs. This is from the install of gnomelibs: > the depend file in the CSWgnomelibs package looks suspect. Correct. The depend file has: PI CSWgnomelibs which is nonsense. However note the CSWgnomelibs package has been withdrawn from the latest unstable catalog (despite still being offered in the "stable" listing). I'd recommend removing it ("pkgrm CSWgnomelibs"). I think CSWlibgnome (software name "libgnome") is the replacement. Perhaps Michael Gernoth, the maintainer, can give a better answer. Try this page to look for the files you need: http://www.blastwave.org/filesearch/libgnome James. From jreid at vnet.net Mon Jan 10 00:13:09 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 09 Jan 2005 17:13:09 -0600 Subject: [csw-users] gnomelibs install issues In-Reply-To: <20050109.21285300.121214154@landeck.jamesipoos.com> References: <41E19991.9040906@vnet.net> <20050109.21285300.121214154@landeck.jamesipoos.com> Message-ID: <41E1BA85.6010601@vnet.net> James Lee wrote: [snip] > Correct. The depend file has: > PI CSWgnomelibs > which is nonsense. Could that typo have been the cause of the pkg-get install of CSWgnomelibs not to install any of its dependancies? > However note the CSWgnomelibs package has been withdrawn from the latest > unstable catalog (despite still being offered in the "stable" listing). > I'd recommend removing it ("pkgrm CSWgnomelibs"). I think CSWlibgnome > (software name "libgnome") is the replacement. Perhaps Michael Gernoth, > the maintainer, can give a better answer. Try this page to look for the > files you need: > http://www.blastwave.org/filesearch/libgnome Hmm..... The file that ddj was looking for was gnomeConf.sh (during configure --prefix=/opt/csw) which doesn't seem to be available elsewhere according to filesearch? At this point I'll take suggestions for other mp3/sql front ends? (I still can't get ddj to compile) BTW - before I go any further - those of you who build and maintain these package - THANKS!!! -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From linzell at neptunesci.com Mon Jan 10 21:20:00 2005 From: linzell at neptunesci.com (Robert S. Linzell) Date: Mon, 10 Jan 2005 14:20:00 -0600 Subject: [csw-users] GNOME 2.8.1/Solaris Works for Root but Not Other Users Message-ID: <41E2E370.3040807@neptunesci.com> Greetings, I just installed GNOME 2.8.1 for Solaris on a Sun Blade 100 running Solaris 9. When logging in as root, GNOME 2.8.1 comes up. When logging in under my regular username, the login screen goes black for a few seconds, then it flickers and the normal DT hourglass appears and the dtlogin screen reappears. I used the 'pkg-get install gnome' command per the Blastwave web page. I ran /usr/bin/gnome-cleanup, and removed the directories it found. I removed .dt and several older directories of that nature, but to no avail. I even tried to copy the various .gnome* directories from / that appeared to have been generated for root, but to no avail. GNOME 2.0 still works correctly, FWIW. TIA for any assistance you can provide. Bob -- ___________________________________________________________ | Robert S. Linzell | | Planning Systems, Inc. Phone: 985-649-7252, x221 | | Neptune Sciences Division FAX: 985-649-9679 | | 40201 Hwy. 190 East linzell AT neptunesci DOT com | | Slidell, LA 70461-2443 USA http://www.NeptuneSci.com/ | | My PGP Public Key(s): http://www.pgp.net/wwwkeys.html | |___________________________________________________________| From linzell at neptunesci.com Mon Jan 10 21:42:25 2005 From: linzell at neptunesci.com (Robert S. Linzell) Date: Mon, 10 Jan 2005 14:42:25 -0600 Subject: [csw-users] GNOME 2.8.1/Solaris Works for Root but Not Other Users In-Reply-To: <41E2E370.3040807@neptunesci.com> References: <41E2E370.3040807@neptunesci.com> Message-ID: <41E2E8B1.6030608@neptunesci.com> Never mind; I found the problem: I had an incompatible LD_LIBRARY_PATH env. variable set. After I removed the line from my .rc file, GNOME 2.8.1 worked as advertised. Thanks anyway, Bob Robert S. Linzell wrote: > Greetings, > > I just installed GNOME 2.8.1 for Solaris on a Sun Blade 100 running > Solaris 9. > When logging in as root, GNOME 2.8.1 comes up. When logging in under my > regular > username, the login screen goes black for a few seconds, then it > flickers and > the normal DT hourglass appears and the dtlogin screen reappears. I > used the > 'pkg-get install gnome' command per the Blastwave web page. > > I ran /usr/bin/gnome-cleanup, and removed the directories it found. I > removed > .dt and several older directories of that nature, but to no avail. I > even tried > to copy the various .gnome* directories from / that appeared to have been > generated for root, but to no avail. GNOME 2.0 still works correctly, > FWIW. > > TIA for any assistance you can provide. > Bob -- ___________________________________________________________ | Robert S. Linzell | | Planning Systems, Inc. Phone: 985-649-7252, x221 | | Neptune Sciences Division FAX: 985-649-9679 | | 40201 Hwy. 190 East linzell AT neptunesci DOT com | | Slidell, LA 70461-2443 USA http://www.NeptuneSci.com/ | | My PGP Public Key(s): http://www.pgp.net/wwwkeys.html | |___________________________________________________________| From mats.larsson at ericsson.com Wed Jan 12 13:15:23 2005 From: mats.larsson at ericsson.com (Mats Larsson) Date: Wed, 12 Jan 2005 13:15:23 +0100 Subject: [csw-users] Mplayer not working Message-ID: <41E514DB.2030605@ericsson.com> Get this when trying to start mplayer % /opt/csw/bin/mplayer ld.so.1: /opt/csw/bin/sparcv8plus+vis/mplayer: fatal: libmp3lame.so.0: open failed: No such file or directory Killed % ls -l /opt/csw/lib/libmp3lame* -rw-r--r-- 1 root bin 559436 Aug 3 04:50 /opt/csw/lib/libmp3lame.a -rw-r--r-- 1 root bin 817 Aug 3 04:50 /opt/csw/lib/libmp3lame.la -rw-r--r-- 1 root bin 463232 Aug 3 04:50 /opt/csw/lib/libmp3lame.so.0.0.0 What's wrong? BR MOL From ax11 at ax11.de Wed Jan 12 14:24:18 2005 From: ax11 at ax11.de (Thomas Amm) Date: Wed, 12 Jan 2005 14:24:18 +0100 Subject: [csw-users] Mplayer not working In-Reply-To: <41E514DB.2030605@ericsson.com> References: <41E514DB.2030605@ericsson.com> Message-ID: <1105536257.702.4.camel@excalibur> Am Mi, den 12.01.2005 schrieb Mats Larsson um 13:15: > Get this when trying to start mplayer > > % /opt/csw/bin/mplayer > ld.so.1: /opt/csw/bin/sparcv8plus+vis/mplayer: fatal: libmp3lame.so.0: > open failed: No such file or directory > Killed > > % ls -l /opt/csw/lib/libmp3lame* > -rw-r--r-- 1 root bin 559436 Aug 3 04:50 > /opt/csw/lib/libmp3lame.a > -rw-r--r-- 1 root bin 817 Aug 3 04:50 > /opt/csw/lib/libmp3lame.la > -rw-r--r-- 1 root bin 463232 Aug 3 04:50 > /opt/csw/lib/libmp3lame.so.0.0.0 > > What's wrong? I handled this sucessfully by a quick and dirty "ln -s /opt/csw/lib/libmp3lame.so.0.0.0 /opt/csw/lib/libmp3lame.so.0" Maybe there's a more sophisticated way, like Linux' "ldconfig" but I didn' find one. From asmoore at blastwave.org Wed Jan 12 14:40:46 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 12 Jan 2005 07:40:46 -0600 Subject: [csw-users] Mplayer not working In-Reply-To: <1105536257.702.4.camel@excalibur> References: <41E514DB.2030605@ericsson.com> <1105536257.702.4.camel@excalibur> Message-ID: <20050112074046.00004f8f@sws602> On Wed, 12 Jan 2005 14:24:18 +0100 Thomas Amm wrote: > I handled this sucessfully by a quick and dirty > > "ln -s /opt/csw/lib/libmp3lame.so.0.0.0 /opt/csw/lib/libmp3lame.so.0" > > Maybe there's a more sophisticated way, like Linux' "ldconfig" but I didn' find one. I think that the CSWlame package should have this symlink. Please enter a bug report in bug tracking. Alex From delrio at mie.utoronto.ca Wed Jan 12 17:30:59 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 12 Jan 2005 11:30:59 -0500 Subject: [csw-users] Mplayer not working In-Reply-To: <41E514DB.2030605@ericsson.com> References: <41E514DB.2030605@ericsson.com> Message-ID: <41E550C3.6040305@mie.utoronto.ca> Mats Larsson wrote: > Get this when trying to start mplayer > > % /opt/csw/bin/mplayer > ld.so.1: /opt/csw/bin/sparcv8plus+vis/mplayer: fatal: libmp3lame.so.0: > open failed: No such file or directory > Killed > > % ls -l /opt/csw/lib/libmp3lame* > -rw-r--r-- 1 root bin 559436 Aug 3 04:50 > /opt/csw/lib/libmp3lame.a > -rw-r--r-- 1 root bin 817 Aug 3 04:50 > /opt/csw/lib/libmp3lame.la > -rw-r--r-- 1 root bin 463232 Aug 3 04:50 > /opt/csw/lib/libmp3lame.so.0.0.0 same bug in the x86 package % ldd /opt/csw/bin/mplayer | grep lame libmp3lame.so.0 => (file not found) From delrio at mie.utoronto.ca Wed Jan 12 22:27:59 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 12 Jan 2005 16:27:59 -0500 Subject: [csw-users] Unable to run apache from read-only filesystem Message-ID: <41E5965F.6090808@mie.utoronto.ca> We install all CSW stuff on a file server and export it read-only to servers and workstations. I tried to run apache on a server with /opt/csw/apache NFS mounted, with local configuration /etc/apache/conf/httpd.conf edited so that log files and document root are defined in /etc/apache/logs and /etc/apache/htdocs and then running /opt/csw/apache/bin/httpd -f /etc/apache/conf/httpd.conf I get the error Ouch! ap_mm_create(1048576, "/opt/csw/apache/logs/httpd.mm.19880") failed Error: MM: mm:core: failed to open semaphore file (Read-only file system): OS: No such file or directory There is no configuration for the path of the httpd.mm file, it seems to be always relative to the Server Root. #/opt/csw/apache/bin/httpd -V Server version: Apache/1.3.33 (Unix) Server built: Nov 5 2004 01:25:20 Server compiled with.... -D EAPI_MM_CORE_PATH="logs/httpd.mm" As a workaround, I made /opt/csw/apache/logs a symlink to /etc/apache/logs on the NFS server but it is going to break at the next package upgrade. Should I file a bug requesting that the httpd.mm file be configured outside the server root, perhaps in /var/run? Anyone can think of another solution or a problem with having httpd.mm in /var/run? Thanks Oscar From Cory.Omand at Sun.COM Wed Jan 12 23:08:14 2005 From: Cory.Omand at Sun.COM (Cory Omand) Date: Wed, 12 Jan 2005 14:08:14 -0800 Subject: [csw-users] Unable to run apache from read-only filesystem In-Reply-To: <41E5965F.6090808@mie.utoronto.ca> References: <41E5965F.6090808@mie.utoronto.ca> Message-ID: <1105567693.15562.38.camel@haywire> >From what I can see, EAPI_MM_CORE_PATH as configured in the CSWapache package will always be relative to ServerRoot. You can change the server root by passing the '-d' argument to httpd. This will then change where you load configs from, and will mean you'll probably have to specify a full path to module files to load up modules. -C. On Wed, 2005-01-12 at 13:27, Oscar del Rio wrote: > We install all CSW stuff on a file server and export > it read-only to servers and workstations. > > I tried to run apache on a server with /opt/csw/apache > NFS mounted, with local configuration /etc/apache/conf/httpd.conf > edited so that log files and document root are defined in > /etc/apache/logs and /etc/apache/htdocs and then running > /opt/csw/apache/bin/httpd -f /etc/apache/conf/httpd.conf > > I get the error > > Ouch! ap_mm_create(1048576, "/opt/csw/apache/logs/httpd.mm.19880") > failed > Error: MM: mm:core: failed to open semaphore file (Read-only file > system): OS: No such file or directory > > There is no configuration for the path of the httpd.mm file, it > seems to be always relative to the Server Root. > > #/opt/csw/apache/bin/httpd -V > Server version: Apache/1.3.33 (Unix) > Server built: Nov 5 2004 01:25:20 > Server compiled with.... > -D EAPI_MM_CORE_PATH="logs/httpd.mm" > > As a workaround, I made /opt/csw/apache/logs a symlink to > /etc/apache/logs on the NFS server but it is going to > break at the next package upgrade. > > Should I file a bug requesting that the httpd.mm file be > configured outside the server root, perhaps in /var/run? > > Anyone can think of another solution or a problem with > having httpd.mm in /var/run? > > Thanks > > Oscar > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users -- _________________________________________________ Cory C. Omand Cory.Omand at Sun.COM SSG Operations Engineering 510.315.5959 Sun Microsystems, Newark CA NWK20-210 From raincip at yahoo.com Fri Jan 14 02:28:31 2005 From: raincip at yahoo.com (rain cip) Date: Thu, 13 Jan 2005 17:28:31 -0800 (PST) Subject: [csw-users] CSWgnome is slower than CSWkde_gcc on SPARC? Message-ID: <20050114012831.48602.qmail@web51104.mail.yahoo.com> Before I start, I just want to say THANKS to the package maintainers. My installation of both packages went very smooth. I was amazed to discover that they had both been integrated into the dtlogin after the installation was completed so all I had to do was to log out and log back in. Well done, guys! My box is a Ultra10/sparcv9 440Mhz with Solaris 9 4/04. I installed all the patches (180 in total!) recommended by the Solaris patch manger prior to downloading the two packages. The graphics card is Creator 3D (FFB2+). I set up Xsun to run defdepth at 24. I implemented all those performance enhancement tips for gnome, i.e. running the Atlanta theme, using window frame, no icon in the menu, and etc. Still, the gnome appears to run much slower than CDE in terms of graphics rendering and input response. I had the kpersonalizer set up the performance meter right in the middle when setting up the KDE. Boy, this kde_gcc 3.3.1 package just rocks! Graphics rendering and input response is comparable to that in CDE, considering my CDE only uses the window frame mode. It appears to me that the CSWgnome package does not take full advanage of the graphics accelerator. The CSWkde_gcc package on the other hand uses every bit of it. raincip __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ocalld at eads.com Fri Jan 14 12:06:08 2005 From: ocalld at eads.com (Dan O'Callaghan) Date: Fri, 14 Jan 2005 11:06:08 +0000 Subject: [csw-users] html images in evolution Message-ID: <1105700768.1827.11.camel@dan-sun1> hi Does anyone else have problems displaying html images with evolution? all the images in all my messages just show the usual red cross instead of the image. I've checked that i have "always load Internet images" selected. just wondering if this is just a problem with my setup or evolution in general. several version of evolution ago, i used to see html content. cheers Dan From daniel at dseichter.de Fri Jan 14 12:18:05 2005 From: daniel at dseichter.de (Daniel Seichter) Date: Fri, 14 Jan 2005 12:18:05 +0100 Subject: [csw-users] html images in evolution In-Reply-To: <1105700768.1827.11.camel@dan-sun1> References: <1105700768.1827.11.camel@dan-sun1> Message-ID: <1105701485.3158.46.camel@blade> Hello! I've the same problem! Maybe only a missing library for Solaris or really a bug in evolution!? Daniel Am Freitag, den 14.01.2005, 11:06 +0000 schrieb Dan O'Callaghan: > hi > Does anyone else have problems displaying html images with evolution? > all the images in all my messages just show the usual red cross instead > of the image. > > I've checked that i have "always load Internet images" selected. > > just wondering if this is just a problem with my setup or evolution in > general. > > several version of evolution ago, i used to see html content. > > cheers > Dan > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- Daniel Seichter DSeichter-Software From ocalld at eads.com Fri Jan 14 13:00:54 2005 From: ocalld at eads.com (Dan O'Callaghan) Date: Fri, 14 Jan 2005 12:00:54 +0000 Subject: [csw-users] CSWgnome is slower than CSWkde_gcc on SPARC? In-Reply-To: <20050114012831.48602.qmail@web51104.mail.yahoo.com> References: <20050114012831.48602.qmail@web51104.mail.yahoo.com> Message-ID: <1105704054.3027.2.camel@dan-sun1> I've just installed KDE_GCC got to admit, it is a lot faster with the graphics, There is a problem with the dt_login package. It's only integrated with "C" locale. Coming from the UK, i use a different locale and the KDE is not listed as a desktop option on the login screen. cheers DanO. On Thu, 2005-01-13 at 17:28 -0800, rain cip wrote: > Before I start, I just want to say THANKS to the package maintainers. > My installation of > both packages went very smooth. I was amazed to discover that they > had both been integrated into the dtlogin after the installation was > completed so all I had to do was to > log out and log back in. Well done, guys! > > My box is a Ultra10/sparcv9 440Mhz with Solaris 9 4/04. I installed > all the patches (180 > in total!) recommended by the Solaris patch manger prior to > downloading the two > packages. The graphics card is Creator 3D (FFB2+). I set up Xsun to > run defdepth at 24. > > I implemented all those performance enhancement tips for gnome, i.e. > running the Atlanta > theme, using window frame, no icon in the menu, and etc. Still, the > gnome appears to > run much slower than CDE in terms of graphics rendering and input > response. > > I had the kpersonalizer set up the performance meter right in the > middle when setting up > the KDE. Boy, this kde_gcc 3.3.1 package just rocks! Graphics > rendering and input > response is comparable to that in CDE, considering my CDE only uses > the window frame > mode. > > It appears to me that the CSWgnome package does not take full advanage > of the graphics > accelerator. The CSWkde_gcc package on the other hand uses every bit > of it. > > raincip > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users -- Dan O'Callaghan Snr. UNIX Intergration engineer EADS DS Ltd. Tel: +44 (0)1633 292001 ocalld at eads.com From ihsan at dogan.ch Sat Jan 15 00:58:29 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Sat, 15 Jan 2005 00:58:29 +0100 Subject: [csw-users] html images in evolution In-Reply-To: <1105700768.1827.11.camel@dan-sun1> References: <1105700768.1827.11.camel@dan-sun1> Message-ID: <20050114235829.GA20792@dogan.ch> On Friday, 14 Jan 2005 11:06 +0000, Dan O'Callaghan wrote: > Does anyone else have problems displaying html images with evolution? > all the images in all my messages just show the usual red cross instead > of the image. I have the same probleme here, but I have it since the 1.4.x days. Michael: Is this a bug? Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From raincip at yahoo.com Sat Jan 15 01:21:44 2005 From: raincip at yahoo.com (rain cip) Date: Fri, 14 Jan 2005 16:21:44 -0800 (PST) Subject: [csw-users] How to configure CSWgcc3 to use the gnu linker? Message-ID: <20050115002145.3835.qmail@web51108.mail.yahoo.com> Hi, My box is a Solaric 9 sparc. I installed the CSWbinutils package first which put the gnu linker gld under the /opt/csw/bin directory. Then I installed CSWgcc3. But when I tried to use the gcc to compile something, it found its linker at /usr/ccs/bin/ld. How can I configure gcc3 to use /opt/csw/bin/gld as its linker? The situation I am in is that the configure script is invoked first to test the comopiler and the linker. For some reason, no matther what I did, i.e. exporting CXXFLAGS=-B, or ln -s /opt/csw/gld real-ld in the compiler search path, the configure script always found the linker at /usr/ccs/bin/ld. Any help in finding a solution to this problem will be highly appreciated. rain --------------------------------- Do you Yahoo!? Yahoo! Mail - You care about security. So do we. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nlucier at math.purdue.edu Sat Jan 15 20:12:19 2005 From: nlucier at math.purdue.edu (Neal A. Lucier) Date: Sat, 15 Jan 2005 14:12:19 -0500 Subject: [csw-users] How to configure CSWgcc3 to use the gnu linker? In-Reply-To: <20050115002145.3835.qmail@web51108.mail.yahoo.com> References: <20050115002145.3835.qmail@web51108.mail.yahoo.com> Message-ID: <41E96B13.1000705@math.purdue.edu> rain cip wrote: > Hi, > > My box is a Solaric 9 sparc. I installed the CSWbinutils package first > which put the gnu > linker gld under the /opt/csw/bin directory. Then I installed CSWgcc3. > But when I tried > to use the gcc to compile something, it found its linker at > /usr/ccs/bin/ld. How can I > configure gcc3 to use /opt/csw/bin/gld as its linker? > > The situation I am in is that the configure script is invoked first to > test the comopiler and > the linker. For some reason, no matther what I did, i.e. exporting > CXXFLAGS=-B, or > ln -s /opt/csw/gld real-ld in the compiler search path, the configure > script always found > the linker at /usr/ccs/bin/ld. > > Any help in finding a solution to this problem will be highly appreciated. > > rain > Unless you have a specific reason why you would rather use the GNU ld instead of Sun's, I suggest just using Sun's. I have never had a single problem with Sun's ld. We have a gcc hacker that uses our systems, and he does daily builds of gcc using GNU make, gcc, Sun's ld, and Sun's as and everything always works. We don't even have the GNU binutils installed. This is also on Solaris 9 SPARC. Neal Lucier nlucier at math.purdue.edu From james at blastwave.org Sun Jan 16 11:59:08 2005 From: james at blastwave.org (James Lee) Date: Sun, 16 Jan 2005 10:59:08 GMT Subject: [csw-users] How to configure CSWgcc3 to use the gnu linker? In-Reply-To: <20050115002145.3835.qmail@web51108.mail.yahoo.com> References: <20050115002145.3835.qmail@web51108.mail.yahoo.com> Message-ID: <20050116.10590800.3566741637@landeck.jamesipoos.com> On 15/01/05, 00:21:44, rain cip wrote regarding [csw-users] How to configure CSWgcc3 to use the gnu linker?: > My box is a Solaric 9 sparc. I installed the CSWbinutils package first > which put the gnu linker gld under the /opt/csw/bin directory. Then I > installed CSWgcc3. But when I tried to use the gcc to compile something, > it found its linker at /usr/ccs/bin/ld. How can I configure gcc3 to use > /opt/csw/bin/gld as its linker? With a spec file: $ gcc -specs=$myspecsfile ... Put in your specs file: *linker: /opt/csw/bin/gld You can see the current specs with: $ gcc -dumpspecs or search: $ find /opt/csw/gcc3 -name specs Watch what gcc is doing with: $ gcc -v ... I've never changed ld so this advice is untested beyond a single compile. As the linker is collect2 not /usr/ccs/bin/ld you might have to do a little more. From daniel at dseichter.de Sun Jan 16 18:39:36 2005 From: daniel at dseichter.de (Daniel Seichter (Webmail)) Date: Sun, 16 Jan 2005 18:39:36 +0100 (CET) Subject: [csw-users] Best compile environment? Message-ID: <1479.145.254.247.188.1105897176.24419.squirrel@webmailer.hosteurope.de> Hello, I often want to compile some programes or libraries within the csw tree, but I often receive the error of missing libraries or not found tools,... How I can resolve this and how do you set up your environment to compile sources into the csw tree? Do you have an own user which search paths are set to each specific path in the csw tree or do you configure with many options for each specific library? I want to compile some applications and libraries (first only for tests), but maybe to release a port to the csw tree. Hope someone can give an answer Daniel Seichter From rsun at wlgore.com Sun Jan 16 18:48:52 2005 From: rsun at wlgore.com (Richard D Sun) Date: Sun, 16 Jan 2005 12:48:52 -0500 Subject: [csw-users] Off topic --> gmail Message-ID: I've got some spare invites. anyone interested? Just email me. For those of you who don't know, gmail is the free google email that gives you 1gb of disk space. Right now it's invitation only. Also has anyone thought of porting gmailfs to Solaris and put it on Blastwave? ------------------------------------------ Richard Sun W. L. Gore & Associates, Inc. From asmoore at edge.net Sun Jan 16 19:16:25 2005 From: asmoore at edge.net (Alex S Moore) Date: Sun, 16 Jan 2005 12:16:25 -0600 Subject: [csw-users] Best compile environment? In-Reply-To: <1479.145.254.247.188.1105897176.24419.squirrel@webmailer.hosteurope.de> References: <1479.145.254.247.188.1105897176.24419.squirrel@webmailer.hosteurope.de> Message-ID: <20050116121625.00000f81@sws602> Hi, Daniel On Sun, 16 Jan 2005 18:39:36 +0100 (CET) "Daniel Seichter (Webmail)" wrote: > Hello, > I often want to compile some programes or libraries within the csw tree, > but I often receive the error of missing libraries or not found tools,... I have quite a few CSW packages loaded on one of my workstations that I use to build programs for test. I just kept loading tool related packages until I had something that worked. I can send you a list of CSW packages installed on my workstation, but it would also include a lot of applications that you may not need. You need things like cswutils, autoconf, automake, gm4. Reading the output of configure, like config.log or config.status, will usually point you to the source of a problem. Then use the search page on www.blastwave.org to find what you need to have installed. Read the standard documents on www.blastwave.org. For my test packages, I use a package name like CSWmy, so I can keep up with what is just my test packages. I normally export variables like LDFLAGS (for the compiler to find libraries) and LD_OPTIONS (for the linker to put runpath into objects) and put /opt/csw/bin first in my PATH. For 32-bit packages, here are some examples. LDFLAGS='-L/opt/csw/bdb4/lib -L/opt/csw/lib -L/opt/csw -lnsl -lsocket' LD_OPTIONS='-R/opt/csw/bdb4/lib:/opt/csw/lib' Of course, if you use gcc, you need to setup environment variables for that. Good luck. Feel free to ask specific questions. Someone should be able to help. Alex From ggroetschel at sokoma.de Tue Jan 18 17:34:56 2005 From: ggroetschel at sokoma.de (Gunnar Groetschel) Date: Tue, 18 Jan 2005 17:34:56 +0100 Subject: [csw-users] ERROR: could not add CSWossl Message-ID: Hi List If i would like to install openssl with pkg-get -i openssl I get an [ verifying class ] ERROR: could not add CSWossl On my Solaris 10 b63 x86. File openssl-0.9.7,REV=2004.04.26_rev=d-SunOS5.8-i386-CSW.pkg.gz Thanks Gunnar -------------- next part -------------- An HTML attachment was scrubbed... URL: From asmoore at blastwave.org Tue Jan 18 18:25:25 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Tue, 18 Jan 2005 11:25:25 -0600 Subject: [csw-users] ERROR: could not add CSWossl In-Reply-To: References: Message-ID: <20050118112525.00003dfa@sws602> On Tue, 18 Jan 2005 17:34:56 +0100 "Gunnar Groetschel" wrote: > ERROR: could not add CSWossl > On my Solaris 10 b63 x86. This is an old Solaris 10 bug that should have been fixed by now. You should get a more recent build. This was answered on this list by Michael around 2004-08-26. I think something like `pkgadm -convert` was used as a workaround. Alex From reserv at cs.bestwestern.com Fri Jan 21 10:31:37 2005 From: reserv at cs.bestwestern.com (Best Western - Reservations) Date: Fri, 21 Jan 2005 02:31:37 -0700 Subject: [csw-users] Best Western Customer Relations (KMM2535913V73563L0KM) Message-ID: <200501210931.j0L9Vca21529@cs.bestwestern.com> Your e-mail has been received at Best Western Customer Relations. We are currently experiencing a large volume of mail and appreciate your patience waiting for a response. If your concerns require immediate attention please call 800-528-1238 (accessible from North America only) Outside of North America, please call your nearest Best Western Reservation Office. TOLL-FREE NUMBERS ------------------------- AUSTRALIA: 131779 AUSTRIA: 0800295194 BELGIUM:080016776 CYPRUS: 08095609 DENMARK: 80010988 FINLAND: 080012010 FRANCE: 0800904490 GERMANY:01802212588 GREECE: 00800391273854 IRELAND:1800709101 ISRAEL: 18009452041 ITALY: 800820080 JAPAN: 0120421234 LUXEMBOURG: 08006776 MEXICO: 0018005281234 NETHERLANDS: 08000221455 NEW ZEALAND: 0800237893 NORWAY: 80011624 PORTUGAL: 0800993900 SPAIN: 900993900 SWEDEN: 020792752 SWITZERLAND: 0800552344 TURKEY:00800399072333 U.K: 0800393130 USA: 1800WESTERN Best Western Customer Relations Staff From rob at cboh.org Sat Jan 22 22:44:56 2005 From: rob at cboh.org (Robert Stampfli) Date: Sat, 22 Jan 2005 16:44:56 -0500 Subject: [csw-users] mod_php and its shared memory usage Message-ID: <20050122214456.GA6359@colnet> I've been meaning to ask this for some time: When you add mod_php to your system (and to apache), the apache web server suddenly becomes huge. Actually, the php process is just as large, too. The main culprit seems to be two 65 MB anonymous shared segments. These segments don't seem to be very active -- they don't seem to take up real memory -- but they do consume swap space. However, when apache (or the php command) terminates, it seems to scan them, causing it to grow very large momentarily just before it dies. Actually, I'm speculating here -- I really don't know what causes it to go through this malignant growth phase during the process of termination. Does anyone know what these segments are used for, and is it possible to configure their size, perhaps through php.ini? Thanks in advance, Rob From jreid at vnet.net Sun Jan 23 23:29:27 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 23 Jan 2005 16:29:27 -0600 Subject: [csw-users] grip/cdda2wav issue [sort of off topic] Message-ID: <41F42547.2080600@vnet.net> I've got an AX-1105 sparc motherboard with an ide cdrom drive setup with Sol10 and grip and cdda2wav from blastwave.org installed. I set grip to use /vol/dev/aliaes/cdrom0 and it reads the TOC and successfully looks up the cd in cddb. I can select individual tracks and it plays them (through the headphone jack on the cdrom drive), it will seek, skip and pause but not stop. when I select tracks to rip is fails, it does create the directory structure for the ripped files but there are no created wav files. I try typing in the cdda2wav command on the commandline and that works. Both by using -D 0,2,0 OR by setting the CDDA_DEVICE to /vol/dev/aliaes/cdrom0. It's just that grip never succeeds. the status window says it worked...says it ripped all the songs off the disc. Ideas? This worked once, but I rebuilt the machine...the one thing I know is different is that time I found some boot flag (something like ide-scsi or scsi-ide) that allowed full control over the cdrom device (note above - I have no stop control over the device playing). help... -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From jreid at vnet.net Sun Jan 23 23:29:27 2005 From: jreid at vnet.net (Joe Reid) Date: Sun, 23 Jan 2005 22:29:27 GMT Subject: [csw-users] grip/cdda2wav issue [sort of off topic] Message-ID: <41F42547.2080600@vnet.net> (Missing operator before alternative?) (Might be a runaway multi-line // string starting on line 258) From mailbox at adrianhoe.com Mon Jan 24 19:41:30 2005 From: mailbox at adrianhoe.com (Adrian Hoe) Date: Tue, 25 Jan 2005 02:41:30 +0800 Subject: [csw-users] Can't get Gnome and KDE Message-ID: Hi, I am trying to pkg-get KDE and Gnome but both stopped with an error. It seems like something is wrong with kde_dtlogin and gnome_dtlogin and gnomekeyring. Here's the errors: (For gnome_dtlogin) 02:19:57 (9.19 KB/s) - `gnome_dtlogin-2.8.0,REV=2004.12.10-SunOS5.8-all-CSW.pkg.gz' saved [49611/49611] Analysing special files... cpio: Impossible header type. 1 errors retrying with different archive offset, dont worry about it... 278 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWgnomedtlogin. (For gnomekeyring) 02:15:38 (15.80 KB/s) - `gnomekeyring-0.2.0,REV=2004.04.07-SunOS5.8-sparc-CSW.pkg.gz' saved [134986/134986] Analysing special files... 1087 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWgnomekeyring. ERROR: install of CSWgnomekeyring failed ERROR: could not install required dependancies for CSWgnomedesktop ERROR: install of CSWgnomedesktop failed ERROR: could not install required dependancies for CSWbugbuddy ERROR: install of CSWbugbuddy failed ERROR: could not install required dependancies for CSWgnome (and for kde_dtlogin) 02:22:12 (11.08 KB/s) - `kde_gcc_dtlogin-3.3.1,REV=2004.10.25-SunOS5.8-all-CSW.pkg.gz' saved [33031/33031] Analysing special files... 380 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWkdegccdtlogin. ERROR: install of CSWkdegccdtlogin failed ERROR: could not install required dependancies for CSWkdegcc What could be wrong? I have no problem pkg-get packages like gxine, gcc3 and etc. Please help. -- "Simplicity is the ultimate sophistication." - Leonardo DaVinci. "Complexity is simplicity that has failed." - Adrian Hoe, June 23 2004. http://adrianhoe.com From asmoore at blastwave.org Mon Jan 24 23:36:46 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Mon, 24 Jan 2005 16:36:46 -0600 Subject: [csw-users] Can't get Gnome and KDE In-Reply-To: References: Message-ID: <20050124163646.00004aee@sws602> On Tue, 25 Jan 2005 02:41:30 +0800 "Adrian Hoe" wrote: > Hi, > > I am trying to pkg-get KDE and Gnome but both stopped with an error. It > seems like something is wrong with kde_dtlogin and gnome_dtlogin and > gnomekeyring. > > Here's the errors: > > pkgadd: ERROR: attempt to process datastream failed > - bad format in datastream table-of-contents > pkgadd: ERROR: could not process datastream from > > ERROR: could not add CSWgnomedtlogin. These are errors typically seen with a pkgadd that needs patches. There may be specific patches listed somewhere, but I cannot find it just now. You do get the proper updates from the recommended patch cluster. And yes, some packages will work and some will not. Alex From postmaster at lists.blastwave.org Tue Jan 25 16:24:21 2005 From: postmaster at lists.blastwave.org (Automatic Email Delivery Software) Date: Tue, 25 Jan 2005 10:24:21 -0500 Subject: [csw-users] Message could not be delivered Message-ID: <20050125131019.1973F6D95@enterprise.dogan.ch> The original message was received at Tue, 25 Jan 2005 10:24:21 -0500 from lists.blastwave.org [46.32.101.114] ----- The following addresses had permanent fatal errors ----- users at lists.blastwave.org -------------- next part -------------- A non-text attachment was scrubbed... Name: MESSAGE.BAT Type: application/octet-stream Size: 28864 bytes Desc: not available URL: From lyoungblood at phonechargeinc.com Tue Jan 25 21:24:38 2005 From: lyoungblood at phonechargeinc.com (Luke Youngblood) Date: Tue, 25 Jan 2005 15:24:38 -0500 Subject: [csw-users] AMD64 Packages? Message-ID: Greetings everyone! I am new to the list, but have been enjoying the CSW packages and pkg-get for the last several months now. First I just want to say thank you to all of the package maintainers out there. You have made my life as a sysadmin much more bearable and saved me countless hours compiling software. My question is regarding the AMD64 platform. Does Blastwave plan on releasing 64-bit packages that have been compiled for the Solaris 10 x86-64 architecture in the near future? How will the x86-32 and x86-64 packages be differentiated from each other? It would be great to use the same pkg-get and have it simply figure out whether you need 64-bit binaries or 32-bit binaries when it's executed. I'm getting a 64-bit desktop really soon now and looking forward to the Jan. 31st final release of Solaris 10 for x86-64. Finally I'll be running a great OS at the type of speeds it was intended to run at, and it would be great to have a full 64-bit GNU stack to go along with it. Thanks again for all of your hard work! -- Luke Youngblood System Administrator PhoneCharge, Inc. (203) 732-7639 x279 http://www.phonechargeinc.com From ihsan at dogan.ch Wed Jan 26 13:02:03 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Wed, 26 Jan 2005 13:02:03 +0100 Subject: [csw-users] AMD64 Packages? In-Reply-To: References: Message-ID: <20050126120203.GA19961@dogan.ch> Hi Luke, On Tuesday, 25 Jan 2005 15:24 -0500, Luke Youngblood wrote: > My question is regarding the AMD64 platform. Does Blastwave plan on > releasing 64-bit packages that have been compiled for the Solaris 10 x86-64 > architecture in the near future? How will the x86-32 and x86-64 packages be > differentiated from each other? It would be great to use the same pkg-get > and have it simply figure out whether you need 64-bit binaries or 32-bit > binaries when it's executed. Yes, we have plans to provide amd64 packages. We will start to create 64-Bit packages, when Solaris 10 is released. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From miker at readq.com Wed Jan 26 15:35:15 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 09:35:15 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing Message-ID: <41F7AAA3.4080002@readq.com> There appear to be several libraries missing from the gtk-1.2.10 package, and as such xmms will not run. I have tried removing and re-downloading/installing the gtk package but the files are not included. If there is another package that includes these files, please let me know! Thanks. [root at gobi /]# uname -a SunOS gobi 5.9 Generic_117172-12 i86pc i386 i86pc [root at gobi /]# pkg-get -a|grep gtk gtk 1.2.10 gtk2 2.4.14,REV=2004.12.09 gtk_engines 2.2.0,REV=2004.07.25 gtkgnutella 0.95,REV=2005.01.03 gtkhtml 3.0.10,REV=2004.03.15 gtkhtml31 3.2.4,REV=2004.12.08 gtkmm2 2.2.12 gtksourceview 1.1.1 gtkspell 2.0.6 lablgtk 1.2.5 libgtkhtml 2.6.2 pygtk 2.2.0 [root at gobi /]# pkg-get -a|grep xmms xmms 1.2.10,REV=2004.06.28 xmms_arts 0.6.0 [root at gobi /]# ldd /opt/csw/bin/xmms libpthread.so.1 => /lib/libpthread.so.1 libSM.so.6 => /lib/libSM.so.6 libICE.so.6 => /lib/libICE.so.6 libxmms.so.1 => /usr/local/lib/libxmms.so.1 libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 libgmodule-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libgthread-1.2.so.0 => (file not found) libthread.so.1 => /lib/libthread.so.1 libdl.so.1 => /lib/libdl.so.1 libXi.so.5 => /lib/libXi.so.5 libXext.so.0 => /lib/libXext.so.0 libX11.so.4 => /lib/libX11.so.4 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 librt.so.1 => /lib/librt.so.1 libintl.so.3 => /usr/local/lib/libintl.so.3 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libc.so.1 => /lib/libc.so.1 libgmodule-1.2.so.0 => (file not found) libgthread-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libgmodule-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libgmodule-1.2.so.0 => (file not found) libglib-1.2.so.0 => (file not found) libmp.so.2 => /lib/libmp.so.2 libaio.so.1 => /lib/libaio.so.1 libmd5.so.1 => /lib/libmd5.so.1 -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: Did it ever occur to you that fat chance and slim chance mean the same thing? Or that we drive on parkways and park on driveways? From jreid at vnet.net Wed Jan 26 15:46:59 2005 From: jreid at vnet.net (Joe Reid) Date: Wed, 26 Jan 2005 08:46:59 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <41F7AD63.8070700@vnet.net> I have all this installed on a sol10 sparc box and have no issues: --------- -bash-2.05b$ which xmms /opt/csw/bin/xmms -bash-2.05b$ ldd `which xmms` libpthread.so.1 => /lib/libpthread.so.1 libSM.so.6 => /usr/lib/libSM.so.6 libICE.so.6 => /usr/lib/libICE.so.6 libxmms.so.1 => /opt/csw/lib/sparcv8/libxmms.so.1 libgtk-1.2.so.0 => /opt/csw/lib/sparcv8/libgtk-1.2.so.0 libgdk-1.2.so.0 => /opt/csw/lib/sparcv8/libgdk-1.2.so.0 libgmodule-1.2.so.0 => /opt/csw/lib/sparcv8/libgmodule-1.2.so.0 libglib-1.2.so.0 => /opt/csw/lib/sparcv8/libglib-1.2.so.0 libgthread-1.2.so.0 => /opt/csw/lib/sparcv8/libgthread-1.2.so.0 libthread.so.1 => /lib/libthread.so.1 libdl.so.1 => /lib/libdl.so.1 libXi.so.5 => /usr/lib/libXi.so.5 libXext.so.0 => /usr/lib/libXext.so.0 libX11.so.4 => /usr/lib/libX11.so.4 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 librt.so.1 => /lib/librt.so.1 libintl.so.3 => /opt/csw/lib/sparcv8/libintl.so.3 libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2 libc.so.1 => /lib/libc.so.1 libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libaio.so.1 => /lib/libaio.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 -bash-2.05b$ pkg-get -a | grep gtk gtk 1.2.10 gtk2 2.4.14,REV=2004.12.09 gtk_engines 2.2.0,REV=2004.07.25 gtkgnutella 0.95,REV=2005.01.03 gtkhtml 3.0.10,REV=2004.03.15 gtkhtml31 3.2.4,REV=2004.12.08 gtkmm2 2.2.12 gtksourceview 1.1.1 gtkspell 2.0.6 lablgtk 1.2.5 libgtkhtml 2.6.2 pygtk 2.2.0 -bash-2.05b$ pkg-get-a xmms -bash: pkg-get-a: command not found -bash-2.05b$ pkg-get -a | grep xmms xmms 1.2.10,REV=2004.06.28 xmms_arts 0.6.0 -bash-2.05b$ uname -a SunOS homey.zoonet 5.10 s10_69 sun4u sparc SUNW,UltraAX-e2 ---------- Mike Russo wrote: > There appear to be several libraries missing from the gtk-1.2.10 > package, and as such xmms will not run. I have tried removing and > re-downloading/installing the gtk package but the files are not > included. If there is another package that includes these files, please > let me know! Thanks. > > [root at gobi /]# uname -a > SunOS gobi 5.9 Generic_117172-12 i86pc i386 i86pc > [root at gobi /]# pkg-get -a|grep gtk > gtk 1.2.10 > gtk2 2.4.14,REV=2004.12.09 > gtk_engines 2.2.0,REV=2004.07.25 > gtkgnutella 0.95,REV=2005.01.03 > gtkhtml 3.0.10,REV=2004.03.15 > gtkhtml31 3.2.4,REV=2004.12.08 > gtkmm2 2.2.12 > gtksourceview 1.1.1 > gtkspell 2.0.6 > lablgtk 1.2.5 > libgtkhtml 2.6.2 > pygtk 2.2.0 > [root at gobi /]# pkg-get -a|grep xmms > xmms 1.2.10,REV=2004.06.28 > xmms_arts 0.6.0 > [root at gobi /]# ldd /opt/csw/bin/xmms > libpthread.so.1 => /lib/libpthread.so.1 > libSM.so.6 => /lib/libSM.so.6 > libICE.so.6 => /lib/libICE.so.6 > libxmms.so.1 => /usr/local/lib/libxmms.so.1 > libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 > libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 > libgmodule-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libgthread-1.2.so.0 => (file not found) > libthread.so.1 => /lib/libthread.so.1 > libdl.so.1 => /lib/libdl.so.1 > libXi.so.5 => /lib/libXi.so.5 > libXext.so.0 => /lib/libXext.so.0 > libX11.so.4 => /lib/libX11.so.4 > libsocket.so.1 => /lib/libsocket.so.1 > libnsl.so.1 => /lib/libnsl.so.1 > libm.so.1 => /lib/libm.so.1 > librt.so.1 => /lib/librt.so.1 > libintl.so.3 => /usr/local/lib/libintl.so.3 > libiconv.so.2 => /usr/local/lib/libiconv.so.2 > libc.so.1 => /lib/libc.so.1 > libgmodule-1.2.so.0 => (file not found) > libgthread-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libgmodule-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libgmodule-1.2.so.0 => (file not found) > libglib-1.2.so.0 => (file not found) > libmp.so.2 => /lib/libmp.so.2 > libaio.so.1 => /lib/libaio.so.1 > libmd5.so.1 => /lib/libmd5.so.1 > > > -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From delrio at mie.utoronto.ca Wed Jan 26 15:47:05 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 26 Jan 2005 09:47:05 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <41F7AD69.20101@mie.utoronto.ca> Mike Russo wrote: > [root at gobi /]# ldd /opt/csw/bin/xmms > libpthread.so.1 => /lib/libpthread.so.1 > libSM.so.6 => /lib/libSM.so.6 > libICE.so.6 => /lib/libICE.so.6 > libxmms.so.1 => /usr/local/lib/libxmms.so.1 > libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 > libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 You probably have LD_LIBRARY_PATH set to search /usr/local/lib which is overriding the CSW libraries. Get rid of LD_LIBRARY_PATH, it is evil ;) From jreid at vnet.net Wed Jan 26 15:53:14 2005 From: jreid at vnet.net (Joe Reid) Date: Wed, 26 Jan 2005 08:53:14 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <41F7AEDA.6070905@vnet.net> > [root at gobi /]# ldd /opt/csw/bin/xmms > libxmms.so.1 => /usr/local/lib/libxmms.so.1 > libgtk-1.2.so.0 => /usr/local/lib/libgtk-1.2.so.0 > libgdk-1.2.so.0 => /usr/local/lib/libgdk-1.2.so.0 > libintl.so.3 => /usr/local/lib/libintl.so.3 > libiconv.so.2 => /usr/local/lib/libiconv.so.2 check your env variables and such... -- Joe Reid jreid at vnet.net http://www.singlewhitemale.net ?c=a=rb=sc=fd=te=wf=zg=porh=n? From asmoore at blastwave.org Wed Jan 26 15:54:35 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 08:54:35 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7AAA3.4080002@readq.com> References: <41F7AAA3.4080002@readq.com> Message-ID: <20050126085435.00003dcc@sws602> On Wed, 26 Jan 2005 09:35:15 -0500 Mike Russo wrote: > There appear to be several libraries missing from the gtk-1.2.10 > package, and as such xmms will not run. I have tried removing and > re-downloading/installing the gtk package but the files are not > included. If there is another package that includes these files, please > let me know! Thanks. > > [root at gobi /]# uname -a > SunOS gobi 5.9 Generic_117172-12 i86pc i386 i86pc I just loaded xmms on Solaris 9 x86 and it works fine. The files you have marked as 'not found' are there and ldd looks normal. Oscar hit it. Do `unset LD_LIBRARY_PATH` and try ldd again. Alex From miker at readq.com Wed Jan 26 16:28:18 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 10:28:18 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <20050126085435.00003dcc@sws602> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> Message-ID: <41F7B712.3010307@readq.com> That's not the problem on my machine -- the files are just not there: [root at gobi /]# cd /opt/csw [root at gobi csw]# find . | grep libgmod ./lib/libgmodule-2.0.la ./lib/libgmodule-2.0.so ./lib/libgmodule-2.0.so.0 ./lib/libgmodule-2.0.so.0.400.0 ./lib/libgmodule-2.0.so.0.400.8 ./linux/usr/lib/libgmodule-1.2.so.0 ./linux/usr/lib/libgmodule-1.2.so.0.0.10 The linux directory is from when I was experimenting with lxrun. I just changed my mirror site to unixheads.com (I had been using the denmark site for a bit) and removed and reinstalled the package. Here is the log (GPL removed): [root at gobi /]# pkg-get -i gtk No existing install of CSWgtk found. Installing... Trying http://mirror.unixheads.com/csw/unstable/i386/5.9/gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz --10:24:50-- http://mirror.unixheads.com/csw/unstable/i386/5.9/gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz => `gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz' Resolving mirror.unixheads.com... 24.94.148.201 Connecting to mirror.unixheads.com[24.94.148.201]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7,835,346 [text/plain] 100%[====================================>] 7,835,346 348.18K/s ETA 00:00 10:25:14 (322.26 KB/s) - `gtk-1.2.10-SunOS5.8-i386-CSW.pkg.gz' saved [7835346/7835346] Analysing special files... 47293 blocks Processing package instance from gtk - the Gimp ToolKit library, libgtk (i386) 1.2.10 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 [snip] , 1 April 1990 Ty Coon, President of Vice That's all there is to it! ## Processing package information. ## Processing system information. 89 package pathnames are already properly installed. Installing gtk - the Gimp ToolKit library, libgtk as ## Installing part 1 of 1. /opt/csw/bin/gtk-config /opt/csw/etc/gtk/gtkrc.az /opt/csw/etc/gtk/gtkrc.be /opt/csw/etc/gtk/gtkrc.bg /opt/csw/etc/gtk/gtkrc.bg_BG.iso88595 /opt/csw/etc/gtk/gtkrc.cp1251 /opt/csw/etc/gtk/gtkrc.cp1255 /opt/csw/etc/gtk/gtkrc.cs /opt/csw/etc/gtk/gtkrc.cy /opt/csw/etc/gtk/gtkrc.el /opt/csw/etc/gtk/gtkrc.eo /opt/csw/etc/gtk/gtkrc.et /opt/csw/etc/gtk/gtkrc.ga /opt/csw/etc/gtk/gtkrc.he /opt/csw/etc/gtk/gtkrc.he_IL.cp1255 /opt/csw/etc/gtk/gtkrc.he_IL.microsoftcp1255 /opt/csw/etc/gtk/gtkrc.hr /opt/csw/etc/gtk/gtkrc.hu /opt/csw/etc/gtk/gtkrc.hy /opt/csw/etc/gtk/gtkrc.iso-8859-13 /opt/csw/etc/gtk/gtkrc.iso-8859-14 /opt/csw/etc/gtk/gtkrc.iso-8859-15 /opt/csw/etc/gtk/gtkrc.iso-8859-2 /opt/csw/etc/gtk/gtkrc.iso-8859-5 /opt/csw/etc/gtk/gtkrc.ja /opt/csw/etc/gtk/gtkrc.ka /opt/csw/etc/gtk/gtkrc.ka_GE.georgianacademy /opt/csw/etc/gtk/gtkrc.ka_GE.georgianps /opt/csw/etc/gtk/gtkrc.ko /opt/csw/etc/gtk/gtkrc.lt /opt/csw/etc/gtk/gtkrc.lv /opt/csw/etc/gtk/gtkrc.mi /opt/csw/etc/gtk/gtkrc.mk /opt/csw/etc/gtk/gtkrc.pl /opt/csw/etc/gtk/gtkrc.ro /opt/csw/etc/gtk/gtkrc.ru /opt/csw/etc/gtk/gtkrc.ru_RU.iso88595 /opt/csw/etc/gtk/gtkrc.sk /opt/csw/etc/gtk/gtkrc.sl /opt/csw/etc/gtk/gtkrc.sp /opt/csw/etc/gtk/gtkrc.sq /opt/csw/etc/gtk/gtkrc.sr /opt/csw/etc/gtk/gtkrc.th /opt/csw/etc/gtk/gtkrc.tr /opt/csw/etc/gtk/gtkrc.uk /opt/csw/etc/gtk/gtkrc.vi /opt/csw/etc/gtk/gtkrc.vi_VN.tcvn /opt/csw/etc/gtk/gtkrc.vi_VN.viscii /opt/csw/etc/gtk/gtkrc.vi_VN.viscii111 /opt/csw/etc/gtk/gtkrc.yi /opt/csw/etc/gtk/gtkrc.zh_CN /opt/csw/etc/gtk/gtkrc.zh_TW.big5 /opt/csw/include/gtk-1.2/gdk/gdk.h /opt/csw/include/gtk-1.2/gdk/gdkcursors.h /opt/csw/include/gtk-1.2/gdk/gdki18n.h /opt/csw/include/gtk-1.2/gdk/gdkkeysyms.h /opt/csw/include/gtk-1.2/gdk/gdkprivate.h /opt/csw/include/gtk-1.2/gdk/gdkrgb.h /opt/csw/include/gtk-1.2/gdk/gdktypes.h /opt/csw/include/gtk-1.2/gdk/gdkx.h /opt/csw/include/gtk-1.2/gtk/gtk.h /opt/csw/include/gtk-1.2/gtk/gtkaccelgroup.h /opt/csw/include/gtk-1.2/gtk/gtkaccellabel.h /opt/csw/include/gtk-1.2/gtk/gtkadjustment.h /opt/csw/include/gtk-1.2/gtk/gtkalignment.h /opt/csw/include/gtk-1.2/gtk/gtkarg.h /opt/csw/include/gtk-1.2/gtk/gtkarrow.h /opt/csw/include/gtk-1.2/gtk/gtkaspectframe.h /opt/csw/include/gtk-1.2/gtk/gtkbbox.h /opt/csw/include/gtk-1.2/gtk/gtkbin.h /opt/csw/include/gtk-1.2/gtk/gtkbindings.h /opt/csw/include/gtk-1.2/gtk/gtkbox.h /opt/csw/include/gtk-1.2/gtk/gtkbutton.h /opt/csw/include/gtk-1.2/gtk/gtkcalendar.h /opt/csw/include/gtk-1.2/gtk/gtkcheckbutton.h /opt/csw/include/gtk-1.2/gtk/gtkcheckmenuitem.h /opt/csw/include/gtk-1.2/gtk/gtkclist.h /opt/csw/include/gtk-1.2/gtk/gtkcolorsel.h /opt/csw/include/gtk-1.2/gtk/gtkcombo.h /opt/csw/include/gtk-1.2/gtk/gtkcompat.h /opt/csw/include/gtk-1.2/gtk/gtkcontainer.h /opt/csw/include/gtk-1.2/gtk/gtkctree.h /opt/csw/include/gtk-1.2/gtk/gtkcurve.h /opt/csw/include/gtk-1.2/gtk/gtkdata.h /opt/csw/include/gtk-1.2/gtk/gtkdebug.h /opt/csw/include/gtk-1.2/gtk/gtkdialog.h /opt/csw/include/gtk-1.2/gtk/gtkdnd.h /opt/csw/include/gtk-1.2/gtk/gtkdrawingarea.h /opt/csw/include/gtk-1.2/gtk/gtkeditable.h /opt/csw/include/gtk-1.2/gtk/gtkentry.h /opt/csw/include/gtk-1.2/gtk/gtkenums.h /opt/csw/include/gtk-1.2/gtk/gtkeventbox.h /opt/csw/include/gtk-1.2/gtk/gtkfeatures.h /opt/csw/include/gtk-1.2/gtk/gtkfilesel.h /opt/csw/include/gtk-1.2/gtk/gtkfixed.h /opt/csw/include/gtk-1.2/gtk/gtkfontsel.h /opt/csw/include/gtk-1.2/gtk/gtkframe.h /opt/csw/include/gtk-1.2/gtk/gtkgamma.h /opt/csw/include/gtk-1.2/gtk/gtkgc.h /opt/csw/include/gtk-1.2/gtk/gtkhandlebox.h /opt/csw/include/gtk-1.2/gtk/gtkhbbox.h /opt/csw/include/gtk-1.2/gtk/gtkhbox.h /opt/csw/include/gtk-1.2/gtk/gtkhpaned.h /opt/csw/include/gtk-1.2/gtk/gtkhruler.h /opt/csw/include/gtk-1.2/gtk/gtkhscale.h /opt/csw/include/gtk-1.2/gtk/gtkhscrollbar.h /opt/csw/include/gtk-1.2/gtk/gtkhseparator.h /opt/csw/include/gtk-1.2/gtk/gtkimage.h /opt/csw/include/gtk-1.2/gtk/gtkinputdialog.h /opt/csw/include/gtk-1.2/gtk/gtkinvisible.h /opt/csw/include/gtk-1.2/gtk/gtkitem.h /opt/csw/include/gtk-1.2/gtk/gtkitemfactory.h /opt/csw/include/gtk-1.2/gtk/gtklabel.h /opt/csw/include/gtk-1.2/gtk/gtklayout.h /opt/csw/include/gtk-1.2/gtk/gtklist.h /opt/csw/include/gtk-1.2/gtk/gtklistitem.h /opt/csw/include/gtk-1.2/gtk/gtkmain.h /opt/csw/include/gtk-1.2/gtk/gtkmarshal.h /opt/csw/include/gtk-1.2/gtk/gtkmenu.h /opt/csw/include/gtk-1.2/gtk/gtkmenubar.h /opt/csw/include/gtk-1.2/gtk/gtkmenufactory.h /opt/csw/include/gtk-1.2/gtk/gtkmenuitem.h /opt/csw/include/gtk-1.2/gtk/gtkmenushell.h /opt/csw/include/gtk-1.2/gtk/gtkmisc.h /opt/csw/include/gtk-1.2/gtk/gtknotebook.h /opt/csw/include/gtk-1.2/gtk/gtkobject.h /opt/csw/include/gtk-1.2/gtk/gtkoptionmenu.h /opt/csw/include/gtk-1.2/gtk/gtkpacker.h /opt/csw/include/gtk-1.2/gtk/gtkpaned.h /opt/csw/include/gtk-1.2/gtk/gtkpixmap.h /opt/csw/include/gtk-1.2/gtk/gtkplug.h /opt/csw/include/gtk-1.2/gtk/gtkpreview.h /opt/csw/include/gtk-1.2/gtk/gtkprivate.h /opt/csw/include/gtk-1.2/gtk/gtkprogress.h /opt/csw/include/gtk-1.2/gtk/gtkprogressbar.h /opt/csw/include/gtk-1.2/gtk/gtkradiobutton.h /opt/csw/include/gtk-1.2/gtk/gtkradiomenuitem.h /opt/csw/include/gtk-1.2/gtk/gtkrange.h /opt/csw/include/gtk-1.2/gtk/gtkrc.h /opt/csw/include/gtk-1.2/gtk/gtkruler.h /opt/csw/include/gtk-1.2/gtk/gtkscale.h /opt/csw/include/gtk-1.2/gtk/gtkscrollbar.h /opt/csw/include/gtk-1.2/gtk/gtkscrolledwindow.h /opt/csw/include/gtk-1.2/gtk/gtkselection.h /opt/csw/include/gtk-1.2/gtk/gtkseparator.h /opt/csw/include/gtk-1.2/gtk/gtksignal.h /opt/csw/include/gtk-1.2/gtk/gtksocket.h /opt/csw/include/gtk-1.2/gtk/gtkspinbutton.h /opt/csw/include/gtk-1.2/gtk/gtkstatusbar.h /opt/csw/include/gtk-1.2/gtk/gtkstyle.h /opt/csw/include/gtk-1.2/gtk/gtktable.h /opt/csw/include/gtk-1.2/gtk/gtktearoffmenuitem.h /opt/csw/include/gtk-1.2/gtk/gtktext.h /opt/csw/include/gtk-1.2/gtk/gtkthemes.h /opt/csw/include/gtk-1.2/gtk/gtktipsquery.h /opt/csw/include/gtk-1.2/gtk/gtktogglebutton.h /opt/csw/include/gtk-1.2/gtk/gtktoolbar.h /opt/csw/include/gtk-1.2/gtk/gtktooltips.h /opt/csw/include/gtk-1.2/gtk/gtktree.h /opt/csw/include/gtk-1.2/gtk/gtktreeitem.h /opt/csw/include/gtk-1.2/gtk/gtktypebuiltins.h /opt/csw/include/gtk-1.2/gtk/gtktypeutils.h /opt/csw/include/gtk-1.2/gtk/gtkvbbox.h /opt/csw/include/gtk-1.2/gtk/gtkvbox.h /opt/csw/include/gtk-1.2/gtk/gtkviewport.h /opt/csw/include/gtk-1.2/gtk/gtkvpaned.h /opt/csw/include/gtk-1.2/gtk/gtkvruler.h /opt/csw/include/gtk-1.2/gtk/gtkvscale.h /opt/csw/include/gtk-1.2/gtk/gtkvscrollbar.h /opt/csw/include/gtk-1.2/gtk/gtkvseparator.h /opt/csw/include/gtk-1.2/gtk/gtkwidget.h /opt/csw/include/gtk-1.2/gtk/gtkwindow.h /opt/csw/lib/libgdk-1.2.so.0 /opt/csw/lib/libgdk-1.2.so.0.9.1 /opt/csw/lib/libgdk.a /opt/csw/lib/libgdk.la /opt/csw/lib/libgdk.so /opt/csw/lib/libgtk-1.2.so.0 /opt/csw/lib/libgtk-1.2.so.0.9.1 /opt/csw/lib/libgtk.a /opt/csw/lib/libgtk.la /opt/csw/lib/libgtk.so /opt/csw/lib/pkgconfig/gdk.pc /opt/csw/lib/pkgconfig/gtk+.pc /opt/csw/share/aclocal/gtk.m4 /opt/csw/share/locale/az/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ca/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/cs/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/da/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/de/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/el/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/es/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/et/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/eu/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/fi/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/fr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ga/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/gl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/hr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/hu/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/it/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ja/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ko/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/lt/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/nl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/nn/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/no/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/pl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/pt/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/pt_BR/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ro/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/ru/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sk/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sl/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sp/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/sv/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/tr/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/uk/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/vi/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/wa/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo /opt/csw/share/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo /opt/csw/share/man/man1/gtk-config.1 /opt/csw/share/themes/Default/gtk/gtkrc [ verifying class ] Installation of was successful. I don't see the missing libraries anywhere in the install. -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: Just once I would like to persuade the audience not to wear any article of blue denim. If only they could see themselves in a pair of brown corduroys like mine instead of this awful, boring blue denim. I don't enjoy the sky or sea as much as I used to because of this Levi character. If Jesus Christ came back today, He and I would get into our brown corduroys and go to the nearest jean store and overturn the racks of blue denim. Then we'd get crucified in the morning. -- Ian Anderson, of Jethro Tull From asmoore at blastwave.org Wed Jan 26 16:39:52 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 09:39:52 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7B712.3010307@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> Message-ID: <20050126093952.00001748@sws602> On Wed, 26 Jan 2005 10:28:18 -0500 Mike Russo wrote: > That's not the problem on my machine -- the files are just not there: > Installation of was successful. > > > I don't see the missing libraries anywhere in the install. This sounds familiar. Please try the following mirror instead. I use this mirror and just installed just now and the package ran fine. # German mirror. Usually very up-to-date. url=http://blastwave.berlios.de/csw/unstable Alex From delrio at mie.utoronto.ca Wed Jan 26 16:52:11 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 26 Jan 2005 10:52:11 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7B712.3010307@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> Message-ID: <41F7BCAB.8020006@mie.utoronto.ca> Mike Russo wrote: > That's not the problem on my machine -- the files are just not there: > > [root at gobi /]# cd /opt/csw > [root at gobi csw]# find . | grep libgmod > ./lib/libgmodule-2.0.la > ./lib/libgmodule-2.0.so > ./lib/libgmodule-2.0.so.0 > ./lib/libgmodule-2.0.so.0.400.0 > ./lib/libgmodule-2.0.so.0.400.8 > [root at gobi /]# pkg-get -i gtk libgmodule-1.2 belongs to CSWglib, not gtk Try updating CSWglib, or update all CSW packages "pkg-get -u" From james at blastwave.org Wed Jan 26 16:58:58 2005 From: james at blastwave.org (James Lee) Date: Wed, 26 Jan 2005 15:58:58 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7B712.3010307@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> Message-ID: <20050126.15585800.3750383842@landeck.jamesipoos.com> On 26/01/05, 15:28:18, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: > That's not the problem on my machine -- the files are just not there: > [root at gobi /]# cd /opt/csw > [root at gobi csw]# find . | grep libgmod > ./lib/libgmodule-2.0.la > ./lib/libgmodule-2.0.so > ./lib/libgmodule-2.0.so.0 > ./lib/libgmodule-2.0.so.0.400.0 > ./lib/libgmodule-2.0.so.0.400.8 > ./linux/usr/lib/libgmodule-1.2.so.0 > ./linux/usr/lib/libgmodule-1.2.so.0.0.10 You say they "are just not there", then you find them. (???) libgmodule-2.0.so is part of CSWglib and you seem to have it, check with: $ pkginfo -l CSWglib List the package and look for the libgmodule with: $ pkgchk -v CSWglib I din't think that is problem. Why is /opt/csw/bin/xmms picking up /usr/local/lib/libxmms.so.1 and not /opt/csw/lib/ libxmms.so.1 ? Do you have file /var/ld/ld.config? Try with truss and see where it is looking for the libraries: $ truss xmms From asmoore at blastwave.org Wed Jan 26 17:01:32 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 10:01:32 -0600 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7BCAB.8020006@mie.utoronto.ca> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <41F7BCAB.8020006@mie.utoronto.ca> Message-ID: <20050126100132.00005efb@sws602> On Wed, 26 Jan 2005 10:52:11 -0500 Oscar del Rio wrote: > > libgmodule-1.2 belongs to CSWglib, not gtk > Try updating CSWglib, or update all CSW packages "pkg-get -u" Very good point :> I missed that because several packages were installed when I installed xmms, including gtk and glib. pkg-get may now do the catalog update under the covers, as well as the package update, with only the -u option. I do not think earlier versions did this. So you may prefer `pkg-get -Uu`, in order to ensure that the catalog is updated. Alex From miker at readq.com Wed Jan 26 17:07:25 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 11:07:25 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <20050126093952.00001748@sws602> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> Message-ID: <41F7C03D.4070208@readq.com> To james lee: I found the libgmodule for gtk-2, not gtk-1 which is what xmms requires. Also, on my system /opt/csw is a symlink to /usr/local. Okay, I just changed my mirror and ran pkg-get -u and no packages got upgraded, so I removed the gtk package and reinsalled it, but these libraries do not get installed. Then I read Oscar's message about these files being included in CSWglib, and removed THAT and reinstalled and I finally got them and was able to run xmms. [root at gobi /]# pkgrm CSWglib The following package is currently installed: CSWglib glib - utility library commonly associated with GNOME programs (i386) 1.2.10 Do you want to remove this package? [y,n,?,q] y ## Removing installed package instance ## Verifying package dependencies. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. WARNING: The package depends on the package currently being removed. Dependency checking failed. Do you want to continue with the removal of this package [y,n,?,q] y ## Processing package information. ## Removing pathnames in class /opt/csw/share/man/man1/glib-config.1 /opt/csw/share/man/man1 /opt/csw/share/man /opt/csw/share/aclocal /opt/csw/share /opt/csw/lib/pkgconfig /opt/csw/lib /opt/csw/include /opt/csw/bin /opt/csw ## Updating system information. Removal of was successful. [root at gobi /]# pkg-get -i glib No existing install of CSWglib found. Installing... Trying http://blastwave.berlios.de/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz --11:02:17-- http://blastwave.berlios.de/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz => `glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz' Resolving blastwave.berlios.de... 195.37.77.138 Connecting to blastwave.berlios.de[195.37.77.138]:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://download.berlios.de/blastwave/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz [following] --11:02:17-- http://download.berlios.de/blastwave/csw/unstable/i386/5.9/glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz => `glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz' Resolving download.berlios.de... 195.37.77.141 Connecting to download.berlios.de[195.37.77.141]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 535,945 [application/x-gzip] 100%[====================================>] 535,945 150.70K/s ETA 00:00 11:02:21 (150.31 KB/s) - `glib-1.2.10-SunOS5.8-i386-CSW.pkg.gz' saved [535945/535945] Analysing special files... 3727 blocks Processing package instance from glib - utility library commonly associated with GNOME programs (i386) 1.2.10 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 ## Processing package information. ## Processing system information. 9 package pathnames are already properly installed. Installing glib - utility library commonly associated with GNOME programs as ## Installing part 1 of 1. /opt/csw/bin/glib-config /opt/csw/include/glib-1.2/glib.h /opt/csw/include/glib-1.2/gmodule.h /opt/csw/lib/glib/include/glibconfig.h /opt/csw/lib/libglib-1.2.so.0 /opt/csw/lib/libglib-1.2.so.0.0.10 /opt/csw/lib/libglib.a /opt/csw/lib/libglib.la /opt/csw/lib/libglib.so /opt/csw/lib/libgmodule-1.2.so.0 /opt/csw/lib/libgmodule-1.2.so.0.0.10 /opt/csw/lib/libgmodule.a /opt/csw/lib/libgmodule.la /opt/csw/lib/libgmodule.so /opt/csw/lib/libgthread-1.2.so.0 /opt/csw/lib/libgthread-1.2.so.0.0.10 /opt/csw/lib/libgthread.a /opt/csw/lib/libgthread.la /opt/csw/lib/libgthread.so /opt/csw/lib/pkgconfig/glib.pc /opt/csw/lib/pkgconfig/gmodule.pc /opt/csw/lib/pkgconfig/gthread.pc /opt/csw/share/aclocal/glib.m4 /opt/csw/share/man/man1/glib-config.1 [ verifying class ] Installation of was successful. So is there a package "out there" (on some mirror sites) with the same revision that does not include the proper files? Anyway thanks everyone for helping out!!! Alex S Moore wrote: >On Wed, 26 Jan 2005 10:28:18 -0500 >Mike Russo wrote: > > > >>That's not the problem on my machine -- the files are just not there: >>Installation of was successful. >> >> >>I don't see the missing libraries anywhere in the install. >> >> > >This sounds familiar. Please try the following mirror instead. I use >this mirror and just installed just now and the package ran fine. > ># German mirror. Usually very up-to-date. >url=http://blastwave.berlios.de/csw/unstable > > >Alex >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: i have 4gb for /tmp What do you do with 4G /tmp? Compile X? yes From james at blastwave.org Wed Jan 26 17:27:50 2005 From: james at blastwave.org (James Lee) Date: Wed, 26 Jan 2005 16:27:50 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7C03D.4070208@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> Message-ID: <20050126.16275000.4026236327@landeck.jamesipoos.com> On 26/01/05, 16:07:25, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: > To james lee: I found the libgmodule for gtk-2, not gtk-1 which is what > xmms requires. Correct, my mistake. > Also, on my system /opt/csw is a symlink to /usr/local. /opt/csw as a link is a bad idea. Use the "loopback virtual file system", lofs(1). The problem is some packages need /opt/csw to be a directory - and sorry I have forgotten which packages and the specific error. James. From james at blastwave.org Wed Jan 26 17:32:41 2005 From: james at blastwave.org (James Lee) Date: Wed, 26 Jan 2005 16:32:41 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7C03D.4070208@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> Message-ID: <20050126.16324100.241643836@landeck.jamesipoos.com> On 26/01/05, 16:07:25, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: My mistake again, trying to do too many things at once, lofs is in man pages section 7FS, so that is lofs(7FS) - if is really matters. James. From delrio at mie.utoronto.ca Wed Jan 26 18:18:38 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Wed, 26 Jan 2005 12:18:38 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7C03D.4070208@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> Message-ID: <41F7D0EE.50305@mie.utoronto.ca> Mike Russo wrote: > Also, on my system /opt/csw is a symlink to /usr/local. As James mentioned, that's might cause problems. Some packages rm the symlink and create a new /opt/cws and you will end up with a mess, with some files in /usr/local and others in /opt/csw From miker at readq.com Wed Jan 26 18:24:37 2005 From: miker at readq.com (Mike Russo) Date: Wed, 26 Jan 2005 12:24:37 -0500 Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <20050126.16324100.241643836@landeck.jamesipoos.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> <20050126.16324100.241643836@landeck.jamesipoos.com> Message-ID: <41F7D255.2070109@readq.com> James Lee wrote: >On 26/01/05, 16:07:25, Mike Russo wrote regarding Re: >[csw-users] gtk 1.2.10 libraries missing: > >My mistake again, trying to do too many things at once, lofs is >in man pages section 7FS, so that is lofs(7FS) - if is really >matters. > > James- thanks for the tip. If I have any problems with packages that need /opt/csw to be a directory I will look into using this (I have the PKG_NONABI_SYMLINKS set to true). I don't want to fool around with lofs again -- I tried to mount a redhat cd a few times to install lxrun, and whenever I did a mount my machine rebooted instantly :( -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the day: Don't suspect your friends -- turn them in! -- "Brazil" From Darin.Perusich at cognigencorp.com Wed Jan 26 19:45:52 2005 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Wed, 26 Jan 2005 13:45:52 -0500 Subject: [csw-users] Kiosktool for kde Message-ID: <41F7E560.2020806@cognigencorp.com> hi, has anyone been able to get kiosktool to compile with kde? i'm getting errors that the error "Qt (>= Qt 3.2) (library qt-mt) not found", make sure Qt has been compiled with thread support. the libqt-mt libraries exist in /opt/csw/lib. the configure options i'm using are: --with-qt-includes=/opt/csw/include --with-qt-libraries=/opt/csw/lib i have the following kde and qt packages installed, deps not include and my shell environment are below. i can provide config.log if anyone is interested. thanks. packages: kde_gcc_dtlogin kdeaddons_gcc kdeadmin_gcc kdeartwork_gcc kdebase_gcc kdegraphics_gcc kdelibs_gcc kdemultimedia_gcc kdenetwork_gcc kdeutils_gcc qt qt_gcc shell environment. PWD=/tmp/kiosktool-0.9 TZ=US/Eastern HZ= HOSTNAME=host203 LD_OPTIONS=-R/opt/csw/lib/ -L/opt/csw/lib MANPATH=/usr/man: MACHTYPE=sparc-sun-solaris2.9 OLDPWD=/ CPPFLAGS=-I/opt/csw/include LOGNAME=root SHLVL=1 SHELL=/sbin/sh HOSTTYPE=sparc OSTYPE=solaris2.9 HOME=/ TERM=vt100 PATH=/usr/bin:/usr/ccs/bin:/usr/sfw/bin:/usr/sfw/sbin:/opt/csw/bin:/opt/csw/kde-gcc/bin:/opt/csw/gcc3/bin _=/usr/bin/env -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper at cognigencorp.com From asmoore at blastwave.org Wed Jan 26 19:59:11 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Wed, 26 Jan 2005 12:59:11 -0600 Subject: [csw-users] Kiosktool for kde In-Reply-To: <41F7E560.2020806@cognigencorp.com> References: <41F7E560.2020806@cognigencorp.com> Message-ID: <20050126125911.00004efb@sws602> On Wed, 26 Jan 2005 13:45:52 -0500 Darin Perusich wrote: > hi, > > has anyone been able to get kiosktool to compile with kde? i'm getting > errors that the error "Qt (>= Qt 3.2) (library qt-mt) not found", make > sure Qt has been compiled with thread support. the libqt-mt libraries > exist in /opt/csw/lib. > > the configure options i'm using are: > --with-qt-includes=/opt/csw/include --with-qt-libraries=/opt/csw/lib > I have not tried to build kiosktool, but did you try this? --with-qt-includes=/opt/csw/kde-gcc/include --with-qt-libraries=/opt/csw/kde-gcc/lib Alex From Darin.Perusich at cognigencorp.com Wed Jan 26 20:11:35 2005 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Wed, 26 Jan 2005 14:11:35 -0500 Subject: [csw-users] Kiosktool for kde In-Reply-To: <20050126125911.00004efb@sws602> References: <41F7E560.2020806@cognigencorp.com> <20050126125911.00004efb@sws602> Message-ID: <41F7EB67.1090309@cognigencorp.com> Alex S Moore wrote: > > > I have not tried to build kiosktool, but did you try this? > --with-qt-includes=/opt/csw/kde-gcc/include > --with-qt-libraries=/opt/csw/kde-gcc/lib configure also fails with those options, i've also with: --with-qt-includes=/opt/csw/include --with-qt-libraries=/opt/csw/lib --with-extra-includes=/opt/csw/kde-gcc/include --with-extra-libs=/opt/csw/kde-gcc/lib thanks -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper at cognigencorp.com From lyoungblood at phonechargeinc.com Wed Jan 26 23:07:11 2005 From: lyoungblood at phonechargeinc.com (Luke Youngblood) Date: Wed, 26 Jan 2005 17:07:11 -0500 Subject: [csw-users] AMD64 Packages? In-Reply-To: <20050126120203.GA19961@dogan.ch> Message-ID: >> My question is regarding the AMD64 platform. Does Blastwave plan on >> releasing 64-bit packages that have been compiled for the Solaris 10 >> x86-64 architecture in the near future? How will the x86-32 and >> x86-64 packages be differentiated from each other? It would be >> great to use the same pkg-get and have it simply figure out whether >> you need 64-bit binaries or 32-bit binaries when it's executed. > > Yes, we have plans to provide amd64 packages. We will start to > create 64-Bit packages, when Solaris 10 is released. I'm still wondering whether I will have to specifically download 64-bit, or whether pkg-get will be smart enough to check my isainfo output to determine if I have 64-bit support enabled? Thanks -- Luke Youngblood System Administrator PhoneCharge, Inc. (203) 732-7639 x279 http://www.phonechargeinc.com From james at blastwave.org Thu Jan 27 13:05:13 2005 From: james at blastwave.org (James Lee) Date: Thu, 27 Jan 2005 12:05:13 GMT Subject: [csw-users] gtk 1.2.10 libraries missing In-Reply-To: <41F7D255.2070109@readq.com> References: <41F7AAA3.4080002@readq.com> <20050126085435.00003dcc@sws602> <41F7B712.3010307@readq.com> <20050126093952.00001748@sws602> <41F7C03D.4070208@readq.com> <20050126.16324100.241643836@landeck.jamesipoos.com> <41F7D255.2070109@readq.com> Message-ID: <20050127.12051300.1314896356@landeck.jamesipoos.com> On 26/01/05, 17:24:37, Mike Russo wrote regarding Re: [csw-users] gtk 1.2.10 libraries missing: > James- thanks for the tip. If I have any problems with packages that > need /opt/csw to be a directory I will look into using this (I have the > PKG_NONABI_SYMLINKS set to true). I think it's installf not pkgadd that eats the link. I don't know if installf respects PKG_NONABI_SYMLINKS but I do know it doesn't ask before clobbering a link. James. From ihsan at dogan.ch Thu Jan 27 15:07:39 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Thu, 27 Jan 2005 15:07:39 +0100 Subject: [csw-users] AMD64 Packages? In-Reply-To: References: <20050126120203.GA19961@dogan.ch> Message-ID: <20050127140739.GA29147@dogan.ch> On Wednesday, 26 Jan 2005 17:07 -0500, Luke Youngblood wrote: > >> My question is regarding the AMD64 platform. Does Blastwave plan on > >> releasing 64-bit packages that have been compiled for the Solaris 10 > >> x86-64 architecture in the near future? How will the x86-32 and > >> x86-64 packages be differentiated from each other? It would be > >> great to use the same pkg-get and have it simply figure out whether > >> you need 64-bit binaries or 32-bit binaries when it's executed. > > > > Yes, we have plans to provide amd64 packages. We will start to > > create 64-Bit packages, when Solaris 10 is released. > > I'm still wondering whether I will have to specifically download 64-bit, or > whether pkg-get will be smart enough to check my isainfo output to determine > if I have 64-bit support enabled? I can't give you an answer on that, because it's not defined yet. Maybe, we will do the same like on sparc. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From Darin.Perusich at cognigencorp.com Thu Jan 27 17:57:42 2005 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Thu, 27 Jan 2005 11:57:42 -0500 Subject: [csw-users] kfmclient crashes Message-ID: <41F91D86.10103@cognigencorp.com> hello, as i've been playing with kde_gcc it would seem that everytime i run any kfmclient command it crashes, is anyone else experiencing this? i've run a traceback, the output is below. this system is a sunfire-v210 running solaris 9, kernel Generic_117171-17, with the 9_Recommended from 25/Jan/05. it's a sunray server running srss3.0 and i'm connecting with a sunray1 appliance. thanks again for you assistance. sol-thread active. Retry #1: Retry #2: Retry #3: Retry #4: [New LWP 1 ] [New Thread 1 (LWP 1)] [Switching to Thread 1 (LWP 1)] [KCrash handler] #7 0xfd620db0 in free_unlocked () from /usr/lib/libmalloc.so.1 #8 0xfd620ca0 in free () from /usr/lib/libmalloc.so.1 #9 0xfd6c15d4 in close_converter () from /usr/openwin/lib/locale/common/xlibi18n.so.2 #10 0xfe441468 in close_indirect_converter () from /usr/lib/libX11.so.4 #11 0xfe42a1c4 in _XTextListToTextProperty () from /usr/lib/libX11.so.4 #12 0xfe429e84 in _XmbTextListToTextProperty () from /usr/lib/libX11.so.4 #13 0xfde1801c in qstring_to_xtp () from /opt/csw/kde-gcc/lib/libqt-mt.so.3 #14 0xfde1811c in QWidget::setCaption () from /opt/csw/kde-gcc/lib/libqt-mt.so.3 #15 0xfed1cd50 in KMainWindow::setPlainCaption () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #16 0xfed1cc54 in KMainWindow::setCaption () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #17 0xfed1f288 in KMainWindow::initKMainWindow () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #18 0xfed1f614 in KMainWindow::KMainWindow () from /opt/csw/kde-gcc/lib/libkdeui.so.4 #19 0xff35e274 in KParts::MainWindow::MainWindow () from /opt/csw/kde-gcc/lib/libkparts.so.2 #20 0xfd5b884c in KonqMainWindow::KonqMainWindow () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #21 0xfd56f3bc in KonqMisc::createBrowserWindowFromProfile () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #22 0xfd56febc in KonqMisc::createNewWindow () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #23 0xfd54a984 in kdemain () from /opt/csw/kde-gcc/lib/libkdeinit_konqueror.so #24 0x00015c8c in execpath_avoid_loops () #25 0x000166e8 in execpath_avoid_loops () #26 0x00016dc4 in execpath_avoid_loops () #27 0x000179f8 in main () -- Darin Perusich Unix Systems Administrator Cognigen Corp. darinper at cognigencorp.com From steve.scharf at dynasys.com Fri Jan 28 19:34:05 2005 From: steve.scharf at dynasys.com (Steve Scharf) Date: Fri, 28 Jan 2005 10:34:05 -0800 Subject: [csw-users] Package(s) request Message-ID: <41FA859D.4030406@dynasys.com> Is there a reason that PHP and IP Filter are not available via Blastwave? It seems like they would be great additions. I figure there must be a very good and obvious reason - maybe licensing? Love the pkg-get. Keep up the good work! steve From qy1ggy802 at sneakemail.com Fri Jan 28 20:14:50 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Fri, 28 Jan 2005 14:14:50 -0500 Subject: [csw-users] More Perl modules In-Reply-To: <41FA859D.4030406@dynasys.com> References: <41FA859D.4030406@dynasys.com> Message-ID: <1002-11024@sneakemail.com> Hello, I've noticed that there are a number perl modules available via pkg-get, and wondering how/if I can request some additional modules via blastwave. Thanks for a great service. It's very helpful. From asmoore at blastwave.org Fri Jan 28 20:29:22 2005 From: asmoore at blastwave.org (Alex S Moore) Date: Fri, 28 Jan 2005 13:29:22 -0600 Subject: [csw-users] More Perl modules In-Reply-To: <1002-11024@sneakemail.com> References: <41FA859D.4030406@dynasys.com> <1002-11024@sneakemail.com> Message-ID: <20050128132922.0000238d@sws602> On Fri, 28 Jan 2005 14:14:50 -0500 "Tim Longo" wrote: > > Hello, > > I've noticed that there are a number perl modules available via pkg-get, > and wondering how/if I can request some additional modules via > blastwave. Follow the link 'Package Request Form' on the Packages page. Alex From rob at cboh.org Fri Jan 28 20:42:26 2005 From: rob at cboh.org (Robert Stampfli) Date: Fri, 28 Jan 2005 14:42:26 -0500 Subject: [csw-users] Package(s) request In-Reply-To: <41FA859D.4030406@dynasys.com> References: <41FA859D.4030406@dynasys.com> Message-ID: <20050128194226.GA19405@colnet> On Fri, Jan 28, 2005 at 10:34:05AM -0800, Steve Scharf wrote: > Is there a reason that PHP and IP Filter are not available via > Blastwave? It seems like they would be great additions. I figure there > must be a very good and obvious reason - maybe licensing? The 'mod_php' package contains both the PHP apache module and the command line interpreter. > Love the pkg-get. Keep up the good work! Ditto. Rob From slakje at quicknet.nl Fri Jan 28 22:24:27 2005 From: slakje at quicknet.nl (Thom Holwerda) Date: Fri, 28 Jan 2005 22:24:27 +0100 Subject: [csw-users] PATH; Xfce Message-ID: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> Hi, I've got two questions. First: the whole PATH thing. I'm quite experienced with computers, but I never really took the time to dive into more advanced *nix stuff like that. In what file and where do I put the "/opt/cws/bin" ? I know how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I have no idea as to how to automate this process. It's supposed to be set into the root ".profile", but where is this file? The second question refers to Xfce 4.0.6. I installed both the Xfce and dtlogin package-- all seems fine: xfce turns up nicely on the dtlogin menu. However, whenever I try to login in to Xfce, it reloads the dtlogin screen. I can only still log into CDE. Any ideas? I'm running Solaris 9 on a Sun Ultra 5 (270 Mhz UltraSPARC IIi, 128mbram). Thanks a lot in advance, Thom Holwerda --- Main editor of http://www.expert-zone.com, bringing you the OS/Computer news that matters From dreyerja at uni-paderborn.de Sat Jan 29 00:46:22 2005 From: dreyerja at uni-paderborn.de (Jan Dreyer) Date: Sat, 29 Jan 2005 00:46:22 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> Message-ID: <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> -----BEGIN PGP SIGNED MESSAGE----- Hi, Am 28.01.2005 um 22:24 schrieb Thom Holwerda: > First: the whole PATH thing. I'm quite experienced with computers, but > I never really took the time to dive into more advanced *nix stuff > like that. In what file and where do I put the "/opt/cws/bin" ? I know > how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I > have no idea as to how to automate this process. It's supposed to be > set into the root ".profile", but where is this file? I assume you are using bash or zsh. Then this file is /etc/profile You may also edit /etc/bashrc Greetings Jan Dreyer - -- IMT (Zentrum Informations- und Medien-Technologien) +-----------+ | USE PGP! |\ O---m /| Let the SUN shine in your heart ;-) | (key via server |/`-------'\| - -> zustaendig fuer: Unix-Server, CA | or on request) +-----------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iQCVAwUBQfrOzmdIcsNB7AJxAQEzUgP8Ctabr3aoPMzRH7YOe91+vtZClSdf/IrL zJki8HweC/kqVOm9Y92wsKNfmSpRXj4v2kl86pE1nEL076ClybZo9GyyDILV1pCS gLiCyyNgQ1Vg/AHuZCZ3Z+t2Rke8aG3J4mDCut8gvYJI6i7kGMtf3MY7kVxEs3iK un9thNb/DdU= =05o/ -----END PGP SIGNATURE----- From james at blastwave.org Sat Jan 29 11:08:53 2005 From: james at blastwave.org (James Lee) Date: Sat, 29 Jan 2005 10:08:53 GMT Subject: [csw-users] Package(s) request In-Reply-To: <41FA859D.4030406@dynasys.com> References: <41FA859D.4030406@dynasys.com> Message-ID: <20050129.10085300.3209954554@landeck.jamesipoos.com> On 28/01/05, 18:34:05, Steve Scharf wrote regarding [csw-users] Package(s) request: > Is there a reason that PHP and IP Filter are not available via > Blastwave? I have built IPFilter both 3 and 4 (which requires pfil also) as CSW packages. A problem with IPFilter 3 is that it uses non-API system calls so might not work if the right kernel patches are install, unfortunately no one said which. There seems to be dissatisfaction with IPFilter 4 on Solaris <= 9 (according to the ipf mailing list) and I use IPFilter-3.4.35 myself. Solaris 10 has IPFilter 4 integrated. My IPFilter-4.1.5 packages need more testing as pfil needs to be unloaded and installed around IPFilter during package upgrades and there is problem if all interfaces are not up at install (eg sppp). Version 3 is working for me and I've had other things to do, put another way I need a reason to move to version 4. These are my packages if anyone want to try them: http://blastwave.informatik.uni-erlangen.de/csw/users/james/ipfilter- 3.4.35-SunOS5.8-i386-CSW.pkg.gz http://blastwave.informatik.uni-erlangen.de/csw/users/james/ipfilter- 3.4.35-SunOS5.8-sparc-CSW.pkg.gz Do people want V3 or V4? Would people like the choice of installing either V3 or V4? ie, if they were separate packages? James. From ihsan at dogan.ch Sat Jan 29 21:05:23 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Sat, 29 Jan 2005 21:05:23 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> Message-ID: <20050129200523.GA6901@dogan.ch> On Saturday, 29 Jan 2005 00:46 +0100, Jan Dreyer wrote: > > First: the whole PATH thing. I'm quite experienced with computers, but > > I never really took the time to dive into more advanced *nix stuff > > like that. In what file and where do I put the "/opt/cws/bin" ? I know > > how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I > > have no idea as to how to automate this process. It's supposed to be > > set into the root ".profile", but where is this file? > > I assume you are using bash or zsh. Then this file is /etc/profile > You may also edit /etc/bashrc Another solution would be the /etc/default/login file. You can change the PATH and SUPATH values for you needs. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available URL: From slakje at quicknet.nl Sat Jan 29 21:42:00 2005 From: slakje at quicknet.nl (Thom Holwerda) Date: Sat, 29 Jan 2005 21:42:00 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <20050129200523.GA6901@dogan.ch> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> <20050129200523.GA6901@dogan.ch> Message-ID: <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> Hi, Well, I added the command to my /etc/profile, but it doesn't seem to work. Take a look at my file: Begin profile: -------- #ident "@(#)profile 1.19 01/03/13 SMI" /* SVr4.0 1.3 */ # The profile that all logins get before using their own .profile. trap "" 2 3 export PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/ opt/cws/bin: export LOGNAME PATH if [ "$TERM" = "" ] then if /bin/i386 then TERM=sun-color else TERM=sun fi export TERM fi # Login and -su shells get /etc/profile services. # -rsh is given its environment in its .profile. case "$0" in -sh | -ksh | -jsh | -bash) if [ ! -f .hushlogin ] then /usr/sbin/quota # Allow the user to break the Message-Of-The-Day only. trap "trap '' 2" 2 /bin/cat -s /etc/motd trap "" 2 /bin/mail -E case $? in 0) echo "You have new mail." ;; 2) echo "You have mail." ;; esac fi esac umask 022 trap 2 3 ----------- End profile. Well, it gives me the following error when i open a console: "-sh: PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/ opt/cws/bin:: is not an identifier" Something tells me I'm doing something really ignorant, though. Be nice ;). Anyway, this is probably also why Xfce won't load; without setting the /opt/cws/bin it can't find the Xfce binaries! Thanks in advance, yet again, Thom Holwerda On 29-jan-05, at 21:05, Ihsan Dogan wrote: > On Saturday, 29 Jan 2005 00:46 +0100, Jan Dreyer wrote: > >>> First: the whole PATH thing. I'm quite experienced with computers, >>> but >>> I never really took the time to dive into more advanced *nix stuff >>> like that. In what file and where do I put the "/opt/cws/bin" ? I >>> know >>> how to do it manually each time ("PATH=$PATH:/opt/cws/bin:"), but I >>> have no idea as to how to automate this process. It's supposed to be >>> set into the root ".profile", but where is this file? >> >> I assume you are using bash or zsh. Then this file is /etc/profile >> You may also edit /etc/bashrc > > Another solution would be the /etc/default/login file. You can > change the PATH and SUPATH values for you needs. > > > > Ihsan... > > -- > Swiss Unix User Group: http://www.suug.ch/ > Software Packages for Solaris: http://www.blastwave.org/ > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From ihsan at dogan.ch Sat Jan 29 21:47:53 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Sat, 29 Jan 2005 21:47:53 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> <20050129200523.GA6901@dogan.ch> <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> Message-ID: <20050129204753.GB6901@dogan.ch> On Saturday, 29 Jan 2005 21:42 +0100, Thom Holwerda wrote: > export > PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/ > opt/cws/bin: Keep in mind that sh and bash are different shells. Change it in to (two lines): PATH=/usr/sbin:/usr/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/ucb:/opt/csw/bin export PATH Or use the /etc/default/login file. Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From slakje at quicknet.nl Sat Jan 29 22:41:09 2005 From: slakje at quicknet.nl (Thom Holwerda) Date: Sat, 29 Jan 2005 22:41:09 +0100 Subject: [csw-users] PATH; Xfce In-Reply-To: <20050129204753.GB6901@dogan.ch> References: <3648d24eca1ac89572551e72077ea3d8@quicknet.nl> <6ec364255802cc8d430cd92a7132adf3@uni-paderborn.de> <20050129200523.GA6901@dogan.ch> <27f8d8ecf920829fc6a90931d1d5b565@quicknet.nl> <20050129204753.GB6901@dogan.ch> Message-ID: <94537f6e8980bae42ea2d0ca00ec5d0e@quicknet.nl> Okay, all is working fine now. Xfce on Solaris is nice! Thanks for the help, I appreciate it, Thom Holwerda From mailbox at adrianhoe.com Mon Jan 31 06:26:49 2005 From: mailbox at adrianhoe.com (=?UTF-8?Q?Adrian_Hoe_=E8=B4=BA=E6=96=87=E8=80=80?=) Date: Mon, 31 Jan 2005 13:26:49 +0800 Subject: [csw-users] Re: Can't get Gnome and KDE In-Reply-To: <20050125110017.0607A6DE3@enterprise.dogan.ch> Message-ID: On Tuesday, Jan 25, 2005, at 19:00 Asia/Kuala_Lumpur, users-request at lists.blastwave.org wrote: > 1. Can't get Gnome and KDE (Adrian Hoe) > 2. Re: Can't get Gnome and KDE (Alex S Moore) >> Here's the errors: >> >> pkgadd: ERROR: attempt to process datastream failed >> - bad format in datastream table-of-contents >> pkgadd: ERROR: could not process datastream from >> > CSW.pkg.gz> >> ERROR: could not add CSWgnomedtlogin. > > These are errors typically seen with a pkgadd that needs patches. > There > may be specific patches listed somewhere, but I cannot find it just > now. > You do get the proper updates from the recommended patch cluster. And > yes, some packages will work and some will not. Ok. I installed the patch and pkg-get begins to download and install kde. Installation was successful. However, I'm not able to login with kde. I see the kde sign at the login manager after I choose kde session. The login splash appears on the screen with "KDE 3.3.1... (blastwave.org). Then I am returned to the login manager again. Looks like something goes wrong in kde or my system. Do I need any patches to run kde 3.3.1? I removed Sun's kde. My machine is SB150 with Sparc 9 which comes with the Sun's CD sets (Developer Software Enterprise Edition). Please help. -- "Break the Windows and breathe free" - Adrian Hoe, 1998 http://adrianhoe.com