From noreply at opencsw.org Thu Jul 1 16:42:16 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 16:42:16 +0200 Subject: [bug-notifications] [php5 0004377]: Upgrade to PHP v5.3.x In-Reply-To: Message-ID: <335ff95fee62e977c8c2f075aa3aad50@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4377 ====================================================================== Reported By: kenmays Assigned To: ====================================================================== Project: php5 Issue ID: 4377 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2010-03-26 16:49 CET Last Modified: 2010-07-01 16:42 CEST ====================================================================== Summary: Upgrade to PHP v5.3.x Description: The many improvements to the new stable releases of PHP 5.3.x for Apache/PHP development work, security fixes, and MySQL/SQLite3 databases make this a MUCH worthy update: ?Improved LCG entropy. ?Added support for SHA-256 and SHA-512 to php's crypt. ?Enchant - An abstraction layer above various spelling libraries ?Fileinfo - An improved and more solid replacement, featuring full BC, for the Mimetype extension, which has been removed. ?INTL - Internationalization extension. INTL is a wrapper around the ? ICU library. ?Phar - Implementation of PHP-Archive files. ?SQLite3 - Support for SQLite version 3 databases. ====================================================================== ---------------------------------------------------------------------- (0008077) hudesd (reporter) - 2010-07-01 16:42 https://www.opencsw.org/mantis/view.php?id=4377#c8077 ---------------------------------------------------------------------- Not everything works with PHP 5.3 (Mantis, which is also packaged as an opencsw project, the developers say they are still testing with 5.3) and 5.2 is still well-supported. From noreply at opencsw.org Thu Jul 1 16:50:01 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 16:50:01 +0200 Subject: [bug-notifications] [ap2_modphp5 0004483]: apache won't start in threaded MPM mode with ap2_modphp5 Message-ID: <979ed0743c79717f75c468181c402b0f@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4483 ====================================================================== Reported By: hudesd Assigned To: ====================================================================== Project: ap2_modphp5 Issue ID: 4483 Category: regular use Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-01 16:50 CEST Last Modified: 2010-07-01 16:50 CEST ====================================================================== Summary: apache won't start in threaded MPM mode with ap2_modphp5 Description: The PHP5/ap2_modphp5 are incompatible with ap2_worker, which provides Threaded MPM mode. Please compile 64-bit PHP with threads. Thread mode can improve performance of Apache+PHP on sun4v (T2000 and T5xx0 which have hardware support for LWPs -- T2000 has 32 hardware threads of execution, T5240 128 and T5440 256). Solaris is a multi-threaded OS especially as of Solaris 10. Please support a native Solaris 10 sparcv9 (don't use -m64 and generic target, use at least an UltraIII -- its not so important that a V120 or an Ultra3500 or E10K can't run this...). ====================================================================== From noreply at opencsw.org Thu Jul 1 16:59:57 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 16:59:57 +0200 Subject: [bug-notifications] [perl 0004103]: Sun Studio Compiler PATH in Config.pm/Config_heavy.pl and config.h In-Reply-To: Message-ID: <2da3a065deb0f942c5186ee98365300f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4103 ====================================================================== Reported By: rrossi33 Assigned To: ====================================================================== Project: perl Issue ID: 4103 Category: other Reproducibility: always Severity: tweak Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-12-29 10:41 CET Last Modified: 2010-07-01 16:59 CEST ====================================================================== Summary: Sun Studio Compiler PATH in Config.pm/Config_heavy.pl and config.h Description: Wrong hard coded cc path in Config.pm/ Config_heavy.pl and config.h cc => ?/opt/studio/SOS11/SUNWspro/bin/cc', on Machine: /opt/SUNWspro/bin/cc Result: /opt/csw/bin/perl -MCPAN -e shell CPAN Module Compiling - Entry in Makefile.pl: /opt/studio/SOS11/SUNWspro/bin/cc error in compiling ====================================================================== ---------------------------------------------------------------------- (0008078) hudesd (reporter) - 2010-07-01 16:59 https://www.opencsw.org/mantis/view.php?id=4103#c8078 ---------------------------------------------------------------------- The path in question is not what you get with a normal Sun Studio installation. Solaris 8 is a year past end of support life. Sun Studio 12 supports Solaris 9 and beyond. Use of Sun Studio 11 is no longer appropriate. Furthermore even if you have compiled with Studio 11 you can still compile new stuff with 12 and link it together. Therefore, do not do this /opt/studio hack and use the standard /opt/SUNWspro location for Sun Studio on all projects. From noreply at opencsw.org Thu Jul 1 17:31:36 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 17:31:36 +0200 Subject: [bug-notifications] [perl 0004484]: Build a sparcv9 64-bit threaded perl Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4484 ====================================================================== Reported By: hudesd Assigned To: ====================================================================== Project: perl Issue ID: 4484 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-01 17:31 CEST Last Modified: 2010-07-01 17:31 CEST ====================================================================== Summary: Build a sparcv9 64-bit threaded perl Description: Perl 5.10.1 has improved support for threads. SPARC is 64-bit for a long time. Please switch to using Sun Studio 12 rather than Sun Studio 11 and drop any pretense of support for Solaris 8 which is more a year past end of support life. Please do NOT use the -fast option as this introduces math inaccuracies and, per the compiler man page, can produce problems with running on a target other than the intended. Rather, specify individual options to the compiler. Among other things it's not a good idea to use -fsimple with a value >0 as this affects IEEE 754 compliance (thereby screwing up Math:: modules). Please build Solaris 10-native 5.10.1 using switches -mt -xtarget=ultra3i -xarch=sparcvis2 -m64 -xipo -x04 ====================================================================== From noreply at opencsw.org Thu Jul 1 17:42:16 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 17:42:16 +0200 Subject: [bug-notifications] [perl 0004484]: Build a sparcv9 64-bit threaded perl In-Reply-To: <5d20b70801fd0ee901e9ab00e6be1652> Message-ID: <4438b92f04d007ff5cc623207a0faf60@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4484 ====================================================================== Reported By: hudesd Assigned To: ====================================================================== Project: perl Issue ID: 4484 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-01 17:31 CEST Last Modified: 2010-07-01 17:42 CEST ====================================================================== Summary: Build a sparcv9 64-bit threaded perl Description: Perl 5.10.1 has improved support for threads. SPARC is 64-bit for a long time. Please switch to using Sun Studio 12 rather than Sun Studio 11 and drop any pretense of support for Solaris 8 which is more a year past end of support life. Please do NOT use the -fast option as this introduces math inaccuracies and, per the compiler man page, can produce problems with running on a target other than the intended. Rather, specify individual options to the compiler. Among other things it's not a good idea to use -fsimple with a value >0 as this affects IEEE 754 compliance (thereby screwing up Math:: modules). Please build Solaris 10-native 5.10.1 using switches -mt -xtarget=ultra3i -xarch=sparcvis2 -m64 -xipo -x04 ====================================================================== ---------------------------------------------------------------------- (0008079) bonivart (manager) - 2010-07-01 17:42 https://www.opencsw.org/mantis/view.php?id=4484#c8079 ---------------------------------------------------------------------- We don't support Solaris 8 any more. However, the Perl 5.10.1 build is from end of last year when we still did. When we update it, it will be built on Solaris 9 with Studio 12 like all of our current packages. We can build a separate Solaris 10 package, no problem. How about 5.12.1? Heard about any problems with that? Is there use for a 64-bit Perl? We put a lot of time into re-compiling around 100 modules from 5.8.8 to 5.10.1, we need a better way to deal with that if we're going to have more than one (1) update a year. :-) From noreply at opencsw.org Thu Jul 1 17:42:22 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 17:42:22 +0200 Subject: [bug-notifications] [perl 0004484]: Build a sparcv9 64-bit threaded perl In-Reply-To: <5d20b70801fd0ee901e9ab00e6be1652> Message-ID: <752a2d54c46d2d255286a461e237f073@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4484 ====================================================================== Reported By: hudesd Assigned To: bonivart ====================================================================== Project: perl Issue ID: 4484 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-07-01 17:31 CEST Last Modified: 2010-07-01 17:42 CEST ====================================================================== Summary: Build a sparcv9 64-bit threaded perl Description: Perl 5.10.1 has improved support for threads. SPARC is 64-bit for a long time. Please switch to using Sun Studio 12 rather than Sun Studio 11 and drop any pretense of support for Solaris 8 which is more a year past end of support life. Please do NOT use the -fast option as this introduces math inaccuracies and, per the compiler man page, can produce problems with running on a target other than the intended. Rather, specify individual options to the compiler. Among other things it's not a good idea to use -fsimple with a value >0 as this affects IEEE 754 compliance (thereby screwing up Math:: modules). Please build Solaris 10-native 5.10.1 using switches -mt -xtarget=ultra3i -xarch=sparcvis2 -m64 -xipo -x04 ====================================================================== ---------------------------------------------------------------------- (0008079) bonivart (manager) - 2010-07-01 17:42 https://www.opencsw.org/mantis/view.php?id=4484#c8079 ---------------------------------------------------------------------- We don't support Solaris 8 any more. However, the Perl 5.10.1 build is from end of last year when we still did. When we update it, it will be built on Solaris 9 with Studio 12 like all of our current packages. We can build a separate Solaris 10 package, no problem. How about 5.12.1? Heard about any problems with that? Is there use for a 64-bit Perl? We put a lot of time into re-compiling around 100 modules from 5.8.8 to 5.10.1, we need a better way to deal with that if we're going to have more than one (1) update a year. :-) From noreply at opencsw.org Thu Jul 1 17:53:53 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 1 Jul 2010 17:53:53 +0200 Subject: [bug-notifications] [perl 0004484]: Build a sparcv9 64-bit threaded perl In-Reply-To: <5d20b70801fd0ee901e9ab00e6be1652> Message-ID: <74dd256d919884d33a8308454ca4462b@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4484 ====================================================================== Reported By: hudesd Assigned To: bonivart ====================================================================== Project: perl Issue ID: 4484 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-07-01 17:31 CEST Last Modified: 2010-07-01 17:53 CEST ====================================================================== Summary: Build a sparcv9 64-bit threaded perl Description: Perl 5.10.1 has improved support for threads. SPARC is 64-bit for a long time. Please switch to using Sun Studio 12 rather than Sun Studio 11 and drop any pretense of support for Solaris 8 which is more a year past end of support life. Please do NOT use the -fast option as this introduces math inaccuracies and, per the compiler man page, can produce problems with running on a target other than the intended. Rather, specify individual options to the compiler. Among other things it's not a good idea to use -fsimple with a value >0 as this affects IEEE 754 compliance (thereby screwing up Math:: modules). Please build Solaris 10-native 5.10.1 using switches -mt -xtarget=ultra3i -xarch=sparcvis2 -m64 -xipo -x04 ====================================================================== ---------------------------------------------------------------------- (0008080) hudesd (reporter) - 2010-07-01 17:53 https://www.opencsw.org/mantis/view.php?id=4484#c8080 ---------------------------------------------------------------------- in regards 5.12.1, I reviewed the notes at http://perldoc.perl.org/perldelta.html and it looks good. It's certainly nice to have but if it gives you problems nothing sounds -that- compelling unless one was already on 5.12.0. As for 64-bit yes. I have Perl code dealing with large databases. also you can't get the advantage of the new instruction set without going to 64-bit. with 32-bit you're limited to sparcv8 code and generic target. A sun4v native would be lovely but I recognize that's a lot of work. From noreply at opencsw.org Fri Jul 2 23:16:51 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 2 Jul 2010 23:16:51 +0200 Subject: [bug-notifications] [pm_mimetools 0004485]: Update to 5.428 Message-ID: <2ee1a60901d08081b1a3c0a6ad415192@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4485 ====================================================================== Reported By: bonivart Assigned To: ====================================================================== Project: pm_mimetools Issue ID: 4485 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-02 23:16 CEST Last Modified: 2010-07-02 23:16 CEST ====================================================================== Summary: Update to 5.428 Description: Please update to 5.428. ====================================================================== From noreply at opencsw.org Sat Jul 3 14:34:19 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 3 Jul 2010 14:34:19 +0200 Subject: [bug-notifications] [pm_filetail 0001526]: 0.99.3 is available In-Reply-To: Message-ID: The following issue has been REOPENED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=1526 ====================================================================== Reported By: ihsan Assigned To: ihsan ====================================================================== Project: pm_filetail Issue ID: 1526 Category: other Reproducibility: always Severity: feature Priority: none Status: feedback ====================================================================== Date Submitted: 2006-03-09 04:49 CET Last Modified: 2010-07-03 14:34 CEST ====================================================================== Summary: 0.99.3 is available Description: --> http://search.cpan.org/~mgrabnar/File-Tail-0.99.3/Tail.pm ====================================================================== ---------------------------------------------------------------------- (0008081) bonivart (developer) - 2010-07-03 14:34 https://www.opencsw.org/mantis/view.php?id=1526#c8081 ---------------------------------------------------------------------- Why was this case closed? 0.99.3 is not available in current/unstable. From noreply at opencsw.org Mon Jul 5 03:01:14 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 03:01:14 +0200 Subject: [bug-notifications] [coreutils 0004474]: Coreutils doesn't seem to contain ghostname binary In-Reply-To: <20d79fb1f6c00f5049f88bce74de7a61> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4474 ====================================================================== Reported By: ckmehta1 Assigned To: bwalton ====================================================================== Project: coreutils Issue ID: 4474 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-23 01:02 CEST Last Modified: 2010-07-05 03:01 CEST ====================================================================== Summary: Coreutils doesn't seem to contain ghostname binary Description: The package coreutils replaced (shutils) had this binary and the current coreutils documentation does have it: http://www.gnu.org/software/coreutils/manual/coreutils.html#hostname-invocation ====================================================================== ---------------------------------------------------------------------- (0008082) bwalton (manager) - 2010-07-05 03:01 https://www.opencsw.org/mantis/view.php?id=4474#c8082 ---------------------------------------------------------------------- Updated packages pushed for release. From noreply at opencsw.org Mon Jul 5 12:52:59 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 12:52:59 +0200 Subject: [bug-notifications] [tiff 0004472]: Please upgrade to 3.9.4 In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4472 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: tiff Issue ID: 4472 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-19 22:13 CEST Last Modified: 2010-07-05 12:52 CEST ====================================================================== Summary: Please upgrade to 3.9.4 Description: Please upgrade to 3.9.4 as released by SFW today ====================================================================== From noreply at opencsw.org Mon Jul 5 12:53:17 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 12:53:17 +0200 Subject: [bug-notifications] [tiff 0004472]: Please upgrade to 3.9.4 In-Reply-To: Message-ID: <386696de16fac6070f865e5e7f1d9320@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4472 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: tiff Issue ID: 4472 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-19 22:13 CEST Last Modified: 2010-07-05 12:53 CEST ====================================================================== Summary: Please upgrade to 3.9.4 Description: Please upgrade to 3.9.4 as released by SFW today ====================================================================== ---------------------------------------------------------------------- (0008083) james (manager) - 2010-07-05 12:53 https://www.opencsw.org/mantis/view.php?id=4472#c8083 ---------------------------------------------------------------------- tiff-3.9.4,REV=2010.07.05 built and in testing From noreply at opencsw.org Mon Jul 5 12:54:50 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 12:54:50 +0200 Subject: [bug-notifications] [bzip2 0004480]: bzgrep does not work In-Reply-To: Message-ID: <2135bba5714c07d988b42fcbd8489940@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4480 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: bzip2 Issue ID: 4480 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-06-26 22:32 CEST Last Modified: 2010-07-05 12:54 CEST ====================================================================== Summary: bzgrep does not work Description: bzgrep is a shellscript. it is deployed as #!/bin/sh it is not /bin/sh compatible. It needs to be changed to be either /usr/xpg4/bin/sh or /bin/ksh ====================================================================== ---------------------------------------------------------------------- (0008084) james (manager) - 2010-07-05 12:54 https://www.opencsw.org/mantis/view.php?id=4480#c8084 ---------------------------------------------------------------------- 1.0.5,REV=2010.06.28 released with fixes From noreply at opencsw.org Mon Jul 5 14:32:02 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 14:32:02 +0200 Subject: [bug-notifications] [sendmail 0004486]: Provide sendmail's contrib/ tools as a separate package? Message-ID: <212964fc505d5e75399b3c27dd9e4063@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4486 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: sendmail Issue ID: 4486 Category: packaging Reproducibility: N/A Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-05 14:32 CEST Last Modified: 2010-07-05 14:32 CEST ====================================================================== Summary: Provide sendmail's contrib/ tools as a separate package? Description: /opt/csw/share/mail/contrib contains a tarball of contributed sendmail tools like qtool.pl which could well be used with the vanilla Solaris sendmail, i.e. without even installing CSWsendmail. Any chance to get them packaged in a separate package? ====================================================================== From noreply at opencsw.org Mon Jul 5 16:36:32 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 16:36:32 +0200 Subject: [bug-notifications] [xcdroast 0000085]: Xdcroast unusable under Xinerama.. In-Reply-To: <9a5da25a675b987f31606d70c98c5cb8> Message-ID: <21ba326aafae5adf3a40bb59bf6161b6@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=85 ====================================================================== Reported By: insdol Assigned To: ====================================================================== Project: xcdroast Issue ID: 85 Category: regular use Reproducibility: always Severity: major Priority: low Status: assigned ====================================================================== Date Submitted: 2003-04-14 09:10 CEST Last Modified: 2010-07-05 16:36 CEST ====================================================================== Summary: Xdcroast unusable under Xinerama.. Description: Xcdroast always crashes with a GTK- error not enough resources for operation...Resource unavialble.. When the progress window should appear after pressing \"master and write on the Fly\" -> \"insert CD-R-CD-RW\"->\"OK\" has been pressed. All windows disappear but cdrecord have been forked and makes frisbees. ====================================================================== ---------------------------------------------------------------------- (0008085) joerg (manager) - 2010-07-05 16:36 https://www.opencsw.org/mantis/view.php?id=85#c8085 ---------------------------------------------------------------------- This is obviously a bug in libXinerama.so.1 From noreply at opencsw.org Mon Jul 5 16:40:01 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 16:40:01 +0200 Subject: [bug-notifications] [xcdroast 0000117]: running xcdroast causes kde 3.0 on S9 to drop back to login screen! In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=117 ====================================================================== Reported By: Ian Assigned To: joerg ====================================================================== Project: xcdroast Issue ID: 117 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2003-06-08 01:45 CEST Last Modified: 2010-07-05 16:40 CEST ====================================================================== Summary: running xcdroast causes kde 3.0 on S9 to drop back to login screen! Description: Package installed on S8x86 server, remote display to S9x86 box. Running xcdrost kills kde session back to login screen... ====================================================================== ---------------------------------------------------------------------- (0008086) joerg (manager) - 2010-07-05 16:40 https://www.opencsw.org/mantis/view.php?id=117#c8086 ---------------------------------------------------------------------- Closing as there was no new feedback From noreply at opencsw.org Mon Jul 5 16:45:49 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 16:45:49 +0200 Subject: [bug-notifications] [xcdroast 0003093]: Depend on CSWggettextrt In-Reply-To: <6106e1b8380d53f2c7e2294159481388> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3093 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: xcdroast Issue ID: 3093 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2010-07-05 16:45 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008087) joerg (manager) - 2010-07-05 16:45 https://www.opencsw.org/mantis/view.php?id=3093#c8087 ---------------------------------------------------------------------- please do not make changes in the names that cause unneeded differences between blastwave and opencsw. This would prevent automated build systems from being used. From noreply at opencsw.org Mon Jul 5 16:49:58 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 16:49:58 +0200 Subject: [bug-notifications] [xcdroast 0002900]: Needs upgrade to current release and patches In-Reply-To: <10bedcc197722f1965e5762b921de369> Message-ID: <85aca2ceaa332c55b1113c4d46a5bb9f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2900 ====================================================================== Reported By: paulgress Assigned To: ====================================================================== Project: xcdroast Issue ID: 2900 Category: upgrade Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2008-05-26 00:23 CEST Last Modified: 2010-07-05 16:49 CEST ====================================================================== Summary: Needs upgrade to current release and patches Description: Xcdroast last revision was a15, your current revision is a14. Since the last a15 release there have been various patches to improve compatibility with the current cdrtools. Could you please recompile to the latest patch revision. ====================================================================== ---------------------------------------------------------------------- (0008088) joerg (manager) - 2010-07-05 16:49 https://www.opencsw.org/mantis/view.php?id=2900#c8088 ---------------------------------------------------------------------- I am currently preparing a new release but at least on Blastwave, there are issues with GNOME (gtk2) that prevent the internationalization from working correctly. As the related problem was already present in 2006 and as it was a result from compiling gtk2 incorrectly, I guess it is still a problem in opencsw. A recent Xcdroast works fine on a recent Solaris 11 with GNOME libs from Solaris 11 From noreply at opencsw.org Mon Jul 5 19:16:28 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 19:16:28 +0200 Subject: [bug-notifications] [xterm 0004473]: Please upgrade to 260 In-Reply-To: <1e63bc3ac79f20c92784297ea0931730> Message-ID: <2d0eb6723d84b383414e19d322d2febe@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4473 ====================================================================== Reported By: dam Assigned To: skayser ====================================================================== Project: xterm Issue ID: 4473 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-21 15:14 CEST Last Modified: 2010-07-05 19:16 CEST ====================================================================== Summary: Please upgrade to 260 Description: Please upgrade to 260 ====================================================================== From noreply at opencsw.org Mon Jul 5 22:03:14 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 22:03:14 +0200 Subject: [bug-notifications] [libev 0004376]: Include file event.h collission In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4376 ====================================================================== Reported By: hson Assigned To: maciej ====================================================================== Project: libev Issue ID: 4376 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-03-26 16:20 CET Last Modified: 2010-07-05 22:03 CEST ====================================================================== Summary: Include file event.h collission Description: The include file event.h exists in both libev and libevent_devel and both are located in /opt/csw/include ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004375 Include file event.h collission ====================================================================== ---------------------------------------------------------------------- (0008089) maciej (manager) - 2010-07-05 22:03 https://www.opencsw.org/mantis/view.php?id=4376#c8089 ---------------------------------------------------------------------- The updated packages is now available from mirrors. From noreply at opencsw.org Mon Jul 5 22:05:47 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 5 Jul 2010 22:05:47 +0200 Subject: [bug-notifications] [libevent_devel 0004375]: Include file event.h collission In-Reply-To: <53f5f09d076dee633736691d4854dbe4> Message-ID: <3cfd9375abf93209e17c5674f98e0138@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4375 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: libevent_devel Issue ID: 4375 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-03-26 16:20 CET Last Modified: 2010-07-05 22:05 CEST ====================================================================== Summary: Include file event.h collission Description: The include file event.h exists in both libev and libevent_devel and both are located in /opt/csw/include ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004376 Include file event.h collission ====================================================================== ---------------------------------------------------------------------- (0008090) maciej (developer) - 2010-07-05 22:05 https://www.opencsw.org/mantis/view.php?id=4375#c8090 ---------------------------------------------------------------------- 4376 is now resolved, so this one can be closed too. From noreply at opencsw.org Tue Jul 6 18:52:30 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 6 Jul 2010 18:52:30 +0200 Subject: [bug-notifications] [tree 0004372]: Please upgrade to 1.5.3 In-Reply-To: <378772ade873dc62f188477f0f71b5c5> Message-ID: <55f1ee9fcd4a969a29311eaee954253c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4372 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: tree Issue ID: 4372 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-03-26 09:16 CET Last Modified: 2010-07-06 18:52 CEST ====================================================================== Summary: Please upgrade to 1.5.3 Description: Please upgrade to 1.5.3 as released on SFW today ====================================================================== ---------------------------------------------------------------------- (0008091) maciej (manager) - 2010-07-06 18:52 https://www.opencsw.org/mantis/view.php?id=4372#c8091 ---------------------------------------------------------------------- Package updated. From noreply at opencsw.org Tue Jul 6 21:01:11 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 6 Jul 2010 21:01:11 +0200 Subject: [bug-notifications] [glib 0003668]: glib installing .la files, contrary to current practice In-Reply-To: Message-ID: <9583f3224952487aa1bf7beffd383516@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3668 ====================================================================== Reported By: user2188 Assigned To: ====================================================================== Project: glib Issue ID: 3668 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-05-12 19:27 CEST Last Modified: 2010-07-06 21:01 CEST ====================================================================== Summary: glib installing .la files, contrary to current practice Description: The glib pkg has installed: /opt/csw/lib/libgmodule.la contrary to the current practice of *not* installing .la files. http://www.opencsw.org/standards/build ====================================================================== ---------------------------------------------------------------------- (0008092) philadmin (administrator) - 2010-07-06 21:01 https://www.opencsw.org/mantis/view.php?id=3668#c8092 ---------------------------------------------------------------------- .la files removed in pending update From noreply at opencsw.org Tue Jul 6 23:14:06 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 6 Jul 2010 23:14:06 +0200 Subject: [bug-notifications] [sudo 0002246]: sudoers in /etc/opt/cws not used In-Reply-To: <10b6264f78c99410d15b53338ea238bc> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2246 ====================================================================== Reported By: ghenry Assigned To: comand ====================================================================== Project: sudo Issue ID: 2246 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: not fixable Fixed in Version: ====================================================================== Date Submitted: 2007-05-16 10:25 CEST Last Modified: 2010-07-06 23:14 CEST ====================================================================== Summary: sudoers in /etc/opt/cws not used Description: when /opt/csw is nfs-mounted, you can\'t use sudo on nfs clients. sudo have to use other location ====================================================================== ---------------------------------------------------------------------- (0008093) ckmehta1 (developer) - 2010-07-06 23:14 https://www.opencsw.org/mantis/view.php?id=2246#c8093 ---------------------------------------------------------------------- I would like to +1 this issue for zones as well, given how paranoid the sudo-binary is about the sudoers file, you can even use a symlink. HOWEVER there is a workaround by use of an INCLUDE file reference in the master sudoers file. If you edit the sudoers file (/opt/csw/etc/sudoers) by commenting EVERYTHING and adding these 2 lines at bottom: #Since Sudo doesn't like symlinks, we need to keep the master sudoers file small and do an INCLUDE sequence to /etc/opt/csw/sudoers to have a locally-editable sudoers file #include /etc/opt/csw/sudoers From noreply at opencsw.org Wed Jul 7 09:50:35 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 09:50:35 +0200 Subject: [bug-notifications] [gm4 0004463]: Please provide /opt/csw/gnu links In-Reply-To: <31c014e644de27f5a614272e9e548acc> Message-ID: <3fe6fbe1df09a20c403f92ca528ec307@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4463 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gm4 Issue ID: 4463 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-06-17 03:21 CEST Last Modified: 2010-07-07 09:50 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008094) dam (administrator) - 2010-07-07 09:50 https://www.opencsw.org/mantis/view.php?id=4463#c8094 ---------------------------------------------------------------------- Version 1.4.14,REV=2010.07.07 released to http://mirror.opencsw.org/experimental.html#gnulinks Please submit contents together with updated CSWgnulinks when ready From noreply at opencsw.org Wed Jul 7 11:48:55 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 11:48:55 +0200 Subject: [bug-notifications] [gpatch 0004462]: Please provide /opt/csw/gnu links In-Reply-To: Message-ID: <9d8ea14ac46b000c76fdc531482e316f@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4462 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gpatch Issue ID: 4462 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-06-17 03:20 CEST Last Modified: 2010-07-07 11:48 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008095) dam (administrator) - 2010-07-07 11:48 https://www.opencsw.org/mantis/view.php?id=4462#c8095 ---------------------------------------------------------------------- Version 2.6.1,REV=2010.07.07 released to http://mirror.opencsw.org/experimental.html#gnulinks Please submit contents together with updated CSWgnulinks when ready From noreply at opencsw.org Wed Jul 7 11:49:37 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 11:49:37 +0200 Subject: [bug-notifications] [gtar 0004465]: Please provide /opt/csw/gnu links In-Reply-To: <6a7ff9e3253be5bf51bdea802ae69317> Message-ID: <33b89b1af9535eb4612fbdf4f2ff6810@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4465 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gtar Issue ID: 4465 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-06-17 03:22 CEST Last Modified: 2010-07-07 11:49 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008096) dam (administrator) - 2010-07-07 11:49 https://www.opencsw.org/mantis/view.php?id=4465#c8096 ---------------------------------------------------------------------- Version 1.23,REV=2010.07.07 released to http://mirror.opencsw.org/experimental.html#gnulinks Please submit contents together with updated CSWgnulinks when ready From noreply at opencsw.org Wed Jul 7 11:50:59 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 11:50:59 +0200 Subject: [bug-notifications] [orca 0004371]: not all charts are generated In-Reply-To: <96630c93bb2631f697d31d439097de54> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4371 ====================================================================== Reported By: kthhrv Assigned To: dam ====================================================================== Project: orca Issue ID: 4371 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-03-25 16:02 CET Last Modified: 2010-07-07 11:50 CEST ====================================================================== Summary: not all charts are generated Description: seeing errors like this: /opt/csw/bin/orca: warning: cannot create '/opt/csw/share/www/orca/orcallator/va64-x2100q-gmp03/o_va64-x2100q-gmp03_gauge_cow_fault_per_s,__zfod_per_s-yearly.png': LINE width '1:average1#0000ff:Zero-fill-on-demand' is out of range in line 'LINE1:average1#0000ff:Zero-fill-on-demand' using opencsw latest and greatest rpe-db2 # pkginfo -l CSWorca PKGINST: CSWorca NAME: orca - Performance Data Collector CATEGORY: application ARCH: all VERSION: snapshot_r535,REV=2009.11.25 BASEDIR: / VENDOR: http://www.orcaware.com/orca packaged for CSW by Dagobert Michelsen PSTAMP: dam at build8s-20091125190302 INSTDATE: Mar 25 2010 00:48 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: dam at opencsw.org STATUS: completely installed FILES: 30 installed pathnames 4 shared pathnames 7 directories 15 executables 620 blocks used (approx) thx Keith ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0004380 Latest rrdtool breaks Orca ====================================================================== ---------------------------------------------------------------------- (0008097) dam (administrator) - 2010-07-07 11:50 https://www.opencsw.org/mantis/view.php?id=4371#c8097 ---------------------------------------------------------------------- This should be fixed with the release of rrdtool 1.4.3,REV=2010.07.05. Please verify so I can close the bug. From noreply at opencsw.org Wed Jul 7 11:52:31 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 11:52:31 +0200 Subject: [bug-notifications] [rrdtool 0004380]: Latest rrdtool breaks Orca In-Reply-To: <63044c917aa37becc1edafb3a19c1f9f> Message-ID: <23e26b28295928743e1d2b0000783d50@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4380 ====================================================================== Reported By: dam Assigned To: ihsan ====================================================================== Project: rrdtool Issue ID: 4380 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-03-29 12:46 CEST Last Modified: 2010-07-07 11:52 CEST ====================================================================== Summary: Latest rrdtool breaks Orca Description: The latest rrdtool breaks Orca graphing with the message LINE width '1:average1#0000ff:Zero-fill-on-demand' is out of range in line 'LINE1:average1#0000ff:Zero-fill-on-demand' ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0004371 not all charts are generated ====================================================================== ---------------------------------------------------------------------- (0008098) dam (administrator) - 2010-07-07 11:52 https://www.opencsw.org/mantis/view.php?id=4380#c8098 ---------------------------------------------------------------------- rrdtool 1.4.3,REV=2010.07.05 now has officially been released in the existing package layout (without pm_rrd). Please verify so I can close the bug. From noreply at opencsw.org Wed Jul 7 11:54:28 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 11:54:28 +0200 Subject: [bug-notifications] [rrdtool 0004361]: Graph displays text as blocks. In-Reply-To: Message-ID: <995a12c4fca580e8a2864ee8b1c3625c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4361 ====================================================================== Reported By: niranjan Assigned To: ihsan ====================================================================== Project: rrdtool Issue ID: 4361 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-03-22 01:56 CET Last Modified: 2010-07-07 11:54 CEST ====================================================================== Summary: Graph displays text as blocks. Description: I have installed rrdtool-1.3.8 on my cacti server, I'm getting graph text as blocks, I rolled back to 1.2.x it woks fine. I checked on other cacti servers those are not patched yet with csw, graph works fine on those servers. I'm assuming some problem with libraries for rrdtool-1.3.8. ====================================================================== ---------------------------------------------------------------------- (0008099) dam (administrator) - 2010-07-07 11:54 https://www.opencsw.org/mantis/view.php?id=4361#c8099 ---------------------------------------------------------------------- An updated rrdtool 1.4.3,REV=2010.07.05 fixing a couple of bugs has been released. Please verify if this fixes your problem. Best regards -- Dago From noreply at opencsw.org Wed Jul 7 11:54:37 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 11:54:37 +0200 Subject: [bug-notifications] [rrdtool 0004361]: Graph displays text as blocks. In-Reply-To: Message-ID: <9ed7d39e22c52cce8f82c35825a013a7@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4361 ====================================================================== Reported By: niranjan Assigned To: dam ====================================================================== Project: rrdtool Issue ID: 4361 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-03-22 01:56 CET Last Modified: 2010-07-07 11:54 CEST ====================================================================== Summary: Graph displays text as blocks. Description: I have installed rrdtool-1.3.8 on my cacti server, I'm getting graph text as blocks, I rolled back to 1.2.x it woks fine. I checked on other cacti servers those are not patched yet with csw, graph works fine on those servers. I'm assuming some problem with libraries for rrdtool-1.3.8. ====================================================================== ---------------------------------------------------------------------- (0008099) dam (administrator) - 2010-07-07 11:54 https://www.opencsw.org/mantis/view.php?id=4361#c8099 ---------------------------------------------------------------------- An updated rrdtool 1.4.3,REV=2010.07.05 fixing a couple of bugs has been released. Please verify if this fixes your problem. Best regards -- Dago From noreply at opencsw.org Wed Jul 7 18:04:21 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 7 Jul 2010 18:04:21 +0200 Subject: [bug-notifications] [exim 0003492]: Package does not create /opt/csw/var/spool/exim if /opt/csw/var/spool does not already exist. In-Reply-To: <5266f35b533fe55d9873d9edfb9e70e5> Message-ID: <7c450107927d8e828bd04c23d8dfb844@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3492 ====================================================================== Reported By: andrewnicols Assigned To: ====================================================================== Project: exim Issue ID: 3492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 10:07 CET Last Modified: 2010-07-07 18:04 CEST ====================================================================== Summary: Package does not create /opt/csw/var/spool/exim if /opt/csw/var/spool does not already exist. Description: Upon installation, if $CSW/var/spool does not exist, the package does not create the required spool directory for exim and leads to mail being rejected. ====================================================================== ---------------------------------------------------------------------- (0008100) nicols (developer) - 2010-07-07 18:04 https://www.opencsw.org/mantis/view.php?id=3492#c8100 ---------------------------------------------------------------------- Looking at the recipe for this package, it no longer complies with the filesystem layout policies and with various other CSW packaging policies. From noreply at opencsw.org Thu Jul 8 13:48:55 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 8 Jul 2010 13:48:55 +0200 Subject: [bug-notifications] [sudosh2 0004487]: New version of sudosh2 available with fixes for Solaris Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4487 ====================================================================== Reported By: ckmehta1 Assigned To: ====================================================================== Project: sudosh2 Issue ID: 4487 Category: other Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2010-07-08 13:48 CEST Last Modified: 2010-07-08 13:48 CEST ====================================================================== Summary: New version of sudosh2 available with fixes for Solaris Description: Per the author of sudosh2: I have just release sudosh2-1.0.3. This version contains a security fix that is important for anyone using sudosh as a login shell. There are also a few fixes for Solaris environments and potentially other non-Linux systems, and a few code cleanups for newer compilers. If you are using sudosh2 on Solaris or are using sudosh as a login shell, it is highly recommended that you upgrade. ====================================================================== From noreply at opencsw.org Thu Jul 8 23:28:16 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 8 Jul 2010 23:28:16 +0200 Subject: [bug-notifications] [xterm 0004473]: Please upgrade to 260 In-Reply-To: <1e63bc3ac79f20c92784297ea0931730> Message-ID: <8881c2d9c6ead0f6c33e879c1fe2118c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4473 ====================================================================== Reported By: dam Assigned To: skayser ====================================================================== Project: xterm Issue ID: 4473 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-21 15:14 CEST Last Modified: 2010-07-08 23:28 CEST ====================================================================== Summary: Please upgrade to 260 Description: Please upgrade to 260 ====================================================================== ---------------------------------------------------------------------- (0008101) skayser (administrator) - 2010-07-08 23:28 https://www.opencsw.org/mantis/view.php?id=4473#c8101 ---------------------------------------------------------------------- Updated packages released to current/. From noreply at opencsw.org Fri Jul 9 00:02:50 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 9 Jul 2010 00:02:50 +0200 Subject: [bug-notifications] [sudosh2 0004487]: New version of sudosh2 available with fixes for Solaris In-Reply-To: <65036e3e8b26dfdb53e2183aeb4141e0> Message-ID: <612cf5407623f5ffd9579fb88701a00a@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4487 ====================================================================== Reported By: ckmehta1 Assigned To: skayser ====================================================================== Project: sudosh2 Issue ID: 4487 Category: other Reproducibility: always Severity: major Priority: high Status: assigned ====================================================================== Date Submitted: 2010-07-08 13:48 CEST Last Modified: 2010-07-09 00:02 CEST ====================================================================== Summary: New version of sudosh2 available with fixes for Solaris Description: Per the author of sudosh2: I have just release sudosh2-1.0.3. This version contains a security fix that is important for anyone using sudosh as a login shell. There are also a few fixes for Solaris environments and potentially other non-Linux systems, and a few code cleanups for newer compilers. If you are using sudosh2 on Solaris or are using sudosh as a login shell, it is highly recommended that you upgrade. ====================================================================== From noreply at opencsw.org Fri Jul 9 07:37:19 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 9 Jul 2010 07:37:19 +0200 Subject: [bug-notifications] [mesalibs 0004344]: Please compile against CSW x11 libs In-Reply-To: <1e23ea610f9042f5f03529a289292146> Message-ID: <5298cb7e19f3c3a67a494a979c04e7a4@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4344 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: mesalibs Issue ID: 4344 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-03-16 13:49 CET Last Modified: 2010-07-09 07:37 CEST ====================================================================== Summary: Please compile against CSW x11 libs Description: Please compile against CSW x11 libs needed for ftgl. ====================================================================== ---------------------------------------------------------------------- (0008102) phil (developer) - 2010-07-09 07:37 https://www.opencsw.org/mantis/view.php?id=4344#c8102 ---------------------------------------------------------------------- things shold no longer be compiled against csw x11 libs. From noreply at opencsw.org Fri Jul 9 07:39:59 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 9 Jul 2010 07:39:59 +0200 Subject: [bug-notifications] [mesalibs 0004488]: critical compile error in x86 package Message-ID: <41d8d2bafadf9e4b10b688516ff17383@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4488 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: mesalibs Issue ID: 4488 Category: packaging Reproducibility: always Severity: crash Priority: urgent Status: new ====================================================================== Date Submitted: 2010-07-09 07:39 CEST Last Modified: 2010-07-09 07:39 CEST ====================================================================== Summary: critical compile error in x86 package Description: Apparently, something went wrong with the x86 compile: Run the following command on each platform: elfdump /opt/csw/lib/libGL.so.1|grep FUNC|grep glXCreateCon sparc: [2230] 0x00037cfc 0x00000070 FUNC GLOB D 0 .text glXCreateContext x86: [872] 0x000354bc 0x000000d5 FUNC GLOB D 0 .text mglXCreateContext x86 gets the 'm' prefix, sparc does not. sparc is correct. ====================================================================== From noreply at opencsw.org Fri Jul 9 10:55:51 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 9 Jul 2010 10:55:51 +0200 Subject: [bug-notifications] [mesalibs 0004488]: critical compile error in x86 package In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: mesalibs Issue ID: 4488 Category: packaging Reproducibility: always Severity: crash Priority: urgent Status: assigned ====================================================================== Date Submitted: 2010-07-09 07:39 CEST Last Modified: 2010-07-09 10:55 CEST ====================================================================== Summary: critical compile error in x86 package Description: Apparently, something went wrong with the x86 compile: Run the following command on each platform: elfdump /opt/csw/lib/libGL.so.1|grep FUNC|grep glXCreateCon sparc: [2230] 0x00037cfc 0x00000070 FUNC GLOB D 0 .text glXCreateContext x86: [872] 0x000354bc 0x000000d5 FUNC GLOB D 0 .text mglXCreateContext x86 gets the 'm' prefix, sparc does not. sparc is correct. ====================================================================== From noreply at opencsw.org Fri Jul 9 11:50:18 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 9 Jul 2010 11:50:18 +0200 Subject: [bug-notifications] [mesalibs 0004488]: critical compile error in x86 package In-Reply-To: Message-ID: <8665ce411dc1fb5723d96ccc3ab0ed2c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: mesalibs Issue ID: 4488 Category: packaging Reproducibility: always Severity: crash Priority: urgent Status: assigned ====================================================================== Date Submitted: 2010-07-09 07:39 CEST Last Modified: 2010-07-09 11:50 CEST ====================================================================== Summary: critical compile error in x86 package Description: Apparently, something went wrong with the x86 compile: Run the following command on each platform: elfdump /opt/csw/lib/libGL.so.1|grep FUNC|grep glXCreateCon sparc: [2230] 0x00037cfc 0x00000070 FUNC GLOB D 0 .text glXCreateContext x86: [872] 0x000354bc 0x000000d5 FUNC GLOB D 0 .text mglXCreateContext x86 gets the 'm' prefix, sparc does not. sparc is correct. ====================================================================== ---------------------------------------------------------------------- (0008103) james (manager) - 2010-07-09 11:50 https://www.opencsw.org/mantis/view.php?id=4488#c8103 ---------------------------------------------------------------------- This is a recurrence of the previous bug which I obviously failed to get right for i386 - I should have tested both sparc and i386! RCs in testing. $ elfdump /opt/csw/lib/libGL.so.1|grep FUNC|grep glXCreateCon [1272] 0x0003503c 0x000000d5 FUNC GLOB D 0 .text glXCreateContext [1972] 0x00037530 0x000000dc FUNC GLOB D 0 .text glXCreateContextWithConfigSGIX $ uname -a SunOS treignac 5.10 Generic_141445-09 i86pc i386 i86pc $ pkgparam CSWmesa VERSION 7.6.1,REV=2010.07.09 From noreply at opencsw.org Sat Jul 10 12:35:01 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 10 Jul 2010 12:35:01 +0200 Subject: [bug-notifications] [mesalibs 0004488]: critical compile error in x86 package In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: mesalibs Issue ID: 4488 Category: packaging Reproducibility: always Severity: crash Priority: urgent Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-09 07:39 CEST Last Modified: 2010-07-10 12:35 CEST ====================================================================== Summary: critical compile error in x86 package Description: Apparently, something went wrong with the x86 compile: Run the following command on each platform: elfdump /opt/csw/lib/libGL.so.1|grep FUNC|grep glXCreateCon sparc: [2230] 0x00037cfc 0x00000070 FUNC GLOB D 0 .text glXCreateContext x86: [872] 0x000354bc 0x000000d5 FUNC GLOB D 0 .text mglXCreateContext x86 gets the 'm' prefix, sparc does not. sparc is correct. ====================================================================== ---------------------------------------------------------------------- (0008103) james (manager) - 2010-07-09 11:50 https://www.opencsw.org/mantis/view.php?id=4488#c8103 ---------------------------------------------------------------------- This is a recurrence of the previous bug which I obviously failed to get right for i386 - I should have tested both sparc and i386! RCs in testing. $ elfdump /opt/csw/lib/libGL.so.1|grep FUNC|grep glXCreateCon [1272] 0x0003503c 0x000000d5 FUNC GLOB D 0 .text glXCreateContext [1972] 0x00037530 0x000000dc FUNC GLOB D 0 .text glXCreateContextWithConfigSGIX $ uname -a SunOS treignac 5.10 Generic_141445-09 i86pc i386 i86pc $ pkgparam CSWmesa VERSION 7.6.1,REV=2010.07.09 From noreply at opencsw.org Sat Jul 10 12:36:28 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 10 Jul 2010 12:36:28 +0200 Subject: [bug-notifications] [tiff 0004472]: Please upgrade to 3.9.4 In-Reply-To: Message-ID: <207d2cda33c5bc0c31f70612dfe452a9@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4472 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: tiff Issue ID: 4472 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-19 22:13 CEST Last Modified: 2010-07-10 12:36 CEST ====================================================================== Summary: Please upgrade to 3.9.4 Description: Please upgrade to 3.9.4 as released by SFW today ====================================================================== ---------------------------------------------------------------------- (0008104) james (manager) - 2010-07-10 12:36 https://www.opencsw.org/mantis/view.php?id=4472#c8104 ---------------------------------------------------------------------- 3.9.4,REV=2010.07.05 is released From noreply at opencsw.org Sat Jul 10 12:37:47 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 10 Jul 2010 12:37:47 +0200 Subject: [bug-notifications] [bzip2 0004480]: bzgrep does not work In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4480 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: bzip2 Issue ID: 4480 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-06-26 22:32 CEST Last Modified: 2010-07-10 12:37 CEST ====================================================================== Summary: bzgrep does not work Description: bzgrep is a shellscript. it is deployed as #!/bin/sh it is not /bin/sh compatible. It needs to be changed to be either /usr/xpg4/bin/sh or /bin/ksh ====================================================================== ---------------------------------------------------------------------- (0008084) james (manager) - 2010-07-05 12:54 https://www.opencsw.org/mantis/view.php?id=4480#c8084 ---------------------------------------------------------------------- 1.0.5,REV=2010.06.28 released with fixes From noreply at opencsw.org Sun Jul 11 05:02:24 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 11 Jul 2010 05:02:24 +0200 Subject: [bug-notifications] [gtar 0004465]: Please provide /opt/csw/gnu links In-Reply-To: <6a7ff9e3253be5bf51bdea802ae69317> Message-ID: <082e0bc0046c536af019d9cfae71ad24@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4465 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gtar Issue ID: 4465 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-17 03:22 CEST Last Modified: 2010-07-11 05:02 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008105) bwalton (manager) - 2010-07-11 05:02 https://www.opencsw.org/mantis/view.php?id=4465#c8105 ---------------------------------------------------------------------- Closed with an updated release. From noreply at opencsw.org Mon Jul 12 11:28:55 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 12 Jul 2010 11:28:55 +0200 Subject: [bug-notifications] [logwatch 0004489]: crontab entry wrong Message-ID: <1c3e038b350324113869d2931022f3c7@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4489 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: logwatch Issue ID: 4489 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-12 11:28 CEST Last Modified: 2010-07-12 11:28 CEST ====================================================================== Summary: crontab entry wrong Description: crontab contains /opt/csw/sbin/logwatch whereas : tcsh at serv-2100 [~] which logwatch /opt/csw/bin/logwatch ====================================================================== From noreply at opencsw.org Tue Jul 13 03:01:17 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 13 Jul 2010 03:01:17 +0200 Subject: [bug-notifications] [common 0004454]: CSWcoreutils-8.4, REV=2010.05.20: problems with locale files attributes In-Reply-To: <2e5a62b12ad643776ad33942068f7086> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4454 ====================================================================== Reported By: flod Assigned To: phil ====================================================================== Project: common Issue ID: 4454 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-15 05:01 CEST Last Modified: 2010-07-13 03:01 CEST ====================================================================== Summary: CSWcoreutils-8.4,REV=2010.05.20: problems with locale files attributes Description: When installing the package on a system with sparse-root zones I get warnings about wrong attributes (see in additional information). When looking up the files with warnings they seem to be cyclic symbolic links even on the root zone: ll /opt/csw/share/locale/bg/LC_MESSAGES/coreutils.mo lrwxrwxrwx 1 root root 27 Jun 15 04:51 /opt/csw/share/locale/bg/LC_MESSAGES/coreutils.mo -> ../LC_MESSAGES/coreutils.mo So there seems to be no content for this file on my system. Somehow this only throws a warning in the zone installation. ====================================================================== ---------------------------------------------------------------------- (0008037) bwalton (developer) - 2010-06-19 05:21 https://www.opencsw.org/mantis/view.php?id=4454#c8037 ---------------------------------------------------------------------- This is a nasty little bug...I think it's due to a bad interaction with CSWcommon: # grep csw/share/locale/es /var/sadm/install/contents /opt/csw/share/locale/es/LC_TIME=LC_MESSAGES s none CSWcommon /opt/csw/share/locale/es/LC_TIME/coreutils.mo=../LC_MESSAGES/coreutils.mo s none CSWcoreutils When building the package, both the file layout on disk and the generated prototype are correct. The problem occurs when the LC_TIME -> LC_MESSAGES symlink provided by CSWcommon comes into play. I'll discuss this with a few other folks and see what the best resolution is. From noreply at opencsw.org Tue Jul 13 03:01:44 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 13 Jul 2010 03:01:44 +0200 Subject: [bug-notifications] [common 0004454]: CSWcoreutils-8.4, REV=2010.05.20: problems with locale files attributes In-Reply-To: <2e5a62b12ad643776ad33942068f7086> Message-ID: <9f6a218273266a3760eb105900a01aae@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4454 ====================================================================== Reported By: flod Assigned To: phil ====================================================================== Project: common Issue ID: 4454 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-15 05:01 CEST Last Modified: 2010-07-13 03:01 CEST ====================================================================== Summary: CSWcoreutils-8.4,REV=2010.05.20: problems with locale files attributes Description: When installing the package on a system with sparse-root zones I get warnings about wrong attributes (see in additional information). When looking up the files with warnings they seem to be cyclic symbolic links even on the root zone: ll /opt/csw/share/locale/bg/LC_MESSAGES/coreutils.mo lrwxrwxrwx 1 root root 27 Jun 15 04:51 /opt/csw/share/locale/bg/LC_MESSAGES/coreutils.mo -> ../LC_MESSAGES/coreutils.mo So there seems to be no content for this file on my system. Somehow this only throws a warning in the zone installation. ====================================================================== ---------------------------------------------------------------------- (0008107) bwalton (developer) - 2010-07-13 03:01 https://www.opencsw.org/mantis/view.php?id=4454#c8107 ---------------------------------------------------------------------- I'm reassigning this bug to CSWcommon as that is where the problem lies. From noreply at opencsw.org Tue Jul 13 03:15:44 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 13 Jul 2010 03:15:44 +0200 Subject: [bug-notifications] [ruby 0004399]: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 In-Reply-To: Message-ID: <0afd23e2438bf865cc33014bc6a1ae28@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4399 ====================================================================== Reported By: nutznboltz Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 4399 Category: regular use Reproducibility: sometimes Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-04-16 18:09 CEST Last Modified: 2010-07-13 03:15 CEST ====================================================================== Summary: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 Description: A known bug exists in Ruby that causes it crash with segmentation faults (SIGSEGV, signal 11, etc.) when it allocates objects frequently. This is causing the Ops Code Chef client to crash on our Solaris 10 systems. A upstream fix was released. Could someone rebuild the OpenCSW Ruby from the latest 1.8.7 sources? ====================================================================== ---------------------------------------------------------------------- (0008108) bwalton (manager) - 2010-07-13 03:15 https://www.opencsw.org/mantis/view.php?id=4399#c8108 ---------------------------------------------------------------------- I'm hoping to have updated packages in my experimental repo by tomorrow. Sorry for the long delay on this. From noreply at opencsw.org Tue Jul 13 10:48:19 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 13 Jul 2010 10:48:19 +0200 Subject: [bug-notifications] [cswclassutils 0004416]: check for running in a zone In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4416 ====================================================================== Reported By: verboEse Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 4416 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-05-11 14:26 CEST Last Modified: 2010-07-13 10:48 CEST ====================================================================== Summary: check for running in a zone Description: package install should check for running in a zone and reject installation during checkinstall ====================================================================== From noreply at opencsw.org Tue Jul 13 10:49:08 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 13 Jul 2010 10:49:08 +0200 Subject: [bug-notifications] [cswclassutils 0004416]: check for running in a zone In-Reply-To: Message-ID: <18f9090c51e03f73ce96bac6d8628386@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4416 ====================================================================== Reported By: verboEse Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 4416 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-05-11 14:26 CEST Last Modified: 2010-07-13 10:49 CEST ====================================================================== Summary: check for running in a zone Description: package install should check for running in a zone and reject installation during checkinstall ====================================================================== ---------------------------------------------------------------------- (0008109) bonivart (manager) - 2010-07-13 10:49 https://www.opencsw.org/mantis/view.php?id=4416#c8109 ---------------------------------------------------------------------- This may be a good idea but we need to check for sparse zones since those are the problem with regards to writing to /usr. From noreply at opencsw.org Tue Jul 13 21:24:07 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 13 Jul 2010 21:24:07 +0200 Subject: [bug-notifications] [ant 0004293]: Upgrade to 1.8.0 In-Reply-To: <4f62d530ce8e0beb6fd12e698d393ae1> Message-ID: <992c42bb265cd5c65067cbc90fd29bc6@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4293 ====================================================================== Reported By: wbonnet Assigned To: james ====================================================================== Project: ant Issue ID: 4293 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-02-17 22:29 CET Last Modified: 2010-07-13 21:24 CEST ====================================================================== Summary: Upgrade to 1.8.0 Description: Please upgrade the package to version 1.8.0 ====================================================================== ---------------------------------------------------------------------- (0008110) james (manager) - 2010-07-13 21:24 https://www.opencsw.org/mantis/view.php?id=4293#c8110 ---------------------------------------------------------------------- ant-1.8.1 available in testing From noreply at opencsw.org Wed Jul 14 04:46:48 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 14 Jul 2010 04:46:48 +0200 Subject: [bug-notifications] [ruby 0004399]: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 In-Reply-To: Message-ID: <8ae14f92b6a97a35df80436a97b46cac@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4399 ====================================================================== Reported By: nutznboltz Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 4399 Category: regular use Reproducibility: sometimes Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-04-16 18:09 CEST Last Modified: 2010-07-14 04:46 CEST ====================================================================== Summary: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 Description: A known bug exists in Ruby that causes it crash with segmentation faults (SIGSEGV, signal 11, etc.) when it allocates objects frequently. This is causing the Ops Code Chef client to crash on our Solaris 10 systems. A upstream fix was released. Could someone rebuild the OpenCSW Ruby from the latest 1.8.7 sources? ====================================================================== ---------------------------------------------------------------------- (0008111) bwalton (manager) - 2010-07-14 04:46 https://www.opencsw.org/mantis/view.php?id=4399#c8111 ---------------------------------------------------------------------- Please test the updated packages available from: http://mirror.opencsw.org/experimental.html#bwalton Thanks. From noreply at opencsw.org Wed Jul 14 13:02:20 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 14 Jul 2010 13:02:20 +0200 Subject: [bug-notifications] [pyzor 0003888]: Python update breaks pyzor In-Reply-To: <591a3194e6e6960d394c81ef77c95cd0> Message-ID: <1ed00e5ae02d155f7fb43a817eeb1ecb@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3888 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pyzor Issue ID: 3888 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-09-05 12:13 CEST Last Modified: 2010-07-14 13:02 CEST ====================================================================== Summary: Python update breaks pyzor Description: After update to python-2.6.2,REV=2009.05.28 pyzor fails with spamassassin reporting: Sep 5 09:39:05 localhost spamd[25349]: pyzor: check failed: internal error Back down to 2.6.1,REV=2009.03.02 and pyzor works again. Spamassassin was restarted in case it was necessary. ====================================================================== ---------------------------------------------------------------------- (0008112) james (developer) - 2010-07-14 13:02 https://www.opencsw.org/mantis/view.php?id=3888#c8112 ---------------------------------------------------------------------- Still fatally broken for: spamassassin 3.3.1,REV=2010.04.25 python 2.6.5,REV=2010.04.19 From noreply at opencsw.org Wed Jul 14 23:20:02 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 14 Jul 2010 23:20:02 +0200 Subject: [bug-notifications] [cfengine 0003986]: Please upgrade to 3.0.2 In-Reply-To: <0e33e18e817350ce7b6be3c16817f0f2> Message-ID: <3d7a36e69fc8e562cb6ba6781331d26f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3986 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: cfengine Issue ID: 3986 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-10-29 09:49 CET Last Modified: 2010-07-14 23:20 CEST ====================================================================== Summary: Please upgrade to 3.0.2 Description: Please upgrade to 3.0.2 ====================================================================== ---------------------------------------------------------------------- (0008113) gadavis (developer) - 2010-07-14 23:20 https://www.opencsw.org/mantis/view.php?id=3986#c8113 ---------------------------------------------------------------------- Note that Cfengine 3.x is a completely different application than Cfengine 2.x. It uses an entirely incompatible syntax for it's configuration, and upgrading from one to the other is a non-trivial task. I would recommend packaging Cfengine 2 and Cfengine 3 separately. From noreply at opencsw.org Thu Jul 15 21:26:37 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 15 Jul 2010 21:26:37 +0200 Subject: [bug-notifications] [ap2_subversion 0004490]: Upgrading to 1.6.11, REV=2010.05.27 breaks webdav folders Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4490 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 4490 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-15 21:26 CEST Last Modified: 2010-07-15 21:26 CEST ====================================================================== Summary: Upgrading to 1.6.11,REV=2010.05.27 breaks webdav folders Description: uploads no longer are possible. The main problem seems to be bdb48, as apr-util still uses bdb47 the DavLockDB is no longer useable/createable and as a result the uploads fail. ====================================================================== From noreply at opencsw.org Fri Jul 16 12:13:05 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 16 Jul 2010 12:13:05 +0200 Subject: [bug-notifications] [ap2_subversion 0004490]: Upgrading to 1.6.11, REV=2010.05.27 breaks webdav folders In-Reply-To: <5199f52ef74d140834dfbd01a174f95e> Message-ID: <461997f4ff87847d7f18f99b768da399@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4490 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 4490 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-15 21:26 CEST Last Modified: 2010-07-16 12:13 CEST ====================================================================== Summary: Upgrading to 1.6.11,REV=2010.05.27 breaks webdav folders Description: uploads no longer are possible. The main problem seems to be bdb48, as apr-util still uses bdb47 the DavLockDB is no longer useable/createable and as a result the uploads fail. ====================================================================== ---------------------------------------------------------------------- (0008114) schwindt (developer) - 2010-07-16 12:13 https://www.opencsw.org/mantis/view.php?id=4490#c8114 ---------------------------------------------------------------------- Just for the records, downgrading to 1.6.6 is to be done. 1.6.9 had unresolved symbols. From noreply at opencsw.org Sat Jul 17 03:53:28 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 17 Jul 2010 03:53:28 +0200 Subject: [bug-notifications] [denyhosts 0004491]: add various patches Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4491 ====================================================================== Reported By: flod Assigned To: ====================================================================== Project: denyhosts Issue ID: 4491 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-17 03:53 CEST Last Modified: 2010-07-17 03:53 CEST ====================================================================== Summary: add various patches Description: Debian (and other distributors) use various patches, as denyhosts 2.7 was never distributed. Some are interesting for solaris, too. Others are distribution specific or not applicable to solaris. ====================================================================== From noreply at opencsw.org Sat Jul 17 04:07:12 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 17 Jul 2010 04:07:12 +0200 Subject: [bug-notifications] [denyhosts 0004492]: denyhosts is auto-activated under smf, but not configured completely Message-ID: <32a28e53dbdbcbe869d1edb588d843f0@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4492 ====================================================================== Reported By: flod Assigned To: ====================================================================== Project: denyhosts Issue ID: 4492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-17 04:07 CEST Last Modified: 2010-07-17 04:07 CEST ====================================================================== Summary: denyhosts is auto-activated under smf, but not configured completely Description: After installation one will have the service in maintenance mode: > svcs -xv svc:/network/cswdenyhosts:default (?) State: maintenance since 17. Juli 2010 03:58:56 MEST Reason: Restarting too quickly. See: http://sun.com/msg/SMF-8000-L5 See: /var/svc/log/network-cswdenyhosts:default.log Impact: This service is not running I guess the reason is that the log file is not configured in /etc/opt/csw/denyhosts.cfg I think it is very sane to require any admin to think first about the correct configuration regarding the log files, but the service should not be auto-activated when it can not run from scratch. This is especially an annoyance as the service is auto-activated for all zones. So all zones will have a service in maintenance. I suggest that the service should not be auto-activated in zones or even the global zone. ====================================================================== From noreply at opencsw.org Sat Jul 17 04:59:02 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 17 Jul 2010 04:59:02 +0200 Subject: [bug-notifications] [denyhosts 0004493]: regular expression for syslog Message-ID: <02f232559b5eedda9c010064a1223090@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4493 ====================================================================== Reported By: flod Assigned To: ====================================================================== Project: denyhosts Issue ID: 4493 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-17 04:59 CEST Last Modified: 2010-07-17 04:59 CEST ====================================================================== Summary: regular expression for syslog Description: The author suggests a change to one regex for solaris syslog: see http://denyhosts.sourceforge.net/solaris.txt Maybe this can be patched for the opencsw package. ====================================================================== From noreply at opencsw.org Sat Jul 17 22:46:09 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 17 Jul 2010 22:46:09 +0200 Subject: [bug-notifications] [ap2_subversion 0004490]: Upgrading to 1.6.11, REV=2010.05.27 breaks webdav folders In-Reply-To: <5199f52ef74d140834dfbd01a174f95e> Message-ID: <2249ca8b120dcd2743d06104966e7048@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4490 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 4490 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-15 21:26 CEST Last Modified: 2010-07-17 22:46 CEST ====================================================================== Summary: Upgrading to 1.6.11,REV=2010.05.27 breaks webdav folders Description: uploads no longer are possible. The main problem seems to be bdb48, as apr-util still uses bdb47 the DavLockDB is no longer useable/createable and as a result the uploads fail. ====================================================================== ---------------------------------------------------------------------- (0008115) rupert (manager) - 2010-07-17 22:46 https://www.opencsw.org/mantis/view.php?id=4490#c8115 ---------------------------------------------------------------------- does using the apache2 package from http://mirror.opencsw.org/experimental.html#rupert resolve the issue as well? From noreply at opencsw.org Sun Jul 18 15:39:04 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:39:04 +0200 Subject: [bug-notifications] [pm_stringapprox 0004244]: Rebuild newest version with Perl 5.10.1 on build8xt and build8st In-Reply-To: <62d5b6de6f9b62ac608aaac0dd6990c8> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4244 ====================================================================== Reported By: bonivart Assigned To: benny ====================================================================== Project: pm_stringapprox Issue ID: 4244 Category: upgrade Reproducibility: N/A Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-31 17:42 CET Last Modified: 2010-07-18 15:39 CEST ====================================================================== Summary: Rebuild newest version with Perl 5.10.1 on build8xt and build8st Description: http://wiki.opencsw.org/perl ====================================================================== From noreply at opencsw.org Sun Jul 18 15:39:34 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:39:34 +0200 Subject: [bug-notifications] [pm_stringapprox 0004244]: Rebuild newest version with Perl 5.10.1 on build8xt and build8st In-Reply-To: <62d5b6de6f9b62ac608aaac0dd6990c8> Message-ID: <8f215e13c6e08e6369b6f23d25239de5@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4244 ====================================================================== Reported By: bonivart Assigned To: benny ====================================================================== Project: pm_stringapprox Issue ID: 4244 Category: upgrade Reproducibility: N/A Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-31 17:42 CET Last Modified: 2010-07-18 15:39 CEST ====================================================================== Summary: Rebuild newest version with Perl 5.10.1 on build8xt and build8st Description: http://wiki.opencsw.org/perl ====================================================================== ---------------------------------------------------------------------- (0008116) bonivart (developer) - 2010-07-18 15:39 https://www.opencsw.org/mantis/view.php?id=4244#c8116 ---------------------------------------------------------------------- This is done. From noreply at opencsw.org Sun Jul 18 15:40:42 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:40:42 +0200 Subject: [bug-notifications] [pm_mimetools 0004485]: Update to 5.428 In-Reply-To: <437ea6b8a972c93e570fa21027ca673f> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4485 ====================================================================== Reported By: bonivart Assigned To: ====================================================================== Project: pm_mimetools Issue ID: 4485 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-02 23:16 CEST Last Modified: 2010-07-18 15:40 CEST ====================================================================== Summary: Update to 5.428 Description: Please update to 5.428. ====================================================================== ---------------------------------------------------------------------- (0008117) bonivart (developer) - 2010-07-18 15:40 https://www.opencsw.org/mantis/view.php?id=4485#c8117 ---------------------------------------------------------------------- Ping? From noreply at opencsw.org Sun Jul 18 15:43:40 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:43:40 +0200 Subject: [bug-notifications] [pm_calendar_csa 0004229]: Rebuild newest version with Perl 5.10.1 on build8xt and build8st In-Reply-To: <58ac4a62e8d7727de52c3dc4d9695a55> Message-ID: <9b9c777f91ee39a74d4cbb326bc95350@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4229 ====================================================================== Reported By: bonivart Assigned To: mjensen ====================================================================== Project: pm_calendar_csa Issue ID: 4229 Category: upgrade Reproducibility: N/A Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-31 17:25 CET Last Modified: 2010-07-18 15:43 CEST ====================================================================== Summary: Rebuild newest version with Perl 5.10.1 on build8xt and build8st Description: http://wiki.opencsw.org/perl ====================================================================== From noreply at opencsw.org Sun Jul 18 15:44:19 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:44:19 +0200 Subject: [bug-notifications] [pm_calendar_csa 0004229]: Rebuild newest version with Perl 5.10.1 on build8xt and build8st In-Reply-To: <58ac4a62e8d7727de52c3dc4d9695a55> Message-ID: <4fa5ff80ac1aa06ea1b65abf7984000c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4229 ====================================================================== Reported By: bonivart Assigned To: mjensen ====================================================================== Project: pm_calendar_csa Issue ID: 4229 Category: upgrade Reproducibility: N/A Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-31 17:25 CET Last Modified: 2010-07-18 15:44 CEST ====================================================================== Summary: Rebuild newest version with Perl 5.10.1 on build8xt and build8st Description: http://wiki.opencsw.org/perl ====================================================================== ---------------------------------------------------------------------- (0008118) bonivart (developer) - 2010-07-18 15:44 https://www.opencsw.org/mantis/view.php?id=4229#c8118 ---------------------------------------------------------------------- Skipped due to being "broken". http://wiki.opencsw.org/project-perl From noreply at opencsw.org Sun Jul 18 15:46:05 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:46:05 +0200 Subject: [bug-notifications] [privoxy 0003999]: Please upgrade to 3.0.12 In-Reply-To: <3139609abb84cdb5be4a7d0d004f6d92> Message-ID: <7babe54b7d6730ed143553b9fa7f4c51@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3999 ====================================================================== Reported By: bonivart Assigned To: amaier ====================================================================== Project: privoxy Issue ID: 3999 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2009-11-06 11:28 CET Last Modified: 2010-07-18 15:46 CEST ====================================================================== Summary: Please upgrade to 3.0.12 Description: It would also be nice if the pkg included CSWcswclassutils to get SMF support. And also please migrate etc to /etc/opt/csw. ====================================================================== ---------------------------------------------------------------------- (0008119) bonivart (developer) - 2010-07-18 15:46 https://www.opencsw.org/mantis/view.php?id=3999#c8119 ---------------------------------------------------------------------- Any news? From noreply at opencsw.org Sun Jul 18 15:47:31 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 18 Jul 2010 15:47:31 +0200 Subject: [bug-notifications] [ggettext 0003442]: Same files exist in CSWggettextrt and CSWggettext In-Reply-To: <66bf90bcde70f6c5652f3a8531f20fb8> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3442 ====================================================================== Reported By: bonivart Assigned To: harpchad ====================================================================== Project: ggettext Issue ID: 3442 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-18 10:24 CET Last Modified: 2010-07-18 15:47 CEST ====================================================================== Summary: Same files exist in CSWggettextrt and CSWggettext Description: When installing CSWggettext after CSWggettextrt I get this: The following files are already installed on the system and are being used by another package: /opt/csw/lib/sparcv9/libasprintf.so.0.0.0 /opt/csw/lib/sparcv9/libgettextpo.so.0.4.0 /opt/csw/lib/sparcv9/libintl.so.2 /opt/csw/lib/sparcv9/libintl.so.3 /opt/csw/lib/sparcv9/libintl.so.8.0.2 ====================================================================== ---------------------------------------------------------------------- (0008120) bonivart (developer) - 2010-07-18 15:47 https://www.opencsw.org/mantis/view.php?id=3442#c8120 ---------------------------------------------------------------------- Closing old issue. From noreply at opencsw.org Mon Jul 19 00:35:00 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 19 Jul 2010 00:35:00 +0200 Subject: [bug-notifications] [ap2_subversion 0004477]: missing dependency In-Reply-To: <80830fb6969873375ae22af4f34bc799> Message-ID: <8ddab719f070ad2946802cdf0cefb837@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4477 ====================================================================== Reported By: holzi Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 4477 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-06-24 14:05 CEST Last Modified: 2010-07-19 00:35 CEST ====================================================================== Summary: missing dependency Description: installing ap2_subversion on a new systems fails as the apache Server is not installed: 1. ## Installing part 1 of 1. 2. /opt/csw/apache2/etc/extra/httpd-svn.conf.CSW 3. /opt/csw/apache2/etc/svn_access.conf.CSW 4. /opt/csw/apache2/libexec/mod_authz_svn.so 5. /opt/csw/apache2/libexec/mod_dav_svn.so 6. /opt/csw/share/doc/ap2_subversion/changelog.CSW 7. /opt/csw/share/doc/ap2_subversion/license 8. [ verifying class ] 9. ## Executing postinstall script. 10. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 11. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 12. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 13. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 14. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 15. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 16. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 17. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 18. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 19. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 20. egrep: can't open /opt/csw/apache2/etc/httpd.conf 21. egrep: can't open /opt/csw/apache2/etc/httpd.conf 22. Adding Include for extra/http-svn.conf to httpd.conf 23. Creating /opt/csw/apache2/etc/extra/httpd-svn.conf 24. Creating /opt/csw/apache2/etc/svn_access.conf 25. 26. NOTICE: mod_dav, mod_dav_fs, mod_dav_svn, and mod_authz_svn are enabled in 27. httpd.conf, but the server was not restarted. Please examine your mod_dav_svn configuration and restart apache. 28. I guess ap2_subversion should depend on the whole apache2 stack. (cswapache2) ====================================================================== ---------------------------------------------------------------------- (0008121) rupert (manager) - 2010-07-19 00:35 https://www.opencsw.org/mantis/view.php?id=4477#c8121 ---------------------------------------------------------------------- CSWsvn depends on apache2, in the one in http://mirror.opencsw.org/experimental.html#rupert at least. could you verify if this really does not work? i changed the dependency to ap2svn, thanks for the hint, should be in in the next build. From noreply at opencsw.org Mon Jul 19 07:58:05 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 19 Jul 2010 07:58:05 +0200 Subject: [bug-notifications] [ap2_subversion 0004477]: missing dependency In-Reply-To: <80830fb6969873375ae22af4f34bc799> Message-ID: <2e5ae1707c9b46b0ab7aa9d513912d71@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4477 ====================================================================== Reported By: holzi Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 4477 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-06-24 14:05 CEST Last Modified: 2010-07-19 07:58 CEST ====================================================================== Summary: missing dependency Description: installing ap2_subversion on a new systems fails as the apache Server is not installed: 1. ## Installing part 1 of 1. 2. /opt/csw/apache2/etc/extra/httpd-svn.conf.CSW 3. /opt/csw/apache2/etc/svn_access.conf.CSW 4. /opt/csw/apache2/libexec/mod_authz_svn.so 5. /opt/csw/apache2/libexec/mod_dav_svn.so 6. /opt/csw/share/doc/ap2_subversion/changelog.CSW 7. /opt/csw/share/doc/ap2_subversion/license 8. [ verifying class ] 9. ## Executing postinstall script. 10. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 11. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 12. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 13. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 14. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 15. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 16. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 17. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 18. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. 19. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. 20. egrep: can't open /opt/csw/apache2/etc/httpd.conf 21. egrep: can't open /opt/csw/apache2/etc/httpd.conf 22. Adding Include for extra/http-svn.conf to httpd.conf 23. Creating /opt/csw/apache2/etc/extra/httpd-svn.conf 24. Creating /opt/csw/apache2/etc/svn_access.conf 25. 26. NOTICE: mod_dav, mod_dav_fs, mod_dav_svn, and mod_authz_svn are enabled in 27. httpd.conf, but the server was not restarted. Please examine your mod_dav_svn configuration and restart apache. 28. I guess ap2_subversion should depend on the whole apache2 stack. (cswapache2) ====================================================================== ---------------------------------------------------------------------- (0008122) holzi (reporter) - 2010-07-19 07:58 https://www.opencsw.org/mantis/view.php?id=4477#c8122 ---------------------------------------------------------------------- look at the gar build it depends on apache2rt not apache. Which is ok for CSWsvn but not ap2svn. As it's an apache module and since it needs the whole httpd which apache2rt doesn't deliver. ap2svn should still depend on CSWsvn. In short: RUNTIME_DEP_PKGS_CSWap2svn += CSWapache2 RUNTIME_DEP_PKGS_CSWap2svn += CSWsvn From noreply at opencsw.org Mon Jul 19 16:40:01 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 19 Jul 2010 16:40:01 +0200 Subject: [bug-notifications] [ap2_subversion 0004490]: Upgrading to 1.6.11, REV=2010.05.27 breaks webdav folders In-Reply-To: <5199f52ef74d140834dfbd01a174f95e> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4490 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 4490 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-15 21:26 CEST Last Modified: 2010-07-19 16:40 CEST ====================================================================== Summary: Upgrading to 1.6.11,REV=2010.05.27 breaks webdav folders Description: uploads no longer are possible. The main problem seems to be bdb48, as apr-util still uses bdb47 the DavLockDB is no longer useable/createable and as a result the uploads fail. ====================================================================== ---------------------------------------------------------------------- (0008123) schwindt (developer) - 2010-07-19 16:40 https://www.opencsw.org/mantis/view.php?id=4490#c8123 ---------------------------------------------------------------------- I too a virtual machine and gave them a try : CSWap2svn - dependencie error should depen on apache2 : ## Executing postinstall script. Can't open /opt/csw/apache2/etc/httpd.conf: No such file or directory. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable deinstalled and installed apache2 off testing, retried install of ap2svn: ## Executing postinstall script. apxs:Error: /opt/csw/apache2/sbin/httpd not found or not executable. apache2 pkg did not hardlink httpd.prefork to httpd Took a peek at : ll /opt/csw/apache2/lib/apr-util-1/ total 153 drwxr-xr-x 2 root bin 10 Jul 19 16:11 . drwxr-xr-x 4 root bin 17 Jul 19 16:11 .. -rwxr-xr-x 1 root bin 17144 May 16 17:48 apr_dbd_sqlite3-1.so -rw-r--r-- 1 root bin 13680 May 16 17:48 apr_dbd_sqlite3.a -rwxr-xr-x 1 root bin 1019 May 16 17:48 apr_dbd_sqlite3.la lrwxrwxrwx 1 root root 20 Jul 19 16:08 apr_dbd_sqlite3.so -> apr_dbd_sqlite3-1.so -rwxr-xr-x 1 root bin 18572 May 16 17:48 apr_ldap-1.so -rw-r--r-- 1 root bin 18068 May 16 17:48 apr_ldap.a -rwxr-xr-x 1 root bin 1128 May 16 17:48 apr_ldap.la lrwxrwxrwx 1 root root 13 Jul 19 16:08 apr_ldap.so -> apr_ldap-1.so bdb bindings missing -> subversion will not work - but tried it anyway : cadaver http://gast-1519/uploads Authentication required for DAV-upload on server `gast-1519': Username: admin Password: Could not access /uploads/ (not WebDAV-enabled?): Could not read status line: connection was closed by server Connection to `gast-1519' closed. results in : tail error_log .... [Mon Jul 19 16:23:23 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8n SVN/1.6.12 DAV/2 configured -- resuming normal operations [Mon Jul 19 16:23:27 2010] [notice] child pid 12232 exit signal Segmentation fault (11) [Mon Jul 19 16:23:27 2010] [notice] child pid 12231 exit signal Segmentation fault (11) And yes I honored the default config : ll -d /opt/csw/apache2/var/DavLock drwxr-xr-x 2 daemon daemon 2 Jul 19 16:31 /opt/csw/apache2/var/DavLock ll -d /opt/csw/apache2/uploads drwxrwxrwx 2 daemon daemon 2 Jul 19 16:18 /opt/csw/apache2/uploads ll -d /opt/csw/apache2/user.passwd -rw-r--r-- 1 root root 20 Jul 19 16:18 /opt/csw/apache2/user.passwd truss shows : 12261: open("/opt/csw/apache2/user.passwd", O_RDONLY|O_LARGEFILE) = 13 12261: fcntl(13, F_GETFD, 0x000001B6) = 0 12261: fcntl(13, F_SETFD, 0x00000001) = 0 12261: fstat64(13, 0x08045760) = 0 12261: read(13, " a d m i n : 5 C B t E z".., 4096) = 20 12261: close(13) = 0 12261: brk(0x081E5D20) = 0 12261: brk(0x081E7D20) = 0 12261: stat64("/opt/csw/apache2/lib/apr_dbm_db-1.so", 0x08046680) Err#2 ENOENT 12261: stat64("/opt/csw/apache2/lib/apr-util-1/apr_dbm_db-1.so", 0x08046680) Err#2 ENOENT 12261: stat64("/opt/csw/apache2/lib/apr-util-1/apr_dbm_db-1.so", 0x08046680) Err#2 ENOENT 12261: Incurred fault https://www.opencsw.org/mantis/view.php?id=6, FLTBOUNDS %pc = 0xFEF6D480 12261: siginfo: SIGSEGV SEGV_MAPERR addr=0x0000000C 12261: Received signal https://www.opencsw.org/mantis/view.php?id=11, SIGSEGV [caught] 12261: siginfo: SIGSEGV SEGV_MAPERR addr=0x0000000C 12261: lwp_sigmask(SIG_SETMASK, 0x00000400, 0x00000000) = 0xFFBFFEFF [0x0000FFFF] 12261: chdir("/opt/csw/apache2") = 0 12261: sigaction(SIGSEGV, 0x08047110, 0x08047180) = 0 From noreply at opencsw.org Tue Jul 20 00:01:40 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 20 Jul 2010 00:01:40 +0200 Subject: [bug-notifications] [cswutils 0003461]: checkpkg incorrectly warns for V8+ binaries In-Reply-To: <1be9bc426a5b1cdfd810ca8896f8a787> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3461 ====================================================================== Reported By: hson Assigned To: maciej ====================================================================== Project: cswutils Issue ID: 3461 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-08 02:55 CET Last Modified: 2010-07-20 00:01 CEST ====================================================================== Summary: checkpkg incorrectly warns for V8+ binaries Description: When packaging libnids, checkpkg reports: WARNING: found binaries in normal bin dir that are V8+ libnids doesn't have any binaries in /opt/csw/bin so this message is incorrectly ====================================================================== ---------------------------------------------------------------------- (0008056) hson (developer) - 2010-06-24 19:44 https://www.opencsw.org/mantis/view.php?id=3461#c8056 ---------------------------------------------------------------------- Haven't seen it since I started using GAR, but I'll check From noreply at opencsw.org Tue Jul 20 00:02:08 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 20 Jul 2010 00:02:08 +0200 Subject: [bug-notifications] [cswutils 0003461]: checkpkg incorrectly warns for V8+ binaries In-Reply-To: <1be9bc426a5b1cdfd810ca8896f8a787> Message-ID: <782289d9157382dd4ce9e56b0eb2615d@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3461 ====================================================================== Reported By: hson Assigned To: maciej ====================================================================== Project: cswutils Issue ID: 3461 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-08 02:55 CET Last Modified: 2010-07-20 00:02 CEST ====================================================================== Summary: checkpkg incorrectly warns for V8+ binaries Description: When packaging libnids, checkpkg reports: WARNING: found binaries in normal bin dir that are V8+ libnids doesn't have any binaries in /opt/csw/bin so this message is incorrectly ====================================================================== ---------------------------------------------------------------------- (0008124) maciej (developer) - 2010-07-20 00:02 https://www.opencsw.org/mantis/view.php?id=3461#c8124 ---------------------------------------------------------------------- I believe this is fixed, can you check? From noreply at opencsw.org Tue Jul 20 00:13:29 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 20 Jul 2010 00:13:29 +0200 Subject: [bug-notifications] [cswutils 0003944]: checkpkg needs to check for wrong-arch libs In-Reply-To: <2ada85ec1ecca2ee89886d9e9cd94a4d> Message-ID: <1a2c8609d8e8de6571f95f314af9f14b@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3944 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: cswutils Issue ID: 3944 Category: other Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-10-06 20:37 CEST Last Modified: 2010-07-20 00:13 CEST ====================================================================== Summary: checkpkg needs to check for wrong-arch libs Description: I just noticed sparcv9 libs in an i386 package of neon (https://www.opencsw.org/mantis/view.php?id=3943). Could checkpkg please be enhanced to also check for such wrong-arch libs in a package. # pkgchk -v CSWneon /opt/csw/lib/libneon.so /opt/csw/lib/libneon.so.26 /opt/csw/lib/libneon.so.26.0.4 /opt/csw/lib/libneon.so.27 /opt/csw/lib/libneon.so.27.2.0 /opt/csw/lib/sparcv9/libneon.so /opt/csw/lib/sparcv9/libneon.so.26 /opt/csw/lib/sparcv9/libneon.so.26.0.4 /opt/csw/lib/sparcv9/libneon.so.27 /opt/csw/lib/sparcv9/libneon.so.27.2.0 /opt/csw/share/doc/neon /opt/csw/share/doc/neon/license /opt/csw/share/locale/cs/LC_MESSAGES/neon.mo /opt/csw/share/locale/de/LC_MESSAGES/neon.mo /opt/csw/share/locale/fr/LC_MESSAGES/neon.mo /opt/csw/share/locale/ja/LC_MESSAGES/neon.mo /opt/csw/share/locale/nn/LC_MESSAGES/neon.mo /opt/csw/share/locale/pl/LC_MESSAGES/neon.mo /opt/csw/share/locale/ru/LC_MESSAGES/neon.mo /opt/csw/share/locale/tr/LC_MESSAGES/neon.mo /opt/csw/share/locale/zh_CN/LC_MESSAGES /opt/csw/share/locale/zh_CN/LC_MESSAGES/neon.mo # file /opt/csw/lib/sparcv9/libneon.so* /opt/csw/lib/sparcv9/libneon.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.26: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.26.0.4: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.27: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.27.2.0: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped ====================================================================== ---------------------------------------------------------------------- (0008027) bwalton (manager) - 2010-06-15 02:36 https://www.opencsw.org/mantis/view.php?id=3944#c8027 ---------------------------------------------------------------------- Is this still happening? From noreply at opencsw.org Tue Jul 20 00:14:06 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 20 Jul 2010 00:14:06 +0200 Subject: [bug-notifications] [cswutils 0003944]: checkpkg needs to check for wrong-arch libs In-Reply-To: <2ada85ec1ecca2ee89886d9e9cd94a4d> Message-ID: <4c8f698876f246069942a1cbe0380d64@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3944 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: cswutils Issue ID: 3944 Category: other Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-10-06 20:37 CEST Last Modified: 2010-07-20 00:14 CEST ====================================================================== Summary: checkpkg needs to check for wrong-arch libs Description: I just noticed sparcv9 libs in an i386 package of neon (https://www.opencsw.org/mantis/view.php?id=3943). Could checkpkg please be enhanced to also check for such wrong-arch libs in a package. # pkgchk -v CSWneon /opt/csw/lib/libneon.so /opt/csw/lib/libneon.so.26 /opt/csw/lib/libneon.so.26.0.4 /opt/csw/lib/libneon.so.27 /opt/csw/lib/libneon.so.27.2.0 /opt/csw/lib/sparcv9/libneon.so /opt/csw/lib/sparcv9/libneon.so.26 /opt/csw/lib/sparcv9/libneon.so.26.0.4 /opt/csw/lib/sparcv9/libneon.so.27 /opt/csw/lib/sparcv9/libneon.so.27.2.0 /opt/csw/share/doc/neon /opt/csw/share/doc/neon/license /opt/csw/share/locale/cs/LC_MESSAGES/neon.mo /opt/csw/share/locale/de/LC_MESSAGES/neon.mo /opt/csw/share/locale/fr/LC_MESSAGES/neon.mo /opt/csw/share/locale/ja/LC_MESSAGES/neon.mo /opt/csw/share/locale/nn/LC_MESSAGES/neon.mo /opt/csw/share/locale/pl/LC_MESSAGES/neon.mo /opt/csw/share/locale/ru/LC_MESSAGES/neon.mo /opt/csw/share/locale/tr/LC_MESSAGES/neon.mo /opt/csw/share/locale/zh_CN/LC_MESSAGES /opt/csw/share/locale/zh_CN/LC_MESSAGES/neon.mo # file /opt/csw/lib/sparcv9/libneon.so* /opt/csw/lib/sparcv9/libneon.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.26: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.26.0.4: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.27: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.27.2.0: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped ====================================================================== ---------------------------------------------------------------------- (0008125) maciej (developer) - 2010-07-20 00:14 https://www.opencsw.org/mantis/view.php?id=3944#c8125 ---------------------------------------------------------------------- Yes, it's still happening, I've just verified. Thanks for reporting this. From noreply at opencsw.org Tue Jul 20 13:25:43 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 20 Jul 2010 13:25:43 +0200 Subject: [bug-notifications] [cswutils 0003944]: checkpkg needs to check for wrong-arch libs In-Reply-To: <2ada85ec1ecca2ee89886d9e9cd94a4d> Message-ID: <064bd53e1eec5baee76882051776d3a9@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3944 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: cswutils Issue ID: 3944 Category: other Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-10-06 20:37 CEST Last Modified: 2010-07-20 13:25 CEST ====================================================================== Summary: checkpkg needs to check for wrong-arch libs Description: I just noticed sparcv9 libs in an i386 package of neon (https://www.opencsw.org/mantis/view.php?id=3943). Could checkpkg please be enhanced to also check for such wrong-arch libs in a package. # pkgchk -v CSWneon /opt/csw/lib/libneon.so /opt/csw/lib/libneon.so.26 /opt/csw/lib/libneon.so.26.0.4 /opt/csw/lib/libneon.so.27 /opt/csw/lib/libneon.so.27.2.0 /opt/csw/lib/sparcv9/libneon.so /opt/csw/lib/sparcv9/libneon.so.26 /opt/csw/lib/sparcv9/libneon.so.26.0.4 /opt/csw/lib/sparcv9/libneon.so.27 /opt/csw/lib/sparcv9/libneon.so.27.2.0 /opt/csw/share/doc/neon /opt/csw/share/doc/neon/license /opt/csw/share/locale/cs/LC_MESSAGES/neon.mo /opt/csw/share/locale/de/LC_MESSAGES/neon.mo /opt/csw/share/locale/fr/LC_MESSAGES/neon.mo /opt/csw/share/locale/ja/LC_MESSAGES/neon.mo /opt/csw/share/locale/nn/LC_MESSAGES/neon.mo /opt/csw/share/locale/pl/LC_MESSAGES/neon.mo /opt/csw/share/locale/ru/LC_MESSAGES/neon.mo /opt/csw/share/locale/tr/LC_MESSAGES/neon.mo /opt/csw/share/locale/zh_CN/LC_MESSAGES /opt/csw/share/locale/zh_CN/LC_MESSAGES/neon.mo # file /opt/csw/lib/sparcv9/libneon.so* /opt/csw/lib/sparcv9/libneon.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.26: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.26.0.4: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.27: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped /opt/csw/lib/sparcv9/libneon.so.27.2.0: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped ====================================================================== ---------------------------------------------------------------------- (0008126) maciej (developer) - 2010-07-20 13:25 https://www.opencsw.org/mantis/view.php?id=3944#c8126 ---------------------------------------------------------------------- Done, here's an example run: maciej at current9s :~/src/opencsw/gar/checkpkg-profiling > bin/checkpkg /home/maciej/neon-0.29.0,REV\=2009.09.14-SunOS5.8-i386-CSW.pkg.gz INFO:root:Juicing the srv4 package stream files... 100% |#################################################################################################################################################################################################| INFO:root:Unwrapping candies... 100% |#################################################################################################################################################################################################| INFO:root:Tasting candies one by one... 100% |#################################################################################################################################################################################################| INFO:root:Tasting them all at once... INFO:root:Stuffing the candies under the pillow... 100% |#################################################################################################################################################################################################| CSWneon: Applying the overrides and analyzing the results. If any of the reported errors were false positives, you can override them pasting the lines below to the GAR recipe. CHECKPKG_OVERRIDES_CSWneon += bad-rpath-entry|/opt/csw/lib/|opt/csw/lib/libneon.so.26.0.4 CHECKPKG_OVERRIDES_CSWneon += bad-rpath-entry|/opt/csw/lib/|opt/csw/lib/libneon.so.27.2.0 CHECKPKG_OVERRIDES_CSWneon += binary-wrong-architecture|file=opt/csw/lib/sparcv9/libneon.so.27.2.0|pkginfo-says=i386|actual-binary=sparc CHECKPKG_OVERRIDES_CSWneon += binary-wrong-architecture|file=opt/csw/lib/sparcv9/libneon.so.26.0.4|pkginfo-says=i386|actual-binary=sparc Please note that checkpkg isn't suggesting you should simply add these overrides do the Makefile. It only informs what the overrides could look like. You need to understand what are the reported issues about and use your best judgement to decide whether to fix the underlying problems or override them. For more information, scroll up and read the detailed messages. ERROR: Modular checks are reporting errors. To run checkpkg in the debug mode, add the '-d' flag, for example: After you modify any overrides, you need to do gmake remerge repackage or gmake platforms-remerge platforms-repackage. From noreply at opencsw.org Tue Jul 20 15:45:20 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 20 Jul 2010 15:45:20 +0200 Subject: [bug-notifications] [openssh 0004494]: sshd shows wrong "last login" date/time Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4494 ====================================================================== Reported By: helmped Assigned To: ====================================================================== Project: openssh Issue ID: 4494 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-20 15:45 CEST Last Modified: 2010-07-20 15:45 CEST ====================================================================== Summary: sshd shows wrong "last login" date/time Description: Login in on any host (SPARC/x86, latest CSWossh installed) via ssh shows not the last session login date/time. Instead the actual login date/time is displayed. Using SUNs sshd the login date/time information is correct. Regards Helmut ====================================================================== From noreply at opencsw.org Thu Jul 22 11:23:14 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 11:23:14 +0200 Subject: [bug-notifications] [asciidoc 0004495]: Please upgrade to 8.5.3 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4495 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: asciidoc Issue ID: 4495 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-22 11:23 CEST Last Modified: 2010-07-22 11:23 CEST ====================================================================== Summary: Please upgrade to 8.5.3 Description: Please upgrade to 8.5.3 ====================================================================== From noreply at opencsw.org Thu Jul 22 11:42:11 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 11:42:11 +0200 Subject: [bug-notifications] [namebench 0004496]: Please upgrade to 1.3.1 Message-ID: <20f1359c88948825a9aa4bfd4eb116fb@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4496 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: namebench Issue ID: 4496 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-22 11:42 CEST Last Modified: 2010-07-22 11:42 CEST ====================================================================== Summary: Please upgrade to 1.3.1 Description: Please upgrade to 1.3.1 as released by SFW ====================================================================== From noreply at opencsw.org Thu Jul 22 13:30:18 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 13:30:18 +0200 Subject: [bug-notifications] [gm4 0004463]: Please provide /opt/csw/gnu links In-Reply-To: <31c014e644de27f5a614272e9e548acc> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4463 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gm4 Issue ID: 4463 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-17 03:21 CEST Last Modified: 2010-07-22 13:30 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008127) dam (administrator) - 2010-07-22 13:30 https://www.opencsw.org/mantis/view.php?id=4463#c8127 ---------------------------------------------------------------------- Version 1.4.14,REV=2010.07.07 released to current/. From noreply at opencsw.org Thu Jul 22 13:31:04 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 13:31:04 +0200 Subject: [bug-notifications] [gpatch 0004462]: Please provide /opt/csw/gnu links In-Reply-To: Message-ID: <931dd19d565fb8bcd91b5f65a32d70ed@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4462 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gpatch Issue ID: 4462 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-17 03:20 CEST Last Modified: 2010-07-22 13:31 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008128) dam (administrator) - 2010-07-22 13:31 https://www.opencsw.org/mantis/view.php?id=4462#c8128 ---------------------------------------------------------------------- Version 2.6.1,REV=2010.07.07 released to current/. From noreply at opencsw.org Thu Jul 22 20:14:56 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 20:14:56 +0200 Subject: [bug-notifications] [namebench 0004496]: Please upgrade to 1.3.1 In-Reply-To: <626a94d24fe077938f4c9c045b028008> Message-ID: <526d87f2f1212a1fc3e83bac16b66639@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4496 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: namebench Issue ID: 4496 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-07-22 11:42 CEST Last Modified: 2010-07-22 20:14 CEST ====================================================================== Summary: Please upgrade to 1.3.1 Description: Please upgrade to 1.3.1 as released by SFW ====================================================================== From noreply at opencsw.org Thu Jul 22 21:41:19 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 21:41:19 +0200 Subject: [bug-notifications] [ruby 0004399]: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 In-Reply-To: Message-ID: <5faa6f8441bf4e06432464f4b656da8e@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4399 ====================================================================== Reported By: nutznboltz Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 4399 Category: regular use Reproducibility: sometimes Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-04-16 18:09 CEST Last Modified: 2010-07-22 21:41 CEST ====================================================================== Summary: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 Description: A known bug exists in Ruby that causes it crash with segmentation faults (SIGSEGV, signal 11, etc.) when it allocates objects frequently. This is causing the Ops Code Chef client to crash on our Solaris 10 systems. A upstream fix was released. Could someone rebuild the OpenCSW Ruby from the latest 1.8.7 sources? ====================================================================== ---------------------------------------------------------------------- (0008129) nutznboltz (reporter) - 2010-07-22 21:41 https://www.opencsw.org/mantis/view.php?id=4399#c8129 ---------------------------------------------------------------------- $ ruby --version ruby 1.8.7 (2010-06-23 patchlevel 299) [i386-solaris2.9] $ ruby -r rbconfig -e 'puts Config::CONFIG["configure_args"]' '--prefix=/opt/csw' '--exec_prefix=/opt/csw' '--bindir=/opt/csw/bin' '--sbindir=/opt/csw/sbin' '--libexecdir=/opt/csw/libexec' '--datadir=/opt/csw/share' '--sysconfdir=/opt/csw/etc' '--sharedstatedir=/opt/csw/share' '--localstatedir=/opt/csw/var' '--libdir=/opt/csw/lib' '--infodir=/opt/csw/share/info' '--includedir=/opt/csw/include' '--mandir=/opt/csw/share/man' '--enable-pthread' '--enable-shared' '--with-tcl-dir=/opt/csw' '--with-tk-dir=/opt/csw' '--with-dbm-dir=/opt/csw/bdb48' '--with-gdbm-dir=/opt/csw' '--with-iconv-dir=/opt/csw' '--with-openssl-dir=/opt/csw' '--with-readline-dir=/opt/csw' '--with-zlib-dir=/opt/csw' '--enable-install-doc' 'CC=/opt/studio/SOS12/SUNWspro/bin/cc' 'CFLAGS=-xO3 -m32 -xarch=386 -xnorunpath' 'LDFLAGS=-L/opt/csw/lib' 'CPPFLAGS=-I/opt/csw/include' From noreply at opencsw.org Thu Jul 22 22:21:04 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 22 Jul 2010 22:21:04 +0200 Subject: [bug-notifications] [ruby 0004399]: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 In-Reply-To: Message-ID: <5cb49457fc5590a5ad2d9e9ffed42a8b@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4399 ====================================================================== Reported By: nutznboltz Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 4399 Category: regular use Reproducibility: sometimes Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-04-16 18:09 CEST Last Modified: 2010-07-22 22:21 CEST ====================================================================== Summary: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 Description: A known bug exists in Ruby that causes it crash with segmentation faults (SIGSEGV, signal 11, etc.) when it allocates objects frequently. This is causing the Ops Code Chef client to crash on our Solaris 10 systems. A upstream fix was released. Could someone rebuild the OpenCSW Ruby from the latest 1.8.7 sources? ====================================================================== ---------------------------------------------------------------------- (0008130) nutznboltz (reporter) - 2010-07-22 22:21 https://www.opencsw.org/mantis/view.php?id=4399#c8130 ---------------------------------------------------------------------- I have installed the ruby and rubydev packages and Chef and Puppet are running to completion without errors. They are run every 30 minutes from cron. I'll let you know how they are again tomorrow. From noreply at opencsw.org Fri Jul 23 01:54:06 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 23 Jul 2010 01:54:06 +0200 Subject: [bug-notifications] [logwatch 0004489]: crontab entry wrong In-Reply-To: <66a309eb5bca9e7be8170554e587dee0> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4489 ====================================================================== Reported By: schwindt Assigned To: bwalton ====================================================================== Project: logwatch Issue ID: 4489 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-12 11:28 CEST Last Modified: 2010-07-23 01:54 CEST ====================================================================== Summary: crontab entry wrong Description: crontab contains /opt/csw/sbin/logwatch whereas : tcsh at serv-2100 [~] which logwatch /opt/csw/bin/logwatch ====================================================================== ---------------------------------------------------------------------- (0008131) bwalton (manager) - 2010-07-23 01:54 https://www.opencsw.org/mantis/view.php?id=4489#c8131 ---------------------------------------------------------------------- No feedback, but fix was trivial, so package released. From noreply at opencsw.org Fri Jul 23 02:50:48 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 23 Jul 2010 02:50:48 +0200 Subject: [bug-notifications] [asciidoc 0004495]: Please upgrade to 8.5.3 In-Reply-To: <9032279aa39bd23d6fd062b91322d837> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4495 ====================================================================== Reported By: dam Assigned To: bwalton ====================================================================== Project: asciidoc Issue ID: 4495 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-07-22 11:23 CEST Last Modified: 2010-07-23 02:50 CEST ====================================================================== Summary: Please upgrade to 8.5.3 Description: Please upgrade to 8.5.3 ====================================================================== ---------------------------------------------------------------------- (0008132) bwalton (manager) - 2010-07-23 02:50 https://www.opencsw.org/mantis/view.php?id=4495#c8132 ---------------------------------------------------------------------- Update in my experimental catalog. From noreply at opencsw.org Sat Jul 24 00:42:34 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 24 Jul 2010 00:42:34 +0200 Subject: [bug-notifications] [gcc4corert 0004497]: symlinks "32" and "64" are not created from within gcc4corert package Message-ID: <87fbafbd115caaf627098aeb85569c95@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4497 ====================================================================== Reported By: wilbury Assigned To: ====================================================================== Project: gcc4corert Issue ID: 4497 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-24 00:42 CEST Last Modified: 2010-07-24 00:42 CEST ====================================================================== Summary: symlinks "32" and "64" are not created from within gcc4corert package Description: There are missing symlinks in gcc4corert package, in /opt/csw/gcc4/lib. ld.so expects 64-bit libraries in /opt/csw/gcc4/lib while gcc4corert package only create "amd64" directory without "32" and "64" symlinks, which are created only by much bigger "gcc4core" package. ====================================================================== From noreply at opencsw.org Sat Jul 24 00:43:24 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 24 Jul 2010 00:43:24 +0200 Subject: [bug-notifications] [gcc4corert 0004497]: symlinks "32" and "64" are not created from within gcc4corert package In-Reply-To: Message-ID: <256ca52ef441ee43a721d35f948bf7f9@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4497 ====================================================================== Reported By: wilbury Assigned To: ====================================================================== Project: gcc4corert Issue ID: 4497 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-24 00:42 CEST Last Modified: 2010-07-24 00:43 CEST ====================================================================== Summary: symlinks "32" and "64" are not created from within gcc4corert package Description: There are missing symlinks in gcc4corert package, in /opt/csw/gcc4/lib. ld.so expects 64-bit libraries in /opt/csw/gcc4/lib while gcc4corert package only create "amd64" directory without "32" and "64" symlinks, which are created only by much bigger "gcc4core" package. ====================================================================== ---------------------------------------------------------------------- (0008133) wilbury (reporter) - 2010-07-24 00:43 https://www.opencsw.org/mantis/view.php?id=4497#c8133 ---------------------------------------------------------------------- "Proper" way would be to create "32 -> ." and "64 -> amd64" symlinks, asi in gcc4core package. From noreply at opencsw.org Mon Jul 26 10:11:59 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 10:11:59 +0200 Subject: [bug-notifications] [namebench 0004496]: Please upgrade to 1.3.1 In-Reply-To: <626a94d24fe077938f4c9c045b028008> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4496 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: namebench Issue ID: 4496 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-22 11:42 CEST Last Modified: 2010-07-26 10:11 CEST ====================================================================== Summary: Please upgrade to 1.3.1 Description: Please upgrade to 1.3.1 as released by SFW ====================================================================== ---------------------------------------------------------------------- (0008134) bonivart (manager) - 2010-07-26 10:11 https://www.opencsw.org/mantis/view.php?id=4496#c8134 ---------------------------------------------------------------------- 1.3.1 released to current. From noreply at opencsw.org Mon Jul 26 11:59:41 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 11:59:41 +0200 Subject: [bug-notifications] [tkcvs 0004321]: Please upgrade to 8.2.1 In-Reply-To: <8168700bc1ec2fa2579d0f812740e9d9> Message-ID: <045020dcf73094035acb6513fe1b7cf6@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4321 ====================================================================== Reported By: dam Assigned To: opk ====================================================================== Project: tkcvs Issue ID: 4321 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-03-04 22:07 CET Last Modified: 2010-07-26 11:59 CEST ====================================================================== Summary: Please upgrade to 8.2.1 Description: Please upgrade to 8.2.1 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004104 Please upgrade to 8.2 ====================================================================== ---------------------------------------------------------------------- (0007861) opk (manager) - 2010-04-15 20:43 https://www.opencsw.org/mantis/view.php?id=4321#c7861 ---------------------------------------------------------------------- package updated From noreply at opencsw.org Mon Jul 26 12:16:59 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:16:59 +0200 Subject: [bug-notifications] [libsigsegv 0001700]: Not Sun4m compatible In-Reply-To: <47c2b739370581b39ea8be39c8539955> Message-ID: <9c3572bac961159979bbb8f837903b6d@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=1700 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: libsigsegv Issue ID: 1700 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-08-01 05:22 CEST Last Modified: 2010-07-26 12:16 CEST ====================================================================== Summary: Not Sun4m compatible Description: Not Sun4m compatible. /opt/csw/lib/libsigsegv.so.0.0.0: ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped Remember Sun cc needs -xarch=v8 or -xarch=386 to keep arch generic. (Also watch for unnecassary bloat, note flags: -xnolibmil -xnolibmopt) ====================================================================== ---------------------------------------------------------------------- (0004229) james (developer) - 2006-12-17 15:46 https://www.opencsw.org/mantis/view.php?id=1700#c4229 ---------------------------------------------------------------------- Package in newpkgs passes but need REV= date. Still waiting for release... From noreply at opencsw.org Mon Jul 26 12:17:39 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:17:39 +0200 Subject: [bug-notifications] [libsigsegv 0001700]: Not Sun4m compatible In-Reply-To: <47c2b739370581b39ea8be39c8539955> Message-ID: <347827a72284780901d91cf2a12e0b6b@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=1700 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: libsigsegv Issue ID: 1700 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-08-01 05:22 CEST Last Modified: 2010-07-26 12:17 CEST ====================================================================== Summary: Not Sun4m compatible Description: Not Sun4m compatible. /opt/csw/lib/libsigsegv.so.0.0.0: ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped Remember Sun cc needs -xarch=v8 or -xarch=386 to keep arch generic. (Also watch for unnecassary bloat, note flags: -xnolibmil -xnolibmopt) ====================================================================== ---------------------------------------------------------------------- (0008135) dam (administrator) - 2010-07-26 12:17 https://www.opencsw.org/mantis/view.php?id=1700#c8135 ---------------------------------------------------------------------- Fixed in 2.8,REV=2010.07.23 and released to current/. From noreply at opencsw.org Mon Jul 26 12:17:53 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:17:53 +0200 Subject: [bug-notifications] [libsigsegv 0003919]: Please upgrade to 2.7 In-Reply-To: <6574109d76894aef365127077e679ded> Message-ID: <080c997a96a8b95270965f9529db3d0f@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3919 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libsigsegv Issue ID: 3919 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-09-25 09:21 CEST Last Modified: 2010-07-26 12:17 CEST ====================================================================== Summary: Please upgrade to 2.7 Description: Please upgrade to 2.7 ====================================================================== From noreply at opencsw.org Mon Jul 26 12:18:08 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:18:08 +0200 Subject: [bug-notifications] [libsigsegv 0003919]: Please upgrade to 2.7 In-Reply-To: <6574109d76894aef365127077e679ded> Message-ID: <267e55dfe0a387716a74ab6e41e8bbdd@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3919 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libsigsegv Issue ID: 3919 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-09-25 09:21 CEST Last Modified: 2010-07-26 12:18 CEST ====================================================================== Summary: Please upgrade to 2.7 Description: Please upgrade to 2.7 ====================================================================== ---------------------------------------------------------------------- (0008136) dam (administrator) - 2010-07-26 12:18 https://www.opencsw.org/mantis/view.php?id=3919#c8136 ---------------------------------------------------------------------- Fixed with 2.8,REV=2010.07.23 and released to current/. From noreply at opencsw.org Mon Jul 26 12:18:21 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:18:21 +0200 Subject: [bug-notifications] [libsigsegv 0004196]: Please upgrade to 2.8 In-Reply-To: <6f688a1b85dffc18ac684d4fc6e40e76> Message-ID: <078085d7feacc24f2e5ce60dd02f6e24@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4196 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libsigsegv Issue ID: 4196 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-28 15:25 CET Last Modified: 2010-07-26 12:18 CEST ====================================================================== Summary: Please upgrade to 2.8 Description: Please upgrade to 2.8 ====================================================================== From noreply at opencsw.org Mon Jul 26 12:18:30 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:18:30 +0200 Subject: [bug-notifications] [libsigsegv 0004196]: Please upgrade to 2.8 In-Reply-To: <6f688a1b85dffc18ac684d4fc6e40e76> Message-ID: <08141d1f9dda7d9b98938ce7c0463775@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4196 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libsigsegv Issue ID: 4196 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-28 15:25 CET Last Modified: 2010-07-26 12:18 CEST ====================================================================== Summary: Please upgrade to 2.8 Description: Please upgrade to 2.8 ====================================================================== ---------------------------------------------------------------------- (0008137) dam (administrator) - 2010-07-26 12:18 https://www.opencsw.org/mantis/view.php?id=4196#c8137 ---------------------------------------------------------------------- Fixed with 2.8,REV=2010.07.23 and released to current/. From noreply at opencsw.org Mon Jul 26 12:18:54 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:18:54 +0200 Subject: [bug-notifications] [pm_gd 0004404]: Please recompile against libjpeg.so.7 In-Reply-To: <4e8d4725f16173b2cd3f2264235119f1> Message-ID: <896f117e63a9f362a81a3d3c98adccc7@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4404 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: pm_gd Issue ID: 4404 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-04-20 17:52 CEST Last Modified: 2010-07-26 12:18 CEST ====================================================================== Summary: Please recompile against libjpeg.so.7 Description: I get errors on GD of the form gd-jpeg: JPEG library reports unrecoverable error: Wrong JPEG library version: library is 62, caller expects 70 gd-jpeg: JPEG library reports unrecoverable error: Wrong JPEG library version: library is 62, caller expects 70 ====================================================================== From noreply at opencsw.org Mon Jul 26 12:19:29 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:19:29 +0200 Subject: [bug-notifications] [pm_gd 0004404]: Please recompile against libjpeg.so.7 In-Reply-To: <4e8d4725f16173b2cd3f2264235119f1> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4404 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: pm_gd Issue ID: 4404 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-04-20 17:52 CEST Last Modified: 2010-07-26 12:19 CEST ====================================================================== Summary: Please recompile against libjpeg.so.7 Description: I get errors on GD of the form gd-jpeg: JPEG library reports unrecoverable error: Wrong JPEG library version: library is 62, caller expects 70 gd-jpeg: JPEG library reports unrecoverable error: Wrong JPEG library version: library is 62, caller expects 70 ====================================================================== ---------------------------------------------------------------------- (0008138) dam (administrator) - 2010-07-26 12:19 https://www.opencsw.org/mantis/view.php?id=4404#c8138 ---------------------------------------------------------------------- Fixed in 2.45,REV=2010.07.23 and released to current/. From noreply at opencsw.org Mon Jul 26 12:20:10 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:20:10 +0200 Subject: [bug-notifications] [pm_gd 0003737]: GARNAME is invalid In-Reply-To: <52cb423e7d65ccc7477e0612ae2dacd0> Message-ID: <4da6bebd7111697deac507e2ca66bbd7@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3737 ====================================================================== Reported By: wbonnet Assigned To: dam ====================================================================== Project: pm_gd Issue ID: 3737 Category: other Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-06-28 22:01 CEST Last Modified: 2010-07-26 12:20 CEST ====================================================================== Summary: GARNAME is invalid Description: GARNAME of this packageis GD, it should be pm_GD. This name conflits with GD (the lib not the perl wrapper containted in this package) ====================================================================== ---------------------------------------------------------------------- (0006725) dam (administrator) - 2009-09-19 13:42 https://www.opencsw.org/mantis/view.php?id=3737#c6725 ---------------------------------------------------------------------- Maybe it is better to use the catalogname as it really has the necessity to be unique? From noreply at opencsw.org Mon Jul 26 12:23:27 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:23:27 +0200 Subject: [bug-notifications] [openldap_rt 0003028]: Please include amd64 support In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3028 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: openldap_rt Issue ID: 3028 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-21 05:43 CET Last Modified: 2010-07-26 12:23 CEST ====================================================================== Summary: Please include amd64 support Description: Required to build amd64 libraries or curl ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- parent of 0004274 Compile against OpenLDAP libs amd64 ====================================================================== ---------------------------------------------------------------------- (0008042) rupert (manager) - 2010-06-20 11:03 https://www.opencsw.org/mantis/view.php?id=3028#c8042 ---------------------------------------------------------------------- this is true with the new version as well? From noreply at opencsw.org Mon Jul 26 12:24:09 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:24:09 +0200 Subject: [bug-notifications] [openldap_rt 0003028]: Please include amd64 support In-Reply-To: Message-ID: <7ae11489b8ab7292c83e160ea430c508@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3028 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: openldap_rt Issue ID: 3028 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-21 05:43 CET Last Modified: 2010-07-26 12:24 CEST ====================================================================== Summary: Please include amd64 support Description: Required to build amd64 libraries or curl ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- parent of 0004274 Compile against OpenLDAP libs amd64 ====================================================================== ---------------------------------------------------------------------- (0008139) dam (administrator) - 2010-07-26 12:24 https://www.opencsw.org/mantis/view.php?id=3028#c8139 ---------------------------------------------------------------------- This is fixed in 2.4.22,REV=2010.06.08 and released to current/. From noreply at opencsw.org Mon Jul 26 12:25:03 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:25:03 +0200 Subject: [bug-notifications] [curl_rt 0004274]: Compile against OpenLDAP libs amd64 In-Reply-To: Message-ID: <1ee945f9aeac5ca39947ea247e6b0dc1@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4274 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: curl_rt Issue ID: 4274 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-02-15 10:40 CET Last Modified: 2010-07-26 12:25 CEST ====================================================================== Summary: Compile against OpenLDAP libs amd64 Description: Compile against OpenLDAP libs amd64 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- child of 0003028 Please include amd64 support ====================================================================== From noreply at opencsw.org Mon Jul 26 12:25:30 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 12:25:30 +0200 Subject: [bug-notifications] [curl 0004277]: Please compile against latest libssh2 In-Reply-To: Message-ID: <724a7a1545ff05e5564d5abcd9ad9c88@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4277 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: curl Issue ID: 4277 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-02-15 15:45 CET Last Modified: 2010-07-26 12:25 CEST ====================================================================== Summary: Please compile against latest libssh2 Description: Please compile against latest libssh2 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- parent of 0003972 Please upgrade to 1.2.1 ====================================================================== ---------------------------------------------------------------------- (0007520) dam (administrator) - 2010-02-24 23:17 https://www.opencsw.org/mantis/view.php?id=4277#c7520 ---------------------------------------------------------------------- This should be done using alternatives to also allow minimal dependencies. From noreply at opencsw.org Mon Jul 26 23:47:24 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 26 Jul 2010 23:47:24 +0200 Subject: [bug-notifications] [cups 0004415]: Please upgrade to 1.4.3 In-Reply-To: Message-ID: <574f5bf7dd4090eec05617df7b473f4f@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4415 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: cups Issue ID: 4415 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-05-11 11:47 CEST Last Modified: 2010-07-26 23:47 CEST ====================================================================== Summary: Please upgrade to 1.4.3 Description: Please upgrade to 1.4.3 ====================================================================== ---------------------------------------------------------------------- (0008140) maciej (manager) - 2010-07-26 23:47 https://www.opencsw.org/mantis/view.php?id=4415#c8140 ---------------------------------------------------------------------- 1.4.3 has been released. From noreply at opencsw.org Tue Jul 27 03:05:33 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 27 Jul 2010 03:05:33 +0200 Subject: [bug-notifications] [gconf2 0004498]: use of /etc/gconf in configs? Message-ID: <12987d90d4c51363a05a03568b3d9666@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4498 ====================================================================== Reported By: philadmin Assigned To: ====================================================================== Project: gconf2 Issue ID: 4498 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-27 03:05 CEST Last Modified: 2010-07-27 03:05 CEST ====================================================================== Summary: use of /etc/gconf in configs? Description: Most of the paths in /opt/csw/etc/gconf/2/path list /opt/csw however, there is one bare xml:readonly:/etc/gconf/gconf.xml.system Maybe that should be changed to /etc/opt/csw/gconf ? Or commented out? Similarly, include /opt/csw/etc/gconf/2/local-mandatory.path might have added immediately after it, for similar purposes, include /etc/opt/csw/gconf/2/local-mandatory.path These are optional, "dont complain if they fail", configuration options in the file. ====================================================================== From noreply at opencsw.org Tue Jul 27 13:32:40 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 27 Jul 2010 13:32:40 +0200 Subject: [bug-notifications] [rubygems 0004499]: Please upgrade to 1.3.7 Message-ID: <89f0b07cd077c63eee8abdf2f3474c6d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4499 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: rubygems Issue ID: 4499 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-27 13:32 CEST Last Modified: 2010-07-27 13:32 CEST ====================================================================== Summary: Please upgrade to 1.3.7 Description: Please upgrade to 1.3.7 ====================================================================== From noreply at opencsw.org Tue Jul 27 18:49:12 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 27 Jul 2010 18:49:12 +0200 Subject: [bug-notifications] [pkgutil 0004001]: temp site is not really used as a primary site In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4001 ====================================================================== Reported By: yann Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 4001 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-11-07 00:34 CET Last Modified: 2010-07-27 18:49 CEST ====================================================================== Summary: temp site is not really used as a primary site Description: If the same package (with the same version) is present in the temp site and in the default mirror, it's the package from the default mirror which is downloaded and not the one from the temp site as we could expect. Not a very important bug as the case should not happen very often. ====================================================================== ---------------------------------------------------------------------- (0008141) bonivart (manager) - 2010-07-27 18:49 https://www.opencsw.org/mantis/view.php?id=4001#c8141 ---------------------------------------------------------------------- Closing this one (no reply in months). From noreply at opencsw.org Wed Jul 28 00:44:27 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 28 Jul 2010 00:44:27 +0200 Subject: [bug-notifications] [sudo 0004426]: Please upgrade to 1.7.2p6 In-Reply-To: Message-ID: <78177fc8b5ffe0a26ed3a0d0a55a60d0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4426 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: sudo Issue ID: 4426 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-05-26 09:51 CEST Last Modified: 2010-07-28 00:44 CEST ====================================================================== Summary: Please upgrade to 1.7.2p6 Description: Please upgrade to 1.7.2p6 as released on sfw ====================================================================== ---------------------------------------------------------------------- (0008038) dam (administrator) - 2010-06-19 22:36 https://www.opencsw.org/mantis/view.php?id=4426#c8038 ---------------------------------------------------------------------- Meanwhile p7 is out. From noreply at opencsw.org Wed Jul 28 00:46:54 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 28 Jul 2010 00:46:54 +0200 Subject: [bug-notifications] [unixodbc 0004471]: Please upgrade to 2.3.0 In-Reply-To: <4d1228cefe91d8d1d0b0cbd733804a23> Message-ID: <77f1f2f22a5d18607d5e03c1842afe5b@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4471 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: unixodbc Issue ID: 4471 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-19 18:43 CEST Last Modified: 2010-07-28 00:46 CEST ====================================================================== Summary: Please upgrade to 2.3.0 Description: Please upgrade to 2.3.0 ====================================================================== From noreply at opencsw.org Wed Jul 28 00:47:27 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 28 Jul 2010 00:47:27 +0200 Subject: [bug-notifications] [unixodbc 0004471]: Please upgrade to 2.3.0 In-Reply-To: <4d1228cefe91d8d1d0b0cbd733804a23> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4471 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: unixodbc Issue ID: 4471 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-19 18:43 CEST Last Modified: 2010-07-28 00:47 CEST ====================================================================== Summary: Please upgrade to 2.3.0 Description: Please upgrade to 2.3.0 ====================================================================== ---------------------------------------------------------------------- (0008143) maciej (manager) - 2010-07-28 00:47 https://www.opencsw.org/mantis/view.php?id=4471#c8143 ---------------------------------------------------------------------- 2.3.0 is built and available from the experimental catalog. http://mirror.opencsw.org/experimental.html#maciej From noreply at opencsw.org Wed Jul 28 10:17:00 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 28 Jul 2010 10:17:00 +0200 Subject: [bug-notifications] [gmake 0004461]: Please provide /opt/csw/gnu links In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4461 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gmake Issue ID: 4461 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-17 03:19 CEST Last Modified: 2010-07-28 10:16 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== From noreply at opencsw.org Wed Jul 28 23:50:39 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 28 Jul 2010 23:50:39 +0200 Subject: [bug-notifications] [trac 0004500]: Error when trying to initenv Message-ID: <06492841a4e5b49ce29fae1590f47580@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4500 ====================================================================== Reported By: dpretlor Assigned To: ====================================================================== Project: trac Issue ID: 4500 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-28 23:50 CEST Last Modified: 2010-07-28 23:50 CEST ====================================================================== Summary: Error when trying to initenv Description: I installed the package from the OpenCSW site, when I tried to run the initenv for a folder, I get the following error: ./trac-admin /usr/local/trac/testenv initenv /opt/csw/lib/python/site-packages/trac/util/compat.py:150: DeprecationWarning: the md5 module is deprecated; use hashlib instead from md5 import md5 Traceback (most recent call last): File "./trac-admin", line 8, in load_entry_point('Trac==0.11.7', 'console_scripts', 'trac-admin')() File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 318, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 2221, in load_entry_point return ep.load() File "/opt/csw/lib/python/site-packages/pkg_resources.py", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/opt/csw/lib/python/site-packages/trac/admin/console.py", line 30, in from trac import perm, util, db_default File "/opt/csw/lib/python/site-packages/trac/perm.py", line 22, in from trac.config import ExtensionOption, OrderedExtensionsOption File "/opt/csw/lib/python/site-packages/trac/config.py", line 20, in from trac.util import AtomicFile File "/opt/csw/lib/python/site-packages/trac/util/__init__.py", line 33, in from trac.util.compat import md5, reversed, sha1, sorted, tee File "/opt/csw/lib/python/site-packages/trac/util/compat.py", line 150, in from md5 import md5 File "/opt/csw/lib/python/md5.py", line 10, in from hashlib import md5 File "/opt/csw/lib/python/hashlib.py", line 136, in md5 = __get_builtin_constructor('md5') File "/opt/csw/lib/python/hashlib.py", line 63, in __get_builtin_constructor import _md5 ImportError: No module named _md5 ====================================================================== From noreply at opencsw.org Thu Jul 29 06:51:34 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 06:51:34 +0200 Subject: [bug-notifications] [gawk 0004501]: gawk linked against old libsigsegv Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4501 ====================================================================== Reported By: flod Assigned To: ====================================================================== Project: gawk Issue ID: 4501 Category: regular use Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-29 06:51 CEST Last Modified: 2010-07-29 06:51 CEST ====================================================================== Summary: gawk linked against old libsigsegv Description: gawk is linked against the old libsigsegv.so.0 , which is no longer provided. ====================================================================== From noreply at opencsw.org Thu Jul 29 07:06:11 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 07:06:11 +0200 Subject: [bug-notifications] [diffutils 0004502]: binaries linked against old libsigsegv Message-ID: <72951a49bd055f8862881bbdf63294dc@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4502 ====================================================================== Reported By: flod Assigned To: ====================================================================== Project: diffutils Issue ID: 4502 Category: regular use Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-29 07:06 CEST Last Modified: 2010-07-29 07:06 CEST ====================================================================== Summary: binaries linked against old libsigsegv Description: /opt/csw/bin/gsdiff /opt/csw/bin/gcmp and possibly others are linked against the old libsigsegv.so.0 , which is no longer provided. ====================================================================== From noreply at opencsw.org Thu Jul 29 09:15:36 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 09:15:36 +0200 Subject: [bug-notifications] [gawk 0004501]: gawk linked against old libsigsegv In-Reply-To: <16206b7e52b09f009efde8051ffb2af1> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4501 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: gawk Issue ID: 4501 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-07-29 06:51 CEST Last Modified: 2010-07-29 09:15 CEST ====================================================================== Summary: gawk linked against old libsigsegv Description: gawk is linked against the old libsigsegv.so.0 , which is no longer provided. ====================================================================== From noreply at opencsw.org Thu Jul 29 09:17:36 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 09:17:36 +0200 Subject: [bug-notifications] [diffutils 0004502]: binaries linked against old libsigsegv In-Reply-To: Message-ID: <2e01b8825ba2c62b8a242a9b14e0aed8@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4502 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: diffutils Issue ID: 4502 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-07-29 07:06 CEST Last Modified: 2010-07-29 09:17 CEST ====================================================================== Summary: binaries linked against old libsigsegv Description: /opt/csw/bin/gsdiff /opt/csw/bin/gcmp and possibly others are linked against the old libsigsegv.so.0 , which is no longer provided. ====================================================================== From noreply at opencsw.org Thu Jul 29 18:05:25 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 18:05:25 +0200 Subject: [bug-notifications] [gawk 0004503]: libsigsegv.so.0 not found Message-ID: <16d4b673b070b93b3c603ef6080dc319@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4503 ====================================================================== Reported By: ihsan Assigned To: ====================================================================== Project: gawk Issue ID: 4503 Category: packaging Reproducibility: always Severity: major Priority: urgent Status: new ====================================================================== Date Submitted: 2010-07-29 18:05 CEST Last Modified: 2010-07-29 18:05 CEST ====================================================================== Summary: libsigsegv.so.0 not found Description: ihsan at dognchgresv01:~$ uname -a SunOS dognchgresv01 5.10 Generic_142901-14 i86pc i386 i86pc ihsan at dognchgresv01:~$ gawk ld.so.1: gawk: fatal: libsigsegv.so.0: open failed: No such file or directory Killed ihsan at dognchgresv01:~$ ldd /opt/csw/bin/gawk libsigsegv.so.0 => (file not found) libintl.so.8 => /opt/csw/lib/libintl.so.8 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libdl.so.1 => /lib/libdl.so.1 libm.so.1 => /lib/libm.so.1 libthread.so.1 => /lib/libthread.so.1 libc.so.1 => /lib/libc.so.1 libsec.so.1 => /lib/libsec.so.1 libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libavl.so.1 => /lib/libavl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 ====================================================================== From noreply at opencsw.org Thu Jul 29 18:25:05 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 18:25:05 +0200 Subject: [bug-notifications] [ruby 0004399]: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 In-Reply-To: Message-ID: <33cdcb59318ae58e9b54cee233688b6a@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4399 ====================================================================== Reported By: nutznboltz Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 4399 Category: regular use Reproducibility: sometimes Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-04-16 18:09 CEST Last Modified: 2010-07-29 18:25 CEST ====================================================================== Summary: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 Description: A known bug exists in Ruby that causes it crash with segmentation faults (SIGSEGV, signal 11, etc.) when it allocates objects frequently. This is causing the Ops Code Chef client to crash on our Solaris 10 systems. A upstream fix was released. Could someone rebuild the OpenCSW Ruby from the latest 1.8.7 sources? ====================================================================== ---------------------------------------------------------------------- (0008145) nutznboltz (reporter) - 2010-07-29 18:25 https://www.opencsw.org/mantis/view.php?id=4399#c8145 ---------------------------------------------------------------------- I'm still getting E-mail from cron about chef-client segfaulting with the Ruby 1.8.7p299 you provided. I'm not seeing any E-mail from the zones running chef-client on Ruby 1.8.6p399 I built. From noreply at opencsw.org Thu Jul 29 19:18:16 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 29 Jul 2010 19:18:16 +0200 Subject: [bug-notifications] [gawk 0004503]: libsigsegv.so.0 not found In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4503 ====================================================================== Reported By: ihsan Assigned To: ====================================================================== Project: gawk Issue ID: 4503 Category: packaging Reproducibility: always Severity: major Priority: urgent Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-29 18:05 CEST Last Modified: 2010-07-29 19:18 CEST ====================================================================== Summary: libsigsegv.so.0 not found Description: ihsan at dognchgresv01:~$ uname -a SunOS dognchgresv01 5.10 Generic_142901-14 i86pc i386 i86pc ihsan at dognchgresv01:~$ gawk ld.so.1: gawk: fatal: libsigsegv.so.0: open failed: No such file or directory Killed ihsan at dognchgresv01:~$ ldd /opt/csw/bin/gawk libsigsegv.so.0 => (file not found) libintl.so.8 => /opt/csw/lib/libintl.so.8 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libdl.so.1 => /lib/libdl.so.1 libm.so.1 => /lib/libm.so.1 libthread.so.1 => /lib/libthread.so.1 libc.so.1 => /lib/libc.so.1 libsec.so.1 => /lib/libsec.so.1 libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libavl.so.1 => /lib/libavl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 ====================================================================== ---------------------------------------------------------------------- (0008146) philadmin (administrator) - 2010-07-29 19:18 https://www.opencsw.org/mantis/view.php?id=4503#c8146 ---------------------------------------------------------------------- While technically this is an "upgrade/recompile" type bug in gawk, it is really due to a bug in the recent libsigsegv release. Please bug Dago to provide the compatibility older version of libsigsegv. If it was just gawk, i would recompile. but there are 3 other rather important packages also depending on libsigsegv. From noreply at opencsw.org Fri Jul 30 01:52:01 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 01:52:01 +0200 Subject: [bug-notifications] [gawk 0004501]: gawk linked against old libsigsegv In-Reply-To: <16206b7e52b09f009efde8051ffb2af1> Message-ID: <26c39636cc118691a1056ec11d546ab4@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4501 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: gawk Issue ID: 4501 Category: regular use Reproducibility: always Severity: block Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-07-29 06:51 CEST Last Modified: 2010-07-30 01:51 CEST ====================================================================== Summary: gawk linked against old libsigsegv Description: gawk is linked against the old libsigsegv.so.0 , which is no longer provided. ====================================================================== ---------------------------------------------------------------------- (0008147) philadmin (administrator) - 2010-07-30 01:51 https://www.opencsw.org/mantis/view.php?id=4501#c8147 ---------------------------------------------------------------------- oh nuts Dago has already recompiled 2 of the others. Guess I have to recompile gawk now too :) From noreply at opencsw.org Fri Jul 30 10:03:24 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 10:03:24 +0200 Subject: [bug-notifications] [curl 0004504]: CA path not correctly set Message-ID: <8a42bc10810b9ef8e2f6b61000bb95f4@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4504 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: curl Issue ID: 4504 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-30 10:03 CEST Last Modified: 2010-07-30 10:03 CEST ====================================================================== Summary: CA path not correctly set Description: |woody|: [ 03:49:55 ] [ cperl ] Question about curl. I noticed in the svn sources for the package that it should be compiled with --with-ca-path=/opt/csw/ssl/certs ... [09:23] |woody|: [ 03:50:21 ] [ cperl ] I have version 7.20.0,REV=2010.02.15, but it can't seem to find my certs unless i explicitly pass a --capath on the cmdline [09:23] |woody|: [ 03:50:28 ] [ cperl ] anyone else notice this? [09:23] |woody|: [ 03:52:17 ] [ cperl ] this is on solaris 10 x86 by the way [09:23] |woody|: [ 05:25:15 ] [ cperl ] just in case anyone wants to see, this does not work curl -vs -o /dev/null https://www.thinkorswim.com/ [09:23] |woody|: [ 05:25:33 ] [ cperl ] while this does, curl -vs -o /dev/null https://www.thinkorswim.com/ --capath /opt/csw/ssl/certs/ ====================================================================== From noreply at opencsw.org Fri Jul 30 17:35:34 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 17:35:34 +0200 Subject: [bug-notifications] [diffutils 0004502]: binaries linked against old libsigsegv In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4502 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: diffutils Issue ID: 4502 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-29 07:06 CEST Last Modified: 2010-07-30 17:35 CEST ====================================================================== Summary: binaries linked against old libsigsegv Description: /opt/csw/bin/gsdiff /opt/csw/bin/gcmp and possibly others are linked against the old libsigsegv.so.0 , which is no longer provided. ====================================================================== ---------------------------------------------------------------------- (0008148) dam (administrator) - 2010-07-30 17:35 https://www.opencsw.org/mantis/view.php?id=4502#c8148 ---------------------------------------------------------------------- Version 3.0,REV=2010.07.29 now linked against libsigsegv.so.2 and released to current/. From noreply at opencsw.org Fri Jul 30 17:36:22 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 17:36:22 +0200 Subject: [bug-notifications] [gmake 0003075]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3075 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: gmake Issue ID: 3075 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:48 CET Last Modified: 2010-07-30 17:36 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== From noreply at opencsw.org Fri Jul 30 17:36:37 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 17:36:37 +0200 Subject: [bug-notifications] [gmake 0003075]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3075 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: gmake Issue ID: 3075 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:48 CET Last Modified: 2010-07-30 17:36 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008149) dam (administrator) - 2010-07-30 17:36 https://www.opencsw.org/mantis/view.php?id=3075#c8149 ---------------------------------------------------------------------- Fixed in 3.82,REV=2010.07.28 and released to current/. From noreply at opencsw.org Fri Jul 30 17:37:08 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 17:37:08 +0200 Subject: [bug-notifications] [gmake 0004461]: Please provide /opt/csw/gnu links In-Reply-To: Message-ID: <05c4adb79689b67c86c050de8a286eac@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4461 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: gmake Issue ID: 4461 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-17 03:19 CEST Last Modified: 2010-07-30 17:37 CEST ====================================================================== Summary: Please provide /opt/csw/gnu links Description: All packages providing g* binaries in /opt/csw/bin should now provide a symlink from /opt/csw/gnu/$bin_without_g_prefix to /opt/csw/bin/$bin_with_g_prefix (eg: /opt/csw/gnu/ls -> /opt/csw/bin/gls. Please update this package and let Ben know so he can drop the links from CSWgnulinks. ====================================================================== ---------------------------------------------------------------------- (0008150) dam (administrator) - 2010-07-30 17:37 https://www.opencsw.org/mantis/view.php?id=4461#c8150 ---------------------------------------------------------------------- Fixed in 3.82,REV=2010.07.28 and released to current/. From noreply at opencsw.org Fri Jul 30 18:20:10 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 30 Jul 2010 18:20:10 +0200 Subject: [bug-notifications] [orca 0004505]: init script fails to remove lock Message-ID: <32b4f26b836d0b0b734ee95cc2234871@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4505 ====================================================================== Reported By: hudesd Assigned To: ====================================================================== Project: orca Issue ID: 4505 Category: regular use Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2010-07-30 18:20 CEST Last Modified: 2010-07-30 18:20 CEST ====================================================================== Summary: init script fails to remove lock Description: The /etc/opt/csw/init.d fails to remove the lock file when it exits. If therefore your orca runs out of memory or crashes for any other reason the service cannot restart. The fix is very simple. See "additional information" for the one line addition. ====================================================================== From noreply at opencsw.org Sat Jul 31 04:12:12 2010 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 31 Jul 2010 04:12:12 +0200 Subject: [bug-notifications] [ruby 0004399]: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 In-Reply-To: Message-ID: <3284c16b508cb81a9a1dec4749f5c4fd@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4399 ====================================================================== Reported By: nutznboltz Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 4399 Category: regular use Reproducibility: sometimes Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-04-16 18:09 CEST Last Modified: 2010-07-31 04:12 CEST ====================================================================== Summary: Segmentation Fault in Garbage Collection for Ruby 1.8.7 prior to Dec 2009 Description: A known bug exists in Ruby that causes it crash with segmentation faults (SIGSEGV, signal 11, etc.) when it allocates objects frequently. This is causing the Ops Code Chef client to crash on our Solaris 10 systems. A upstream fix was released. Could someone rebuild the OpenCSW Ruby from the latest 1.8.7 sources? ====================================================================== ---------------------------------------------------------------------- (0008151) bwalton (manager) - 2010-07-31 04:12 https://www.opencsw.org/mantis/view.php?id=4399#c8151 ---------------------------------------------------------------------- Ok, but down-revving ruby isn't really an option...Let me dig around a bit and see if there are any 'test' patches that can be applied.