From pfelecan at blastwave.org Mon May 1 15:12:32 2006 From: pfelecan at blastwave.org (Peter FELECAN) Date: Mon, 01 May 2006 15:12:32 +0200 Subject: [csw-users] Emacs 22 snapsot 20060501 CVS in testing Message-ID: The monthly CVS snapshot of the next version of Emacs, is in the testing area: http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060501-SunOS5.8-i386-CSW.pkg.gz http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060501-SunOS5.8-sparc-CSW.pkg.gz If you wish to use/test the bleeding edge Emacs, you're welcome. But, if there are issues, please report them upstream; I'll manage only the packaging side. To install this package, you need to remove all dependent packages and Emacs 21.4 itself; after that, you install, using pkgadd, the CVS Emacs corresponding to your architecture and, if you're a TeX user, the nifty AucTex package. Note that this version includes the successors of: oortgnus and emacscalc, available as Blastwave packages, and many other, previously separate, packages --- e.g., tramp. I'll made a new testing package the next month. Enjoy -- Peter From jmanton at uiuc.edu Mon May 1 23:39:08 2006 From: jmanton at uiuc.edu (Jonathan Manton) Date: Mon, 1 May 2006 16:39:08 -0500 (CDT) Subject: [csw-users] Problem with CSWooocore Message-ID: Hi. I'm running Solaris 8 on a network of old Ultra 5s. Patched (as of 2 weeks ago) with the recommended patch clusters. After installing Open Office (oofficeenus), I get the following when trying to run it: ld.so.1: javaldx: fatal: libm.so.1: version `SUNW_1.1.1' not found (required by file /opt/csw/OpenOffice.org/program/libstlport_sunpro.so) ld.so.1: javaldx: fatal: libm.so.1: open failed: No such file or directory ld.so.1: javaldx: fatal: relocation error: file /opt/csw/OpenOffice.org/program/libjvmfwk.so.3: symbol __1cE_STLM__node_alloc4BiA_Iallocate6FI_pv_: referenced symbol not found ld.so.1: soffice.bin: fatal: libm.so.1: version `SUNW_1.1.1' not found (required by file /opt/csw/OpenOffice.org/program/libstlport_sunpro.so) ld.so.1: soffice.bin: fatal: libm.so.1: open failed: No such file or directory ld.so.1: soffice.bin: fatal: relocation error: file /opt/csw/OpenOffice.org/program/libvcl680ss.so: symbol __1cE_STLM__node_alloc4BiA_Iallocate6FI_pv_: referenced symbol not found Killed I believe the libstlport_sunpro.so library was compiled on a machine with a new libm than mine. Doing: ldd -v /opt/csw/OpenOffice.org/program/soffice.bin Shows a number of cases where the "SUN_1.1" symbol is referenced in libm, and only the following with SUNW_1.1.1: find object=libm.so.1; required by /opt/csw/OpenOffice.org/program/libuno_cpp u.so.3 find version=libm.so.1 libm.so.1 (SUNW_1.1.1) => (version not found) ... find object=libm.so.1; required by /opt/csw/OpenOffice.org/program/libstlport _sunpro.so find version=libm.so.1 libm.so.1 (SUNW_1.1.1) => (version not found) My libm only has the "SUNW_1.1" symbol: % nm -D /usr/lib/libm.so.1 | grep SUNW_ [108] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1 I found the following reference, which at least appears to indicate that the shared library needs to be relinked: http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=8275 Any help on this would be appreciated. Jonathan Manton UNIX Systems Administrator Department of Mathematics University of Illinois at Urbana-Champaign From james at blastwave.org Tue May 2 11:17:35 2006 From: james at blastwave.org (James Lee) Date: Tue, 02 May 2006 09:17:35 GMT Subject: [csw-users] Problem with CSWooocore In-Reply-To: References: Message-ID: <20060502.9173500.1423137362@landeck.jamesipoos.com> On 01/05/06, 22:39:08, Jonathan Manton wrote regarding [csw-users] Problem with CSWooocore: > Hi. I'm running Solaris 8 on a network of old Ultra 5s. Patched (as of > 2 weeks ago) with the recommended patch clusters. > After installing Open Office (oofficeenus), I get the following when > trying to run it: > ld.so.1: javaldx: fatal: libm.so.1: version `SUNW_1.1.1' not found > My libm only has the "SUNW_1.1" symbol: > % nm -D /usr/lib/libm.so.1 | grep SUNW_ > [108] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1 The patch you need is 111721-04. The corresponding patch for x86 is 112757-01. These are not in the recommended cluster. On my Solaris 8 machine: $ nm -D /usr/lib/libm.so.1 | grep SUNW_ [128] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1 [42] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1.1 $ pkgchk -l -p /usr/lib/libm.so.1 ... SUNWlibms $ pkgparam -v SUNWlibms | grep PATCH_INFO_ PATCH_INFO_111721-04='Installed: Monday August 1 10:33:41 BST 2005 From: vaxholm Obsoletes: Requires: Incompatibles:' Sorry for any inconvenience. The pre-install check should have looked for this, I will add the check to the 2.0.2 release which is being build now. Thank you for your detailed report, it made finding an answer much easier. James. From aorchid at mac.com Tue May 2 21:14:25 2006 From: aorchid at mac.com (Aric Gregson) Date: Tue, 2 May 2006 12:14:25 -0700 Subject: [csw-users] Evince 0.5.2 will not start Message-ID: <20060502121425.00001618@unknown> I upgraded all my blastwave packages today and was happy to find Evince in the list. I installed Evince but receive the following error when attempting to launch it: ~ % evince ld.so.1: evince: fatal: relocation error: file /opt/csw/bin/evince: symbol gtk_window_set_default_icon_name: referenced symbol not found zsh: killed evince ~ % uname -a SunOS unknown 5.10 Generic_118844-26 i86pc i386 i86pc I have run pkg-get upgrade after installing evince, logged in and out and still not working. Any suggestions? thanks, aric From a.cervellin at acm.org Tue May 2 21:43:30 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Tue, 02 May 2006 21:43:30 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <4457B662.5080209@acm.org> Aric Gregson wrote: > ~ % evince > ld.so.1: evince: fatal: relocation error: file /opt/csw/bin/evince: > symbol gtk_window_set_default_icon_name: referenced symbol not found > zsh: killed evince > > ~ % uname -a > SunOS unknown 5.10 Generic_118844-26 i86pc i386 i86pc i tried it on opensolaris x86 and solaris 10 sparc without problems, anyway let me do some more testings tomorrow. in the meanwhile you could try try the following steps too: - pkgrm CSWevince - pkgrm CSWpoppler - pkg-get -Uu - pkg-get -i evince From a.cervellin at acm.org Tue May 2 22:07:18 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Tue, 02 May 2006 22:07:18 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <4457BBF6.3090806@acm.org> Aric Gregson wrote: > I upgraded all my blastwave packages today and was happy to find Evince > in the list. I installed Evince but receive the following error when > attempting to launch it: > > ~ % evince > ld.so.1: evince: fatal: relocation error: file /opt/csw/bin/evince: > symbol gtk_window_set_default_icon_name: referenced symbol not found > zsh: killed evince please try also a "ldd /opt/csw/bin/evince" and check if there are some "not found" occurencies, especially about the entry "libgtk*" From philc at cordier.com Wed May 3 09:19:55 2006 From: philc at cordier.com (Phil Cordier) Date: Wed, 03 May 2006 00:19:55 -0700 Subject: [csw-users] Paid for a DVD in Feb and never got it Message-ID: <4458599B.20401@cordier.com> Can someone help? Have sent several emails to Dennis with no reply. What's the deal? Thanks, Phil Cordier From dclarke at blastwave.org Wed May 3 15:15:11 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 09:15:11 -0400 (EDT) Subject: [csw-users] Paid for a DVD in Feb and never got it In-Reply-To: <4458599B.20401@cordier.com> References: <4458599B.20401@cordier.com> Message-ID: <4536.206.172.225.79.1146662111.squirrel@mail.blastwave.org> > Can someone help? Have sent several emails to Dennis with no reply. > What's the deal? > I think the deal is that I dropped a line item somewhere or worse, my email existence has beome unweildy. I think I get 400 or more emails a day and I am currently shutting down my GMail account and working within the blastwave.org interface entirely again. From time to time I do miss something. No doubt. Let's fix this DVD issue today : $ ls -l -rw-r--r-- 1 root other 4554477568 Apr 27 14:34 csw-i386-17-Apr-2006.iso -rw-r--r-- 1 root other 4685520896 May 1 01:01 csw-sparc-17-Apr-2006.iso Note the size of those two ISO images. These are quite fresh and while the date on the DVD ISO file says 17th of April I worked on them for a while to get everything just right until the 1st of May. A few days ago. So now I will get the blanks into the burner for you and get this moving. I am very sorry about this. I am now going to search my email ( all three accounts ) and find where you previous emails went to. -- Dennis Clarke From dclarke at blastwave.org Wed May 3 15:50:23 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 09:50:23 -0400 (EDT) Subject: [csw-users] trying to search ... Message-ID: <4627.206.172.224.99.1146664223.squirrel@mail.blastwave.org> I'm trying to drag through my bi-zillion emails for these lost or errant or missed messages and there are none in the blastwave MailDir format messages I have. I went to GMail and got this ... http://www.blastwave.org/dclarke/stuff/gmail.png so just as soon as I can get into GMail I will locate your shipping address and then get these DVD's out to you. Dennis ----------------------------- Original Message ----------------------------- Subject: [csw-users] Paid for a DVD in Feb and never got it From: "Phil Cordier" Date: Wed, May 3, 2006 03:19 To: users at lists.blastwave.org ---------------------------------------------------------------------------- Can someone help? Have sent several emails to Dennis with no reply. What's the deal? Thanks, Phil Cordier From jonathan.boyd at bioch.ox.ac.uk Wed May 3 15:54:12 2006 From: jonathan.boyd at bioch.ox.ac.uk (Jonathan Boyd) Date: Wed, 03 May 2006 14:54:12 +0100 Subject: [csw-users] Paid for a DVD (January) and never got it (so far): Message-ID: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://lists.blastwave.org/pipermail/users/attachments/20060503/dae6dd30/attachment.ksh From dclarke at blastwave.org Wed May 3 16:14:02 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 10:14:02 -0400 (EDT) Subject: [csw-users] DVD audit begins ... In-Reply-To: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> References: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> Message-ID: <4658.209.226.150.49.1146665642.squirrel@mail.blastwave.org> > Dear Dennis, > > I too requested and sent payment for a DVD (SPARC > architecture). My letter of request was dated 6th > January 2006. I remember you quite specifically! > You did say in an EMail to me (Thu, 16 Feb 2006 > 13:06:30 -0500) that a copy of the February release > would soon be on its way but unfortunately nothing > has so far arrived. It looks like my first week of May will be spent doing an audit and sending out emails and shipping DVD's to people. There are very few of them in fact. Maybe 20 or so in a month. One would think that I wouldn't miss one here or there but at this point I am going to drag my emails all the way back to December 2005 and then audit from that point forwards. Also I was certain that I shipped a set to you, but, as of this morning I am not certain of anything. Thus : # ./gs Wed May 3 09:58:56 EDT 2006 #### ##### ## ##### #### # # # # # # # # # #### # # # # # # # # ##### ###### ##### # # # # # # # # # # #### # # # # # #### Cdrecord-ProDVD-Clone 2.01b38 (i386-pc-solaris2.8) Copyright (C) 1995-2004 J?rg Schilling Unlocked features: ProDVD Limited features: This copy of cdrecord is licensed for: Dennis_Clarke/dclarke at blastwave.org/for_blastwave_use TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 0 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-107D' Revision : '1.21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD-R sequential recording Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording (current) Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1605632 = 1568 KB FIFO size : 33554432 = 32768 KB Track 01: data 4468 MB Total size: 4468 MB = 2287852 sectors Current Secsize: 2048 Total power on hours: 478465 Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 10644 Starting to write CD/DVD at speed 4 in real SAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Starting new track at sector: 0 Track 01: 1655 of 4468 MB written (fifo 98%) [buf 88%] 4.3x. . . . That is burning in front of me now. Now I will try to login to GMail again and search back to December. I think I had better make fresh coffee, it could be a long long day. -- Dennis Clarke From dclarke at blastwave.org Wed May 3 16:15:02 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 10:15:02 -0400 (EDT) Subject: [csw-users] DVD audit begins ... In-Reply-To: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> References: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> Message-ID: <4654.206.172.224.99.1146665702.squirrel@mail.blastwave.org> > Dear Dennis, > > I too requested and sent payment for a DVD (SPARC > architecture). My letter of request was dated 6th > January 2006. I remember you quite specifically! > You did say in an EMail to me (Thu, 16 Feb 2006 > 13:06:30 -0500) that a copy of the February release > would soon be on its way but unfortunately nothing > has so far arrived. It looks like my first week of May will be spent doing an audit and sending out emails and shipping DVD's to people. There are very few of them in fact. Maybe 20 or so in a month. One would think that I wouldn't miss one here or there but at this point I am going to drag my emails all the way back to December 2005 and then audit from that point forwards. Also I was certain that I shipped a set to you, but, as of this morning I am not certain of anything. Thus : # ./gs Wed May 3 09:58:56 EDT 2006 #### ##### ## ##### #### # # # # # # # # # #### # # # # # # # # ##### ###### ##### # # # # # # # # # # #### # # # # # #### Cdrecord-ProDVD-Clone 2.01b38 (i386-pc-solaris2.8) Copyright (C) 1995-2004 J?rg Schilling Unlocked features: ProDVD Limited features: This copy of cdrecord is licensed for: Dennis_Clarke/dclarke at blastwave.org/for_blastwave_use TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 0 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-107D' Revision : '1.21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD-R sequential recording Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording (current) Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1605632 = 1568 KB FIFO size : 33554432 = 32768 KB Track 01: data 4468 MB Total size: 4468 MB = 2287852 sectors Current Secsize: 2048 Total power on hours: 478465 Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 10644 Starting to write CD/DVD at speed 4 in real SAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Starting new track at sector: 0 Track 01: 1655 of 4468 MB written (fifo 98%) [buf 88%] 4.3x. . . . That is burning in front of me now. Now I will try to login to GMail again and search back to December. I think I had better make fresh coffee, it could be a long long day. -- Dennis Clarke From aorchid at mac.com Mon May 8 02:11:27 2006 From: aorchid at mac.com (Aric Gregson) Date: Sun, 7 May 2006 17:11:27 -0700 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <20060507171127.00007230@unknown> Alessio Cervellin wrote: > please try also a "ldd /opt/csw/bin/evince" and check if there are > some "not found" occurencies, especially about the entry "libgtk*" Thanks very much for you help. When I do this it finds all dependencies that it is looking for. I also have uninstalled both evince and poppler, upgraded all blastwave packages and then reinstalled evince. I still receive the original error and evince will not start. From a.cervellin at acm.org Mon May 8 21:06:54 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Mon, 08 May 2006 21:06:54 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060507171127.00007230@unknown> References: <20060502121425.00001618@unknown> <20060507171127.00007230@unknown> Message-ID: <445F96CE.2080004@acm.org> Aric Gregson wrote: > Thanks very much for you help. When I do this it finds all dependencies > that it is looking for. I also have uninstalled both evince and > poppler, upgraded all blastwave packages and then reinstalled evince. > I still receive the original error and evince will not start. can you copy&paste the output of the following commands: ldd /opt/csw/bin/evince | grep libgtk-x11-2.0.so.0 nm /opt/csw/lib/libgtk-x11-2.0.so.0 | grep gtk_window_set_default_icon_name also, you could try to do: export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH and then try to run again evince. From LUKRUB at shieldsassoc.com Tue May 9 02:18:25 2006 From: LUKRUB at shieldsassoc.com (Olivia Armstrong) Date: Tue, 09 May 2006 03:18:25 +0300 Subject: [csw-users] j2 Voicemail Message Message-ID: <72452953144732.R37406@gangplank.noc.borne.gr> -Icrease Your Sexual Desire and Sperm volume by 500% -Longer orgasms - The longest most intense orgasms of your life -Rock hard erections - Erections like steel -Ejaculate like a porn star - Stronger ejaculation -Multiple orgasms - Cum again and again -SPUR-M is The Newest and The Safest Way of Pharmacy -100% Natural and No Side Effects - in contrast to well-known brands. -Experience three times longer orgasms -World Wide shipping within 24 hours Clisk here http://www.domdelouise.info asset gerbil jaw teleconference culminate darpa debugger infamous marginalia baron alcoholism locoweed chartroom klein brunette gout incorporate oersted jacky sinewy mephistopheles richmond lob chester cliffhang ludwig aile chaparral castor cavitate intransigent lunatic bettor shamefaced porch hesse mcdermott superlunary alicia crosswalk cottage debonair rejuvenate tenneco ny allotted chart depressor inaugurate printout cybernetic lowboy constellate sicily From WinnieTerry at accessmegaporn.com Thu May 11 11:18:48 2006 From: WinnieTerry at accessmegaporn.com (Fran Strickland) Date: Thu, 11 May 2006 18:18:48 +0900 Subject: [csw-users] Borland Developer Studio 2006 Message-ID: An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060511/e666f237/attachment.html From aorchid at mac.com Thu May 11 19:28:20 2006 From: aorchid at mac.com (Aric Gregson) Date: Thu, 11 May 2006 10:28:20 -0700 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <20060511102820.0000302b@unknown> > can you copy&paste the output of the following commands: > > ldd /opt/csw/bin/evince | grep libgtk-x11-2.0.so.0 % ldd /opt/csw/bin/evince | grep libgtk-x11-2.0.so.0 libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 > nm /opt/csw/lib/libgtk-x11-2.0.so.0 | grep > gtk_window_set_default_icon_name % nm /opt/csw/lib/libgtk-x11-2.0.so.0 | grep gtk_window_set_default_icon_name [8159] | 2062795| 201|FUNC |GLOB |0 |12 |gtk_window_set_default_icon_name > export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH and then try to > run again evince. % export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH aorchid at unknown % evince Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:9) Error: -- Xpdf no longer supports X fonts Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:18) Error: -- Xpdf no longer supports X fonts Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:38) Error: -- Xpdf no longer supports X fonts Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:46) Error: -- Xpdf no longer supports X fonts Seems to work now. Thanks! aric From Darin.Perusich at cognigencorp.com Thu May 11 19:49:47 2006 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Thu, 11 May 2006 13:49:47 -0400 Subject: [csw-users] /testing: R 2.3.0 Message-ID: <4463793B.40602@cognigencorp.com> hello, R 2.3.0 is now available in /testing. "R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R." http://www.r-project.org/ Dependencies: CSWbzip2 CSWgcc3core CSWgcc3corert CSWgcc3g77 CSWgcc3g77rt CSWggettext CSWiconv CSWjpeg CSWpng CSWreadline CSWzlib -- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 darinper at cognigencorp.com From a.cervellin at acm.org Thu May 11 22:35:15 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Thu, 11 May 2006 22:35:15 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060511102820.0000302b@unknown> References: <20060502121425.00001618@unknown> <20060511102820.0000302b@unknown> Message-ID: <4463A003.2040403@acm.org> Aric Gregson wrote: > % export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH aorchid at unknown > > % evince Error: Unknown config file command > 'displayCIDFontX' (/etc/xpdfrc:9) Error: -- Xpdf no longer supports X > fonts Error: Unknown config file command > 'displayCIDFontX' (/etc/xpdfrc:18) Error: -- Xpdf no longer supports X > fonts Error: Unknown config file command don't worry, these errors are normal > Seems to work now. Thanks! anyway the LD_LIBRARY_PATH should not be needed to run the program according to the Blastwave's standards... i'll try to fix this issue in the next release of the package. From MALDFQTEUQZCET at zeonlair.demon.co.uk Fri May 12 14:35:57 2006 From: MALDFQTEUQZCET at zeonlair.demon.co.uk (Gene Spencer) Date: Fri, 12 May 2006 14:35:57 +0200 Subject: [csw-users] Wellcome In-Reply-To: References: Message-ID: <63831002160389.GI32501@exonerate.tech.sitadelle.com> -S'ensationall revoolution in m'edicine! -E'n'l'a'r'g'e your p''enis up to 10 cm or up to 4 inches! -It's herbal solution what hasn't side effect, but has 100% guaranted results! -Don't lose your chance and but know wihtout doubts, you will be impressed with results! Clisk here: http://rosellisfrags.info romance cerebellum consolation panel glasgow antisemitism aversion clomp descendent polarograph aerobacter blurb maxima sedate ala cheery buttercup minibike apparition nirvana indochinese circuitous roy ballard domingo caret renounce polonaise f kowalewski emmanuel ducat hereinafter chuckle lisa glitter alloy niche echinoderm krakow frizzle bosom biology percolate cpa dignity sandalwood syria longitude ergative sorrowful homecoming lycopodium bull From codzexcieofk at leavers-oast.freeserve.co.uk Mon May 15 01:53:02 2006 From: codzexcieofk at leavers-oast.freeserve.co.uk (Gale Glenn) Date: Mon, 15 May 2006 02:53:02 +0300 Subject: [csw-users] note Message-ID: <8426B67C.8200507@vagrant.peternixon.net> -Icrease Your Sexual Desire and Sperm volume by 500% -Longer orgasms - The longest most intense orgasms of your life -Rock hard erections - Erections like steel -Ejaculate like a porn star - Stronger ejaculation -Multiple orgasms - Cum again and again -SPUR-M is The Newest and The Safest Way of Pharmacy -100% Natural and No Side Effects - in contrast to well-known brands. -Experience three times longer orgasms -World Wide shipping within 24 hours Clisk here http://www.freecarstodrive.info quasiorder postmortem redcoat molest aristocratic arrowroot midas servile bp pellet compliment allemand pericles jaeger cause peacemake sadie whitehorse fragmentary y's breakwater exploration deportation didn't scallop strategist amount major chalky polariton chordate capture committing gerhardt cornmeal slob boron apotheosis freshman alamo clank clamorous biochemic exculpatory irreconcilable chastise liggett buenos lipton cotta embarrass springboard eerily minefield From vancesutherland at pr0head.com Mon May 15 14:41:46 2006 From: vancesutherland at pr0head.com (bobbie silva) Date: Mon, 15 May 2006 12:41:46 +0000 Subject: [csw-users] Your future., chain grate Message-ID: <000001c6781c$bc49ac00$61d76a6b@ajde> Need money? Your credit doesn't matter to us! Want IMMEDIATE cash to spend ANY way you like, or simply wish to LOWER your monthly payments by a third or more? Simply fill out this one-minute form... http://zapate.com/a62f/ aero arrow folk ballad sea frontage hammock batten half-bleached clean-complexioned gold-robed barley carrier cheese toaster net plankton honey-bearing leaf picker cotton packer coupling box cave beetle turban-crested twice-deferred Anti-mongolian sick-feathered association test blanch farm test paper crown gum shell auger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060515/dfdd1a7b/attachment.html From blunders at dietk.com Mon May 15 21:29:43 2006 From: blunders at dietk.com (cindy lyann) Date: Mon, 15 May 2006 19:29:43 +0000 Subject: [csw-users] Trust, Love & Keep Moving (Growing) Message-ID: An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060515/94adaf45/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 5648 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20060515/94adaf45/attachment.gif From gturnqui at harris.com Mon May 15 22:08:04 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Mon, 15 May 2006 16:08:04 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: Has anybody built mod_security from source using a blastwave distribution? The errors I get are nebulous, and don't turn up much on Google. $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc -prefer-pic -xO 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include -I/opt/csw/include -I/opt /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb4 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include -I/opt/csw/apache2/ include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include -I/opt/csw/include -c -o mod_security.lo mod_security.c && touch mod_security.slo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' apxs:Error: Command failed with rc=65536 The current packages I have on my "build" machine are listed below: * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM * CSWapache2 apache2 - Apache 2.2 web server * CSWapache2-devel apache2_devel - Apache 2.2 development support * CSWapache2c apache2c - Apache 2.2 web server (core) * CSWapache2rt apache2rt - Apache 2.2 runtime libraries * CSWbdb4 berkeleydb4 - Embedded database libraries and utilities * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and utilities * CSWbison bison - GNU yacc parser generator * CSWcommon common - common files and dirs for CSW packages * CSWexpat expat - XML Parser Toolkit * CSWflex flex - older version of the 'flex' parser generator * CSWgcc4core gcc4core - GNU C Compiler * CSWgcc4corert gcc4corert - GNU C Compiler Run Time * CSWgcc4g++ gcc4g++ - GNU C++ Compiler * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time * CSWgdbm gdbm - GNU dbm * CSWggettext ggettext - GNU gettext * CSWgm4 gm4 - GNU m4 Unix macro processor * CSWgmake gmake - GNU make * CSWgsed gsed - The GNU non-interactive text Stream-oriented EDitor (sed) * CSWiconv libiconv - GNU iconv library * CSWlibnet libnet - the libnet packet construction library * CSWlibxml2 libxml2 - XML Parser Library * CSWmysql4devel mysql4devel - MySQL 4 development support * CSWmysql4rt mysql4rt - run-time libraries for mysql4 * CSWncurses ncurses - ncurses library and utilities * CSWoldapdevel openldap_devel - OpenLDAP development support * CSWoldaprt openldap_rt - OpenLDAP runtime libraries * CSWossl openssl - The Open Source toolkit for SSL and TLS. * CSWperl perl - A high-level, general-purpose programming language. * CSWpkgget pkg_get - CSW version of automated package download tool * CSWreadline readline - library to enable interactive line editing * CSWsasl sasl - Simple Authentication and Security Layer * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library * CSWzlib zlib - Zlib Data Compression Library Greg Turnquist Software Engineer HARRIS Corporation * Greg.Turnquist at harris.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060515/f46072e5/attachment.html From crimson at unspeakable.org Mon May 15 22:14:26 2006 From: crimson at unspeakable.org (Scott Walker) Date: Mon, 15 May 2006 17:14:26 -0300 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: References: Message-ID: <4468E122.3090404@unspeakable.org> Could it be that Blastwave uses sun cc (sunstudio one) to compile everything, and your telling it to use GCC. I know for example with the Perl, in order to get some modules to build properly, I had to install the sun studio compiler and now it works like a champ. Turnquist, Greg wrote: > Has anybody built mod_security from source using a blastwave > distribution? The errors I get are nebulous, and don't turn up much on > Google. > > $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c > > /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc > -prefer-pic -xO > 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include -I/opt/csw/include > -I/opt > /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 > -D_POSIX_PTHREAD_SEMANTICS -D > _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff > -I/opt/csw/bdb4 > 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include > -I/opt/csw/apache2/ > include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include > -I/opt/csw/include > -c -o mod_security.lo mod_security.c && touch mod_security.slo > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > apxs:Error: Command failed with rc=65536 > > The current packages I have on my "build" machine are listed below: > > * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM > * CSWapache2 apache2 - Apache 2.2 web server > * CSWapache2-devel apache2_devel - Apache 2.2 development support > * CSWapache2c apache2c - Apache 2.2 web server (core) > * CSWapache2rt apache2rt - Apache 2.2 runtime libraries > * CSWbdb4 berkeleydb4 - Embedded database libraries and > utilities > * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and > utilities > * CSWbison bison - GNU yacc parser generator > * CSWcommon common - common files and dirs for CSW packages > * CSWexpat expat - XML Parser Toolkit > * CSWflex flex - older version of the 'flex' parser > generator > * CSWgcc4core gcc4core - GNU C Compiler > * CSWgcc4corert gcc4corert - GNU C Compiler Run Time > * CSWgcc4g++ gcc4g++ - GNU C++ Compiler > * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time > * CSWgdbm gdbm - GNU dbm > * CSWggettext ggettext - GNU gettext > * CSWgm4 gm4 - GNU m4 Unix macro processor > * CSWgmake gmake - GNU make > * CSWgsed gsed - The GNU non-interactive text > Stream-oriented EDitor (sed) > * CSWiconv libiconv - GNU iconv library > * CSWlibnet libnet - the libnet packet construction library > * CSWlibxml2 libxml2 - XML Parser Library > * CSWmysql4devel mysql4devel - MySQL 4 development support > * CSWmysql4rt mysql4rt - run-time libraries for mysql4 > * CSWncurses ncurses - ncurses library and utilities > * CSWoldapdevel openldap_devel - OpenLDAP development support > * CSWoldaprt openldap_rt - OpenLDAP runtime libraries > * CSWossl openssl - The Open Source toolkit for SSL and > TLS. > * CSWperl perl - A high-level, general-purpose programming > language. > * CSWpkgget pkg_get - CSW version of automated package > download tool > * CSWreadline readline - library to enable interactive line > editing > * CSWsasl sasl - Simple Authentication and Security Layer > * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library > * CSWzlib zlib - Zlib Data Compression Library > > Greg Turnquist > Software Engineer > HARRIS Corporation > * Greg.Turnquist at harris.com > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From gturnqui at harris.com Mon May 15 22:31:07 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Mon, 15 May 2006 16:31:07 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: Rats! We don't have a sun studio compiler license. I thought everyone built everything using gcc. I would have thought all these products would be 100% GNU-built. :( -----Original Message----- From: users-bounces+gturnqui=harris.com at lists.blastwave.org [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf Of Scott Walker Sent: Monday, May 15, 2006 4:14 PM To: questions and discussions Subject: Re: [csw-users] Mod_security on blastwave... Could it be that Blastwave uses sun cc (sunstudio one) to compile everything, and your telling it to use GCC. I know for example with the Perl, in order to get some modules to build properly, I had to install the sun studio compiler and now it works like a champ. Turnquist, Greg wrote: > Has anybody built mod_security from source using a blastwave > distribution? The errors I get are nebulous, and don't turn up much on > Google. > > $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c > > /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc > -prefer-pic -xO > 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include -I/opt/csw/include > -I/opt > /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 > -D_POSIX_PTHREAD_SEMANTICS -D > _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff > -I/opt/csw/bdb4 > 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include > -I/opt/csw/apache2/ > include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include > -I/opt/csw/include > -c -o mod_security.lo mod_security.c && touch mod_security.slo > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > apxs:Error: Command failed with rc=65536 > > The current packages I have on my "build" machine are listed below: > > * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM > * CSWapache2 apache2 - Apache 2.2 web server > * CSWapache2-devel apache2_devel - Apache 2.2 development support > * CSWapache2c apache2c - Apache 2.2 web server (core) > * CSWapache2rt apache2rt - Apache 2.2 runtime libraries > * CSWbdb4 berkeleydb4 - Embedded database libraries and > utilities > * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and > utilities > * CSWbison bison - GNU yacc parser generator > * CSWcommon common - common files and dirs for CSW packages > * CSWexpat expat - XML Parser Toolkit > * CSWflex flex - older version of the 'flex' parser > generator > * CSWgcc4core gcc4core - GNU C Compiler > * CSWgcc4corert gcc4corert - GNU C Compiler Run Time > * CSWgcc4g++ gcc4g++ - GNU C++ Compiler > * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time > * CSWgdbm gdbm - GNU dbm > * CSWggettext ggettext - GNU gettext > * CSWgm4 gm4 - GNU m4 Unix macro processor > * CSWgmake gmake - GNU make > * CSWgsed gsed - The GNU non-interactive text > Stream-oriented EDitor (sed) > * CSWiconv libiconv - GNU iconv library > * CSWlibnet libnet - the libnet packet construction library > * CSWlibxml2 libxml2 - XML Parser Library > * CSWmysql4devel mysql4devel - MySQL 4 development support > * CSWmysql4rt mysql4rt - run-time libraries for mysql4 > * CSWncurses ncurses - ncurses library and utilities > * CSWoldapdevel openldap_devel - OpenLDAP development support > * CSWoldaprt openldap_rt - OpenLDAP runtime libraries > * CSWossl openssl - The Open Source toolkit for SSL and > TLS. > * CSWperl perl - A high-level, general-purpose programming > language. > * CSWpkgget pkg_get - CSW version of automated package > download tool > * CSWreadline readline - library to enable interactive line > editing > * CSWsasl sasl - Simple Authentication and Security Layer > * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library > * CSWzlib zlib - Zlib Data Compression Library > > Greg Turnquist > Software Engineer > HARRIS Corporation > * Greg.Turnquist at harris.com > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From crimson at unspeakable.org Mon May 15 22:34:35 2006 From: crimson at unspeakable.org (Scott Walker) Date: Mon, 15 May 2006 17:34:35 -0300 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: References: Message-ID: <4468E5DB.9080703@unspeakable.org> Sunstundio is now free. http://developers.sun.com/prodtech/cc/downloads/index.jsp Turnquist, Greg wrote: > Rats! We don't have a sun studio compiler license. I thought everyone > built everything using gcc. I would have thought all these products > would be 100% GNU-built. :( > > -----Original Message----- > From: users-bounces+gturnqui=harris.com at lists.blastwave.org > [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf > Of Scott Walker > Sent: Monday, May 15, 2006 4:14 PM > To: questions and discussions > Subject: Re: [csw-users] Mod_security on blastwave... > > Could it be that Blastwave uses sun cc (sunstudio one) to compile > everything, and your telling it to use GCC. > > I know for example with the Perl, in order to get some modules to build > properly, I had to install the sun studio compiler and now it works like > > a champ. > > Turnquist, Greg wrote: >> Has anybody built mod_security from source using a blastwave >> distribution? The errors I get are nebulous, and don't turn up much on >> Google. >> >> $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c >> >> /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc >> -prefer-pic -xO >> 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include > -I/opt/csw/include >> -I/opt >> /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 >> -D_POSIX_PTHREAD_SEMANTICS -D >> _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff >> -I/opt/csw/bdb4 >> 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include >> -I/opt/csw/apache2/ >> include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include >> -I/opt/csw/include >> -c -o mod_security.lo mod_security.c && touch mod_security.slo >> libtool: compile: unable to infer tagged configuration >> libtool: compile: specify a tag with `--tag' >> apxs:Error: Command failed with rc=65536 >> >> The current packages I have on my "build" machine are listed below: >> >> * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM >> * CSWapache2 apache2 - Apache 2.2 web server >> * CSWapache2-devel apache2_devel - Apache 2.2 development support >> * CSWapache2c apache2c - Apache 2.2 web server (core) >> * CSWapache2rt apache2rt - Apache 2.2 runtime libraries >> * CSWbdb4 berkeleydb4 - Embedded database libraries and >> utilities >> * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and >> utilities >> * CSWbison bison - GNU yacc parser generator >> * CSWcommon common - common files and dirs for CSW packages >> * CSWexpat expat - XML Parser Toolkit >> * CSWflex flex - older version of the 'flex' parser >> generator >> * CSWgcc4core gcc4core - GNU C Compiler >> * CSWgcc4corert gcc4corert - GNU C Compiler Run Time >> * CSWgcc4g++ gcc4g++ - GNU C++ Compiler >> * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time >> * CSWgdbm gdbm - GNU dbm >> * CSWggettext ggettext - GNU gettext >> * CSWgm4 gm4 - GNU m4 Unix macro processor >> * CSWgmake gmake - GNU make >> * CSWgsed gsed - The GNU non-interactive text >> Stream-oriented EDitor (sed) >> * CSWiconv libiconv - GNU iconv library >> * CSWlibnet libnet - the libnet packet construction library >> * CSWlibxml2 libxml2 - XML Parser Library >> * CSWmysql4devel mysql4devel - MySQL 4 development support >> * CSWmysql4rt mysql4rt - run-time libraries for mysql4 >> * CSWncurses ncurses - ncurses library and utilities >> * CSWoldapdevel openldap_devel - OpenLDAP development support >> * CSWoldaprt openldap_rt - OpenLDAP runtime libraries >> * CSWossl openssl - The Open Source toolkit for SSL and >> TLS. >> * CSWperl perl - A high-level, general-purpose > programming >> language. >> * CSWpkgget pkg_get - CSW version of automated package >> download tool >> * CSWreadline readline - library to enable interactive line >> editing >> * CSWsasl sasl - Simple Authentication and Security Layer >> * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C > library >> * CSWzlib zlib - Zlib Data Compression Library >> >> Greg Turnquist >> Software Engineer >> HARRIS Corporation >> * Greg.Turnquist at harris.com >> >> >> >> >> >> >> > ------------------------------------------------------------------------ >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From gturnqui at harris.com Mon May 15 22:42:36 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Mon, 15 May 2006 16:42:36 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: Building PHP from scratch as an apache module worked okay using gcc. I wrote a whole procedure to setup a build machine with all the blastwave modules needed to compile that through gcc. I don't want to setup a different environment just to build mod_security. -----Original Message----- From: users-bounces+gturnqui=harris.com at lists.blastwave.org [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf Of Scott Walker Sent: Monday, May 15, 2006 4:35 PM To: questions and discussions Subject: Re: [csw-users] Mod_security on blastwave... Sunstundio is now free. http://developers.sun.com/prodtech/cc/downloads/index.jsp Turnquist, Greg wrote: > Rats! We don't have a sun studio compiler license. I thought everyone > built everything using gcc. I would have thought all these products > would be 100% GNU-built. :( > > -----Original Message----- > From: users-bounces+gturnqui=harris.com at lists.blastwave.org > [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf > Of Scott Walker > Sent: Monday, May 15, 2006 4:14 PM > To: questions and discussions > Subject: Re: [csw-users] Mod_security on blastwave... > > Could it be that Blastwave uses sun cc (sunstudio one) to compile > everything, and your telling it to use GCC. > > I know for example with the Perl, in order to get some modules to build > properly, I had to install the sun studio compiler and now it works like > > a champ. > > Turnquist, Greg wrote: >> Has anybody built mod_security from source using a blastwave >> distribution? The errors I get are nebulous, and don't turn up much on >> Google. >> >> $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c >> >> /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc >> -prefer-pic -xO >> 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include > -I/opt/csw/include >> -I/opt >> /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 >> -D_POSIX_PTHREAD_SEMANTICS -D >> _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff >> -I/opt/csw/bdb4 >> 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include >> -I/opt/csw/apache2/ >> include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include >> -I/opt/csw/include >> -c -o mod_security.lo mod_security.c && touch mod_security.slo >> libtool: compile: unable to infer tagged configuration >> libtool: compile: specify a tag with `--tag' >> apxs:Error: Command failed with rc=65536 >> >> The current packages I have on my "build" machine are listed below: >> >> * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM >> * CSWapache2 apache2 - Apache 2.2 web server >> * CSWapache2-devel apache2_devel - Apache 2.2 development support >> * CSWapache2c apache2c - Apache 2.2 web server (core) >> * CSWapache2rt apache2rt - Apache 2.2 runtime libraries >> * CSWbdb4 berkeleydb4 - Embedded database libraries and >> utilities >> * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and >> utilities >> * CSWbison bison - GNU yacc parser generator >> * CSWcommon common - common files and dirs for CSW packages >> * CSWexpat expat - XML Parser Toolkit >> * CSWflex flex - older version of the 'flex' parser >> generator >> * CSWgcc4core gcc4core - GNU C Compiler >> * CSWgcc4corert gcc4corert - GNU C Compiler Run Time >> * CSWgcc4g++ gcc4g++ - GNU C++ Compiler >> * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time >> * CSWgdbm gdbm - GNU dbm >> * CSWggettext ggettext - GNU gettext >> * CSWgm4 gm4 - GNU m4 Unix macro processor >> * CSWgmake gmake - GNU make >> * CSWgsed gsed - The GNU non-interactive text >> Stream-oriented EDitor (sed) >> * CSWiconv libiconv - GNU iconv library >> * CSWlibnet libnet - the libnet packet construction library >> * CSWlibxml2 libxml2 - XML Parser Library >> * CSWmysql4devel mysql4devel - MySQL 4 development support >> * CSWmysql4rt mysql4rt - run-time libraries for mysql4 >> * CSWncurses ncurses - ncurses library and utilities >> * CSWoldapdevel openldap_devel - OpenLDAP development support >> * CSWoldaprt openldap_rt - OpenLDAP runtime libraries >> * CSWossl openssl - The Open Source toolkit for SSL and >> TLS. >> * CSWperl perl - A high-level, general-purpose > programming >> language. >> * CSWpkgget pkg_get - CSW version of automated package >> download tool >> * CSWreadline readline - library to enable interactive line >> editing >> * CSWsasl sasl - Simple Authentication and Security Layer >> * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C > library >> * CSWzlib zlib - Zlib Data Compression Library >> >> Greg Turnquist >> Software Engineer >> HARRIS Corporation >> * Greg.Turnquist at harris.com >> >> >> >> >> >> >> > ------------------------------------------------------------------------ >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From javier.augusto at gmx.net Tue May 16 04:51:38 2006 From: javier.augusto at gmx.net (Javier O. Augusto) Date: Mon, 15 May 2006 23:51:38 -0300 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: References: Message-ID: <44693E3A.4020902@gmx.net> Check your $PATH man, you`re mixing things up in the middle, put the whole Blastwave GCC environment first then the usual Sun stuff, start all over again you know =/ ... Jay > Building PHP from scratch as an apache module worked okay using gcc. I > wrote a whole procedure to setup a build machine with all the blastwave > modules needed to compile that through gcc. I don't want to setup a > different environment just to build mod_security. > > -----Original Message----- > From: users-bounces+gturnqui=harris.com at lists.blastwave.org > [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf > Of Scott Walker > Sent: Monday, May 15, 2006 4:35 PM > To: questions and discussions > Subject: Re: [csw-users] Mod_security on blastwave... > > Sunstundio is now free. > > http://developers.sun.com/prodtech/cc/downloads/index.jsp > > Turnquist, Greg wrote: > >> Rats! We don't have a sun studio compiler license. I thought everyone >> built everything using gcc. I would have thought all these products >> would be 100% GNU-built. :( >> >> -----Original Message----- >> From: users-bounces+gturnqui=harris.com at lists.blastwave.org >> [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On >> > Behalf > >> Of Scott Walker >> Sent: Monday, May 15, 2006 4:14 PM >> To: questions and discussions >> Subject: Re: [csw-users] Mod_security on blastwave... >> >> Could it be that Blastwave uses sun cc (sunstudio one) to compile >> everything, and your telling it to use GCC. >> >> I know for example with the Perl, in order to get some modules to >> > build > >> properly, I had to install the sun studio compiler and now it works >> > like > >> a champ. >> >> Turnquist, Greg wrote: >> >>> Has anybody built mod_security from source using a blastwave >>> distribution? The errors I get are nebulous, and don't turn up much >>> > on > >>> Google. >>> >>> $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c >>> >>> /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc >>> -prefer-pic -xO >>> 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include >>> >> -I/opt/csw/include >> >>> -I/opt >>> /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 >>> -D_POSIX_PTHREAD_SEMANTICS -D >>> _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff >>> -I/opt/csw/bdb4 >>> 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include >>> -I/opt/csw/apache2/ >>> include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include >>> -I/opt/csw/include >>> -c -o mod_security.lo mod_security.c && touch mod_security.slo >>> libtool: compile: unable to infer tagged configuration >>> libtool: compile: specify a tag with `--tag' >>> apxs:Error: Command failed with rc=65536 >>> >>> The current packages I have on my "build" machine are listed below: >>> >>> * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM >>> * CSWapache2 apache2 - Apache 2.2 web server >>> * CSWapache2-devel apache2_devel - Apache 2.2 development support >>> * CSWapache2c apache2c - Apache 2.2 web server (core) >>> * CSWapache2rt apache2rt - Apache 2.2 runtime libraries >>> * CSWbdb4 berkeleydb4 - Embedded database libraries and >>> utilities >>> * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and >>> utilities >>> * CSWbison bison - GNU yacc parser generator >>> * CSWcommon common - common files and dirs for CSW >>> > packages > >>> * CSWexpat expat - XML Parser Toolkit >>> * CSWflex flex - older version of the 'flex' parser >>> generator >>> * CSWgcc4core gcc4core - GNU C Compiler >>> * CSWgcc4corert gcc4corert - GNU C Compiler Run Time >>> * CSWgcc4g++ gcc4g++ - GNU C++ Compiler >>> * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time >>> * CSWgdbm gdbm - GNU dbm >>> * CSWggettext ggettext - GNU gettext >>> * CSWgm4 gm4 - GNU m4 Unix macro processor >>> * CSWgmake gmake - GNU make >>> * CSWgsed gsed - The GNU non-interactive text >>> Stream-oriented EDitor (sed) >>> * CSWiconv libiconv - GNU iconv library >>> * CSWlibnet libnet - the libnet packet construction >>> > library > >>> * CSWlibxml2 libxml2 - XML Parser Library >>> * CSWmysql4devel mysql4devel - MySQL 4 development support >>> * CSWmysql4rt mysql4rt - run-time libraries for mysql4 >>> * CSWncurses ncurses - ncurses library and utilities >>> * CSWoldapdevel openldap_devel - OpenLDAP development support >>> * CSWoldaprt openldap_rt - OpenLDAP runtime libraries >>> * CSWossl openssl - The Open Source toolkit for SSL and >>> TLS. >>> * CSWperl perl - A high-level, general-purpose >>> >> programming >> >>> language. >>> * CSWpkgget pkg_get - CSW version of automated package >>> download tool >>> * CSWreadline readline - library to enable interactive line >>> editing >>> * CSWsasl sasl - Simple Authentication and Security >>> > Layer > >>> * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C >>> >> library >> >>> * CSWzlib zlib - Zlib Data Compression Library >>> >>> Greg Turnquist >>> Software Engineer >>> HARRIS Corporation >>> * Greg.Turnquist at harris.com >>> >>> >>> >>> >>> >>> >>> >>> > ------------------------------------------------------------------------ > >>> _______________________________________________ >>> users mailing list >>> users at lists.blastwave.org >>> https://lists.blastwave.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > From fortunezhang at sohu.com Tue May 16 08:33:43 2006 From: fortunezhang at sohu.com (=?gb2312?B?1cXV8bn6?=) Date: Tue, 16 May 2006 14:33:43 +0800 Subject: [csw-users] How to tell the pkg-get tool the installed packages? Message-ID: <004301c678b2$b1c6deb0$2ddda8c0@zzg> I have used pkg-get to install the apache2 package on solaris 10. The package has many dependent packages. During the installation,I found that pkg-get had downloaded and installed the packages existing in the system, such as perl, but the pkg-get can't find the package yet. How could I avoid this problem? Thank you for your help! Please send me to fortunezhang at sohu.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060516/63a9e68c/attachment.html From rfzyitkdnxt at coolblue.co.uk Tue May 16 16:41:51 2006 From: rfzyitkdnxt at coolblue.co.uk (Edna Hoyt) Date: Tue, 16 May 2006 16:41:51 +0200 Subject: [csw-users] Fwd: More Message-ID: -Icrease Your Sexual Desire and Sperm volume by 500% -Longer orgasms - The longest most intense orgasms of your life -Rock hard erections - Erections like steel -Ejaculate like a porn star - Stronger ejaculation -Multiple orgasms - Cum again and again -SPUR-M is The Newest and The Safest Way of Pharmacy -100% Natural and No Side Effects - in contrast to well-known brands. -Experience three times longer orgasms -World Wide shipping within 24 hours Clisk here http://www.freequalitymovies.info swanky alcott hid romance acidic atwood gas megaword equal ersatz darpa dormitory acadia nectar pond meg pair acrylate pumpkin kuhn acclaim reparation chairman bellow odometer ow woodlawn albrecht octet freer douse glycol dynamism contravariant annular freak juke knowledgeable aorta cox fiasco fury cost chlorine gunny cluck hanson albeit clubroom salami debugged harvestman amateur agrimony From gmAB.20.rmaeder at spamgourmet.com Wed May 17 15:49:04 2006 From: gmAB.20.rmaeder at spamgourmet.com (Roman Maeder) Date: Wed, 17 May 2006 15:49:04 +0200 Subject: [csw-users] conflicts between CSWqt and CSWqtgcc Message-ID: I am using the stable repository for Solaris 8 (SPARC) and have installed all of the kde-gcc packages. This morning i wanted to install CSWvlc, which pulled in a number of dependencies which conflict with similar gcc variants needed for KDE CSWqt vs. CSWqtgcc CSWarts vs. CSWartsgcc there are now two versions of some .so libraries, such as /opt/csw/lib/libqt-mt.so.3 and /opt/csw/kde-gcc/lib/libqt-mt.so.3 and some KDE apps pick up the wrong one: > kedit ld.so.1: kedit: fatal: relocation error: file /opt/csw/kde-gcc/lib/libkdeinit_kedit.so: symbol _ZN7QString4nullE: referenced symbol not found which can be fixed with > env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib kedit however, for others, such as knode, not even this helps, it still picks up the wrong one: env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/knode ... libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3 ... so the system is pretty much hosed. Is this a consequence of wrong -R options when building the packages, or is this unavoidable, so that the two libraries, qt and qt-gcc cannot coexist (in which case we would need something like vlc-gcc for KDE)? Since vlc doesn't work anyway (Xsun does not support the apparently required Xvideo extension), I uninstalled the conflicting packages, and things are back to normal inside KDE. Roman From hatchets at ncrlc.com Thu May 18 14:46:31 2006 From: hatchets at ncrlc.com (jordann abel) Date: Thu, 18 May 2006 12:46:31 +0000 Subject: [csw-users] To love is to receive a glimpse of heaven Message-ID: <1hIswpW-zTMxyQ-BY@localhost> An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060518/9c5a8976/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 7624 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20060518/9c5a8976/attachment.gif From selundgr at email.uncc.edu Thu May 18 15:04:02 2006 From: selundgr at email.uncc.edu (Scott Lundgren) Date: Thu, 18 May 2006 09:04:02 -0400 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: Message-ID: > Building PHP from scratch as an apache module worked okay using gcc. I I actually hit an obscure PHP bug wben using Apache2 w/prefork, PHP5 and the Oracle OCI interface. Recompiling with cc made it go away; Your Mileage May Vary. Sun Studio is a large but simple install (fyi headless -nodisplay seemed broken in v11) and just add it to $PATH. From gturnqui at harris.com Thu May 18 16:05:49 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Thu, 18 May 2006 10:05:49 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: My sysadmin loaded Sun Studio compiler, and then a few hours later, I was able to build and deploy mod_security. Works like a charm. I have henceforth gone home and loaded it on my personal web site. :) -----Original Message----- From: users-bounces+gturnqui=harris.com at lists.blastwave.org [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf Of Scott Lundgren Sent: Thursday, May 18, 2006 9:04 AM To: questions and discussions Subject: Re: [csw-users] Mod_security on blastwave... > Building PHP from scratch as an apache module worked okay using gcc. I I actually hit an obscure PHP bug wben using Apache2 w/prefork, PHP5 and the Oracle OCI interface. Recompiling with cc made it go away; Your Mileage May Vary. Sun Studio is a large but simple install (fyi headless -nodisplay seemed broken in v11) and just add it to $PATH. _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From mpatters at cs.uwaterloo.ca Thu May 18 18:39:26 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Thu, 18 May 2006 12:39:26 -0400 Subject: [csw-users] xfig honouring command line options? Message-ID: <446CA33E.6020009@cs.uwaterloo.ca> First time poster, first time user. Quick summary: I have xfig installed on a Solaris 8 machine here, and it doesn't seem to honour any command line options passed to it (through the xfig script) or most (if calling xfigbin directly). Caveat: I'm not a regular xfig user, I'm trying to sort this issue out for a couple of researchers here. If I run "xfig -h", I just get xfig. If I run "xfigbin -h", I get the help screen as expected. In neither case does "-nosplash" seem to have any effect - I get the splash screen regardless. Other options like -startgridline don't seem to be honoured either. I've set my path to (my linebreak) /opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/ucb:/usr/openwin/bin:\ /usr/dt/bin:/usr/sbin xfigbin behaves the same if I set XFILESEARCHPATH manually and call it directly. If I call xfigbin directly without having set that, xfig warns that my app-defaults file is either very old or not present (it's the latter, I believe). Am I doing something incorrectly, or should I file a bug report against xfig? We're using the unstable distribution, so it's xfig 3.2.4. One potential problem is /opt/csw is exported via NFS to the host on which we'd like to be running xfig - no idea if this is recommended or not, so please correct me if so. Thanks, Mike -- If the code and the comments disagree, then both are probably wrong. - Norm Schryer From leonardmcneal at valuehost.com Sat May 20 02:37:41 2006 From: leonardmcneal at valuehost.com (otto meyers) Date: Sat, 20 May 2006 00:37:41 +0000 Subject: [csw-users] Your wealth., flange tile Message-ID: <008001c67ba4$f3b1b300$0a16a01e@qfij> Need money? Your credit doesn't matter to us! Want IMMEDIATE cash to spend ANY way you like, or simply wish to LOWER your monthly payments by a third or more? Simply fill out this one-minute form... http://nioble.com/a62f/ great-grandson line relay cross-ratio group self-expressive identity matrix rifle tie hip tile petty-minded telegraph lineman marsh watercress cross-sectional capacitor motor side-handed whip-cracking school morality fan shell drop serene true-heroic identification mark fire bar Post-cambrian roulette wheel parasol mushroom twice-ordered -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060520/976fb115/attachment.html From zizban at gmail.com Sat May 20 17:01:32 2006 From: zizban at gmail.com (Chris Turkel) Date: Sat, 20 May 2006 11:01:32 -0400 Subject: [csw-users] Fluxbox Dtlogin Message-ID: Hi all I installed Fluxbox but there is no Dtlogin entry. I searched the web and found instructions at Gunfleet but alas they didn't work very well. Is there a dtlogin package for this somewhere? -- Veni, Vidi, Dormivi From dclarke at blastwave.org Sat May 20 17:17:27 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Sat, 20 May 2006 11:17:27 -0400 (EDT) Subject: [csw-users] Fluxbox Dtlogin In-Reply-To: References: Message-ID: <61878.70.50.142.173.1148138247.squirrel@mail.blastwave.org> > Hi all > > I installed Fluxbox but there is no Dtlogin entry. I searched the web > and found instructions at Gunfleet but alas they didn't work very > well. Is there a dtlogin package for this somewhere? > I ran into the same situation. The only thing I can tell you is that you need to update the fluxbox users particular .xsession in order to get fluxbox working. Either that or we need to write the necessary dtlogin mods ourself. I have a Sun Ultra 2 here with fluxbox on it and I was thinking of dtlogin integration but just have not gotten around to it. There is no shortage of docs out there on the topic. -- Dennis Clarke From emilecline at gammanetworking.com Sat May 20 20:09:23 2006 From: emilecline at gammanetworking.com (nap grubbs) Date: Sat, 20 May 2006 18:09:23 +0000 Subject: [csw-users] :), sky map Message-ID: <009b01c67c37$72efc700$b1320062@tsxsbu> How many times did you think of giving up your permanent job and join another "good looking" work-at-home scheme? And how many of them were successful? Did you earn more than $5000 a month with them? NO? Then you have an opportunity right now and right here! We made it possible for you to get a real part-time job in a world of transportation business and control your income on your own! We will never ask you about your credit rating and never put any inquiries to your credit profile. This is business of partners, we don't take, we give you this opportunity You can become our Representative and take part in a stunning world of financial operations. No more up-front costs or tricks. A steady income is just a click away! The best thing it all depends on you. Being a long-established solid corporation we understand how important it is to provide our customers the best possibilities and support. We always try our best to be cooperative and customer-friendly, you can call or email us any time and ask a question if something is not clear. Get involved in a great transportation business, and start making money in just a few clicks. You will make a fixed amount ($30) out of every shipped product. The usual product quantity range from 10 to 100 packages a month. This is not a dream, you enter a serious market! A unique opportunity where your income depends on you! More information \ apply \ send your resumes to: job at westbcorp.org four-headed world-sustaining well-boring trust busting bean-fed stern wave quasi-confident bridle cable shallow-sea balm tea apartment building drill sleeve Benoist scale neck strap world-naming self-debasement well-designated cusp locus transit duty twice-destroyed quasi news slag cement in-marriage coco sedge -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060520/0341f656/attachment.html From realmcking at gmail.com Sun May 21 01:39:15 2006 From: realmcking at gmail.com (Mark McCoy) Date: Sat, 20 May 2006 18:39:15 -0500 Subject: [csw-users] Fluxbox Dtlogin In-Reply-To: <61878.70.50.142.173.1148138247.squirrel@mail.blastwave.org> References: <61878.70.50.142.173.1148138247.squirrel@mail.blastwave.org> Message-ID: I use the xfce dtlogin option, and put the commands to start fluxbox in my .xinitrc. On 5/20/06, Dennis Clarke wrote: > > > Hi all > > > > I installed Fluxbox but there is no Dtlogin entry. I searched the web > > and found instructions at Gunfleet but alas they didn't work very > > well. Is there a dtlogin package for this somewhere? > > > > > I ran into the same situation. The only thing I can tell you is that you > need to update the fluxbox users particular .xsession in order to get > fluxbox working. Either that or we need to write the necessary dtlogin mods > ourself. > > I have a Sun Ultra 2 here with fluxbox on it and I was thinking of dtlogin > integration but just have not gotten around to it. There is no shortage of > docs out there on the topic. > > -- > Dennis Clarke > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- Mark McCoy -- Professional Unix geek Here in America we are descended in blood and in spirit from revolutionists and rebels - men and women who dare to dissent from accepted doctrine. As their heirs, may we never confuse honest dissent with disloyal subversion. -- Dwight D. Eisenhower From james at blastwave.org Sun May 21 12:53:17 2006 From: james at blastwave.org (James Lee) Date: Sun, 21 May 2006 10:53:17 GMT Subject: [csw-users] conflicts between CSWqt and CSWqtgcc In-Reply-To: References: Message-ID: <20060521.10531700.1191409669@bala.asd.demon.co.uk> On 17/05/06, 14:49:04, Roman Maeder wrote regarding [csw-users] conflicts between CSWqt and CSWqtgcc: > I am using the stable repository for Solaris 8 (SPARC) and have installed > all of the kde-gcc packages. This morning i wanted to install CSWvlc, > which pulled in a number of dependencies which conflict with similar gcc > variants needed for KDE > CSWqt vs. CSWqtgcc > CSWarts vs. CSWartsgcc > there are now two versions of some .so libraries, such > as /opt/csw/lib/libqt-mt.so.3 and /opt/csw/kde-gcc/lib/libqt-mt.so.3 > and some KDE apps pick up the wrong one: > > kedit > ld.so.1: kedit: fatal: relocation error: > file /opt/csw/kde-gcc/lib/libkdeinit_kedit.so: symbol _ZN7QString4nullE: > referenced symbol not found > which can be fixed with > > env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib kedit Yes, it's a bug and you have found the workaround. There was a bug about this that related to KDE and qt in general and this specific one: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0000687 but it's closed although the problem still exists. Ken? > however, for others, such as knode, not even this helps, it still picks > up the wrong one: > env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/knode > ... > libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3 > ... Strange, it works for me: $ ldd /opt/csw/kde-gcc/bin/knode | grep qt libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3 $ LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/knode \ | grep qt libqt-mt.so.3 => /opt/csw/kde-gcc/lib/libqt-mt.so.3 > so the system is pretty much hosed. Is this a consequence of wrong -R > options when building the packages, or is this unavoidable, so that the > two libraries, qt and qt-gcc cannot coexist (in which case we would need > something like vlc-gcc for KDE)? It should work, provided each part has the correct paths. > Since vlc doesn't work anyway (Xsun does not support the apparently > required Xvideo extension), I uninstalled the conflicting packages, and > things are back to normal inside KDE. That's another problem, I suggest you file a report with vcl about this. James. From james at blastwave.org Sun May 21 12:53:17 2006 From: james at blastwave.org (James Lee) Date: Sun, 21 May 2006 10:53:17 GMT Subject: [csw-users] xfig honouring command line options? In-Reply-To: <446CA33E.6020009@cs.uwaterloo.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> Message-ID: <20060521.10531700.1528474211@bala.asd.demon.co.uk> On 18/05/06, 17:39:26, Mike Patterson wrote regarding [csw-users] xfig honouring command line options?: > First time poster, first time user. Quick summary: I have xfig > installed on a Solaris 8 machine here, and it doesn't seem to honour any > command line options passed to it (through the xfig script) or most (if > calling xfigbin directly). Caveat: I'm not a regular xfig user, I'm > trying to sort this issue out for a couple of researchers here. Sorry I'm not an xfig user user either. Andreas? > We're using the unstable distribution, so it's xfig 3.2.4. One > potential problem is /opt/csw is exported via NFS to the host on which > we'd like to be running xfig - no idea if this is recommended or not, so > please correct me if so. This should work. Packages should work with /opt/csw read only and be able to use /etc/opt/csw instead of /opt/csw/etc and /var/opt/csw instead of /opt/csw/var/. If you have problems relating to sharing /opt/csw please create a bug report. James. From zizban at gmail.com Sun May 21 18:18:01 2006 From: zizban at gmail.com (Chris Turkel) Date: Sun, 21 May 2006 12:18:01 -0400 Subject: [csw-users] Fluxbox Dtlogin Message-ID: Excuse me if i have asked this before, but will there be a DtLogin for Fluxbox? I tried setting it up with the instrcutions on gunfleet.com but to no avail. -- Veni, Vidi, Dormivi From mpatters at cs.uwaterloo.ca Tue May 23 18:16:09 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Tue, 23 May 2006 12:16:09 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <20060521.10531700.1528474211@bala.asd.demon.co.uk> References: <446CA33E.6020009@cs.uwaterloo.ca> <20060521.10531700.1528474211@bala.asd.demon.co.uk> Message-ID: <44733549.5080201@cs.uwaterloo.ca> James Lee wrote on 5/21/06 6:53 AM: > This should work. Packages should work with /opt/csw read only and be > able to use /etc/opt/csw instead of /opt/csw/etc and /var/opt/csw instead > of /opt/csw/var/. If you have problems relating to sharing /opt/csw > please create a bug report. OK, will do - thanks. Nice to know that's unlikely to be the cause, anyway. Mike -- Carelessly planned projects take three times longer to complete than expected. Carefully planned projects take four times longer to complete than expected, mostly because the planners expect their planning to reduce the time it takes. From flossyfrancis at orenavia.com Wed May 24 06:43:53 2006 From: flossyfrancis at orenavia.com (artemas hendrix) Date: Wed, 24 May 2006 04:43:53 +0000 Subject: [csw-users] Claim Your Cash, kitty witch Message-ID: <00fa01c67eeb$980c6000$5b3d9625@uakzdtcp> You've been selected to Play at the HI-ROLLER CASIN0! Benefits include: * Up to $888 real money to gamble with * Fastest growing/most trusted online company * Play all your favorite games: Poker, Hold'em, Black Jack, Slots, etc. * Play at no-cost to see how exciting and easy it is * Rapid payouts to all clientele & 24/7 support * Great games, Big Winnings, & thousands of players This is a limited chance that expires at the end of the month. http://fasteg.com/casino/ timber-floating Ladd-franklin theory diving hood tear-quick sound law union house bateau bridge friction-head three-deck vessel end play icterus index sweet-corn wilt art critic tiger snake Pseudo christology cavo-relievo service squadron con man asbestos carder jump saw meaking iron green-feathered seventy-sixth clipper sled -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060524/a35d6e23/attachment.html From Cavour at postcarbon.org Thu May 25 13:55:35 2006 From: Cavour at postcarbon.org (lyndy adreonna) Date: Thu, 25 May 2006 11:55:35 +0000 Subject: [csw-users] What has four legs and an arm? A happy pit bull Message-ID: An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20060525/cf37c599/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 5564 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20060525/cf37c599/attachment.gif From delrio at mie.utoronto.ca Fri May 26 14:29:25 2006 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Fri, 26 May 2006 08:29:25 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <446CA33E.6020009@cs.uwaterloo.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> Message-ID: <4476F4A5.30803@mie.utoronto.ca> Mike Patterson wrote: > If I run "xfig -h", I just get xfig. If I run "xfigbin -h", I get the > help screen as expected. In neither case does "-nosplash" seem to have > any effect - I get the splash screen regardless. Other options like > -startgridline don't seem to be honoured either. "xfig -h" gives me the help text but I might have edited the "xfig" wrapper script. If I remember correctly, the script might be missing passing args to xfigbin. The following is my /opt/csw/bin/xfig #!/bin/sh XFILESEARCHPATH=/opt/csw/lib/locale/%L/%T/%N%S%C:/usr/openwin/lib/locale/%L/%T/%N%S%C:/opt/csw/lib/X11/%T/%N%S%C:/usr/openwin/lib/X11/%T/%N%S%C export XFILESEARCHPATH exec /opt/csw/bin/xfigbin "$@" I actually have a separate wrapper that also adds color exec /opt/csw/bin/xfigbin -xrm "*customization: -color" "$@" From mpatters at cs.uwaterloo.ca Fri May 26 23:11:18 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Fri, 26 May 2006 17:11:18 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <4476F4A5.30803@mie.utoronto.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> <4476F4A5.30803@mie.utoronto.ca> Message-ID: <44776EF6.1020207@cs.uwaterloo.ca> Oscar del Rio wrote on 26/05/2006 8:29 AM: > If I remember correctly, the script might be missing passing args to > xfigbin. The following is my /opt/csw/bin/xfig > > #!/bin/sh > XFILESEARCHPATH=/opt/csw/lib/locale/%L/%T/%N%S%C:/usr/openwin/lib/locale/%L/%T/%N%S%C:/opt/csw/lib/X11/%T/%N%S%C:/usr/openwin/lib/X11/%T/%N%S%C > > export XFILESEARCHPATH > exec /opt/csw/bin/xfigbin "$@" That's precisely the one I have. duh, it just occurred to me to try it with a -x - I'll give that a go: @plg2[110]% ./xfig -h XFILESEARCHPATH=/opt/csw/lib/locale/%L/%T/%N%S%C:/usr/openwin/lib/locale/%L/%T/%N%S%C:/opt/csw/lib/X11/%T/%N%S%C:/usr/openwin/lib/X11/%T/%N%S%C + export XFILESEARCHPATH + exec /opt/csw/bin/xfigbin -xrm *customization: -color -h So yes, it does look like it's trying to pass -h, but I don't get help, I get xfig. xfigbin works as expected: @plg2[104]% xfigbin -h Xfig 3.2 patchlevel 4 (Protocol 3.2) Usage: xfig [-h[elp]] [-v[ersion]] but eg "xfig -nosplash" or "xfigbin -nosplash" still show the splash screen. Similarly, it appears as if other options like those for gridlines are being silently tossed. Mike -- People on the net are always telling other people to "get a life." It would be so much simpler if there were one available under the GPL. "If you use this life, you must tell other people where to get a life of their own." - Christopher Davis, monk From mmayer at blastwave.org Fri May 26 23:18:46 2006 From: mmayer at blastwave.org (Markus Mayer) Date: Fri, 26 May 2006 14:18:46 -0700 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <44776EF6.1020207@cs.uwaterloo.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> <4476F4A5.30803@mie.utoronto.ca> <44776EF6.1020207@cs.uwaterloo.ca> Message-ID: <20060526211846.GA19449@enterprise.blastwave.org> On Friday, 26 May 2006 17:11 -0400, Mike Patterson wrote: > + exec /opt/csw/bin/xfigbin -xrm *customization: -color -h I did a little test myself. The problem seems to be the option -xrm "*customization: -color". Once that's removed, xfigbin honors all arguments passed in "$@". With -xrm it seemed to me like all following options are tossed -- which in the case of this wrapper-script means that the entire contents of $@ is lost. This looks like a bug in xfigbin. Regards, Markus From mpatters at cs.uwaterloo.ca Mon May 29 20:55:52 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Mon, 29 May 2006 14:55:52 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <20060526211846.GA19449@enterprise.blastwave.org> References: <446CA33E.6020009@cs.uwaterloo.ca> <4476F4A5.30803@mie.utoronto.ca> <44776EF6.1020207@cs.uwaterloo.ca> <20060526211846.GA19449@enterprise.blastwave.org> Message-ID: <447B43B8.3020306@cs.uwaterloo.ca> Markus Mayer wrote on 5/26/06 5:18 PM: > This looks like a bug in xfigbin. Sounds reasonable, thanks - at least I know I'm not crazy now. Is there anything else I should/have to do in order to report this? (I'm a n00b, recall. :-) ) Mike -- Take your work seriously but never take yourself seriously; and do not take what happens either to yourself or your work seriously. -Booth Tarkington From pfelecan at blastwave.org Mon May 1 15:12:32 2006 From: pfelecan at blastwave.org (Peter FELECAN) Date: Mon, 01 May 2006 15:12:32 +0200 Subject: [csw-users] Emacs 22 snapsot 20060501 CVS in testing Message-ID: The monthly CVS snapshot of the next version of Emacs, is in the testing area: http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060501-SunOS5.8-i386-CSW.pkg.gz http://www.blastwave.org/testing/emacs-22.0.50,REV=cvs20060501-SunOS5.8-sparc-CSW.pkg.gz If you wish to use/test the bleeding edge Emacs, you're welcome. But, if there are issues, please report them upstream; I'll manage only the packaging side. To install this package, you need to remove all dependent packages and Emacs 21.4 itself; after that, you install, using pkgadd, the CVS Emacs corresponding to your architecture and, if you're a TeX user, the nifty AucTex package. Note that this version includes the successors of: oortgnus and emacscalc, available as Blastwave packages, and many other, previously separate, packages --- e.g., tramp. I'll made a new testing package the next month. Enjoy -- Peter From jmanton at uiuc.edu Mon May 1 23:39:08 2006 From: jmanton at uiuc.edu (Jonathan Manton) Date: Mon, 1 May 2006 16:39:08 -0500 (CDT) Subject: [csw-users] Problem with CSWooocore Message-ID: Hi. I'm running Solaris 8 on a network of old Ultra 5s. Patched (as of 2 weeks ago) with the recommended patch clusters. After installing Open Office (oofficeenus), I get the following when trying to run it: ld.so.1: javaldx: fatal: libm.so.1: version `SUNW_1.1.1' not found (required by file /opt/csw/OpenOffice.org/program/libstlport_sunpro.so) ld.so.1: javaldx: fatal: libm.so.1: open failed: No such file or directory ld.so.1: javaldx: fatal: relocation error: file /opt/csw/OpenOffice.org/program/libjvmfwk.so.3: symbol __1cE_STLM__node_alloc4BiA_Iallocate6FI_pv_: referenced symbol not found ld.so.1: soffice.bin: fatal: libm.so.1: version `SUNW_1.1.1' not found (required by file /opt/csw/OpenOffice.org/program/libstlport_sunpro.so) ld.so.1: soffice.bin: fatal: libm.so.1: open failed: No such file or directory ld.so.1: soffice.bin: fatal: relocation error: file /opt/csw/OpenOffice.org/program/libvcl680ss.so: symbol __1cE_STLM__node_alloc4BiA_Iallocate6FI_pv_: referenced symbol not found Killed I believe the libstlport_sunpro.so library was compiled on a machine with a new libm than mine. Doing: ldd -v /opt/csw/OpenOffice.org/program/soffice.bin Shows a number of cases where the "SUN_1.1" symbol is referenced in libm, and only the following with SUNW_1.1.1: find object=libm.so.1; required by /opt/csw/OpenOffice.org/program/libuno_cpp u.so.3 find version=libm.so.1 libm.so.1 (SUNW_1.1.1) => (version not found) ... find object=libm.so.1; required by /opt/csw/OpenOffice.org/program/libstlport _sunpro.so find version=libm.so.1 libm.so.1 (SUNW_1.1.1) => (version not found) My libm only has the "SUNW_1.1" symbol: % nm -D /usr/lib/libm.so.1 | grep SUNW_ [108] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1 I found the following reference, which at least appears to indicate that the shared library needs to be relinked: http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=8275 Any help on this would be appreciated. Jonathan Manton UNIX Systems Administrator Department of Mathematics University of Illinois at Urbana-Champaign From james at blastwave.org Tue May 2 11:17:35 2006 From: james at blastwave.org (James Lee) Date: Tue, 02 May 2006 09:17:35 GMT Subject: [csw-users] Problem with CSWooocore In-Reply-To: References: Message-ID: <20060502.9173500.1423137362@landeck.jamesipoos.com> On 01/05/06, 22:39:08, Jonathan Manton wrote regarding [csw-users] Problem with CSWooocore: > Hi. I'm running Solaris 8 on a network of old Ultra 5s. Patched (as of > 2 weeks ago) with the recommended patch clusters. > After installing Open Office (oofficeenus), I get the following when > trying to run it: > ld.so.1: javaldx: fatal: libm.so.1: version `SUNW_1.1.1' not found > My libm only has the "SUNW_1.1" symbol: > % nm -D /usr/lib/libm.so.1 | grep SUNW_ > [108] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1 The patch you need is 111721-04. The corresponding patch for x86 is 112757-01. These are not in the recommended cluster. On my Solaris 8 machine: $ nm -D /usr/lib/libm.so.1 | grep SUNW_ [128] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1 [42] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1.1 $ pkgchk -l -p /usr/lib/libm.so.1 ... SUNWlibms $ pkgparam -v SUNWlibms | grep PATCH_INFO_ PATCH_INFO_111721-04='Installed: Monday August 1 10:33:41 BST 2005 From: vaxholm Obsoletes: Requires: Incompatibles:' Sorry for any inconvenience. The pre-install check should have looked for this, I will add the check to the 2.0.2 release which is being build now. Thank you for your detailed report, it made finding an answer much easier. James. From aorchid at mac.com Tue May 2 21:14:25 2006 From: aorchid at mac.com (Aric Gregson) Date: Tue, 2 May 2006 12:14:25 -0700 Subject: [csw-users] Evince 0.5.2 will not start Message-ID: <20060502121425.00001618@unknown> I upgraded all my blastwave packages today and was happy to find Evince in the list. I installed Evince but receive the following error when attempting to launch it: ~ % evince ld.so.1: evince: fatal: relocation error: file /opt/csw/bin/evince: symbol gtk_window_set_default_icon_name: referenced symbol not found zsh: killed evince ~ % uname -a SunOS unknown 5.10 Generic_118844-26 i86pc i386 i86pc I have run pkg-get upgrade after installing evince, logged in and out and still not working. Any suggestions? thanks, aric From a.cervellin at acm.org Tue May 2 21:43:30 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Tue, 02 May 2006 21:43:30 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <4457B662.5080209@acm.org> Aric Gregson wrote: > ~ % evince > ld.so.1: evince: fatal: relocation error: file /opt/csw/bin/evince: > symbol gtk_window_set_default_icon_name: referenced symbol not found > zsh: killed evince > > ~ % uname -a > SunOS unknown 5.10 Generic_118844-26 i86pc i386 i86pc i tried it on opensolaris x86 and solaris 10 sparc without problems, anyway let me do some more testings tomorrow. in the meanwhile you could try try the following steps too: - pkgrm CSWevince - pkgrm CSWpoppler - pkg-get -Uu - pkg-get -i evince From a.cervellin at acm.org Tue May 2 22:07:18 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Tue, 02 May 2006 22:07:18 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <4457BBF6.3090806@acm.org> Aric Gregson wrote: > I upgraded all my blastwave packages today and was happy to find Evince > in the list. I installed Evince but receive the following error when > attempting to launch it: > > ~ % evince > ld.so.1: evince: fatal: relocation error: file /opt/csw/bin/evince: > symbol gtk_window_set_default_icon_name: referenced symbol not found > zsh: killed evince please try also a "ldd /opt/csw/bin/evince" and check if there are some "not found" occurencies, especially about the entry "libgtk*" From philc at cordier.com Wed May 3 09:19:55 2006 From: philc at cordier.com (Phil Cordier) Date: Wed, 03 May 2006 00:19:55 -0700 Subject: [csw-users] Paid for a DVD in Feb and never got it Message-ID: <4458599B.20401@cordier.com> Can someone help? Have sent several emails to Dennis with no reply. What's the deal? Thanks, Phil Cordier From dclarke at blastwave.org Wed May 3 15:15:11 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 09:15:11 -0400 (EDT) Subject: [csw-users] Paid for a DVD in Feb and never got it In-Reply-To: <4458599B.20401@cordier.com> References: <4458599B.20401@cordier.com> Message-ID: <4536.206.172.225.79.1146662111.squirrel@mail.blastwave.org> > Can someone help? Have sent several emails to Dennis with no reply. > What's the deal? > I think the deal is that I dropped a line item somewhere or worse, my email existence has beome unweildy. I think I get 400 or more emails a day and I am currently shutting down my GMail account and working within the blastwave.org interface entirely again. From time to time I do miss something. No doubt. Let's fix this DVD issue today : $ ls -l -rw-r--r-- 1 root other 4554477568 Apr 27 14:34 csw-i386-17-Apr-2006.iso -rw-r--r-- 1 root other 4685520896 May 1 01:01 csw-sparc-17-Apr-2006.iso Note the size of those two ISO images. These are quite fresh and while the date on the DVD ISO file says 17th of April I worked on them for a while to get everything just right until the 1st of May. A few days ago. So now I will get the blanks into the burner for you and get this moving. I am very sorry about this. I am now going to search my email ( all three accounts ) and find where you previous emails went to. -- Dennis Clarke From dclarke at blastwave.org Wed May 3 15:50:23 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 09:50:23 -0400 (EDT) Subject: [csw-users] trying to search ... Message-ID: <4627.206.172.224.99.1146664223.squirrel@mail.blastwave.org> I'm trying to drag through my bi-zillion emails for these lost or errant or missed messages and there are none in the blastwave MailDir format messages I have. I went to GMail and got this ... http://www.blastwave.org/dclarke/stuff/gmail.png so just as soon as I can get into GMail I will locate your shipping address and then get these DVD's out to you. Dennis ----------------------------- Original Message ----------------------------- Subject: [csw-users] Paid for a DVD in Feb and never got it From: "Phil Cordier" Date: Wed, May 3, 2006 03:19 To: users at lists.blastwave.org ---------------------------------------------------------------------------- Can someone help? Have sent several emails to Dennis with no reply. What's the deal? Thanks, Phil Cordier From jonathan.boyd at bioch.ox.ac.uk Wed May 3 15:54:12 2006 From: jonathan.boyd at bioch.ox.ac.uk (Jonathan Boyd) Date: Wed, 03 May 2006 14:54:12 +0100 Subject: [csw-users] Paid for a DVD (January) and never got it (so far): Message-ID: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From dclarke at blastwave.org Wed May 3 16:14:02 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 10:14:02 -0400 (EDT) Subject: [csw-users] DVD audit begins ... In-Reply-To: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> References: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> Message-ID: <4658.209.226.150.49.1146665642.squirrel@mail.blastwave.org> > Dear Dennis, > > I too requested and sent payment for a DVD (SPARC > architecture). My letter of request was dated 6th > January 2006. I remember you quite specifically! > You did say in an EMail to me (Thu, 16 Feb 2006 > 13:06:30 -0500) that a copy of the February release > would soon be on its way but unfortunately nothing > has so far arrived. It looks like my first week of May will be spent doing an audit and sending out emails and shipping DVD's to people. There are very few of them in fact. Maybe 20 or so in a month. One would think that I wouldn't miss one here or there but at this point I am going to drag my emails all the way back to December 2005 and then audit from that point forwards. Also I was certain that I shipped a set to you, but, as of this morning I am not certain of anything. Thus : # ./gs Wed May 3 09:58:56 EDT 2006 #### ##### ## ##### #### # # # # # # # # # #### # # # # # # # # ##### ###### ##### # # # # # # # # # # #### # # # # # #### Cdrecord-ProDVD-Clone 2.01b38 (i386-pc-solaris2.8) Copyright (C) 1995-2004 J?rg Schilling Unlocked features: ProDVD Limited features: This copy of cdrecord is licensed for: Dennis_Clarke/dclarke at blastwave.org/for_blastwave_use TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 0 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-107D' Revision : '1.21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD-R sequential recording Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording (current) Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1605632 = 1568 KB FIFO size : 33554432 = 32768 KB Track 01: data 4468 MB Total size: 4468 MB = 2287852 sectors Current Secsize: 2048 Total power on hours: 478465 Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 10644 Starting to write CD/DVD at speed 4 in real SAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Starting new track at sector: 0 Track 01: 1655 of 4468 MB written (fifo 98%) [buf 88%] 4.3x. . . . That is burning in front of me now. Now I will try to login to GMail again and search back to December. I think I had better make fresh coffee, it could be a long long day. -- Dennis Clarke From dclarke at blastwave.org Wed May 3 16:15:02 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 May 2006 10:15:02 -0400 (EDT) Subject: [csw-users] DVD audit begins ... In-Reply-To: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> References: <20060503135412.882C19E068@webmail222.herald.ox.ac.uk> Message-ID: <4654.206.172.224.99.1146665702.squirrel@mail.blastwave.org> > Dear Dennis, > > I too requested and sent payment for a DVD (SPARC > architecture). My letter of request was dated 6th > January 2006. I remember you quite specifically! > You did say in an EMail to me (Thu, 16 Feb 2006 > 13:06:30 -0500) that a copy of the February release > would soon be on its way but unfortunately nothing > has so far arrived. It looks like my first week of May will be spent doing an audit and sending out emails and shipping DVD's to people. There are very few of them in fact. Maybe 20 or so in a month. One would think that I wouldn't miss one here or there but at this point I am going to drag my emails all the way back to December 2005 and then audit from that point forwards. Also I was certain that I shipped a set to you, but, as of this morning I am not certain of anything. Thus : # ./gs Wed May 3 09:58:56 EDT 2006 #### ##### ## ##### #### # # # # # # # # # #### # # # # # # # # ##### ###### ##### # # # # # # # # # # #### # # # # # #### Cdrecord-ProDVD-Clone 2.01b38 (i386-pc-solaris2.8) Copyright (C) 1995-2004 J?rg Schilling Unlocked features: ProDVD Limited features: This copy of cdrecord is licensed for: Dennis_Clarke/dclarke at blastwave.org/for_blastwave_use TOC Type: 1 = CD-ROM scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Using libscg version 'schily-0.8'. SCSI buffer size: 57344 atapi: 0 Device type : Removable CD-ROM Version : 0 Response Format: 2 Capabilities : Vendor_info : 'PIONEER ' Identifikation : 'DVD-RW DVR-107D' Revision : '1.21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD-R sequential recording Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite Profile: DVD-R sequential recording (current) Profile: DVD-ROM Profile: CD-RW Profile: CD-R Profile: CD-ROM Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd). Driver flags : DVD MMC-3 SWABAUDIO BURNFREE Supported modes: PACKET SAO Drive buf size : 1605632 = 1568 KB FIFO size : 33554432 = 32768 KB Track 01: data 4468 MB Total size: 4468 MB = 2287852 sectors Current Secsize: 2048 Total power on hours: 478465 Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 10644 Starting to write CD/DVD at speed 4 in real SAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Starting new track at sector: 0 Track 01: 1655 of 4468 MB written (fifo 98%) [buf 88%] 4.3x. . . . That is burning in front of me now. Now I will try to login to GMail again and search back to December. I think I had better make fresh coffee, it could be a long long day. -- Dennis Clarke From aorchid at mac.com Mon May 8 02:11:27 2006 From: aorchid at mac.com (Aric Gregson) Date: Sun, 7 May 2006 17:11:27 -0700 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <20060507171127.00007230@unknown> Alessio Cervellin wrote: > please try also a "ldd /opt/csw/bin/evince" and check if there are > some "not found" occurencies, especially about the entry "libgtk*" Thanks very much for you help. When I do this it finds all dependencies that it is looking for. I also have uninstalled both evince and poppler, upgraded all blastwave packages and then reinstalled evince. I still receive the original error and evince will not start. From a.cervellin at acm.org Mon May 8 21:06:54 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Mon, 08 May 2006 21:06:54 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060507171127.00007230@unknown> References: <20060502121425.00001618@unknown> <20060507171127.00007230@unknown> Message-ID: <445F96CE.2080004@acm.org> Aric Gregson wrote: > Thanks very much for you help. When I do this it finds all dependencies > that it is looking for. I also have uninstalled both evince and > poppler, upgraded all blastwave packages and then reinstalled evince. > I still receive the original error and evince will not start. can you copy&paste the output of the following commands: ldd /opt/csw/bin/evince | grep libgtk-x11-2.0.so.0 nm /opt/csw/lib/libgtk-x11-2.0.so.0 | grep gtk_window_set_default_icon_name also, you could try to do: export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH and then try to run again evince. From LUKRUB at shieldsassoc.com Tue May 9 02:18:25 2006 From: LUKRUB at shieldsassoc.com (Olivia Armstrong) Date: Tue, 09 May 2006 03:18:25 +0300 Subject: [csw-users] j2 Voicemail Message Message-ID: <72452953144732.R37406@gangplank.noc.borne.gr> -Icrease Your Sexual Desire and Sperm volume by 500% -Longer orgasms - The longest most intense orgasms of your life -Rock hard erections - Erections like steel -Ejaculate like a porn star - Stronger ejaculation -Multiple orgasms - Cum again and again -SPUR-M is The Newest and The Safest Way of Pharmacy -100% Natural and No Side Effects - in contrast to well-known brands. -Experience three times longer orgasms -World Wide shipping within 24 hours Clisk here http://www.domdelouise.info asset gerbil jaw teleconference culminate darpa debugger infamous marginalia baron alcoholism locoweed chartroom klein brunette gout incorporate oersted jacky sinewy mephistopheles richmond lob chester cliffhang ludwig aile chaparral castor cavitate intransigent lunatic bettor shamefaced porch hesse mcdermott superlunary alicia crosswalk cottage debonair rejuvenate tenneco ny allotted chart depressor inaugurate printout cybernetic lowboy constellate sicily From WinnieTerry at accessmegaporn.com Thu May 11 11:18:48 2006 From: WinnieTerry at accessmegaporn.com (Fran Strickland) Date: Thu, 11 May 2006 18:18:48 +0900 Subject: [csw-users] Borland Developer Studio 2006 Message-ID: An HTML attachment was scrubbed... URL: From aorchid at mac.com Thu May 11 19:28:20 2006 From: aorchid at mac.com (Aric Gregson) Date: Thu, 11 May 2006 10:28:20 -0700 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060502121425.00001618@unknown> References: <20060502121425.00001618@unknown> Message-ID: <20060511102820.0000302b@unknown> > can you copy&paste the output of the following commands: > > ldd /opt/csw/bin/evince | grep libgtk-x11-2.0.so.0 % ldd /opt/csw/bin/evince | grep libgtk-x11-2.0.so.0 libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 > nm /opt/csw/lib/libgtk-x11-2.0.so.0 | grep > gtk_window_set_default_icon_name % nm /opt/csw/lib/libgtk-x11-2.0.so.0 | grep gtk_window_set_default_icon_name [8159] | 2062795| 201|FUNC |GLOB |0 |12 |gtk_window_set_default_icon_name > export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH and then try to > run again evince. % export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH aorchid at unknown % evince Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:9) Error: -- Xpdf no longer supports X fonts Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:18) Error: -- Xpdf no longer supports X fonts Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:38) Error: -- Xpdf no longer supports X fonts Error: Unknown config file command 'displayCIDFontX' (/etc/xpdfrc:46) Error: -- Xpdf no longer supports X fonts Seems to work now. Thanks! aric From Darin.Perusich at cognigencorp.com Thu May 11 19:49:47 2006 From: Darin.Perusich at cognigencorp.com (Darin Perusich) Date: Thu, 11 May 2006 13:49:47 -0400 Subject: [csw-users] /testing: R 2.3.0 Message-ID: <4463793B.40602@cognigencorp.com> hello, R 2.3.0 is now available in /testing. "R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R." http://www.r-project.org/ Dependencies: CSWbzip2 CSWgcc3core CSWgcc3corert CSWgcc3g77 CSWgcc3g77rt CSWggettext CSWiconv CSWjpeg CSWpng CSWreadline CSWzlib -- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 darinper at cognigencorp.com From a.cervellin at acm.org Thu May 11 22:35:15 2006 From: a.cervellin at acm.org (Alessio Cervellin) Date: Thu, 11 May 2006 22:35:15 +0200 Subject: [csw-users] Evince 0.5.2 will not start In-Reply-To: <20060511102820.0000302b@unknown> References: <20060502121425.00001618@unknown> <20060511102820.0000302b@unknown> Message-ID: <4463A003.2040403@acm.org> Aric Gregson wrote: > % export LD_LIBRARY_PATH=/opt/csw/lib:$LD_LIBRARY_PATH aorchid at unknown > > % evince Error: Unknown config file command > 'displayCIDFontX' (/etc/xpdfrc:9) Error: -- Xpdf no longer supports X > fonts Error: Unknown config file command > 'displayCIDFontX' (/etc/xpdfrc:18) Error: -- Xpdf no longer supports X > fonts Error: Unknown config file command don't worry, these errors are normal > Seems to work now. Thanks! anyway the LD_LIBRARY_PATH should not be needed to run the program according to the Blastwave's standards... i'll try to fix this issue in the next release of the package. From MALDFQTEUQZCET at zeonlair.demon.co.uk Fri May 12 14:35:57 2006 From: MALDFQTEUQZCET at zeonlair.demon.co.uk (Gene Spencer) Date: Fri, 12 May 2006 14:35:57 +0200 Subject: [csw-users] Wellcome In-Reply-To: References: Message-ID: <63831002160389.GI32501@exonerate.tech.sitadelle.com> -S'ensationall revoolution in m'edicine! -E'n'l'a'r'g'e your p''enis up to 10 cm or up to 4 inches! -It's herbal solution what hasn't side effect, but has 100% guaranted results! -Don't lose your chance and but know wihtout doubts, you will be impressed with results! Clisk here: http://rosellisfrags.info romance cerebellum consolation panel glasgow antisemitism aversion clomp descendent polarograph aerobacter blurb maxima sedate ala cheery buttercup minibike apparition nirvana indochinese circuitous roy ballard domingo caret renounce polonaise f kowalewski emmanuel ducat hereinafter chuckle lisa glitter alloy niche echinoderm krakow frizzle bosom biology percolate cpa dignity sandalwood syria longitude ergative sorrowful homecoming lycopodium bull From codzexcieofk at leavers-oast.freeserve.co.uk Mon May 15 01:53:02 2006 From: codzexcieofk at leavers-oast.freeserve.co.uk (Gale Glenn) Date: Mon, 15 May 2006 02:53:02 +0300 Subject: [csw-users] note Message-ID: <8426B67C.8200507@vagrant.peternixon.net> -Icrease Your Sexual Desire and Sperm volume by 500% -Longer orgasms - The longest most intense orgasms of your life -Rock hard erections - Erections like steel -Ejaculate like a porn star - Stronger ejaculation -Multiple orgasms - Cum again and again -SPUR-M is The Newest and The Safest Way of Pharmacy -100% Natural and No Side Effects - in contrast to well-known brands. -Experience three times longer orgasms -World Wide shipping within 24 hours Clisk here http://www.freecarstodrive.info quasiorder postmortem redcoat molest aristocratic arrowroot midas servile bp pellet compliment allemand pericles jaeger cause peacemake sadie whitehorse fragmentary y's breakwater exploration deportation didn't scallop strategist amount major chalky polariton chordate capture committing gerhardt cornmeal slob boron apotheosis freshman alamo clank clamorous biochemic exculpatory irreconcilable chastise liggett buenos lipton cotta embarrass springboard eerily minefield From vancesutherland at pr0head.com Mon May 15 14:41:46 2006 From: vancesutherland at pr0head.com (bobbie silva) Date: Mon, 15 May 2006 12:41:46 +0000 Subject: [csw-users] Your future., chain grate Message-ID: <000001c6781c$bc49ac00$61d76a6b@ajde> Need money? Your credit doesn't matter to us! Want IMMEDIATE cash to spend ANY way you like, or simply wish to LOWER your monthly payments by a third or more? Simply fill out this one-minute form... http://zapate.com/a62f/ aero arrow folk ballad sea frontage hammock batten half-bleached clean-complexioned gold-robed barley carrier cheese toaster net plankton honey-bearing leaf picker cotton packer coupling box cave beetle turban-crested twice-deferred Anti-mongolian sick-feathered association test blanch farm test paper crown gum shell auger -------------- next part -------------- An HTML attachment was scrubbed... URL: From blunders at dietk.com Mon May 15 21:29:43 2006 From: blunders at dietk.com (cindy lyann) Date: Mon, 15 May 2006 19:29:43 +0000 Subject: [csw-users] Trust, Love & Keep Moving (Growing) Message-ID: An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 5648 bytes Desc: not available URL: From gturnqui at harris.com Mon May 15 22:08:04 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Mon, 15 May 2006 16:08:04 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: Has anybody built mod_security from source using a blastwave distribution? The errors I get are nebulous, and don't turn up much on Google. $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc -prefer-pic -xO 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include -I/opt/csw/include -I/opt /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb4 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include -I/opt/csw/apache2/ include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include -I/opt/csw/include -c -o mod_security.lo mod_security.c && touch mod_security.slo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' apxs:Error: Command failed with rc=65536 The current packages I have on my "build" machine are listed below: * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM * CSWapache2 apache2 - Apache 2.2 web server * CSWapache2-devel apache2_devel - Apache 2.2 development support * CSWapache2c apache2c - Apache 2.2 web server (core) * CSWapache2rt apache2rt - Apache 2.2 runtime libraries * CSWbdb4 berkeleydb4 - Embedded database libraries and utilities * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and utilities * CSWbison bison - GNU yacc parser generator * CSWcommon common - common files and dirs for CSW packages * CSWexpat expat - XML Parser Toolkit * CSWflex flex - older version of the 'flex' parser generator * CSWgcc4core gcc4core - GNU C Compiler * CSWgcc4corert gcc4corert - GNU C Compiler Run Time * CSWgcc4g++ gcc4g++ - GNU C++ Compiler * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time * CSWgdbm gdbm - GNU dbm * CSWggettext ggettext - GNU gettext * CSWgm4 gm4 - GNU m4 Unix macro processor * CSWgmake gmake - GNU make * CSWgsed gsed - The GNU non-interactive text Stream-oriented EDitor (sed) * CSWiconv libiconv - GNU iconv library * CSWlibnet libnet - the libnet packet construction library * CSWlibxml2 libxml2 - XML Parser Library * CSWmysql4devel mysql4devel - MySQL 4 development support * CSWmysql4rt mysql4rt - run-time libraries for mysql4 * CSWncurses ncurses - ncurses library and utilities * CSWoldapdevel openldap_devel - OpenLDAP development support * CSWoldaprt openldap_rt - OpenLDAP runtime libraries * CSWossl openssl - The Open Source toolkit for SSL and TLS. * CSWperl perl - A high-level, general-purpose programming language. * CSWpkgget pkg_get - CSW version of automated package download tool * CSWreadline readline - library to enable interactive line editing * CSWsasl sasl - Simple Authentication and Security Layer * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library * CSWzlib zlib - Zlib Data Compression Library Greg Turnquist Software Engineer HARRIS Corporation * Greg.Turnquist at harris.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From crimson at unspeakable.org Mon May 15 22:14:26 2006 From: crimson at unspeakable.org (Scott Walker) Date: Mon, 15 May 2006 17:14:26 -0300 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: References: Message-ID: <4468E122.3090404@unspeakable.org> Could it be that Blastwave uses sun cc (sunstudio one) to compile everything, and your telling it to use GCC. I know for example with the Perl, in order to get some modules to build properly, I had to install the sun studio compiler and now it works like a champ. Turnquist, Greg wrote: > Has anybody built mod_security from source using a blastwave > distribution? The errors I get are nebulous, and don't turn up much on > Google. > > $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c > > /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc > -prefer-pic -xO > 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include -I/opt/csw/include > -I/opt > /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 > -D_POSIX_PTHREAD_SEMANTICS -D > _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff > -I/opt/csw/bdb4 > 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include > -I/opt/csw/apache2/ > include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include > -I/opt/csw/include > -c -o mod_security.lo mod_security.c && touch mod_security.slo > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > apxs:Error: Command failed with rc=65536 > > The current packages I have on my "build" machine are listed below: > > * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM > * CSWapache2 apache2 - Apache 2.2 web server > * CSWapache2-devel apache2_devel - Apache 2.2 development support > * CSWapache2c apache2c - Apache 2.2 web server (core) > * CSWapache2rt apache2rt - Apache 2.2 runtime libraries > * CSWbdb4 berkeleydb4 - Embedded database libraries and > utilities > * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and > utilities > * CSWbison bison - GNU yacc parser generator > * CSWcommon common - common files and dirs for CSW packages > * CSWexpat expat - XML Parser Toolkit > * CSWflex flex - older version of the 'flex' parser > generator > * CSWgcc4core gcc4core - GNU C Compiler > * CSWgcc4corert gcc4corert - GNU C Compiler Run Time > * CSWgcc4g++ gcc4g++ - GNU C++ Compiler > * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time > * CSWgdbm gdbm - GNU dbm > * CSWggettext ggettext - GNU gettext > * CSWgm4 gm4 - GNU m4 Unix macro processor > * CSWgmake gmake - GNU make > * CSWgsed gsed - The GNU non-interactive text > Stream-oriented EDitor (sed) > * CSWiconv libiconv - GNU iconv library > * CSWlibnet libnet - the libnet packet construction library > * CSWlibxml2 libxml2 - XML Parser Library > * CSWmysql4devel mysql4devel - MySQL 4 development support > * CSWmysql4rt mysql4rt - run-time libraries for mysql4 > * CSWncurses ncurses - ncurses library and utilities > * CSWoldapdevel openldap_devel - OpenLDAP development support > * CSWoldaprt openldap_rt - OpenLDAP runtime libraries > * CSWossl openssl - The Open Source toolkit for SSL and > TLS. > * CSWperl perl - A high-level, general-purpose programming > language. > * CSWpkgget pkg_get - CSW version of automated package > download tool > * CSWreadline readline - library to enable interactive line > editing > * CSWsasl sasl - Simple Authentication and Security Layer > * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library > * CSWzlib zlib - Zlib Data Compression Library > > Greg Turnquist > Software Engineer > HARRIS Corporation > * Greg.Turnquist at harris.com > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From gturnqui at harris.com Mon May 15 22:31:07 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Mon, 15 May 2006 16:31:07 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: Rats! We don't have a sun studio compiler license. I thought everyone built everything using gcc. I would have thought all these products would be 100% GNU-built. :( -----Original Message----- From: users-bounces+gturnqui=harris.com at lists.blastwave.org [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf Of Scott Walker Sent: Monday, May 15, 2006 4:14 PM To: questions and discussions Subject: Re: [csw-users] Mod_security on blastwave... Could it be that Blastwave uses sun cc (sunstudio one) to compile everything, and your telling it to use GCC. I know for example with the Perl, in order to get some modules to build properly, I had to install the sun studio compiler and now it works like a champ. Turnquist, Greg wrote: > Has anybody built mod_security from source using a blastwave > distribution? The errors I get are nebulous, and don't turn up much on > Google. > > $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c > > /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc > -prefer-pic -xO > 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include -I/opt/csw/include > -I/opt > /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 > -D_POSIX_PTHREAD_SEMANTICS -D > _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff > -I/opt/csw/bdb4 > 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include > -I/opt/csw/apache2/ > include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include > -I/opt/csw/include > -c -o mod_security.lo mod_security.c && touch mod_security.slo > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > apxs:Error: Command failed with rc=65536 > > The current packages I have on my "build" machine are listed below: > > * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM > * CSWapache2 apache2 - Apache 2.2 web server > * CSWapache2-devel apache2_devel - Apache 2.2 development support > * CSWapache2c apache2c - Apache 2.2 web server (core) > * CSWapache2rt apache2rt - Apache 2.2 runtime libraries > * CSWbdb4 berkeleydb4 - Embedded database libraries and > utilities > * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and > utilities > * CSWbison bison - GNU yacc parser generator > * CSWcommon common - common files and dirs for CSW packages > * CSWexpat expat - XML Parser Toolkit > * CSWflex flex - older version of the 'flex' parser > generator > * CSWgcc4core gcc4core - GNU C Compiler > * CSWgcc4corert gcc4corert - GNU C Compiler Run Time > * CSWgcc4g++ gcc4g++ - GNU C++ Compiler > * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time > * CSWgdbm gdbm - GNU dbm > * CSWggettext ggettext - GNU gettext > * CSWgm4 gm4 - GNU m4 Unix macro processor > * CSWgmake gmake - GNU make > * CSWgsed gsed - The GNU non-interactive text > Stream-oriented EDitor (sed) > * CSWiconv libiconv - GNU iconv library > * CSWlibnet libnet - the libnet packet construction library > * CSWlibxml2 libxml2 - XML Parser Library > * CSWmysql4devel mysql4devel - MySQL 4 development support > * CSWmysql4rt mysql4rt - run-time libraries for mysql4 > * CSWncurses ncurses - ncurses library and utilities > * CSWoldapdevel openldap_devel - OpenLDAP development support > * CSWoldaprt openldap_rt - OpenLDAP runtime libraries > * CSWossl openssl - The Open Source toolkit for SSL and > TLS. > * CSWperl perl - A high-level, general-purpose programming > language. > * CSWpkgget pkg_get - CSW version of automated package > download tool > * CSWreadline readline - library to enable interactive line > editing > * CSWsasl sasl - Simple Authentication and Security Layer > * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C library > * CSWzlib zlib - Zlib Data Compression Library > > Greg Turnquist > Software Engineer > HARRIS Corporation > * Greg.Turnquist at harris.com > > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From crimson at unspeakable.org Mon May 15 22:34:35 2006 From: crimson at unspeakable.org (Scott Walker) Date: Mon, 15 May 2006 17:34:35 -0300 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: References: Message-ID: <4468E5DB.9080703@unspeakable.org> Sunstundio is now free. http://developers.sun.com/prodtech/cc/downloads/index.jsp Turnquist, Greg wrote: > Rats! We don't have a sun studio compiler license. I thought everyone > built everything using gcc. I would have thought all these products > would be 100% GNU-built. :( > > -----Original Message----- > From: users-bounces+gturnqui=harris.com at lists.blastwave.org > [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf > Of Scott Walker > Sent: Monday, May 15, 2006 4:14 PM > To: questions and discussions > Subject: Re: [csw-users] Mod_security on blastwave... > > Could it be that Blastwave uses sun cc (sunstudio one) to compile > everything, and your telling it to use GCC. > > I know for example with the Perl, in order to get some modules to build > properly, I had to install the sun studio compiler and now it works like > > a champ. > > Turnquist, Greg wrote: >> Has anybody built mod_security from source using a blastwave >> distribution? The errors I get are nebulous, and don't turn up much on >> Google. >> >> $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c >> >> /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc >> -prefer-pic -xO >> 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include > -I/opt/csw/include >> -I/opt >> /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 >> -D_POSIX_PTHREAD_SEMANTICS -D >> _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff >> -I/opt/csw/bdb4 >> 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include >> -I/opt/csw/apache2/ >> include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include >> -I/opt/csw/include >> -c -o mod_security.lo mod_security.c && touch mod_security.slo >> libtool: compile: unable to infer tagged configuration >> libtool: compile: specify a tag with `--tag' >> apxs:Error: Command failed with rc=65536 >> >> The current packages I have on my "build" machine are listed below: >> >> * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM >> * CSWapache2 apache2 - Apache 2.2 web server >> * CSWapache2-devel apache2_devel - Apache 2.2 development support >> * CSWapache2c apache2c - Apache 2.2 web server (core) >> * CSWapache2rt apache2rt - Apache 2.2 runtime libraries >> * CSWbdb4 berkeleydb4 - Embedded database libraries and >> utilities >> * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and >> utilities >> * CSWbison bison - GNU yacc parser generator >> * CSWcommon common - common files and dirs for CSW packages >> * CSWexpat expat - XML Parser Toolkit >> * CSWflex flex - older version of the 'flex' parser >> generator >> * CSWgcc4core gcc4core - GNU C Compiler >> * CSWgcc4corert gcc4corert - GNU C Compiler Run Time >> * CSWgcc4g++ gcc4g++ - GNU C++ Compiler >> * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time >> * CSWgdbm gdbm - GNU dbm >> * CSWggettext ggettext - GNU gettext >> * CSWgm4 gm4 - GNU m4 Unix macro processor >> * CSWgmake gmake - GNU make >> * CSWgsed gsed - The GNU non-interactive text >> Stream-oriented EDitor (sed) >> * CSWiconv libiconv - GNU iconv library >> * CSWlibnet libnet - the libnet packet construction library >> * CSWlibxml2 libxml2 - XML Parser Library >> * CSWmysql4devel mysql4devel - MySQL 4 development support >> * CSWmysql4rt mysql4rt - run-time libraries for mysql4 >> * CSWncurses ncurses - ncurses library and utilities >> * CSWoldapdevel openldap_devel - OpenLDAP development support >> * CSWoldaprt openldap_rt - OpenLDAP runtime libraries >> * CSWossl openssl - The Open Source toolkit for SSL and >> TLS. >> * CSWperl perl - A high-level, general-purpose > programming >> language. >> * CSWpkgget pkg_get - CSW version of automated package >> download tool >> * CSWreadline readline - library to enable interactive line >> editing >> * CSWsasl sasl - Simple Authentication and Security Layer >> * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C > library >> * CSWzlib zlib - Zlib Data Compression Library >> >> Greg Turnquist >> Software Engineer >> HARRIS Corporation >> * Greg.Turnquist at harris.com >> >> >> >> >> >> >> > ------------------------------------------------------------------------ >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From gturnqui at harris.com Mon May 15 22:42:36 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Mon, 15 May 2006 16:42:36 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: Building PHP from scratch as an apache module worked okay using gcc. I wrote a whole procedure to setup a build machine with all the blastwave modules needed to compile that through gcc. I don't want to setup a different environment just to build mod_security. -----Original Message----- From: users-bounces+gturnqui=harris.com at lists.blastwave.org [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf Of Scott Walker Sent: Monday, May 15, 2006 4:35 PM To: questions and discussions Subject: Re: [csw-users] Mod_security on blastwave... Sunstundio is now free. http://developers.sun.com/prodtech/cc/downloads/index.jsp Turnquist, Greg wrote: > Rats! We don't have a sun studio compiler license. I thought everyone > built everything using gcc. I would have thought all these products > would be 100% GNU-built. :( > > -----Original Message----- > From: users-bounces+gturnqui=harris.com at lists.blastwave.org > [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf > Of Scott Walker > Sent: Monday, May 15, 2006 4:14 PM > To: questions and discussions > Subject: Re: [csw-users] Mod_security on blastwave... > > Could it be that Blastwave uses sun cc (sunstudio one) to compile > everything, and your telling it to use GCC. > > I know for example with the Perl, in order to get some modules to build > properly, I had to install the sun studio compiler and now it works like > > a champ. > > Turnquist, Greg wrote: >> Has anybody built mod_security from source using a blastwave >> distribution? The errors I get are nebulous, and don't turn up much on >> Google. >> >> $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c >> >> /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc >> -prefer-pic -xO >> 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include > -I/opt/csw/include >> -I/opt >> /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 >> -D_POSIX_PTHREAD_SEMANTICS -D >> _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff >> -I/opt/csw/bdb4 >> 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include >> -I/opt/csw/apache2/ >> include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include >> -I/opt/csw/include >> -c -o mod_security.lo mod_security.c && touch mod_security.slo >> libtool: compile: unable to infer tagged configuration >> libtool: compile: specify a tag with `--tag' >> apxs:Error: Command failed with rc=65536 >> >> The current packages I have on my "build" machine are listed below: >> >> * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM >> * CSWapache2 apache2 - Apache 2.2 web server >> * CSWapache2-devel apache2_devel - Apache 2.2 development support >> * CSWapache2c apache2c - Apache 2.2 web server (core) >> * CSWapache2rt apache2rt - Apache 2.2 runtime libraries >> * CSWbdb4 berkeleydb4 - Embedded database libraries and >> utilities >> * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and >> utilities >> * CSWbison bison - GNU yacc parser generator >> * CSWcommon common - common files and dirs for CSW packages >> * CSWexpat expat - XML Parser Toolkit >> * CSWflex flex - older version of the 'flex' parser >> generator >> * CSWgcc4core gcc4core - GNU C Compiler >> * CSWgcc4corert gcc4corert - GNU C Compiler Run Time >> * CSWgcc4g++ gcc4g++ - GNU C++ Compiler >> * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time >> * CSWgdbm gdbm - GNU dbm >> * CSWggettext ggettext - GNU gettext >> * CSWgm4 gm4 - GNU m4 Unix macro processor >> * CSWgmake gmake - GNU make >> * CSWgsed gsed - The GNU non-interactive text >> Stream-oriented EDitor (sed) >> * CSWiconv libiconv - GNU iconv library >> * CSWlibnet libnet - the libnet packet construction library >> * CSWlibxml2 libxml2 - XML Parser Library >> * CSWmysql4devel mysql4devel - MySQL 4 development support >> * CSWmysql4rt mysql4rt - run-time libraries for mysql4 >> * CSWncurses ncurses - ncurses library and utilities >> * CSWoldapdevel openldap_devel - OpenLDAP development support >> * CSWoldaprt openldap_rt - OpenLDAP runtime libraries >> * CSWossl openssl - The Open Source toolkit for SSL and >> TLS. >> * CSWperl perl - A high-level, general-purpose > programming >> language. >> * CSWpkgget pkg_get - CSW version of automated package >> download tool >> * CSWreadline readline - library to enable interactive line >> editing >> * CSWsasl sasl - Simple Authentication and Security Layer >> * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C > library >> * CSWzlib zlib - Zlib Data Compression Library >> >> Greg Turnquist >> Software Engineer >> HARRIS Corporation >> * Greg.Turnquist at harris.com >> >> >> >> >> >> >> > ------------------------------------------------------------------------ >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From javier.augusto at gmx.net Tue May 16 04:51:38 2006 From: javier.augusto at gmx.net (Javier O. Augusto) Date: Mon, 15 May 2006 23:51:38 -0300 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: References: Message-ID: <44693E3A.4020902@gmx.net> Check your $PATH man, you`re mixing things up in the middle, put the whole Blastwave GCC environment first then the usual Sun stuff, start all over again you know =/ ... Jay > Building PHP from scratch as an apache module worked okay using gcc. I > wrote a whole procedure to setup a build machine with all the blastwave > modules needed to compile that through gcc. I don't want to setup a > different environment just to build mod_security. > > -----Original Message----- > From: users-bounces+gturnqui=harris.com at lists.blastwave.org > [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf > Of Scott Walker > Sent: Monday, May 15, 2006 4:35 PM > To: questions and discussions > Subject: Re: [csw-users] Mod_security on blastwave... > > Sunstundio is now free. > > http://developers.sun.com/prodtech/cc/downloads/index.jsp > > Turnquist, Greg wrote: > >> Rats! We don't have a sun studio compiler license. I thought everyone >> built everything using gcc. I would have thought all these products >> would be 100% GNU-built. :( >> >> -----Original Message----- >> From: users-bounces+gturnqui=harris.com at lists.blastwave.org >> [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On >> > Behalf > >> Of Scott Walker >> Sent: Monday, May 15, 2006 4:14 PM >> To: questions and discussions >> Subject: Re: [csw-users] Mod_security on blastwave... >> >> Could it be that Blastwave uses sun cc (sunstudio one) to compile >> everything, and your telling it to use GCC. >> >> I know for example with the Perl, in order to get some modules to >> > build > >> properly, I had to install the sun studio compiler and now it works >> > like > >> a champ. >> >> Turnquist, Greg wrote: >> >>> Has anybody built mod_security from source using a blastwave >>> distribution? The errors I get are nebulous, and don't turn up much >>> > on > >>> Google. >>> >>> $ /opt/csw/apache2/sbin/apxs -c -S CC=gcc mod_security.c >>> >>> /opt/csw/apache2/share/build/libtool --silent --mode=compile gcc >>> -prefer-pic -xO >>> 3 -xarch=v8 -xspace -xildoff -I/opt/csw/bdb43/include >>> >> -I/opt/csw/include >> >>> -I/opt >>> /csw/bdb43/include -I/opt/csw/include -DSOLARIS2=8 >>> -D_POSIX_PTHREAD_SEMANTICS -D >>> _REENTRANT -D_LARGEFILE64_SOURCE -xO3 -xarch=v8 -xspace -xildoff >>> -I/opt/csw/bdb4 >>> 3/include -I/opt/csw/include -mt -I/opt/csw/apache2/include >>> -I/opt/csw/apache2/ >>> include -I/opt/csw/apache2/include -I/opt/csw/bdb43/include >>> -I/opt/csw/include >>> -c -o mod_security.lo mod_security.c && touch mod_security.slo >>> libtool: compile: unable to infer tagged configuration >>> libtool: compile: specify a tag with `--tag' >>> apxs:Error: Command failed with rc=65536 >>> >>> The current packages I have on my "build" machine are listed below: >>> >>> * CSWap2prefork ap2_prefork - Apache 2.2 prefork MPM >>> * CSWapache2 apache2 - Apache 2.2 web server >>> * CSWapache2-devel apache2_devel - Apache 2.2 development support >>> * CSWapache2c apache2c - Apache 2.2 web server (core) >>> * CSWapache2rt apache2rt - Apache 2.2 runtime libraries >>> * CSWbdb4 berkeleydb4 - Embedded database libraries and >>> utilities >>> * CSWbdb43 berkeleydb43 - BerkeleyDB 4.3 libraries and >>> utilities >>> * CSWbison bison - GNU yacc parser generator >>> * CSWcommon common - common files and dirs for CSW >>> > packages > >>> * CSWexpat expat - XML Parser Toolkit >>> * CSWflex flex - older version of the 'flex' parser >>> generator >>> * CSWgcc4core gcc4core - GNU C Compiler >>> * CSWgcc4corert gcc4corert - GNU C Compiler Run Time >>> * CSWgcc4g++ gcc4g++ - GNU C++ Compiler >>> * CSWgcc4g++rt gcc4g++rt - GNU C++ Compiler Run Time >>> * CSWgdbm gdbm - GNU dbm >>> * CSWggettext ggettext - GNU gettext >>> * CSWgm4 gm4 - GNU m4 Unix macro processor >>> * CSWgmake gmake - GNU make >>> * CSWgsed gsed - The GNU non-interactive text >>> Stream-oriented EDitor (sed) >>> * CSWiconv libiconv - GNU iconv library >>> * CSWlibnet libnet - the libnet packet construction >>> > library > >>> * CSWlibxml2 libxml2 - XML Parser Library >>> * CSWmysql4devel mysql4devel - MySQL 4 development support >>> * CSWmysql4rt mysql4rt - run-time libraries for mysql4 >>> * CSWncurses ncurses - ncurses library and utilities >>> * CSWoldapdevel openldap_devel - OpenLDAP development support >>> * CSWoldaprt openldap_rt - OpenLDAP runtime libraries >>> * CSWossl openssl - The Open Source toolkit for SSL and >>> TLS. >>> * CSWperl perl - A high-level, general-purpose >>> >> programming >> >>> language. >>> * CSWpkgget pkg_get - CSW version of automated package >>> download tool >>> * CSWreadline readline - library to enable interactive line >>> editing >>> * CSWsasl sasl - Simple Authentication and Security >>> > Layer > >>> * CSWsqlite3 sqlite3 - An embeddable SQL engine in a C >>> >> library >> >>> * CSWzlib zlib - Zlib Data Compression Library >>> >>> Greg Turnquist >>> Software Engineer >>> HARRIS Corporation >>> * Greg.Turnquist at harris.com >>> >>> >>> >>> >>> >>> >>> >>> > ------------------------------------------------------------------------ > >>> _______________________________________________ >>> users mailing list >>> users at lists.blastwave.org >>> https://lists.blastwave.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > From fortunezhang at sohu.com Tue May 16 08:33:43 2006 From: fortunezhang at sohu.com (=?gb2312?B?1cXV8bn6?=) Date: Tue, 16 May 2006 14:33:43 +0800 Subject: [csw-users] How to tell the pkg-get tool the installed packages? Message-ID: <004301c678b2$b1c6deb0$2ddda8c0@zzg> I have used pkg-get to install the apache2 package on solaris 10. The package has many dependent packages. During the installation,I found that pkg-get had downloaded and installed the packages existing in the system, such as perl, but the pkg-get can't find the package yet. How could I avoid this problem? Thank you for your help! Please send me to fortunezhang at sohu.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfzyitkdnxt at coolblue.co.uk Tue May 16 16:41:51 2006 From: rfzyitkdnxt at coolblue.co.uk (Edna Hoyt) Date: Tue, 16 May 2006 16:41:51 +0200 Subject: [csw-users] Fwd: More Message-ID: -Icrease Your Sexual Desire and Sperm volume by 500% -Longer orgasms - The longest most intense orgasms of your life -Rock hard erections - Erections like steel -Ejaculate like a porn star - Stronger ejaculation -Multiple orgasms - Cum again and again -SPUR-M is The Newest and The Safest Way of Pharmacy -100% Natural and No Side Effects - in contrast to well-known brands. -Experience three times longer orgasms -World Wide shipping within 24 hours Clisk here http://www.freequalitymovies.info swanky alcott hid romance acidic atwood gas megaword equal ersatz darpa dormitory acadia nectar pond meg pair acrylate pumpkin kuhn acclaim reparation chairman bellow odometer ow woodlawn albrecht octet freer douse glycol dynamism contravariant annular freak juke knowledgeable aorta cox fiasco fury cost chlorine gunny cluck hanson albeit clubroom salami debugged harvestman amateur agrimony From gmAB.20.rmaeder at spamgourmet.com Wed May 17 15:49:04 2006 From: gmAB.20.rmaeder at spamgourmet.com (Roman Maeder) Date: Wed, 17 May 2006 15:49:04 +0200 Subject: [csw-users] conflicts between CSWqt and CSWqtgcc Message-ID: I am using the stable repository for Solaris 8 (SPARC) and have installed all of the kde-gcc packages. This morning i wanted to install CSWvlc, which pulled in a number of dependencies which conflict with similar gcc variants needed for KDE CSWqt vs. CSWqtgcc CSWarts vs. CSWartsgcc there are now two versions of some .so libraries, such as /opt/csw/lib/libqt-mt.so.3 and /opt/csw/kde-gcc/lib/libqt-mt.so.3 and some KDE apps pick up the wrong one: > kedit ld.so.1: kedit: fatal: relocation error: file /opt/csw/kde-gcc/lib/libkdeinit_kedit.so: symbol _ZN7QString4nullE: referenced symbol not found which can be fixed with > env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib kedit however, for others, such as knode, not even this helps, it still picks up the wrong one: env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/knode ... libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3 ... so the system is pretty much hosed. Is this a consequence of wrong -R options when building the packages, or is this unavoidable, so that the two libraries, qt and qt-gcc cannot coexist (in which case we would need something like vlc-gcc for KDE)? Since vlc doesn't work anyway (Xsun does not support the apparently required Xvideo extension), I uninstalled the conflicting packages, and things are back to normal inside KDE. Roman From hatchets at ncrlc.com Thu May 18 14:46:31 2006 From: hatchets at ncrlc.com (jordann abel) Date: Thu, 18 May 2006 12:46:31 +0000 Subject: [csw-users] To love is to receive a glimpse of heaven Message-ID: <1hIswpW-zTMxyQ-BY@localhost> An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 7624 bytes Desc: not available URL: From selundgr at email.uncc.edu Thu May 18 15:04:02 2006 From: selundgr at email.uncc.edu (Scott Lundgren) Date: Thu, 18 May 2006 09:04:02 -0400 Subject: [csw-users] Mod_security on blastwave... In-Reply-To: Message-ID: > Building PHP from scratch as an apache module worked okay using gcc. I I actually hit an obscure PHP bug wben using Apache2 w/prefork, PHP5 and the Oracle OCI interface. Recompiling with cc made it go away; Your Mileage May Vary. Sun Studio is a large but simple install (fyi headless -nodisplay seemed broken in v11) and just add it to $PATH. From gturnqui at harris.com Thu May 18 16:05:49 2006 From: gturnqui at harris.com (Turnquist, Greg) Date: Thu, 18 May 2006 10:05:49 -0400 Subject: [csw-users] Mod_security on blastwave... Message-ID: My sysadmin loaded Sun Studio compiler, and then a few hours later, I was able to build and deploy mod_security. Works like a charm. I have henceforth gone home and loaded it on my personal web site. :) -----Original Message----- From: users-bounces+gturnqui=harris.com at lists.blastwave.org [mailto:users-bounces+gturnqui=harris.com at lists.blastwave.org] On Behalf Of Scott Lundgren Sent: Thursday, May 18, 2006 9:04 AM To: questions and discussions Subject: Re: [csw-users] Mod_security on blastwave... > Building PHP from scratch as an apache module worked okay using gcc. I I actually hit an obscure PHP bug wben using Apache2 w/prefork, PHP5 and the Oracle OCI interface. Recompiling with cc made it go away; Your Mileage May Vary. Sun Studio is a large but simple install (fyi headless -nodisplay seemed broken in v11) and just add it to $PATH. _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From mpatters at cs.uwaterloo.ca Thu May 18 18:39:26 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Thu, 18 May 2006 12:39:26 -0400 Subject: [csw-users] xfig honouring command line options? Message-ID: <446CA33E.6020009@cs.uwaterloo.ca> First time poster, first time user. Quick summary: I have xfig installed on a Solaris 8 machine here, and it doesn't seem to honour any command line options passed to it (through the xfig script) or most (if calling xfigbin directly). Caveat: I'm not a regular xfig user, I'm trying to sort this issue out for a couple of researchers here. If I run "xfig -h", I just get xfig. If I run "xfigbin -h", I get the help screen as expected. In neither case does "-nosplash" seem to have any effect - I get the splash screen regardless. Other options like -startgridline don't seem to be honoured either. I've set my path to (my linebreak) /opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/ucb:/usr/openwin/bin:\ /usr/dt/bin:/usr/sbin xfigbin behaves the same if I set XFILESEARCHPATH manually and call it directly. If I call xfigbin directly without having set that, xfig warns that my app-defaults file is either very old or not present (it's the latter, I believe). Am I doing something incorrectly, or should I file a bug report against xfig? We're using the unstable distribution, so it's xfig 3.2.4. One potential problem is /opt/csw is exported via NFS to the host on which we'd like to be running xfig - no idea if this is recommended or not, so please correct me if so. Thanks, Mike -- If the code and the comments disagree, then both are probably wrong. - Norm Schryer From leonardmcneal at valuehost.com Sat May 20 02:37:41 2006 From: leonardmcneal at valuehost.com (otto meyers) Date: Sat, 20 May 2006 00:37:41 +0000 Subject: [csw-users] Your wealth., flange tile Message-ID: <008001c67ba4$f3b1b300$0a16a01e@qfij> Need money? Your credit doesn't matter to us! Want IMMEDIATE cash to spend ANY way you like, or simply wish to LOWER your monthly payments by a third or more? Simply fill out this one-minute form... http://nioble.com/a62f/ great-grandson line relay cross-ratio group self-expressive identity matrix rifle tie hip tile petty-minded telegraph lineman marsh watercress cross-sectional capacitor motor side-handed whip-cracking school morality fan shell drop serene true-heroic identification mark fire bar Post-cambrian roulette wheel parasol mushroom twice-ordered -------------- next part -------------- An HTML attachment was scrubbed... URL: From zizban at gmail.com Sat May 20 17:01:32 2006 From: zizban at gmail.com (Chris Turkel) Date: Sat, 20 May 2006 11:01:32 -0400 Subject: [csw-users] Fluxbox Dtlogin Message-ID: Hi all I installed Fluxbox but there is no Dtlogin entry. I searched the web and found instructions at Gunfleet but alas they didn't work very well. Is there a dtlogin package for this somewhere? -- Veni, Vidi, Dormivi From dclarke at blastwave.org Sat May 20 17:17:27 2006 From: dclarke at blastwave.org (Dennis Clarke) Date: Sat, 20 May 2006 11:17:27 -0400 (EDT) Subject: [csw-users] Fluxbox Dtlogin In-Reply-To: References: Message-ID: <61878.70.50.142.173.1148138247.squirrel@mail.blastwave.org> > Hi all > > I installed Fluxbox but there is no Dtlogin entry. I searched the web > and found instructions at Gunfleet but alas they didn't work very > well. Is there a dtlogin package for this somewhere? > I ran into the same situation. The only thing I can tell you is that you need to update the fluxbox users particular .xsession in order to get fluxbox working. Either that or we need to write the necessary dtlogin mods ourself. I have a Sun Ultra 2 here with fluxbox on it and I was thinking of dtlogin integration but just have not gotten around to it. There is no shortage of docs out there on the topic. -- Dennis Clarke From emilecline at gammanetworking.com Sat May 20 20:09:23 2006 From: emilecline at gammanetworking.com (nap grubbs) Date: Sat, 20 May 2006 18:09:23 +0000 Subject: [csw-users] :), sky map Message-ID: <009b01c67c37$72efc700$b1320062@tsxsbu> How many times did you think of giving up your permanent job and join another "good looking" work-at-home scheme? And how many of them were successful? Did you earn more than $5000 a month with them? NO? Then you have an opportunity right now and right here! We made it possible for you to get a real part-time job in a world of transportation business and control your income on your own! We will never ask you about your credit rating and never put any inquiries to your credit profile. This is business of partners, we don't take, we give you this opportunity You can become our Representative and take part in a stunning world of financial operations. No more up-front costs or tricks. A steady income is just a click away! The best thing it all depends on you. Being a long-established solid corporation we understand how important it is to provide our customers the best possibilities and support. We always try our best to be cooperative and customer-friendly, you can call or email us any time and ask a question if something is not clear. Get involved in a great transportation business, and start making money in just a few clicks. You will make a fixed amount ($30) out of every shipped product. The usual product quantity range from 10 to 100 packages a month. This is not a dream, you enter a serious market! A unique opportunity where your income depends on you! More information \ apply \ send your resumes to: job at westbcorp.org four-headed world-sustaining well-boring trust busting bean-fed stern wave quasi-confident bridle cable shallow-sea balm tea apartment building drill sleeve Benoist scale neck strap world-naming self-debasement well-designated cusp locus transit duty twice-destroyed quasi news slag cement in-marriage coco sedge -------------- next part -------------- An HTML attachment was scrubbed... URL: From realmcking at gmail.com Sun May 21 01:39:15 2006 From: realmcking at gmail.com (Mark McCoy) Date: Sat, 20 May 2006 18:39:15 -0500 Subject: [csw-users] Fluxbox Dtlogin In-Reply-To: <61878.70.50.142.173.1148138247.squirrel@mail.blastwave.org> References: <61878.70.50.142.173.1148138247.squirrel@mail.blastwave.org> Message-ID: I use the xfce dtlogin option, and put the commands to start fluxbox in my .xinitrc. On 5/20/06, Dennis Clarke wrote: > > > Hi all > > > > I installed Fluxbox but there is no Dtlogin entry. I searched the web > > and found instructions at Gunfleet but alas they didn't work very > > well. Is there a dtlogin package for this somewhere? > > > > > I ran into the same situation. The only thing I can tell you is that you > need to update the fluxbox users particular .xsession in order to get > fluxbox working. Either that or we need to write the necessary dtlogin mods > ourself. > > I have a Sun Ultra 2 here with fluxbox on it and I was thinking of dtlogin > integration but just have not gotten around to it. There is no shortage of > docs out there on the topic. > > -- > Dennis Clarke > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- Mark McCoy -- Professional Unix geek Here in America we are descended in blood and in spirit from revolutionists and rebels - men and women who dare to dissent from accepted doctrine. As their heirs, may we never confuse honest dissent with disloyal subversion. -- Dwight D. Eisenhower From james at blastwave.org Sun May 21 12:53:17 2006 From: james at blastwave.org (James Lee) Date: Sun, 21 May 2006 10:53:17 GMT Subject: [csw-users] conflicts between CSWqt and CSWqtgcc In-Reply-To: References: Message-ID: <20060521.10531700.1191409669@bala.asd.demon.co.uk> On 17/05/06, 14:49:04, Roman Maeder wrote regarding [csw-users] conflicts between CSWqt and CSWqtgcc: > I am using the stable repository for Solaris 8 (SPARC) and have installed > all of the kde-gcc packages. This morning i wanted to install CSWvlc, > which pulled in a number of dependencies which conflict with similar gcc > variants needed for KDE > CSWqt vs. CSWqtgcc > CSWarts vs. CSWartsgcc > there are now two versions of some .so libraries, such > as /opt/csw/lib/libqt-mt.so.3 and /opt/csw/kde-gcc/lib/libqt-mt.so.3 > and some KDE apps pick up the wrong one: > > kedit > ld.so.1: kedit: fatal: relocation error: > file /opt/csw/kde-gcc/lib/libkdeinit_kedit.so: symbol _ZN7QString4nullE: > referenced symbol not found > which can be fixed with > > env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib kedit Yes, it's a bug and you have found the workaround. There was a bug about this that related to KDE and qt in general and this specific one: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0000687 but it's closed although the problem still exists. Ken? > however, for others, such as knode, not even this helps, it still picks > up the wrong one: > env LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/knode > ... > libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3 > ... Strange, it works for me: $ ldd /opt/csw/kde-gcc/bin/knode | grep qt libqt-mt.so.3 => /opt/csw/lib/libqt-mt.so.3 $ LD_LIBRARY_PATH=/opt/csw/kde-gcc/lib ldd /opt/csw/kde-gcc/bin/knode \ | grep qt libqt-mt.so.3 => /opt/csw/kde-gcc/lib/libqt-mt.so.3 > so the system is pretty much hosed. Is this a consequence of wrong -R > options when building the packages, or is this unavoidable, so that the > two libraries, qt and qt-gcc cannot coexist (in which case we would need > something like vlc-gcc for KDE)? It should work, provided each part has the correct paths. > Since vlc doesn't work anyway (Xsun does not support the apparently > required Xvideo extension), I uninstalled the conflicting packages, and > things are back to normal inside KDE. That's another problem, I suggest you file a report with vcl about this. James. From james at blastwave.org Sun May 21 12:53:17 2006 From: james at blastwave.org (James Lee) Date: Sun, 21 May 2006 10:53:17 GMT Subject: [csw-users] xfig honouring command line options? In-Reply-To: <446CA33E.6020009@cs.uwaterloo.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> Message-ID: <20060521.10531700.1528474211@bala.asd.demon.co.uk> On 18/05/06, 17:39:26, Mike Patterson wrote regarding [csw-users] xfig honouring command line options?: > First time poster, first time user. Quick summary: I have xfig > installed on a Solaris 8 machine here, and it doesn't seem to honour any > command line options passed to it (through the xfig script) or most (if > calling xfigbin directly). Caveat: I'm not a regular xfig user, I'm > trying to sort this issue out for a couple of researchers here. Sorry I'm not an xfig user user either. Andreas? > We're using the unstable distribution, so it's xfig 3.2.4. One > potential problem is /opt/csw is exported via NFS to the host on which > we'd like to be running xfig - no idea if this is recommended or not, so > please correct me if so. This should work. Packages should work with /opt/csw read only and be able to use /etc/opt/csw instead of /opt/csw/etc and /var/opt/csw instead of /opt/csw/var/. If you have problems relating to sharing /opt/csw please create a bug report. James. From zizban at gmail.com Sun May 21 18:18:01 2006 From: zizban at gmail.com (Chris Turkel) Date: Sun, 21 May 2006 12:18:01 -0400 Subject: [csw-users] Fluxbox Dtlogin Message-ID: Excuse me if i have asked this before, but will there be a DtLogin for Fluxbox? I tried setting it up with the instrcutions on gunfleet.com but to no avail. -- Veni, Vidi, Dormivi From mpatters at cs.uwaterloo.ca Tue May 23 18:16:09 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Tue, 23 May 2006 12:16:09 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <20060521.10531700.1528474211@bala.asd.demon.co.uk> References: <446CA33E.6020009@cs.uwaterloo.ca> <20060521.10531700.1528474211@bala.asd.demon.co.uk> Message-ID: <44733549.5080201@cs.uwaterloo.ca> James Lee wrote on 5/21/06 6:53 AM: > This should work. Packages should work with /opt/csw read only and be > able to use /etc/opt/csw instead of /opt/csw/etc and /var/opt/csw instead > of /opt/csw/var/. If you have problems relating to sharing /opt/csw > please create a bug report. OK, will do - thanks. Nice to know that's unlikely to be the cause, anyway. Mike -- Carelessly planned projects take three times longer to complete than expected. Carefully planned projects take four times longer to complete than expected, mostly because the planners expect their planning to reduce the time it takes. From flossyfrancis at orenavia.com Wed May 24 06:43:53 2006 From: flossyfrancis at orenavia.com (artemas hendrix) Date: Wed, 24 May 2006 04:43:53 +0000 Subject: [csw-users] Claim Your Cash, kitty witch Message-ID: <00fa01c67eeb$980c6000$5b3d9625@uakzdtcp> You've been selected to Play at the HI-ROLLER CASIN0! Benefits include: * Up to $888 real money to gamble with * Fastest growing/most trusted online company * Play all your favorite games: Poker, Hold'em, Black Jack, Slots, etc. * Play at no-cost to see how exciting and easy it is * Rapid payouts to all clientele & 24/7 support * Great games, Big Winnings, & thousands of players This is a limited chance that expires at the end of the month. http://fasteg.com/casino/ timber-floating Ladd-franklin theory diving hood tear-quick sound law union house bateau bridge friction-head three-deck vessel end play icterus index sweet-corn wilt art critic tiger snake Pseudo christology cavo-relievo service squadron con man asbestos carder jump saw meaking iron green-feathered seventy-sixth clipper sled -------------- next part -------------- An HTML attachment was scrubbed... URL: From Cavour at postcarbon.org Thu May 25 13:55:35 2006 From: Cavour at postcarbon.org (lyndy adreonna) Date: Thu, 25 May 2006 11:55:35 +0000 Subject: [csw-users] What has four legs and an arm? A happy pit bull Message-ID: An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 5564 bytes Desc: not available URL: From delrio at mie.utoronto.ca Fri May 26 14:29:25 2006 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Fri, 26 May 2006 08:29:25 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <446CA33E.6020009@cs.uwaterloo.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> Message-ID: <4476F4A5.30803@mie.utoronto.ca> Mike Patterson wrote: > If I run "xfig -h", I just get xfig. If I run "xfigbin -h", I get the > help screen as expected. In neither case does "-nosplash" seem to have > any effect - I get the splash screen regardless. Other options like > -startgridline don't seem to be honoured either. "xfig -h" gives me the help text but I might have edited the "xfig" wrapper script. If I remember correctly, the script might be missing passing args to xfigbin. The following is my /opt/csw/bin/xfig #!/bin/sh XFILESEARCHPATH=/opt/csw/lib/locale/%L/%T/%N%S%C:/usr/openwin/lib/locale/%L/%T/%N%S%C:/opt/csw/lib/X11/%T/%N%S%C:/usr/openwin/lib/X11/%T/%N%S%C export XFILESEARCHPATH exec /opt/csw/bin/xfigbin "$@" I actually have a separate wrapper that also adds color exec /opt/csw/bin/xfigbin -xrm "*customization: -color" "$@" From mpatters at cs.uwaterloo.ca Fri May 26 23:11:18 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Fri, 26 May 2006 17:11:18 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <4476F4A5.30803@mie.utoronto.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> <4476F4A5.30803@mie.utoronto.ca> Message-ID: <44776EF6.1020207@cs.uwaterloo.ca> Oscar del Rio wrote on 26/05/2006 8:29 AM: > If I remember correctly, the script might be missing passing args to > xfigbin. The following is my /opt/csw/bin/xfig > > #!/bin/sh > XFILESEARCHPATH=/opt/csw/lib/locale/%L/%T/%N%S%C:/usr/openwin/lib/locale/%L/%T/%N%S%C:/opt/csw/lib/X11/%T/%N%S%C:/usr/openwin/lib/X11/%T/%N%S%C > > export XFILESEARCHPATH > exec /opt/csw/bin/xfigbin "$@" That's precisely the one I have. duh, it just occurred to me to try it with a -x - I'll give that a go: @plg2[110]% ./xfig -h XFILESEARCHPATH=/opt/csw/lib/locale/%L/%T/%N%S%C:/usr/openwin/lib/locale/%L/%T/%N%S%C:/opt/csw/lib/X11/%T/%N%S%C:/usr/openwin/lib/X11/%T/%N%S%C + export XFILESEARCHPATH + exec /opt/csw/bin/xfigbin -xrm *customization: -color -h So yes, it does look like it's trying to pass -h, but I don't get help, I get xfig. xfigbin works as expected: @plg2[104]% xfigbin -h Xfig 3.2 patchlevel 4 (Protocol 3.2) Usage: xfig [-h[elp]] [-v[ersion]] but eg "xfig -nosplash" or "xfigbin -nosplash" still show the splash screen. Similarly, it appears as if other options like those for gridlines are being silently tossed. Mike -- People on the net are always telling other people to "get a life." It would be so much simpler if there were one available under the GPL. "If you use this life, you must tell other people where to get a life of their own." - Christopher Davis, monk From mmayer at blastwave.org Fri May 26 23:18:46 2006 From: mmayer at blastwave.org (Markus Mayer) Date: Fri, 26 May 2006 14:18:46 -0700 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <44776EF6.1020207@cs.uwaterloo.ca> References: <446CA33E.6020009@cs.uwaterloo.ca> <4476F4A5.30803@mie.utoronto.ca> <44776EF6.1020207@cs.uwaterloo.ca> Message-ID: <20060526211846.GA19449@enterprise.blastwave.org> On Friday, 26 May 2006 17:11 -0400, Mike Patterson wrote: > + exec /opt/csw/bin/xfigbin -xrm *customization: -color -h I did a little test myself. The problem seems to be the option -xrm "*customization: -color". Once that's removed, xfigbin honors all arguments passed in "$@". With -xrm it seemed to me like all following options are tossed -- which in the case of this wrapper-script means that the entire contents of $@ is lost. This looks like a bug in xfigbin. Regards, Markus From mpatters at cs.uwaterloo.ca Mon May 29 20:55:52 2006 From: mpatters at cs.uwaterloo.ca (Mike Patterson) Date: Mon, 29 May 2006 14:55:52 -0400 Subject: [csw-users] xfig honouring command line options? In-Reply-To: <20060526211846.GA19449@enterprise.blastwave.org> References: <446CA33E.6020009@cs.uwaterloo.ca> <4476F4A5.30803@mie.utoronto.ca> <44776EF6.1020207@cs.uwaterloo.ca> <20060526211846.GA19449@enterprise.blastwave.org> Message-ID: <447B43B8.3020306@cs.uwaterloo.ca> Markus Mayer wrote on 5/26/06 5:18 PM: > This looks like a bug in xfigbin. Sounds reasonable, thanks - at least I know I'm not crazy now. Is there anything else I should/have to do in order to report this? (I'm a n00b, recall. :-) ) Mike -- Take your work seriously but never take yourself seriously; and do not take what happens either to yourself or your work seriously. -Booth Tarkington