From noreply at opencsw.org Sat Jan 1 00:02:24 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 1 Jan 2011 00:02:24 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-01 00:02 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008647) phil (developer) - 2011-01-01 00:02 https://www.opencsw.org/mantis/view.php?id=4646#c8647 ---------------------------------------------------------------------- ya, this is a major bug -- the preference is backwards. /var/opt/csw should always have precedence over /opt/csw/xxx, if both are checked. From noreply at opencsw.org Sun Jan 2 02:41:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 02:41:47 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <15def9af5f783f79777a3ac273571db1@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 02:41 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008648) maciej (manager) - 2011-01-02 02:41 https://www.opencsw.org/mantis/view.php?id=4646#c8648 ---------------------------------------------------------------------- I did part of the work so far. The experimental catalog[1] contains packages which read /etc/opt/csw/mysql5/my.cnf. The postinstall script no longer writes to /opt/csw/mysql5 (where it does not have write access). There's a remaining problem that /opt/csw/mysql5/my.cnf still has precedence over /etc/opt/csw/mysql5/my.cnf, and a way to fix that would be to set MYSQL_HOME to something else than /opt/csw/mysql5. If you remove the old /opt/csw/mysql5/my.cnf file, or make an install on a clean system, you will be able to have a per-zone configuration. [1] http://buildfarm.opencsw.org/experimental.html#mysql-5.0 From noreply at opencsw.org Sun Jan 2 02:42:09 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 02:42:09 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <99830864a0775c9f2b7c7eeef47b2f31@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 02:42 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008648) maciej (manager) - 2011-01-02 02:41 https://www.opencsw.org/mantis/view.php?id=4646#c8648 ---------------------------------------------------------------------- I did part of the work so far. The experimental catalog[1] contains packages which read /etc/opt/csw/mysql5/my.cnf. The postinstall script no longer writes to /opt/csw/mysql5 (where it does not have write access). There's a remaining problem that /opt/csw/mysql5/my.cnf still has precedence over /etc/opt/csw/mysql5/my.cnf, and a way to fix that would be to set MYSQL_HOME to something else than /opt/csw/mysql5. If you remove the old /opt/csw/mysql5/my.cnf file, or make an install on a clean system, you will be able to have a per-zone configuration. [1] http://buildfarm.opencsw.org/experimental.html#mysql-5.0 From noreply at opencsw.org Sun Jan 2 08:15:36 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 08:15:36 +0100 Subject: [bug-notifications] [trac 0004500]: Error when trying to initenv In-Reply-To: <824f20332ab690b886b3a6e1be1dface> Message-ID: <276494bbde9d3d8bb0f0ef3cd67ca230@www.opencsw.org> The following issue has been CLOSED ====================================================================== 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: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-28 23:50 CEST Last Modified: 2011-01-02 08:15 CET ====================================================================== 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 ====================================================================== ---------------------------------------------------------------------- (0008552) rupert (manager) - 2010-12-12 08:25 https://www.opencsw.org/mantis/view.php?id=4500#c8552 ---------------------------------------------------------------------- can it be you use an old version of trac? the version in the log says 0.11.7, while it should be 0.12.1 ? From noreply at opencsw.org Sun Jan 2 10:31:16 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 10:31:16 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <9851f1cd52dd7f5e4f2601a20f23b502@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 10:31 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008649) james (developer) - 2011-01-02 10:31 https://www.opencsw.org/mantis/view.php?id=4646#c8649 ---------------------------------------------------------------------- Where would I set MYSQL_HOME if it's not in the conf file? The configuration really needs to be simpler and in one place. In a zone configuration you can't remove /opt/csw/mysql5/my.cnf. The solution is to not have a working copy in /opt. Put the master in /opt as a sample and copy it to /etc/opt on install where is becomes the working conf. Note the configurations should be in /etc not /var. From noreply at opencsw.org Sun Jan 2 13:14:00 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 13:14:00 +0100 Subject: [bug-notifications] [tcl 0004652]: uncomplete packaging Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4652 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: tcl Issue ID: 4652 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-02 13:13 CET Last Modified: 2011-01-02 13:13 CET ====================================================================== Summary: uncomplete packaging Description: Some projects use Tcl/Tk to provide a graphical interface, e.g., gdb. For that, they need some "private headers" situated in /opt/csw/include/tcl-private. The current package doesn't contain these components. ====================================================================== From noreply at opencsw.org Sun Jan 2 13:26:13 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 13:26:13 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <395522bf9c75b50778542f24f284c2ec@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 13:26 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008650) maciej (manager) - 2011-01-02 13:26 https://www.opencsw.org/mantis/view.php?id=4646#c8650 ---------------------------------------------------------------------- In https://sourceforge.net/apps/trac/gar/changeset/12146 MYSQL_HOME is exported in the startup script, which causes the /opt/csw/mysql5/my.cnf file to be ignored. mysqld sets MYSQL_HOME to BASEDIR if BASEDIR/my.cnf is present. However, this only happens when MYSQL_HOME is initially unset. If we give MYSQL_HOME a value beforehand, mysqld doesn't look into BASEDIR. I've created a new set of packages and put them into experimental. Please try them. From noreply at opencsw.org Sun Jan 2 16:24:11 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 16:24:11 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 16:24 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008650) maciej (manager) - 2011-01-02 13:26 https://www.opencsw.org/mantis/view.php?id=4646#c8650 ---------------------------------------------------------------------- In https://sourceforge.net/apps/trac/gar/changeset/12146 MYSQL_HOME is exported in the startup script, which causes the /opt/csw/mysql5/my.cnf file to be ignored. mysqld sets MYSQL_HOME to BASEDIR if BASEDIR/my.cnf is present. However, this only happens when MYSQL_HOME is initially unset. If we give MYSQL_HOME a value beforehand, mysqld doesn't look into BASEDIR. I've created a new set of packages and put them into experimental. Please try them. From noreply at opencsw.org Sun Jan 2 16:31:29 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 16:31:29 +0100 Subject: [bug-notifications] [libxcb 0004653]: Non-global zone support for the mysqld startup script Message-ID: <2ae54147e80972fe3eba1f6f2cccfff1@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4653 ====================================================================== Reported By: maciej Assigned To: ====================================================================== Project: libxcb Issue ID: 4653 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-02 16:31 CET Last Modified: 2011-01-02 16:31 CET ====================================================================== Summary: Non-global zone support for the mysqld startup script Description: When calling svcadm restart cswmysql5 from the global zone, the script calls pkill and pgrep which also affects processes in the non-global zones. Restarting mysqld in the global zone causes mysqld restarts in all non-global zones too. ====================================================================== From noreply at opencsw.org Sun Jan 2 16:38:32 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 16:38:32 +0100 Subject: [bug-notifications] [cupsd 0004649]: cupsd changes group ownership of various working directories In-Reply-To: <53bddbdb8a470533325cd3cd9ad3d5d3> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4649 ====================================================================== Reported By: flod Assigned To: maciej ====================================================================== Project: cupsd Issue ID: 4649 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-27 18:48 CET Last Modified: 2011-01-02 16:38 CET ====================================================================== Summary: cupsd changes group ownership of various working directories Description: When starting cups, the group ownership of some directories get set to lp. A simple start changes ownership for at least: /var/opt/csw/run/cups/certs (user) /var/opt/csw/cache/cups /var/opt/csw/cache/cups/rss /var/opt/csw/log/cups/error_log /var/opt/csw/run/cups /var/opt/csw/spool/cups /var/opt/csw/spool/cups/tmp But these directories are in the package repository with "bin" as group. Evaluating the installation (e.g. with pkgchk) shows errors at least for: ERROR: /etc/opt/csw/cups ERROR: /etc/opt/csw/cups/ppd ERROR: /etc/opt/csw/cups/ssl ERROR: /var/opt/csw/cache/cups ERROR: /var/opt/csw/cache/cups/rss ERROR: /var/opt/csw/run/cups ERROR: /var/opt/csw/run/cups/certs ERROR: /var/opt/csw/spool/cups ERROR: /var/opt/csw/spool/cups/tmp package revisions: CSWcups 1.4.5,REV=2010.12.24 SAME CSWcupsclient 1.4.5,REV=2010.12.24 SAME CSWcupsd 1.4.5,REV=2010.12.24 SAME CSWcupsdoc 1.4.5,REV=2010.12.24 SAME CSWlibcups 1.4.5,REV=2010.12.24 SAME CSWlibcups2 1.4.5,REV=2010.12.24 SAME CSWlibcupscgi1 1.4.5,REV=2010.12.24 SAME CSWlibcupsdriver1 1.4.5,REV=2010.12.24 SAME CSWlibcupsimage2 1.4.5,REV=2010.12.24 SAME CSWlibcupsmime1 1.4.5,REV=2010.12.24 SAME CSWlibcupsppdc1 1.4.5,REV=2010.12.24 SAME ====================================================================== ---------------------------------------------------------------------- (0008651) maciej (manager) - 2011-01-02 16:38 https://www.opencsw.org/mantis/view.php?id=4649#c8651 ---------------------------------------------------------------------- Testing for ownerships and groups will require some schema changes to the checkpkg database. I would like to solve the larger problem while I'm at it. I'll need some time to modify checkpkg. From noreply at opencsw.org Sun Jan 2 16:54:49 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 16:54:49 +0100 Subject: [bug-notifications] [mysql5 0004295]: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so In-Reply-To: <57e62d85de105d87af3829f4bc55dd52> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4295 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4295 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-02-18 19:52 CET Last Modified: 2011-01-02 16:54 CET ====================================================================== Summary: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so Description: Just upgraded from an oldish-installation (5.0.51,REV=2008.01.20) to 5.0.87,REV=2010.01.08. On installation of the new version there was a warning about a still existing "old configuration directory", but it referenced /opt/csw/mysql5/var which isn't a configuration directory, is it? ==> Installing CSWmysql5-5.0.87,REV=2010.01.08 Please see /opt/csw/share/doc/mysql5/license for license information. ******************************************************************* * The old configuration directory /opt/csw/mysql5/var still exists. * Please move your configuration to /var/opt/csw/mysql5. * * Installation will continue in 10 seconds. * Press CTRL+C if you want to stop now. ******************************************************************* Installing class ... Group mysql already exists User mysql already exists ... ====================================================================== ---------------------------------------------------------------------- (0008652) maciej (manager) - 2011-01-02 16:54 https://www.opencsw.org/mantis/view.php?id=4295#c8652 ---------------------------------------------------------------------- ping? From noreply at opencsw.org Sun Jan 2 19:39:33 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 19:39:33 +0100 Subject: [bug-notifications] [pixman 0004524]: Please upgrade to 0.18.2 In-Reply-To: <48e996a9cb8e057f4ac2a34ff887637f> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4524 ====================================================================== Reported By: dam Assigned To: wbonnet ====================================================================== Project: pixman Issue ID: 4524 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-08-16 10:52 CEST Last Modified: 2011-01-02 19:39 CET ====================================================================== Summary: Please upgrade to 0.18.2 Description: Please upgrade to 0.18.2 ====================================================================== From noreply at opencsw.org Sun Jan 2 19:39:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 19:39:47 +0100 Subject: [bug-notifications] [pm_pkgconst 0004568]: Please rebuild without man pages In-Reply-To: <151d02b15bfe70b9c3b487c1e7b1f0dd> Message-ID: <4fd32c284d042b7a8926c28b3a4f289b@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4568 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_pkgconst Issue ID: 4568 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-06 13:55 CEST Last Modified: 2011-01-02 19:39 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* ====================================================================== From noreply at opencsw.org Sun Jan 2 22:18:19 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 22:18:19 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <1fda353df609c61aa00aa61ec5fe59e2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 22:18 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008653) phil (developer) - 2011-01-02 22:18 https://www.opencsw.org/mantis/view.php?id=4646#c8653 ---------------------------------------------------------------------- James: It should be mentioned that mysql documentation says that checking the datadir, is standard procedure. So if datadir is under /var, then it is valid and expected that the conf file could also be under /var in that directory. That being said, I think it should *also* check under /etc. Although in our case, /etc/opt/csw the script also claims that having it in datadir, is deprecated, however. To Maciej: I dont think that making the user set variables is a good idea. I think the better method is to fix the startup script to follow good orders for csw layout. This should work, whether the thing is started via smf, or "by hand". For _safe script fixes, I think we should just hard-patch the code block starting with if test -r "$MY_BASEDIR_VERSION/my.cnf" && test -r "$DATADIR/my.cnf" to be if test -r "/etc/opt/csw/my.cnf" ; then From noreply at opencsw.org Sun Jan 2 22:26:54 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 2 Jan 2011 22:26:54 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <3fca55d298de2d8c2f324e91d5159ae9@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-02 22:26 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008654) phil (developer) - 2011-01-02 22:26 https://www.opencsw.org/mantis/view.php?id=4646#c8654 ---------------------------------------------------------------------- James: It should be mentioned that mysql documentation says that checking the datadir, is standard procedure. So if datadir is under /var, then it is valid and expected that the conf file could also be under /var in that directory. That being said, I think it should *also* check under /etc. Although in our case, /etc/opt/csw the script also claims that having it in datadir, is deprecated, however. To Maciej: I dont think that making the user set variables is a good idea. I think the better method is to fix the startup script to follow good orders for csw layout. This should work, whether the thing is started via smf, or "by hand". For _safe script fixes, I think we should just hard-patch the code block starting with if test -r "$MY_BASEDIR_VERSION/my.cnf" && test -r "$DATADIR/my.cnf" to be just if test -r "/etc/opt/csw/my.cnf" ; then MYSQL_HOME=/etc/opt/csw elif test -r "$DATADIR/my.cnf" ; then MYSQL_HOME=$DATADIR fi erm.. except you seem to have configured it with /etc/opt/csw/mysql5, so okay, substitute that in, above? From noreply at opencsw.org Mon Jan 3 10:36:51 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 3 Jan 2011 10:36:51 +0100 Subject: [bug-notifications] [clamav 0004632]: please upgrade to version 0.96.5 In-Reply-To: <12419a4c69223272d62d44d792787a47> Message-ID: <8a5dd92d08f225df598727df8640f224@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4632 ====================================================================== Reported By: jgoerzen Assigned To: bonivart ====================================================================== Project: clamav Issue ID: 4632 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-12-14 20:13 CET Last Modified: 2011-01-03 10:36 CET ====================================================================== Summary: please upgrade to version 0.96.5 Description: Please upgrade to latest stable release version 0.96.5 ====================================================================== ---------------------------------------------------------------------- (0008655) bonivart (manager) - 2011-01-03 10:36 https://www.opencsw.org/mantis/view.php?id=4632#c8655 ---------------------------------------------------------------------- All of a sudden Phil released it after a month. From noreply at opencsw.org Mon Jan 3 13:47:09 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 3 Jan 2011 13:47:09 +0100 Subject: [bug-notifications] [php5 0004520]: mbregex missing from PHP In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4520 ====================================================================== Reported By: opk Assigned To: ====================================================================== Project: php5 Issue ID: 4520 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-08-13 16:38 CEST Last Modified: 2011-01-03 13:47 CET ====================================================================== Summary: mbregex missing from PHP Description: I'm attempting to migrate an application from blastwave stable to recent opencsw and I get the following message: PHP Fatal error: Call to undefined function mb_ereg_replace This can be reproduced easily with: echo '' | /opt/csw/php5/bin/php According to phpinfo(), php5 was compiled with --enable-mbregex=shared yet I can't find any shared library corresponding to mbregex. Has it perhaps been forgotten in the packaging. I do have mbstring and it is enabled in the configuration file. On the old installation, phpinfo() reports a bare --enable-mbregex. ====================================================================== ---------------------------------------------------------------------- (0008656) sriedel (reporter) - 2011-01-03 13:47 https://www.opencsw.org/mantis/view.php?id=4520#c8656 ---------------------------------------------------------------------- *bounce* I am waiting desperately for this issue to be resolved, but there seems to be no progress at all. Is there still hope that someone takes care of this issue? From noreply at opencsw.org Mon Jan 3 16:01:28 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 3 Jan 2011 16:01:28 +0100 Subject: [bug-notifications] [php5 0004520]: mbregex missing from PHP In-Reply-To: Message-ID: <030a604f5bcbcff00cd12ffc883d24cf@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4520 ====================================================================== Reported By: opk Assigned To: ====================================================================== Project: php5 Issue ID: 4520 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-08-13 16:38 CEST Last Modified: 2011-01-03 16:01 CET ====================================================================== Summary: mbregex missing from PHP Description: I'm attempting to migrate an application from blastwave stable to recent opencsw and I get the following message: PHP Fatal error: Call to undefined function mb_ereg_replace This can be reproduced easily with: echo '' | /opt/csw/php5/bin/php According to phpinfo(), php5 was compiled with --enable-mbregex=shared yet I can't find any shared library corresponding to mbregex. Has it perhaps been forgotten in the packaging. I do have mbstring and it is enabled in the configuration file. On the old installation, phpinfo() reports a bare --enable-mbregex. ====================================================================== ---------------------------------------------------------------------- (0008657) bwalton (developer) - 2011-01-03 16:01 https://www.opencsw.org/mantis/view.php?id=4520#c8657 ---------------------------------------------------------------------- Do you have php5_mbstring installed? I think it provides the functions you're missing. HTH. -Ben From noreply at opencsw.org Mon Jan 3 16:15:30 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 3 Jan 2011 16:15:30 +0100 Subject: [bug-notifications] [php5 0004520]: mbregex missing from PHP In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4520 ====================================================================== Reported By: opk Assigned To: ====================================================================== Project: php5 Issue ID: 4520 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-08-13 16:38 CEST Last Modified: 2011-01-03 16:15 CET ====================================================================== Summary: mbregex missing from PHP Description: I'm attempting to migrate an application from blastwave stable to recent opencsw and I get the following message: PHP Fatal error: Call to undefined function mb_ereg_replace This can be reproduced easily with: echo '' | /opt/csw/php5/bin/php According to phpinfo(), php5 was compiled with --enable-mbregex=shared yet I can't find any shared library corresponding to mbregex. Has it perhaps been forgotten in the packaging. I do have mbstring and it is enabled in the configuration file. On the old installation, phpinfo() reports a bare --enable-mbregex. ====================================================================== ---------------------------------------------------------------------- (0008658) sriedel (reporter) - 2011-01-03 16:15 https://www.opencsw.org/mantis/view.php?id=4520#c8658 ---------------------------------------------------------------------- Yep, php5_mbstring is installed, but mbregex is missing nevertheless. Regarding to http://www.mail-archive.com/maintainers at lists.opencsw.org/msg06843.html, mbregex is supposed to be in the main package php5, but was somehow left out when packaging it. From noreply at opencsw.org Tue Jan 4 10:20:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 10:20:18 +0100 Subject: [bug-notifications] [gv 0004337]: Please upgrade to 3.6.8 In-Reply-To: <7f3eef152d032a9e140896d5762a09b2> Message-ID: <515142f56485fabbbc118f3dfaddd124@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4337 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: gv Issue ID: 4337 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-03-12 22:19 CET Last Modified: 2011-01-04 10:20 CET ====================================================================== Summary: Please upgrade to 3.6.8 Description: Please upgrade to 3.6.8 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- child of 0004176 libSM.so.6 (SUNWprivate) => (version... ====================================================================== ---------------------------------------------------------------------- (0008659) james (manager) - 2011-01-04 10:20 https://www.opencsw.org/mantis/view.php?id=4337#c8659 ---------------------------------------------------------------------- 3.7.1 released From noreply at opencsw.org Tue Jan 4 10:20:19 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 10:20:19 +0100 Subject: [bug-notifications] [libxt 0004176]: libSM.so.6 (SUNWprivate) => (version not found) In-Reply-To: <70b75a64476921f0fafd22eb2d9c19ea> Message-ID: <95cc1439dc4a8bc463bd367e38054dd5@www.opencsw.org> The RELATED issue 0004337 has been CLOSED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4176 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: libxt Issue ID: 4176 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-23 12:28 CET Last Modified: 2010-02-28 23:05 CET ====================================================================== Summary: libSM.so.6 (SUNWprivate) => (version not found) Description: Linked to SUNWprivate version of libSM.so.6 and complains "version not found" ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- parent of 0004337 Please upgrade to 3.6.8 ====================================================================== From noreply at opencsw.org Tue Jan 4 10:20:43 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 10:20:43 +0100 Subject: [bug-notifications] [gv 0004445]: Please upgrade to 3.7.0 In-Reply-To: <496788f06bfc442d2cb6ed53d481a45d> Message-ID: <0e01bc4f02ea695771819bd44376d143@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4445 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: gv Issue ID: 4445 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-07 10:21 CEST Last Modified: 2011-01-04 10:20 CET ====================================================================== Summary: Please upgrade to 3.7.0 Description: Please upgrade to 3.7.0 ====================================================================== ---------------------------------------------------------------------- (0008660) james (manager) - 2011-01-04 10:20 https://www.opencsw.org/mantis/view.php?id=4445#c8660 ---------------------------------------------------------------------- 3.7.1 released From noreply at opencsw.org Tue Jan 4 10:29:31 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 10:29:31 +0100 Subject: [bug-notifications] [gv 0004368]: gv very slow In-Reply-To: <7ddc5ed28bee3351eb155d188e6cd740> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4368 ====================================================================== Reported By: wcohrs Assigned To: james ====================================================================== Project: gv Issue ID: 4368 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: resolved Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 2010-03-23 13:30 CET Last Modified: 2011-01-04 10:29 CET ====================================================================== Summary: gv very slow Description: gv is very slow SPARC and x86 on a Server with Quad-Core AMD Opteron(tm) Processor 8380 2500MHz needs gv several minutes but gs needs only few seconds. the same picture on a Linux Server with gv needs also only few seconds. ====================================================================== ---------------------------------------------------------------------- (0008661) james (manager) - 2011-01-04 10:29 https://www.opencsw.org/mantis/view.php?id=4368#c8661 ---------------------------------------------------------------------- Closing as the underlying slowness is the with the GS parameter which is settable in GV. From noreply at opencsw.org Tue Jan 4 10:44:30 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 10:44:30 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <16bdb85dc16f04bc4e40ebf7aa0b56fa@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-04 10:44 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008662) maciej (manager) - 2011-01-04 10:44 https://www.opencsw.org/mantis/view.php?id=4646#c8662 ---------------------------------------------------------------------- Phil: The startup script does not contain the block you mentioned (if test -r "$MY_BASEDIR_VERSION/my.cnf" && test -r "$DATADIR/my.cnf"). Where did you get this line from? From noreply at opencsw.org Tue Jan 4 11:20:53 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 11:20:53 +0100 Subject: [bug-notifications] [groff 0004654]: Please upgrade to 1.21 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4654 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: groff Issue ID: 4654 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-04 11:20 CET Last Modified: 2011-01-04 11:20 CET ====================================================================== Summary: Please upgrade to 1.21 Description: Please upgrade to 1.21 ====================================================================== From noreply at opencsw.org Tue Jan 4 11:21:34 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 11:21:34 +0100 Subject: [bug-notifications] [ntp 0004655]: Please upgrade to 4.2.6p3 Message-ID: <7a023d2cbedd3ee0b65ad08e41b06212@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4655 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: ntp Issue ID: 4655 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-04 11:21 CET Last Modified: 2011-01-04 11:21 CET ====================================================================== Summary: Please upgrade to 4.2.6p3 Description: Please upgrade to 4.2.6p3 ====================================================================== From noreply at opencsw.org Tue Jan 4 14:17:13 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 14:17:13 +0100 Subject: [bug-notifications] [libserf 0004642]: update to change dependencies In-Reply-To: <44b55b17e7541ff5963da9fa803ea66b> Message-ID: <1b18d8a0b2fc9f67243721bfc632e49c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4642 ====================================================================== Reported By: bwalton Assigned To: dam ====================================================================== Project: libserf Issue ID: 4642 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-12-20 22:14 CET Last Modified: 2011-01-04 14:17 CET ====================================================================== Summary: update to change dependencies Description: libserf is depending on apache2rt as that used to be our apr/apr-util provider. Now that these packages are separate, the deps need to be altered. ====================================================================== ---------------------------------------------------------------------- (0008663) dam (administrator) - 2011-01-04 14:17 https://www.opencsw.org/mantis/view.php?id=4642#c8663 ---------------------------------------------------------------------- Fixed in 0.7.0,REV=2010.12.27 and released to current/. From noreply at opencsw.org Tue Jan 4 15:02:40 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 15:02:40 +0100 Subject: [bug-notifications] [libgnomeui 0003168]: Depend on CSWggettextrt In-Reply-To: <1dc97ea5c1a778bce842f181e4abc295> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3168 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgnomeui Issue ID: 3168 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:58 CET Last Modified: 2011-01-04 15:02 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== From noreply at opencsw.org Tue Jan 4 15:02:55 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 15:02:55 +0100 Subject: [bug-notifications] [libgnomeui 0003168]: Depend on CSWggettextrt In-Reply-To: <1dc97ea5c1a778bce842f181e4abc295> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3168 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgnomeui Issue ID: 3168 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:58 CET Last Modified: 2011-01-04 15:02 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008664) dam (administrator) - 2011-01-04 15:02 https://www.opencsw.org/mantis/view.php?id=3168#c8664 ---------------------------------------------------------------------- Fixed in 2.24.3,REV=2010.12.20 and released to current/. From noreply at opencsw.org Tue Jan 4 15:03:23 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 15:03:23 +0100 Subject: [bug-notifications] [libgnomeui 0004641]: i386 has no dependencies at all In-Reply-To: <3646b49c98c5b846281531a2b8ccf168> Message-ID: <827fc137d91083ee5668de328859dc1c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4641 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libgnomeui Issue ID: 4641 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-12-20 16:42 CET Last Modified: 2011-01-04 15:03 CET ====================================================================== Summary: i386 has no dependencies at all Description: This is in the catalog of i386/5.10: libgnomeui 2.24.3,REV=2010.06.26 CSWlibgnomeui libgnomeui-2.24.3,REV=2010.06.26-SunOS5.9-i386-CSW.pkg.gz b74115e6e686402c9562ab940b628ae1 1262446 none none none It looks like all the dependencies are missing. ====================================================================== ---------------------------------------------------------------------- (0008665) dam (administrator) - 2011-01-04 15:03 https://www.opencsw.org/mantis/view.php?id=4641#c8665 ---------------------------------------------------------------------- Fixed in 2.24.3,REV=2010.12.20 and released to current/. From noreply at opencsw.org Tue Jan 4 16:59:06 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 16:59:06 +0100 Subject: [bug-notifications] [pkg_get 0004656]: Spelling fix Message-ID: <171d4d18d0c768115901313b0791e003@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4656 ====================================================================== Reported By: solj Assigned To: ====================================================================== Project: pkg_get Issue ID: 4656 Category: other Reproducibility: always Severity: text Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-04 16:59 CET Last Modified: 2011-01-04 16:59 CET ====================================================================== Summary: Spelling fix Description: Use correct spelling of 'dependency' in pkg-get script. ====================================================================== From noreply at opencsw.org Tue Jan 4 22:18:50 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 22:18:50 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <1fd898094d38fe1cd4bd29c3142ed103@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-04 22:18 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008666) maciej (manager) - 2011-01-04 22:18 https://www.opencsw.org/mantis/view.php?id=4646#c8666 ---------------------------------------------------------------------- Phil: Your proposed change can only take effect if you export the MYSQL_HOME variable, and if you reject the idea to use environment variables to configure MySQL, your proposal is internally inconsistent. I don't know if we can properly match MySQL's precedence pattern to ours. MySQL: /etc/my.cnf (global) ? SYSCONFDIR/my.cnf (global) ? $MYSQL_HOME/my.cnf (server) ? defaults-extra-file (runtime) ? ~/.my.cnf (user) OpenCSW: global_sysconfdir (global) ? sysconfdir (global) [ ? runtime ? user ] The only way that I can see that would work is to hard-patch the initial /etc/my.cnf to /opt/csw/mysql5/my.cnf. If you agree it's okay to export MYSQL_HOME, we can do the following in the startup script[1]: prefix="/opt/csw/mysql5" BASEDIR="${prefix}" MYSQL_VAR="/var${prefix}" sysconfdir="/etc${prefix}" if [ -r "${sysconfdir}/my.cnf" ]; then MYSQL_HOME="${MYSQL_VAR}" elif [ -r "${BASEDIR}/my.cnf" ]; then MYSQL_HOME="${BASEDIR}" fi export MYSQL_HOME I think that this is what achieves the right OpenCSW precedence. If /etc/opt/csw/mysql5/my.cnf is present, /opt/csw/mysql5/my.cnf is ignored. I've built updated packages with the above code, smoke-tested them and put them into experimental. Please test! [1] https://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5 From noreply at opencsw.org Tue Jan 4 23:31:51 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 4 Jan 2011 23:31:51 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <77115ef1752d0b2f5a5152efae807c7f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-04 23:31 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008667) phil (developer) - 2011-01-04 23:31 https://www.opencsw.org/mantis/view.php?id=4646#c8667 ---------------------------------------------------------------------- Ah sorry. I was reading the wrong file. my "patch" was for mysqld_safe, not our init file. I think we would be best to focus on patching mysqld_safe, and keeping the init file as minimal as possible. I say that, because mysqld_safe is quite complex. Usually, for maintanance purposes, its a good idea to minimise complexity whereever possible. Having large complexity in TWO areas of the chain for startup, I would suggest is counterproductive for us. From noreply at opencsw.org Wed Jan 5 01:00:52 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 5 Jan 2011 01:00:52 +0100 Subject: [bug-notifications] [mysql5 0004646]: /var/opt/csw/mysql5/my.cnf ignored In-Reply-To: <95d9f14de1697f781bf48fef5f24fd22> Message-ID: <3518c778fa469fe12354ccc9ac8c0be3@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4646 ====================================================================== Reported By: james Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4646 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-22 13:49 CET Last Modified: 2011-01-05 01:00 CET ====================================================================== Summary: /var/opt/csw/mysql5/my.cnf ignored Description: The start up script: /var/opt/csw/svc/method/svc-cswmysql5 has provision to use a local configuration: MYSQL_VAR=/var/opt/csw/mysql5 CONFFILE=$MYSQL_VAR/my.cnf but it fails: WARNING: Found two instances of my.cnf - /opt/csw/mysql5/my.cnf and /var/opt/csw/mysql5/my.cnf IGNORING /var/opt/csw/mysql5/my.cnf If I can't write to /opt this is a problem and if I can then I'm wasting my time in /var/opt anyway. ====================================================================== ---------------------------------------------------------------------- (0008668) maciej (manager) - 2011-01-05 01:00 https://www.opencsw.org/mantis/view.php?id=4646#c8668 ---------------------------------------------------------------------- The problem with patching mysqld_safe is that it changes the documented way MySQL startup works. Imagine someone trying to debug a problem that is related to these settings. They will probably read MySQL documentation[1] and examine our startup script. If we patch mysqld_safe, they will find no indication that we're changing the default behavior. They might spend a lot of time debugging, until they discover that we've modified mysqld_safe. Don't you think it might be a problem? [1] http://dev.mysql.com/doc/refman/5.0/en/option-files.html From noreply at opencsw.org Wed Jan 5 10:34:32 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 5 Jan 2011 10:34:32 +0100 Subject: [bug-notifications] [lzlib 0004657]: Please upgrade to 1.1 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4657 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: lzlib Issue ID: 4657 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-05 10:34 CET Last Modified: 2011-01-05 10:34 CET ====================================================================== Summary: Please upgrade to 1.1 Description: Please upgrade to 1.1 ====================================================================== From noreply at opencsw.org Wed Jan 5 15:27:15 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 5 Jan 2011 15:27:15 +0100 Subject: [bug-notifications] [vncserver 0004658]: VNC Server does not start after installation Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4658 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: vncserver Issue ID: 4658 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-05 15:27 CET Last Modified: 2011-01-05 15:27 CET ====================================================================== Summary: VNC Server does not start after installation Description: After installation of VNC server package, the service does not start. First problem : script is not executable bash-3.00# ls -la /etc/opt/csw/init.d/cswvncserver -rw-r--r-- 1 root bin 1421 mars 3 2010 /etc/opt/csw/init.d/cswvncserver Suggested fix : bash-3.00# chmod a+x /etc/opt/csw/init.d/cswvncserver bash-3.00# ls -la /etc/opt/csw/init.d/cswvncserver -rwxr-xr-x 1 root bin 1421 mars 3 2010 /etc/opt/csw/init.d/cswvncserver Second problem : Some executables are not in the PATH xauth is not available, nor is Xnv bash-3.00# cat network-cswvncserver\:default.log [ janv 5 14:02:19 Enabled. ] [ janv 5 14:02:19 Executing start method ("/var/opt/csw/svc/method/svc-cswvncserver start") ] Starting VNC server: 1:william vncserver: couldn't find "xauth" on your PATH. [ janv 5 14:02:19 Method "start" exited with status 1 ] [ janv 5 14:02:19 Executing start method ("/var/opt/csw/svc/method/svc-cswvncserver start") ] Starting VNC server: 1:william vncserver: couldn't find "xauth" on your PATH. [ janv 5 14:02:19 Method "start" exited with status 1 ] [ janv 5 14:02:19 Executing start method ("/var/opt/csw/svc/method/svc-cswvncserver start") ] Starting VNC server: 1:william vncserver: couldn't find "xauth" on your PATH. [ janv 5 14:02:20 Method "start" exited with status 1 ] After installation the startup script can be started with a target user without a modified PATH variable. I suggest to add /usr/openwin/bin and /opt/csw/bin to the PATH inside the startup script. This will ensure that no programs are missing in the PATH. ====================================================================== From noreply at opencsw.org Wed Jan 5 20:00:45 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 5 Jan 2011 20:00:45 +0100 Subject: [bug-notifications] [facter 0004659]: Please upgrade Message-ID: <8570df062c7e110daf719f027df6ed41@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4659 ====================================================================== Reported By: dguennewig Assigned To: ====================================================================== Project: facter Issue ID: 4659 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-05 20:00 CET Last Modified: 2011-01-05 20:00 CET ====================================================================== Summary: Please upgrade Description: New Version 1.5.8 is available. http://puppetlabs.com/downloads/facter/facter-1.5.8.tar.gz ====================================================================== From noreply at opencsw.org Wed Jan 5 20:02:37 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 5 Jan 2011 20:02:37 +0100 Subject: [bug-notifications] [puppet 0004660]: Please upgrade Message-ID: <3144774a15ac44706bbdd6fc48236145@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4660 ====================================================================== Reported By: dguennewig Assigned To: ====================================================================== Project: puppet Issue ID: 4660 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-05 20:02 CET Last Modified: 2011-01-05 20:02 CET ====================================================================== Summary: Please upgrade Description: Hi, there's a new stable version: 2.6.4 http://puppetlabs.com/downloads/puppet/puppet-2.6.4.tar.gz ====================================================================== From noreply at opencsw.org Thu Jan 6 10:43:41 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 6 Jan 2011 10:43:41 +0100 Subject: [bug-notifications] [ggettextrt 0004661]: incorrect source URL Message-ID: <6d6ee0bb20319d392143cf9c9f8b80ab@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4661 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: ggettextrt Issue ID: 4661 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-06 10:43 CET Last Modified: 2011-01-06 10:43 CET ====================================================================== Summary: incorrect source URL Description: from the project's README: "The homepage of this package is at http://www.gnu.org/software/gettext/ " ====================================================================== From noreply at opencsw.org Thu Jan 6 22:26:38 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 6 Jan 2011 22:26:38 +0100 Subject: [bug-notifications] [pm_pkgconst 0004568]: Please rebuild without man pages In-Reply-To: <151d02b15bfe70b9c3b487c1e7b1f0dd> Message-ID: <61624c81ce7d9555d92758ca7b084e40@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4568 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_pkgconst Issue ID: 4568 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-10-06 13:55 CEST Last Modified: 2011-01-06 22:26 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* ====================================================================== ---------------------------------------------------------------------- (0008669) wbonnet (manager) - 2011-01-06 22:26 https://www.opencsw.org/mantis/view.php?id=4568#c8669 ---------------------------------------------------------------------- Updated poackage has been pushed From noreply at opencsw.org Thu Jan 6 23:24:05 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 6 Jan 2011 23:24:05 +0100 Subject: [bug-notifications] [pm_iocompress 0004564]: Please rebuild without man pages In-Reply-To: <056b02503b2fc0c3ce2cc0c4e2f7da4d> Message-ID: <396a4f31ce4a3e67eea08d5327d87a3c@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4564 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: pm_iocompress Issue ID: 4564 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-04 17:30 CEST Last Modified: 2011-01-06 23:24 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* Also note that 2.030 has been released. ====================================================================== From noreply at opencsw.org Thu Jan 6 23:24:37 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 6 Jan 2011 23:24:37 +0100 Subject: [bug-notifications] [pm_iocompress 0004564]: Please rebuild without man pages In-Reply-To: <056b02503b2fc0c3ce2cc0c4e2f7da4d> Message-ID: <574ba4070c40c1054d7de282535c9dd7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4564 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: pm_iocompress Issue ID: 4564 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-04 17:30 CEST Last Modified: 2011-01-06 23:24 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* Also note that 2.030 has been released. ====================================================================== ---------------------------------------------------------------------- (0008670) bonivart (developer) - 2011-01-06 23:24 https://www.opencsw.org/mantis/view.php?id=4564#c8670 ---------------------------------------------------------------------- Updated package submitted for release. From noreply at opencsw.org Fri Jan 7 11:11:33 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 11:11:33 +0100 Subject: [bug-notifications] [mutt 0004602]: Postinstall message shows wrong alternatives command options In-Reply-To: <694cbc77a9b3e5843742b70e44cdbb04> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4602 ====================================================================== Reported By: ihsan Assigned To: dam ====================================================================== Project: mutt Issue ID: 4602 Category: packaging Reproducibility: always Severity: minor Priority: low Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-11-10 10:08 CET Last Modified: 2011-01-07 11:11 CET ====================================================================== Summary: Postinstall message shows wrong alternatives command options Description: There are now two versions of mutt on the system installed: * mutt-ncurses with ncurses interface * mutt-slang with slang interface (per default linked to 'mutt') You can easily select between the versions with the alternatives(8) system by executing /opt/csw/sbin/alternatives --config mutt See http://www.opencsw.org/packages/alternatives for details. ------------------------------------------------------------------------------ The option "--config" does not exist. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004556 Major selection used by all packages do... ====================================================================== ---------------------------------------------------------------------- (0008671) dam (administrator) - 2011-01-07 11:11 https://www.opencsw.org/mantis/view.php?id=4602#c8671 ---------------------------------------------------------------------- With the release of CSWalternatives 1.1,REV=2010.10.02 this has been fixed. From noreply at opencsw.org Fri Jan 7 12:46:40 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 12:46:40 +0100 Subject: [bug-notifications] [pm_pdfapi2 0004662]: Dependency change Message-ID: <14679abc0a6bc75db8c54a9c19caa1dc@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4662 ====================================================================== Reported By: bonivart Assigned To: ====================================================================== Project: pm_pdfapi2 Issue ID: 4662 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-07 12:46 CET Last Modified: 2011-01-07 12:46 CET ====================================================================== Summary: Dependency change Description: Please rebuild with dependency pm_iocompress instead of the deprecated pm_compresszlib. ====================================================================== From noreply at opencsw.org Fri Jan 7 12:47:31 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 12:47:31 +0100 Subject: [bug-notifications] [pm_iozlib 0004570]: Please rebuild without man pages In-Reply-To: <2a559d5baa21b48ebcd3cf534ea3b531> Message-ID: <64cec34bc07c78c902b450cb5a9b9378@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4570 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: pm_iozlib Issue ID: 4570 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-06 13:59 CEST Last Modified: 2011-01-07 12:47 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* ====================================================================== From noreply at opencsw.org Fri Jan 7 12:48:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 12:48:18 +0100 Subject: [bug-notifications] [pm_iozlib 0004570]: Please rebuild without man pages In-Reply-To: <2a559d5baa21b48ebcd3cf534ea3b531> Message-ID: <955dca5799f34cf97fe128a8368e71a0@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4570 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: pm_iozlib Issue ID: 4570 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-10-06 13:59 CEST Last Modified: 2011-01-07 12:48 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* ====================================================================== ---------------------------------------------------------------------- (0008672) bonivart (developer) - 2011-01-07 12:48 https://www.opencsw.org/mantis/view.php?id=4570#c8672 ---------------------------------------------------------------------- Fixed package submitted for release. From noreply at opencsw.org Fri Jan 7 13:58:22 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 13:58:22 +0100 Subject: [bug-notifications] [pm_pdfapi2 0004662]: Dependency change In-Reply-To: Message-ID: <5cb9bbc23a7a2c369ab35aba48647187@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4662 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_pdfapi2 Issue ID: 4662 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-07 12:46 CET Last Modified: 2011-01-07 13:58 CET ====================================================================== Summary: Dependency change Description: Please rebuild with dependency pm_iocompress instead of the deprecated pm_compresszlib. ====================================================================== From noreply at opencsw.org Fri Jan 7 13:59:39 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 13:59:39 +0100 Subject: [bug-notifications] [pm_pdfapi2 0004662]: Dependency change In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4662 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_pdfapi2 Issue ID: 4662 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-07 12:46 CET Last Modified: 2011-01-07 13:59 CET ====================================================================== Summary: Dependency change Description: Please rebuild with dependency pm_iocompress instead of the deprecated pm_compresszlib. ====================================================================== ---------------------------------------------------------------------- (0008673) bonivart (developer) - 2011-01-07 13:59 https://www.opencsw.org/mantis/view.php?id=4662#c8673 ---------------------------------------------------------------------- I tested the package from your experimental catalog and it depends on CSWiocompress, it should be CSWpmiocompress (note pm in the middle). From noreply at opencsw.org Fri Jan 7 14:38:20 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 14:38:20 +0100 Subject: [bug-notifications] [pm_pdfapi2 0004662]: Dependency change In-Reply-To: Message-ID: <8d6f017121d909ac3f805650b529ffd0@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4662 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_pdfapi2 Issue ID: 4662 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2011-01-07 12:46 CET Last Modified: 2011-01-07 14:38 CET ====================================================================== Summary: Dependency change Description: Please rebuild with dependency pm_iocompress instead of the deprecated pm_compresszlib. ====================================================================== ---------------------------------------------------------------------- (0008674) wbonnet (manager) - 2011-01-07 14:38 https://www.opencsw.org/mantis/view.php?id=4662#c8674 ---------------------------------------------------------------------- Fix has been submitted From noreply at opencsw.org Fri Jan 7 15:14:02 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 15:14:02 +0100 Subject: [bug-notifications] [bzflag 0003041]: Please link against libcurl 1.4 (libcurl.so.4) In-Reply-To: <6a909defb2443d40967936c1541ed640> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3041 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: bzflag Issue ID: 3041 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-23 19:54 CET Last Modified: 2011-01-07 15:14 CET ====================================================================== Summary: Please link against libcurl 1.4 (libcurl.so.4) Description: Package currently links to libcurl.so.3, needs updated to libcurl.so.4. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0003040 Please link against libcurl 1.4 (libcur... has duplicate 0003039 Please link against libcurl 1.4 (libcur... has duplicate 0003038 Please link against libcurl 1.4 (libcur... ====================================================================== From noreply at opencsw.org Fri Jan 7 15:14:29 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 15:14:29 +0100 Subject: [bug-notifications] [bzflag 0003041]: Please link against libcurl 1.4 (libcurl.so.4) In-Reply-To: <6a909defb2443d40967936c1541ed640> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3041 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: bzflag Issue ID: 3041 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-23 19:54 CET Last Modified: 2011-01-07 15:14 CET ====================================================================== Summary: Please link against libcurl 1.4 (libcurl.so.4) Description: Package currently links to libcurl.so.3, needs updated to libcurl.so.4. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0003040 Please link against libcurl 1.4 (libcur... has duplicate 0003039 Please link against libcurl 1.4 (libcur... has duplicate 0003038 Please link against libcurl 1.4 (libcur... ====================================================================== ---------------------------------------------------------------------- (0008675) dam (administrator) - 2011-01-07 15:14 https://www.opencsw.org/mantis/view.php?id=3041#c8675 ---------------------------------------------------------------------- Fixed in 2.0.16,REV=2011.01.07 and released to current/ From noreply at opencsw.org Fri Jan 7 16:26:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 16:26:18 +0100 Subject: [bug-notifications] [pm_objaccessor 0004569]: Please rebuild without man pages In-Reply-To: <95156c94639543f98ffbe7b4b265e5d1> Message-ID: <41ea3b1c7e2da9df171a8004962530be@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4569 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_objaccessor Issue ID: 4569 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-06 13:57 CEST Last Modified: 2011-01-07 16:26 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* Also note that 0.36 has been released. ====================================================================== From noreply at opencsw.org Fri Jan 7 16:26:53 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 16:26:53 +0100 Subject: [bug-notifications] [pm_objaccessor 0004569]: Please rebuild without man pages In-Reply-To: <95156c94639543f98ffbe7b4b265e5d1> Message-ID: <51bec50f44cf59f300f8f761d039deb6@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4569 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_objaccessor Issue ID: 4569 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-06 13:57 CEST Last Modified: 2011-01-07 16:26 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* Also note that 0.36 has been released. ====================================================================== ---------------------------------------------------------------------- (0008676) bonivart (developer) - 2011-01-07 16:26 https://www.opencsw.org/mantis/view.php?id=4569#c8676 ---------------------------------------------------------------------- I think this line is better since it removes also the man dirs, not just the files. EXTRA_MERGE_EXCLUDE_FILES = \/opt\/csw\/share\/man.* From noreply at opencsw.org Fri Jan 7 16:31:54 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 16:31:54 +0100 Subject: [bug-notifications] [mysql5 0004295]: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so In-Reply-To: <57e62d85de105d87af3829f4bc55dd52> Message-ID: <90b281dc64e72a9b1135d1a48432cee2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4295 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4295 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-02-18 19:52 CET Last Modified: 2011-01-07 16:31 CET ====================================================================== Summary: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so Description: Just upgraded from an oldish-installation (5.0.51,REV=2008.01.20) to 5.0.87,REV=2010.01.08. On installation of the new version there was a warning about a still existing "old configuration directory", but it referenced /opt/csw/mysql5/var which isn't a configuration directory, is it? ==> Installing CSWmysql5-5.0.87,REV=2010.01.08 Please see /opt/csw/share/doc/mysql5/license for license information. ******************************************************************* * The old configuration directory /opt/csw/mysql5/var still exists. * Please move your configuration to /var/opt/csw/mysql5. * * Installation will continue in 10 seconds. * Press CTRL+C if you want to stop now. ******************************************************************* Installing class ... Group mysql already exists User mysql already exists ... ====================================================================== ---------------------------------------------------------------------- (0008677) skayser (administrator) - 2011-01-07 16:31 https://www.opencsw.org/mantis/view.php?id=4295#c8677 ---------------------------------------------------------------------- Just to make sure that I test the right pieces: were you referring to an experimental mysql package or an experimental cswclassutils package? From noreply at opencsw.org Fri Jan 7 16:46:27 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 16:46:27 +0100 Subject: [bug-notifications] [mysql5 0004295]: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so In-Reply-To: <57e62d85de105d87af3829f4bc55dd52> Message-ID: <41925a2875f43524fcf9f97bf41549e0@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4295 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4295 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-02-18 19:52 CET Last Modified: 2011-01-07 16:46 CET ====================================================================== Summary: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so Description: Just upgraded from an oldish-installation (5.0.51,REV=2008.01.20) to 5.0.87,REV=2010.01.08. On installation of the new version there was a warning about a still existing "old configuration directory", but it referenced /opt/csw/mysql5/var which isn't a configuration directory, is it? ==> Installing CSWmysql5-5.0.87,REV=2010.01.08 Please see /opt/csw/share/doc/mysql5/license for license information. ******************************************************************* * The old configuration directory /opt/csw/mysql5/var still exists. * Please move your configuration to /var/opt/csw/mysql5. * * Installation will continue in 10 seconds. * Press CTRL+C if you want to stop now. ******************************************************************* Installing class ... Group mysql already exists User mysql already exists ... ====================================================================== ---------------------------------------------------------------------- (0008678) maciej (manager) - 2011-01-07 16:46 https://www.opencsw.org/mantis/view.php?id=4295#c8678 ---------------------------------------------------------------------- That was almost a year ago, so I don't remember clearly, but I probably referred to the classutils package. From noreply at opencsw.org Fri Jan 7 17:18:09 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 17:18:09 +0100 Subject: [bug-notifications] [pm_objaccessor 0004569]: Please rebuild without man pages In-Reply-To: <95156c94639543f98ffbe7b4b265e5d1> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4569 ====================================================================== Reported By: bonivart Assigned To: wbonnet ====================================================================== Project: pm_objaccessor Issue ID: 4569 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-10-06 13:57 CEST Last Modified: 2011-01-07 17:18 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* Also note that 0.36 has been released. ====================================================================== ---------------------------------------------------------------------- (0008679) wbonnet (manager) - 2011-01-07 17:18 https://www.opencsw.org/mantis/view.php?id=4569#c8679 ---------------------------------------------------------------------- Fix and update to 0.36 submitted From noreply at opencsw.org Fri Jan 7 21:40:15 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 7 Jan 2011 21:40:15 +0100 Subject: [bug-notifications] [mysql5 0004295]: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so In-Reply-To: <57e62d85de105d87af3829f4bc55dd52> Message-ID: <2054dbedc977102946c50d49e147574b@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4295 ====================================================================== Reported By: skayser Assigned To: maciej ====================================================================== Project: mysql5 Issue ID: 4295 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-02-18 19:52 CET Last Modified: 2011-01-07 21:40 CET ====================================================================== Summary: Warns about "old configuration directory", but references /opt/csw/mysql5/var while doing so Description: Just upgraded from an oldish-installation (5.0.51,REV=2008.01.20) to 5.0.87,REV=2010.01.08. On installation of the new version there was a warning about a still existing "old configuration directory", but it referenced /opt/csw/mysql5/var which isn't a configuration directory, is it? ==> Installing CSWmysql5-5.0.87,REV=2010.01.08 Please see /opt/csw/share/doc/mysql5/license for license information. ******************************************************************* * The old configuration directory /opt/csw/mysql5/var still exists. * Please move your configuration to /var/opt/csw/mysql5. * * Installation will continue in 10 seconds. * Press CTRL+C if you want to stop now. ******************************************************************* Installing class ... Group mysql already exists User mysql already exists ... ====================================================================== ---------------------------------------------------------------------- (0008680) skayser (administrator) - 2011-01-07 21:40 https://www.opencsw.org/mantis/view.php?id=4295#c8680 ---------------------------------------------------------------------- Dug into it a bit. The mysql5 package from current doesn't rely on classutils but uses a custom preinstall script to raise the text in question. http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.preinstall?rev=7914 Same for the latest build description in trunk/ and other branches. https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/mysql5/trunk/files/CSWmysql51.preinstall https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/CSWmysql5.preinstall https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/mysql5/branches/mysql-5.1.x/files/CSWmysql51.preinstall https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/mysql5/branches/mysql-5.1.x-optcsw/files/CSWmysql51.preinstall https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/CSWmysql51.preinstall I am not very familiar with the package, but in effect, existing databases in /opt/csw/mysql5/var will be ignored if the user doesn't interrupt the preinstall script during the warning message, right? If so, a message saying exactly this would be good. Or maybe even an automatic abort of the preinstall script? After all, a user very likely wants to continue to use his existing database. From noreply at opencsw.org Sat Jan 8 20:58:27 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 8 Jan 2011 20:58:27 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 In-Reply-To: <2f11c98565f396188bb0e1ebece64059> Message-ID: <5ab302634d998baac00c092406ceaabc@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3501 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: boost_rt Issue ID: 3501 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:38 CET Last Modified: 2011-01-08 20:58 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== ---------------------------------------------------------------------- (0008681) james (developer) - 2011-01-08 20:58 https://www.opencsw.org/mantis/view.php?id=3501#c8681 ---------------------------------------------------------------------- >= 1.36 needed by OpenOffice.org. configure: error: boost/spirit/include/classic_core.hpp not found. install boost >= 1.36 From noreply at opencsw.org Sun Jan 9 00:57:25 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 9 Jan 2011 00:57:25 +0100 Subject: [bug-notifications] [pm_stringcrc32 0004591]: Please migrate to GAR v2 and build for perl 5.10.1 In-Reply-To: Message-ID: <52e5cfc0f80f6affa9edc91c1bf5acaf@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4591 ====================================================================== Reported By: jcraig Assigned To: bonivart ====================================================================== Project: pm_stringcrc32 Issue ID: 4591 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-11-01 18:10 CET Last Modified: 2011-01-09 00:57 CET ====================================================================== Summary: Please migrate to GAR v2 and build for perl 5.10.1 Description: Version of library is current (1.4) but needs to be built for the Perl 5.10.1 release. This package currently uses GAR v1 and should be upgraded to v2. Thanks, Jon Craig ====================================================================== From noreply at opencsw.org Sun Jan 9 05:42:20 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 9 Jan 2011 05:42:20 +0100 Subject: [bug-notifications] [asciidoc 0004663]: images are not configuration files Message-ID: <28bab7555462c97000418603c3cb57da@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4663 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: asciidoc Issue ID: 4663 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-09 05:42 CET Last Modified: 2011-01-09 05:42 CET ====================================================================== Summary: images are not configuration files Description: Apart from the whole "where do config files belong, and do we deliver files to /etc"... The .png files really dont belong under /etc either way. Please note http://packages.debian.org/squeeze/all/asciidoc/filelist even though they put configs under /etc, all the images are under /usr/share ====================================================================== From noreply at opencsw.org Sun Jan 9 10:02:48 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 9 Jan 2011 10:02:48 +0100 Subject: [bug-notifications] [pm_stringcrc32 0004591]: Please migrate to GAR v2 and build for perl 5.10.1 In-Reply-To: Message-ID: <2345d6f8b759ed76b233ffcaa4374ad1@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4591 ====================================================================== Reported By: jcraig Assigned To: bonivart ====================================================================== Project: pm_stringcrc32 Issue ID: 4591 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-11-01 18:10 CET Last Modified: 2011-01-09 10:02 CET ====================================================================== Summary: Please migrate to GAR v2 and build for perl 5.10.1 Description: Version of library is current (1.4) but needs to be built for the Perl 5.10.1 release. This package currently uses GAR v1 and should be upgraded to v2. Thanks, Jon Craig ====================================================================== ---------------------------------------------------------------------- (0008682) bonivart (manager) - 2011-01-09 10:02 https://www.opencsw.org/mantis/view.php?id=4591#c8682 ---------------------------------------------------------------------- Update is submitted for release. From noreply at opencsw.org Sun Jan 9 10:05:16 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 9 Jan 2011 10:05:16 +0100 Subject: [bug-notifications] [pm_iocompress 0004564]: Please rebuild without man pages In-Reply-To: <056b02503b2fc0c3ce2cc0c4e2f7da4d> Message-ID: <7e5ebb92400f27ce83067de8c81ae0eb@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4564 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: pm_iocompress Issue ID: 4564 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-10-04 17:30 CEST Last Modified: 2011-01-09 10:05 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* Also note that 2.030 has been released. ====================================================================== ---------------------------------------------------------------------- (0008670) bonivart (manager) - 2011-01-06 23:24 https://www.opencsw.org/mantis/view.php?id=4564#c8670 ---------------------------------------------------------------------- Updated package submitted for release. From noreply at opencsw.org Sun Jan 9 17:51:08 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 9 Jan 2011 17:51:08 +0100 Subject: [bug-notifications] [cupsd 0004634]: CSWcupsd 1.4.3, REV=2010.06.29 no longer starts In-Reply-To: <0803b9a1ac491aea50c09b36adde55e6> Message-ID: <5ec2bbe988700a062ef8a17cd5be4e28@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4634 ====================================================================== Reported By: flod Assigned To: maciej ====================================================================== Project: cupsd Issue ID: 4634 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-12-16 05:33 CET Last Modified: 2011-01-09 17:51 CET ====================================================================== Summary: CSWcupsd 1.4.3,REV=2010.06.29 no longer starts Description: cupsd can no longer be started. /var/svc/log/network-cswcups:default.log: cups: unable to start scheduler. [ Dec 16 05:25:20 Method "start" exited with status 1 ] [ Dec 16 05:25:20 Executing start method ("/var/opt/csw/svc/method/svc-cswcups start") ] ld.so.1: cupsd: fatal: relocation error: file /opt/csw/sbin/cupsd: symbol _httpReadGNUTLS: referenced symbol not found Killed It looks like all cups packages are on 1.4.4. except CSWcupsd . This should normally not happen when releasing. ====================================================================== ---------------------------------------------------------------------- (0008632) maciej (manager) - 2010-12-24 07:33 https://www.opencsw.org/mantis/view.php?id=4634#c8632 ---------------------------------------------------------------------- cupsd-1.4.5 is now available from mirrors. From noreply at opencsw.org Mon Jan 10 00:41:19 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 00:41:19 +0100 Subject: [bug-notifications] [x11_xproto 0004328]: pkgadd has problem with package CSWx11xproto-7.0.16, REV=2010.02.20 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4328 ====================================================================== Reported By: flod Assigned To: wbonnet ====================================================================== Project: x11_xproto Issue ID: 4328 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-03-09 21:17 CET Last Modified: 2011-01-10 00:41 CET ====================================================================== Summary: pkgadd has problem with package CSWx11xproto-7.0.16,REV=2010.02.20 Description: => Installing CSWx11xproto-7.0.16,REV=2010.02.20 ## Verifying package dependencies in zone <...> pkgadd: ERROR: unknown preinstallation dependency check line for package zone : ignored ====================================================================== ---------------------------------------------------------------------- (0008683) wbonnet (manager) - 2011-01-10 00:41 https://www.opencsw.org/mantis/view.php?id=4328#c8683 ---------------------------------------------------------------------- No longer reproducible. Possibly a side effect of https://www.opencsw.org/mantis/view.php?id=4338. From noreply at opencsw.org Mon Jan 10 09:52:09 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 09:52:09 +0100 Subject: [bug-notifications] [pm_htmlmason 0004476]: Please depend on CSWpmparamsvalidate instead of CSWpmprmsvldt In-Reply-To: <7c8176a4d5cbf0c59f4ba366ee2b233d> Message-ID: <02d889c0c7c17fe667d3a7fc56095a49@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4476 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: pm_htmlmason Issue ID: 4476 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-06-23 12:20 CEST Last Modified: 2011-01-10 09:52 CET ====================================================================== Summary: Please depend on CSWpmparamsvalidate instead of CSWpmprmsvldt Description: Please depend on CSWpmparamsvalidate instead of CSWpmprmsvldt ====================================================================== ---------------------------------------------------------------------- (0008050) bonivart (manager) - 2010-06-24 14:27 https://www.opencsw.org/mantis/view.php?id=4476#c8050 ---------------------------------------------------------------------- Submitted for release to current. From noreply at opencsw.org Mon Jan 10 09:53:03 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 09:53:03 +0100 Subject: [bug-notifications] [pm_iozlib 0004570]: Please rebuild without man pages In-Reply-To: <2a559d5baa21b48ebcd3cf534ea3b531> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4570 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: pm_iozlib Issue ID: 4570 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-10-06 13:59 CEST Last Modified: 2011-01-10 09:53 CET ====================================================================== Summary: Please rebuild without man pages Description: Due to a conflict with man pages from CSWperldoc I would like you to rebuild your package without man pages. A line this in GAR should take care of it: EXTRA_MERGE_EXCLUDE_FILES = .*\/man\/man3\/.* .*\/man\/man1\/.* ====================================================================== ---------------------------------------------------------------------- (0008672) bonivart (manager) - 2011-01-07 12:48 https://www.opencsw.org/mantis/view.php?id=4570#c8672 ---------------------------------------------------------------------- Fixed package submitted for release. From noreply at opencsw.org Mon Jan 10 14:06:45 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 14:06:45 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 In-Reply-To: <2f11c98565f396188bb0e1ebece64059> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3501 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: boost_rt Issue ID: 3501 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:38 CET Last Modified: 2011-01-10 14:06 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== ---------------------------------------------------------------------- (0008681) james (developer) - 2011-01-08 20:58 https://www.opencsw.org/mantis/view.php?id=3501#c8681 ---------------------------------------------------------------------- >= 1.36 needed by OpenOffice.org. configure: error: boost/spirit/include/classic_core.hpp not found. install boost >= 1.36 From noreply at opencsw.org Mon Jan 10 14:07:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 14:07:18 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 In-Reply-To: <2f11c98565f396188bb0e1ebece64059> Message-ID: <1f26813a86403886df476b99622fbb36@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3501 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: boost_rt Issue ID: 3501 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:38 CET Last Modified: 2011-01-10 14:07 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== ---------------------------------------------------------------------- (0008684) dam (administrator) - 2011-01-10 14:07 https://www.opencsw.org/mantis/view.php?id=3501#c8684 ---------------------------------------------------------------------- Hi James, an update is in the works and upstream fixed my reported critical bug: https://svn.boost.org/trac/boost/ticket/4757 When the next version is released I'll try again. Best regards -- Dago From noreply at opencsw.org Mon Jan 10 15:18:08 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 15:18:08 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 In-Reply-To: <2f11c98565f396188bb0e1ebece64059> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3501 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: boost_rt Issue ID: 3501 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:38 CET Last Modified: 2011-01-10 15:18 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== ---------------------------------------------------------------------- (0008685) james (developer) - 2011-01-10 15:18 https://www.opencsw.org/mantis/view.php?id=3501#c8685 ---------------------------------------------------------------------- It's not urgent as OOo uses internal version where the external is unavailable or not suitable. It's better to use external to avoid duplication but ... wow it's hard work reverse engineering out the standard parts so carefully embedded into OOo. From noreply at opencsw.org Mon Jan 10 16:57:43 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 10 Jan 2011 16:57:43 +0100 Subject: [bug-notifications] [openssh 0004494]: sshd shows wrong "last login" date/time In-Reply-To: Message-ID: <17e8b8a8998f22ba8cffdc123719bcb7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4494 ====================================================================== Reported By: helmped Assigned To: yann ====================================================================== Project: openssh Issue ID: 4494 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-07-20 15:45 CEST Last Modified: 2011-01-10 16:57 CET ====================================================================== 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 ====================================================================== ---------------------------------------------------------------------- (0008686) helmped (reporter) - 2011-01-10 16:57 https://www.opencsw.org/mantis/view.php?id=4494#c8686 ---------------------------------------------------------------------- I've tried your latest openssh package which seems to be working for interactive login. But there's still a difference to SUN ssh: Using opencsw ssh with public key authentication and listing files on a remote host like "ssh hostname ls" only the lastlog and utmpx file are updated but not the wtmpx file. Therefore this logon cann't be seen via the last command which reads the wtmpx file. When using SUN ssh all three files are updated. This behavior can be observed on linux systems too. Regards, Helmut From noreply at opencsw.org Tue Jan 11 11:00:19 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 11:00:19 +0100 Subject: [bug-notifications] [rdesktop 0004664]: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4664 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: rdesktop Issue ID: 4664 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-11 11:00 CET Last Modified: 2011-01-11 11:00 CET ====================================================================== Summary: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") Description: File transfers from/to Windows 2008 systems currently fail and rdesktop displays the following error message. "NOT IMPLEMENTED: IRP Query Volume Information class: 0x7" This is a known problem for which a patch exists. Patch has already been merged upstream, but not yet released in a post-1.6.0 release. http://csiuo.com/drupal/content/rdesktop-160-and-windows-server-2008-sp2 http://sourceforge.net/tracker/?func=detail&aid=2812158&group_id=24366&atid=381349 ====================================================================== From noreply at opencsw.org Tue Jan 11 11:22:44 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 11:22:44 +0100 Subject: [bug-notifications] [mbuffer 0004665]: Please upgrade to 20101230 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4665 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mbuffer Issue ID: 4665 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-11 11:22 CET Last Modified: 2011-01-11 11:22 CET ====================================================================== Summary: Please upgrade to 20101230 Description: Please upgrade to 20101230 ====================================================================== From noreply at opencsw.org Tue Jan 11 13:37:33 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 13:37:33 +0100 Subject: [bug-notifications] [libpoppler_devel 0004666]: GfxState.h Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4666 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: libpoppler_devel Issue ID: 4666 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-11 13:37 CET Last Modified: 2011-01-11 13:37 CET ====================================================================== Summary: GfxState.h Description: Attempting to build with CSW poppler I get complaints of missing headers which are in the poppler source distribution. Shouldn't these be in CSWlibpopplerdev? Note also "The 0.16 branch is the stable release series. The latest such release is poppler-0.16.0.tar.gz, released on Dec 27, 2010" ====================================================================== From noreply at opencsw.org Tue Jan 11 15:57:44 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 15:57:44 +0100 Subject: [bug-notifications] [rdesktop 0004664]: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") In-Reply-To: <3c84a556ad185a414608377165681861> Message-ID: <5de8b4b6a140421e23a5cdb931e0bdd5@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4664 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: rdesktop Issue ID: 4664 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-11 11:00 CET Last Modified: 2011-01-11 15:57 CET ====================================================================== Summary: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") Description: File transfers from/to Windows 2008 systems currently fail and rdesktop displays the following error message. "NOT IMPLEMENTED: IRP Query Volume Information class: 0x7" This is a known problem for which a patch exists. Patch has already been merged upstream, but not yet released in a post-1.6.0 release. http://csiuo.com/drupal/content/rdesktop-160-and-windows-server-2008-sp2 http://sourceforge.net/tracker/?func=detail&aid=2812158&group_id=24366&atid=381349 ====================================================================== From noreply at opencsw.org Tue Jan 11 16:15:39 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:15:39 +0100 Subject: [bug-notifications] [rdesktop 0004664]: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") In-Reply-To: <3c84a556ad185a414608377165681861> Message-ID: <7ee7e167b99a97325cacf42196832d29@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4664 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: rdesktop Issue ID: 4664 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2011-01-11 11:00 CET Last Modified: 2011-01-11 16:15 CET ====================================================================== Summary: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") Description: File transfers from/to Windows 2008 systems currently fail and rdesktop displays the following error message. "NOT IMPLEMENTED: IRP Query Volume Information class: 0x7" This is a known problem for which a patch exists. Patch has already been merged upstream, but not yet released in a post-1.6.0 release. http://csiuo.com/drupal/content/rdesktop-160-and-windows-server-2008-sp2 http://sourceforge.net/tracker/?func=detail&aid=2812158&group_id=24366&atid=381349 ====================================================================== ---------------------------------------------------------------------- (0008687) dam (administrator) - 2011-01-11 16:15 https://www.opencsw.org/mantis/view.php?id=4664#c8687 ---------------------------------------------------------------------- Updated packages are available from http://buildfarm.opencsw.org/experimental.html#rdesktop Please verify that the issue is resolved. From noreply at opencsw.org Tue Jan 11 16:34:59 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:34:59 +0100 Subject: [bug-notifications] [tor 0004102]: Please recompile against current libevent In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4102 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tor Issue ID: 4102 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-12-28 09:44 CET Last Modified: 2011-01-11 16:34 CET ====================================================================== Summary: Please recompile against current libevent Description: Current tor is linked against libevent-1.1a.so.1, please relink against current libevent. ====================================================================== From noreply at opencsw.org Tue Jan 11 16:35:22 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:35:22 +0100 Subject: [bug-notifications] [tor 0004102]: Please recompile against current libevent In-Reply-To: Message-ID: <51a1f5cf7c69e48b72ba84921444a14e@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4102 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tor Issue ID: 4102 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-12-28 09:44 CET Last Modified: 2011-01-11 16:35 CET ====================================================================== Summary: Please recompile against current libevent Description: Current tor is linked against libevent-1.1a.so.1, please relink against current libevent. ====================================================================== ---------------------------------------------------------------------- (0008688) dam (administrator) - 2011-01-11 16:35 https://www.opencsw.org/mantis/view.php?id=4102#c8688 ---------------------------------------------------------------------- Fixed in 0.2.1.28,REV=2011.01.06 and released to current/. From noreply at opencsw.org Tue Jan 11 16:35:37 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:35:37 +0100 Subject: [bug-notifications] [tin 0002992]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: <897655749f016d62914c57d11667b377@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2992 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tin Issue ID: 2992 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-15 16:19 CET Last Modified: 2011-01-11 16:35 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== From noreply at opencsw.org Tue Jan 11 16:35:58 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:35:58 +0100 Subject: [bug-notifications] [tin 0002992]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=2992 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tin Issue ID: 2992 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:19 CET Last Modified: 2011-01-11 16:35 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0008689) dam (administrator) - 2011-01-11 16:35 https://www.opencsw.org/mantis/view.php?id=2992#c8689 ---------------------------------------------------------------------- Fixed in 1.9.6,REV=2011.01.05 and released to current/. From noreply at opencsw.org Tue Jan 11 16:36:10 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:36:10 +0100 Subject: [bug-notifications] [tin 0003128]: Depend on CSWggettextrt In-Reply-To: Message-ID: <47e9f28d528acc20200dffcac329e70b@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3128 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: tin Issue ID: 3128 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2011-01-11 16:36 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== From noreply at opencsw.org Tue Jan 11 16:36:25 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:36:25 +0100 Subject: [bug-notifications] [tin 0003128]: Depend on CSWggettextrt In-Reply-To: Message-ID: <902a721f6c71188e730393b872c146e7@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3128 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: tin Issue ID: 3128 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2011-01-11 16:36 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008690) dam (administrator) - 2011-01-11 16:36 https://www.opencsw.org/mantis/view.php?id=3128#c8690 ---------------------------------------------------------------------- Fixed in 1.9.6,REV=2011.01.05 and released to current/. From noreply at opencsw.org Tue Jan 11 16:36:38 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:36:38 +0100 Subject: [bug-notifications] [tin 0004179]: Please recompile against current libicu In-Reply-To: <03924cffc277ce05115bdc827ed9529b> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4179 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tin Issue ID: 4179 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-23 18:00 CET Last Modified: 2011-01-11 16:36 CET ====================================================================== Summary: Please recompile against current libicu Description: Please recompile against current libicu ====================================================================== From noreply at opencsw.org Tue Jan 11 16:36:52 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:36:52 +0100 Subject: [bug-notifications] [tin 0004179]: Please recompile against current libicu In-Reply-To: <03924cffc277ce05115bdc827ed9529b> Message-ID: <2096442df7f36474c032ecda1d501c3d@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4179 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tin Issue ID: 4179 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-23 18:00 CET Last Modified: 2011-01-11 16:36 CET ====================================================================== Summary: Please recompile against current libicu Description: Please recompile against current libicu ====================================================================== ---------------------------------------------------------------------- (0008691) dam (administrator) - 2011-01-11 16:36 https://www.opencsw.org/mantis/view.php?id=4179#c8691 ---------------------------------------------------------------------- Fixed in 1.9.6,REV=2011.01.05 and released to current/. From noreply at opencsw.org Tue Jan 11 16:37:03 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:37:03 +0100 Subject: [bug-notifications] [x3270 0004178]: Please recompile against current libicu In-Reply-To: <4a1eeb760f8af517d373365ba0fb62ff> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4178 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: x3270 Issue ID: 4178 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-23 17:59 CET Last Modified: 2011-01-11 16:37 CET ====================================================================== Summary: Please recompile against current libicu Description: Please recompile against current libicu ====================================================================== From noreply at opencsw.org Tue Jan 11 16:37:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:37:18 +0100 Subject: [bug-notifications] [x3270 0004178]: Please recompile against current libicu In-Reply-To: <4a1eeb760f8af517d373365ba0fb62ff> Message-ID: <81d14bf6f7db7663ec048fcb8937bbff@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4178 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: x3270 Issue ID: 4178 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-23 17:59 CET Last Modified: 2011-01-11 16:37 CET ====================================================================== Summary: Please recompile against current libicu Description: Please recompile against current libicu ====================================================================== ---------------------------------------------------------------------- (0008692) dam (administrator) - 2011-01-11 16:37 https://www.opencsw.org/mantis/view.php?id=4178#c8692 ---------------------------------------------------------------------- Fixed in 1.9.6,REV=2011.01.05 and released to current/. From noreply at opencsw.org Tue Jan 11 16:39:16 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:39:16 +0100 Subject: [bug-notifications] [libicu 0004177]: Please provide 64 bit libs In-Reply-To: <3fa3f25889718ab8f8162f7076ddcc2d> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4177 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4177 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-01-23 14:20 CET Last Modified: 2011-01-11 16:39 CET ====================================================================== Summary: Please provide 64 bit libs Description: Please provide 64 bit libs needed as dependency for xerces-c ====================================================================== ---------------------------------------------------------------------- (0007317) james (developer) - 2010-01-23 17:46 https://www.opencsw.org/mantis/view.php?id=4177#c7317 ---------------------------------------------------------------------- Both CSWtin and CSWx3270 pre-date ICU 4.2.1 and use the older lib. Should they be rebuilt? You'll have to ask the respective maintainers. If the run time only packed the libraries for a particular version it would be easier to manage. CSWtin and CSWx3270 could be updated and when done it would need no change to icu 4.2 because it wouldn't contain 3.6 in the first place. The case for a 64 bit package split is strong here because not of the current depends need it. From noreply at opencsw.org Tue Jan 11 16:39:37 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:39:37 +0100 Subject: [bug-notifications] [libicu 0004177]: Please provide 64 bit libs In-Reply-To: <3fa3f25889718ab8f8162f7076ddcc2d> Message-ID: <38e8a0bdc1aa56d682238e3b0e7ad2d3@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4177 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4177 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-01-23 14:20 CET Last Modified: 2011-01-11 16:39 CET ====================================================================== Summary: Please provide 64 bit libs Description: Please provide 64 bit libs needed as dependency for xerces-c ====================================================================== ---------------------------------------------------------------------- (0008693) dam (administrator) - 2011-01-11 16:39 https://www.opencsw.org/mantis/view.php?id=4177#c8693 ---------------------------------------------------------------------- Fixed in 4.6,REV=2011.01.04 and released to current/. From noreply at opencsw.org Tue Jan 11 16:39:56 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:39:56 +0100 Subject: [bug-notifications] [libicu 0004451]: Please upgrade to 4.4 In-Reply-To: Message-ID: <598c4c374c5e9b4412fa89f1369f8aa2@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4451 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4451 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-14 18:39 CEST Last Modified: 2011-01-11 16:39 CET ====================================================================== Summary: Please upgrade to 4.4 Description: Please upgrade to 4.4 ====================================================================== From noreply at opencsw.org Tue Jan 11 16:40:09 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:40:09 +0100 Subject: [bug-notifications] [libicu 0004451]: Please upgrade to 4.4 In-Reply-To: Message-ID: <3319a845521bd5713ebc6c0e43374c7e@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4451 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4451 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-14 18:39 CEST Last Modified: 2011-01-11 16:40 CET ====================================================================== Summary: Please upgrade to 4.4 Description: Please upgrade to 4.4 ====================================================================== ---------------------------------------------------------------------- (0008694) dam (administrator) - 2011-01-11 16:40 https://www.opencsw.org/mantis/view.php?id=4451#c8694 ---------------------------------------------------------------------- Fixed in 4.6,REV=2011.01.04 and released to current/. From noreply at opencsw.org Tue Jan 11 16:42:45 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:42:45 +0100 Subject: [bug-notifications] [libicu 0004452]: icu-config assumes -n is available for echo In-Reply-To: <1d2fde06e98a35bdcab617f872e76511> Message-ID: <106f6e8533bf616584b468541c2d8e5a@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4452 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4452 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-06-14 18:43 CEST Last Modified: 2011-01-11 16:42 CET ====================================================================== Summary: icu-config assumes -n is available for echo Description: > current9x# /opt/csw/bin/icu-config --version > -n 4.2.1 > ( followed by newline) The issue can be resolved by adding PATH=/usr/ucb:$PATH in the first part of /opt/csw/bin/icu-config ====================================================================== ---------------------------------------------------------------------- (0008051) dam (administrator) - 2010-06-24 14:32 https://www.opencsw.org/mantis/view.php?id=4452#c8051 ---------------------------------------------------------------------- Hi James, never mind, I am already respinning libicu. From noreply at opencsw.org Tue Jan 11 16:43:02 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:43:02 +0100 Subject: [bug-notifications] [libicu 0004452]: icu-config assumes -n is available for echo In-Reply-To: <1d2fde06e98a35bdcab617f872e76511> Message-ID: <309f360a025ab55c5b92330ff6199fa7@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4452 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4452 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-06-14 18:43 CEST Last Modified: 2011-01-11 16:43 CET ====================================================================== Summary: icu-config assumes -n is available for echo Description: > current9x# /opt/csw/bin/icu-config --version > -n 4.2.1 > ( followed by newline) The issue can be resolved by adding PATH=/usr/ucb:$PATH in the first part of /opt/csw/bin/icu-config ====================================================================== ---------------------------------------------------------------------- (0008695) dam (administrator) - 2011-01-11 16:43 https://www.opencsw.org/mantis/view.php?id=4452#c8695 ---------------------------------------------------------------------- Fixed in 4.6,REV=2011.01.04 and released to current/. From noreply at opencsw.org Tue Jan 11 16:43:38 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:43:38 +0100 Subject: [bug-notifications] [libicu 0004452]: icu-config assumes -n is available for echo In-Reply-To: <1d2fde06e98a35bdcab617f872e76511> Message-ID: <38596765bd902c9145e43e96cc293e05@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4452 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libicu Issue ID: 4452 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-06-14 18:43 CEST Last Modified: 2011-01-11 16:43 CET ====================================================================== Summary: icu-config assumes -n is available for echo Description: > current9x# /opt/csw/bin/icu-config --version > -n 4.2.1 > ( followed by newline) The issue can be resolved by adding PATH=/usr/ucb:$PATH in the first part of /opt/csw/bin/icu-config ====================================================================== ---------------------------------------------------------------------- (0008696) dam (administrator) - 2011-01-11 16:43 https://www.opencsw.org/mantis/view.php?id=4452#c8696 ---------------------------------------------------------------------- Note: This was reported and fixed upstream as http://bugs.icu-project.org/trac/ticket/7768 From noreply at opencsw.org Tue Jan 11 16:50:28 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 16:50:28 +0100 Subject: [bug-notifications] [cupsdev 0004667]: Missing depend CSWcups-devel Message-ID: <53df7f5008e906bcf01a76600786ffdf@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4667 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cupsdev Issue ID: 4667 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-11 16:50 CET Last Modified: 2011-01-11 16:50 CET ====================================================================== Summary: Missing depend CSWcups-devel Description: This package needs to call CSWcups-devel for it to be a transitional package. ====================================================================== From noreply at opencsw.org Tue Jan 11 17:02:20 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 17:02:20 +0100 Subject: [bug-notifications] [xmlstarlet 0004644]: Multiple options (-a -u) not supported in element mode In-Reply-To: <739349629ba36922199a51cb6aed04fe> Message-ID: <7596368313c5b3cefe863145e973d337@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4644 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: xmlstarlet Issue ID: 4644 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-21 17:52 CET Last Modified: 2011-01-11 17:02 CET ====================================================================== Summary: Multiple options (-a -u) not supported in element mode Description: I am hitting errors when trying to use multiple options (-u and -a) in element mode with 1.0.2. On their own, these option do work, combining them (which I would like to do to reduce output) doesn't seem to be possible though. $ xmlstarlet el -u config.xml UserScriptConfig UserScriptConfig/Script UserScriptConfig/Script/Include $ xmlstarlet el -a config.xml UserScriptConfig UserScriptConfig/Script UserScriptConfig/Script/@filename UserScriptConfig/Script/@name UserScriptConfig/Script/@namespace ... $ xmlstarlet el -u -a config.xml I/O warning : failed to load external entity "-a" $ xmlstarlet el -u -a config.xml I/O warning : failed to load external entity "-a" $ xmlstarlet el -ua config.xml XMLStarlet Toolkit: Display element structure of XML document Usage: xml el [] where - input XML document file name (stdin is used if missing) is one of: -a - show attributes as well -v - show attributes and their values -u - print out sorted unique lines -d - print out sorted unique lines up to depth XMLStarlet is a command line toolkit to query/edit/check/transform XML documents (for more information see http://xmlstar.sourceforge.net/) ====================================================================== ---------------------------------------------------------------------- (0008697) dam (administrator) - 2011-01-11 17:02 https://www.opencsw.org/mantis/view.php?id=4644#c8697 ---------------------------------------------------------------------- Please report errors only concerning upstream at the SF website: https://sourceforge.net/tracker/?group_id=66612&atid=515106 xmlstarlet now has more upstream developers working on functional fixes. From noreply at opencsw.org Tue Jan 11 17:02:31 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 17:02:31 +0100 Subject: [bug-notifications] [xmlstarlet 0004645]: Return code in select mode could indicate whether query matches or not In-Reply-To: <52f5fdc93ccce845fdc18d7ad7ca0727> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4645 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: xmlstarlet Issue ID: 4645 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-12-21 18:51 CET Last Modified: 2011-01-11 17:02 CET ====================================================================== Summary: Return code in select mode could indicate whether query matches or not Description: I am trying to use xmlstarlet to test whether XML documents contain certain elements. Here it would be very helpful, if xmlstarlet could indicate via its return code whether or not matching elements were found (just like e.g. grep does). Currently, the return code is always 0 in either case. $ cat test.xml bar $ xmlstarlet sel -t -c "//item[@name='foo']" test.xml bar $ echo $? 0 $ xmlstarlet sel -t -c "//item[@name='foo-nomatch']" test.xml $ echo $? 0 ====================================================================== From noreply at opencsw.org Tue Jan 11 17:02:42 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 17:02:42 +0100 Subject: [bug-notifications] [xmlstarlet 0004645]: Return code in select mode could indicate whether query matches or not In-Reply-To: <52f5fdc93ccce845fdc18d7ad7ca0727> Message-ID: <6a963ba0f91d12de5eb6f413f728110f@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4645 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: xmlstarlet Issue ID: 4645 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-21 18:51 CET Last Modified: 2011-01-11 17:02 CET ====================================================================== Summary: Return code in select mode could indicate whether query matches or not Description: I am trying to use xmlstarlet to test whether XML documents contain certain elements. Here it would be very helpful, if xmlstarlet could indicate via its return code whether or not matching elements were found (just like e.g. grep does). Currently, the return code is always 0 in either case. $ cat test.xml bar $ xmlstarlet sel -t -c "//item[@name='foo']" test.xml bar $ echo $? 0 $ xmlstarlet sel -t -c "//item[@name='foo-nomatch']" test.xml $ echo $? 0 ====================================================================== ---------------------------------------------------------------------- (0008698) dam (administrator) - 2011-01-11 17:02 https://www.opencsw.org/mantis/view.php?id=4645#c8698 ---------------------------------------------------------------------- Please report errors only concerning upstream at the SF website: https://sourceforge.net/tracker/?group_id=66612&atid=515106 xmlstarlet now has more upstream developers working on functional fixes. From noreply at opencsw.org Tue Jan 11 17:56:58 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 17:56:58 +0100 Subject: [bug-notifications] [rdesktop 0004664]: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") In-Reply-To: <3c84a556ad185a414608377165681861> Message-ID: <5aedb02af20fa87456ab56326a35c616@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4664 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: rdesktop Issue ID: 4664 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2011-01-11 11:00 CET Last Modified: 2011-01-11 17:56 CET ====================================================================== Summary: Windows 2008, file transfers fail ("NOT IMPLEMENTED: IRP Query Volume Information class: 0x7") Description: File transfers from/to Windows 2008 systems currently fail and rdesktop displays the following error message. "NOT IMPLEMENTED: IRP Query Volume Information class: 0x7" This is a known problem for which a patch exists. Patch has already been merged upstream, but not yet released in a post-1.6.0 release. http://csiuo.com/drupal/content/rdesktop-160-and-windows-server-2008-sp2 http://sourceforge.net/tracker/?func=detail&aid=2812158&group_id=24366&atid=381349 ====================================================================== ---------------------------------------------------------------------- (0008699) skayser (administrator) - 2011-01-11 17:56 https://www.opencsw.org/mantis/view.php?id=4664#c8699 ---------------------------------------------------------------------- Works nicely, the copy process doesn't fail and the checksum of the transfered file also matches. Thanks! From noreply at opencsw.org Tue Jan 11 18:24:51 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 18:24:51 +0100 Subject: [bug-notifications] [xmlstarlet 0004645]: Return code in select mode could indicate whether query matches or not In-Reply-To: <52f5fdc93ccce845fdc18d7ad7ca0727> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4645 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: xmlstarlet Issue ID: 4645 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-12-21 18:51 CET Last Modified: 2011-01-11 18:24 CET ====================================================================== Summary: Return code in select mode could indicate whether query matches or not Description: I am trying to use xmlstarlet to test whether XML documents contain certain elements. Here it would be very helpful, if xmlstarlet could indicate via its return code whether or not matching elements were found (just like e.g. grep does). Currently, the return code is always 0 in either case. $ cat test.xml bar $ xmlstarlet sel -t -c "//item[@name='foo']" test.xml bar $ echo $? 0 $ xmlstarlet sel -t -c "//item[@name='foo-nomatch']" test.xml $ echo $? 0 ====================================================================== ---------------------------------------------------------------------- (0008700) skayser (administrator) - 2011-01-11 18:24 https://www.opencsw.org/mantis/view.php?id=4645#c8700 ---------------------------------------------------------------------- Filed this bug as an upstream feature request. https://sourceforge.net/tracker/?func=detail&aid=3155702&group_id=66612&atid=515109 From noreply at opencsw.org Tue Jan 11 19:08:16 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 19:08:16 +0100 Subject: [bug-notifications] [cupsdev 0004667]: Missing depend CSWcups-devel In-Reply-To: Message-ID: <28f1861adf035d5c525d44441d6d7b77@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4667 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cupsdev Issue ID: 4667 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-11 16:50 CET Last Modified: 2011-01-11 19:08 CET ====================================================================== Summary: Missing depend CSWcups-devel Description: This package needs to call CSWcups-devel for it to be a transitional package. ====================================================================== ---------------------------------------------------------------------- (0008701) maciej (manager) - 2011-01-11 19:08 https://www.opencsw.org/mantis/view.php?id=4667#c8701 ---------------------------------------------------------------------- I was thinking about renaming CSWcups-devel to CSWcups-dev to standardize the name, and removing the other two packages. Do you think a transitional dev package is necessary? From noreply at opencsw.org Tue Jan 11 19:20:48 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 11 Jan 2011 19:20:48 +0100 Subject: [bug-notifications] [cupsdev 0004667]: Missing depend CSWcups-devel In-Reply-To: Message-ID: <7a80384ad94691e8e6c3f03acea50725@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4667 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cupsdev Issue ID: 4667 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-11 16:50 CET Last Modified: 2011-01-11 19:20 CET ====================================================================== Summary: Missing depend CSWcups-devel Description: This package needs to call CSWcups-devel for it to be a transitional package. ====================================================================== ---------------------------------------------------------------------- (0008702) james (developer) - 2011-01-11 19:20 https://www.opencsw.org/mantis/view.php?id=4667#c8702 ---------------------------------------------------------------------- Given its purpose is as transitional package I have to say yes. Otherwise why does it exist? I presume you want people with CSWcupsdoc to do and update and get the new CSWcups-devel without thinking. That's what I and the build farm attempted, sample size 2 and we had 100% failure; the previously working system failed after update. Is auto install via the transition package necessary? no. Is it helpful? yes. In time you will quietly drop the old CSWcupsdoc and if you are being really tidy you will add an interference in the new to remove the old (depending on the package tools). CSWcups-devel vs CSWcups-dev, it's just fashion, neither is wrong, dev is more economical and just as clear, I prefer dev. From noreply at opencsw.org Fri Jan 14 01:02:10 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 14 Jan 2011 01:02:10 +0100 Subject: [bug-notifications] [pymysql 0004668]: Module MySQLdb outputs a DeprecationWarning Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4668 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: pymysql Issue ID: 4668 Category: other Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-14 01:02 CET Last Modified: 2011-01-14 01:02 CET ====================================================================== Summary: Module MySQLdb outputs a DeprecationWarning Description: /opt/csw/lib/python/site-packages/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet ====================================================================== From noreply at opencsw.org Fri Jan 14 03:56:50 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 14 Jan 2011 03:56:50 +0100 Subject: [bug-notifications] [ggettextrt 0004661]: incorrect source URL In-Reply-To: Message-ID: <991d739bae3c9ba92baa0e96124dbad2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4661 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: ggettextrt Issue ID: 4661 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-06 10:43 CET Last Modified: 2011-01-14 03:56 CET ====================================================================== Summary: incorrect source URL Description: from the project's README: "The homepage of this package is at http://www.gnu.org/software/gettext/ " ====================================================================== ---------------------------------------------------------------------- (0008703) bwalton (developer) - 2011-01-14 03:56 https://www.opencsw.org/mantis/view.php?id=4661#c8703 ---------------------------------------------------------------------- Hi Peter, This is already corrected in the new build recipe. I'm polishing it up to include your runtime OS detection patches and will hopefully release it soon. Thanks -Ben From noreply at opencsw.org Sun Jan 16 07:01:49 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 16 Jan 2011 07:01:49 +0100 Subject: [bug-notifications] [subversion_contrib 0004597]: dependency and specific documentation In-Reply-To: Message-ID: <8b196d0409bc2b27782d3896855a7c2d@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4597 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: subversion_contrib Issue ID: 4597 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-11-08 10:04 CET Last Modified: 2011-01-16 07:01 CET ====================================================================== Summary: dependency and specific documentation Description: This package provides a bunch of contributed tools from the subversion repository in the package's documentation directory. Unfortunately there is no cursory explanation of how to install a contributed tool and, most importantly, what are the required run-time dependencies. For example, svn2cl needs the xslt processor supplied by libxslt package. My suggestion is, at least, to document the required dependencies for each contribution in a specific documentation and, if there is interest, to supply some contributions in a separated package which have explicit run-time dependencies. ====================================================================== ---------------------------------------------------------------------- (0008704) rupert (manager) - 2011-01-16 07:01 https://www.opencsw.org/mantis/view.php?id=4597#c8704 ---------------------------------------------------------------------- no feedback .... From noreply at opencsw.org Mon Jan 17 13:33:04 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 17 Jan 2011 13:33:04 +0100 Subject: [bug-notifications] [gdb 0004669]: installation error Message-ID: <78061d0f4785274dc9852a04bf8c8ad3@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4669 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: gdb Issue ID: 4669 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-17 13:33 CET Last Modified: 2011-01-17 13:33 CET ====================================================================== Summary: installation error Description: Durring an upgrade of a quite ancient system (SPARC) Solaris 10 the installation fails with the following messages: => Installing CSWossh-5.4p1,REV=2010.03.25 (178/238) ... Please see /opt/csw/share/doc/openssh/license for license information. Restoring /etc/opt/csw/preserve/CSWossh/moduli Restoring /etc/opt/csw/preserve/CSWossh/sshd_config Installing class ... cp: cannot create /etc/opt/csw/init.d/cswopenssh: No such file or directory pkgadd: ERROR: class action script did not complete successfully ERROR: attribute verification of failed pathname does not exist Installation of partially failed. The previous ossh version was 5.3p1,REV=2009.12.16 ====================================================================== From noreply at opencsw.org Mon Jan 17 13:36:56 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 17 Jan 2011 13:36:56 +0100 Subject: [bug-notifications] [openssh 0004670]: installation error Message-ID: <68c8c4dadd28f8341a6a2e89fe898f12@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4670 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: openssh Issue ID: 4670 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-17 13:36 CET Last Modified: 2011-01-17 13:36 CET ====================================================================== Summary: installation error Description: Durring an upgrade of a quite ancient system (SPARC) Solaris 10 the installation fails with the following messages: => Installing CSWossh-5.4p1,REV=2010.03.25 (178/238) ... Please see /opt/csw/share/doc/openssh/license for license information. Restoring /etc/opt/csw/preserve/CSWossh/moduli Restoring /etc/opt/csw/preserve/CSWossh/sshd_config Installing class ... cp: cannot create /etc/opt/csw/init.d/cswopenssh: No such file or directory pkgadd: ERROR: class action script did not complete successfully ERROR: attribute verification of failed pathname does not exist Installation of partially failed. The previous ossh version was 5.3p1,REV=2009.12.16 ====================================================================== From noreply at opencsw.org Mon Jan 17 13:37:05 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 17 Jan 2011 13:37:05 +0100 Subject: [bug-notifications] [gdb 0004669]: installation error In-Reply-To: <345870c8c6ca06e0eb72c1edb22e2c3a> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4669 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: gdb Issue ID: 4669 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2011-01-17 13:33 CET Last Modified: 2011-01-17 13:37 CET ====================================================================== Summary: installation error Description: Durring an upgrade of a quite ancient system (SPARC) Solaris 10 the installation fails with the following messages: => Installing CSWossh-5.4p1,REV=2010.03.25 (178/238) ... Please see /opt/csw/share/doc/openssh/license for license information. Restoring /etc/opt/csw/preserve/CSWossh/moduli Restoring /etc/opt/csw/preserve/CSWossh/sshd_config Installing class ... cp: cannot create /etc/opt/csw/init.d/cswopenssh: No such file or directory pkgadd: ERROR: class action script did not complete successfully ERROR: attribute verification of failed pathname does not exist Installation of partially failed. The previous ossh version was 5.3p1,REV=2009.12.16 ====================================================================== ---------------------------------------------------------------------- (0008705) pfelecan (developer) - 2011-01-17 13:37 https://www.opencsw.org/mantis/view.php?id=4669#c8705 ---------------------------------------------------------------------- report issue concerning ossh package mistakenly filled for gdb... From noreply at opencsw.org Mon Jan 17 14:25:07 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 17 Jan 2011 14:25:07 +0100 Subject: [bug-notifications] [coreutils 0004671]: gtouch dumps core on coreutils 8.8 Message-ID: <8054c6c8cc053b20e893616bd92c9ea5@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4671 ====================================================================== Reported By: ochsnerm Assigned To: ====================================================================== Project: coreutils Issue ID: 4671 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-17 14:25 CET Last Modified: 2011-01-17 14:25 CET ====================================================================== Summary: gtouch dumps core on coreutils 8.8 Description: Last week I updated coreutils from Version 8.4 to Version 8.8 Now a simple touch command creates a coredump: [a80774103 at sansho ~]$ touch testfile Segmentation Fault (core dumped) [a80774103 at sansho ~]$ ls core testfile [a80774103 at sansho ~]$ adb core core file = core -- program ``/opt/csw/bin/gtouch'' on platform i86pc SIGSEGV: Segmentation Fault where adb: failed to dereference symbol: unknown symbol name truss shows that gtouch does a endless dup of the fd=0 after creating the file. See the attached (shortened) output of truss. I applied the recomended patches of 10/01/2011 and upgraded all CSW packages. These are the only changes to this system in the last month. Our other unchanged production system shows no such problem. Please mail me if any additional info is required. Thanks, Markus Ochsner ====================================================================== From noreply at opencsw.org Tue Jan 18 02:26:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 18 Jan 2011 02:26:47 +0100 Subject: [bug-notifications] [coreutils 0004671]: gtouch dumps core on coreutils 8.8 In-Reply-To: <66d9491cd57f93353a4fa27d269c65c8> Message-ID: <8a3a273048a8f145fe4213fa8840004a@www.opencsw.org> The following issue has been UPDATED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4671 ====================================================================== Reported By: ochsnerm Assigned To: ====================================================================== Project: coreutils Issue ID: 4671 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-17 14:25 CET Last Modified: 2011-01-18 02:26 CET ====================================================================== Summary: gtouch dumps core on coreutils 8.8 Description: Last week I updated coreutils from Version 8.4 to Version 8.8 Now a simple touch command creates a coredump: [a80774103 at sansho ~]$ touch testfile Segmentation Fault (core dumped) [a80774103 at sansho ~]$ ls core testfile [a80774103 at sansho ~]$ adb core core file = core -- program ``/opt/csw/bin/gtouch'' on platform i86pc SIGSEGV: Segmentation Fault where adb: failed to dereference symbol: unknown symbol name truss shows that gtouch does a endless dup of the fd=0 after creating the file. See the attached (shortened) output of truss. I applied the recomended patches of 10/01/2011 and upgraded all CSW packages. These are the only changes to this system in the last month. Our other unchanged production system shows no such problem. Please mail me if any additional info is required. Thanks, Markus Ochsner ====================================================================== ---------------------------------------------------------------------- (0008706) bwalton (manager) - 2011-01-18 02:26 https://www.opencsw.org/mantis/view.php?id=4671#c8706 ---------------------------------------------------------------------- Hi Markus, I'll dig into this a bit. I think it's likely related to a few changes with the recent patch set that broke other gnulib-based utilities. I'll also get 8.9 packaged up for you to test. Thanks -Ben From noreply at opencsw.org Tue Jan 18 10:15:35 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 18 Jan 2011 10:15:35 +0100 Subject: [bug-notifications] [coreutils 0004671]: gtouch dumps core on coreutils 8.8 In-Reply-To: <66d9491cd57f93353a4fa27d269c65c8> Message-ID: <7c8491d3e7a162328b20d6eca27be897@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4671 ====================================================================== Reported By: ochsnerm Assigned To: ====================================================================== Project: coreutils Issue ID: 4671 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-17 14:25 CET Last Modified: 2011-01-18 10:15 CET ====================================================================== Summary: gtouch dumps core on coreutils 8.8 Description: Last week I updated coreutils from Version 8.4 to Version 8.8 Now a simple touch command creates a coredump: [a80774103 at sansho ~]$ touch testfile Segmentation Fault (core dumped) [a80774103 at sansho ~]$ ls core testfile [a80774103 at sansho ~]$ adb core core file = core -- program ``/opt/csw/bin/gtouch'' on platform i86pc SIGSEGV: Segmentation Fault where adb: failed to dereference symbol: unknown symbol name truss shows that gtouch does a endless dup of the fd=0 after creating the file. See the attached (shortened) output of truss. I applied the recomended patches of 10/01/2011 and upgraded all CSW packages. These are the only changes to this system in the last month. Our other unchanged production system shows no such problem. Please mail me if any additional info is required. Thanks, Markus Ochsner ====================================================================== ---------------------------------------------------------------------- (0008707) dam (administrator) - 2011-01-18 10:15 https://www.opencsw.org/mantis/view.php?id=4671#c8707 ---------------------------------------------------------------------- This happens only on Solaris 10, both Sparc v9 and amd64. The Solaris 9 gtouch works on both Sparc and i386. From noreply at opencsw.org Tue Jan 18 16:56:49 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 18 Jan 2011 16:56:49 +0100 Subject: [bug-notifications] [libsoup 0004672]: Please remove unused libsoup-2.0.so Message-ID: <8fc7495fe700fb0523a2ea16966e779d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4672 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libsoup Issue ID: 4672 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-18 16:56 CET Last Modified: 2011-01-18 16:56 CET ====================================================================== Summary: Please remove unused libsoup-2.0.so Description: Please remove unused libsoup-2.0.so as it depends on the no longer shipped libgnutls.so.11 ====================================================================== From noreply at opencsw.org Tue Jan 18 17:06:31 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 18 Jan 2011 17:06:31 +0100 Subject: [bug-notifications] [libsoup 0004672]: Please remove unused libsoup-2.0.so In-Reply-To: Message-ID: <20e0f3b7164a658303829f9e996b0181@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4672 ====================================================================== Reported By: dam Assigned To: hson ====================================================================== Project: libsoup Issue ID: 4672 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-18 16:56 CET Last Modified: 2011-01-18 17:06 CET ====================================================================== Summary: Please remove unused libsoup-2.0.so Description: Please remove unused libsoup-2.0.so as it depends on the no longer shipped libgnutls.so.11 ====================================================================== From noreply at opencsw.org Wed Jan 19 11:01:05 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:01:05 +0100 Subject: [bug-notifications] [gdb 0003678]: please upgrade to 6.8 In-Reply-To: <6796883e95888f7a71c074f09e3bbe26> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3678 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 3678 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-05-18 09:20 CEST Last Modified: 2011-01-19 11:01 CET ====================================================================== Summary: please upgrade to 6.8 Description: Currently we are at 6.6. Is it possible to upgrade this package? TIA ====================================================================== From noreply at opencsw.org Wed Jan 19 11:01:43 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:01:43 +0100 Subject: [bug-notifications] [gdb 0003678]: please upgrade to 6.8 In-Reply-To: <6796883e95888f7a71c074f09e3bbe26> Message-ID: <150481c712776c864394f26019880a28@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3678 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 3678 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-05-18 09:20 CEST Last Modified: 2011-01-19 11:01 CET ====================================================================== Summary: please upgrade to 6.8 Description: Currently we are at 6.6. Is it possible to upgrade this package? TIA ====================================================================== ---------------------------------------------------------------------- (0008708) pfelecan (manager) - 2011-01-19 11:01 https://www.opencsw.org/mantis/view.php?id=3678#c8708 ---------------------------------------------------------------------- current release is 7.2 From noreply at opencsw.org Wed Jan 19 11:03:23 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:03:23 +0100 Subject: [bug-notifications] [gdb 0003072]: Depend on CSWggettextrt In-Reply-To: Message-ID: <31cd1518efbbcdd6774a9c03fc0ac804@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3072 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 3072 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:48 CET Last Modified: 2011-01-19 11:03 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== From noreply at opencsw.org Wed Jan 19 11:04:21 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:04:21 +0100 Subject: [bug-notifications] [gdb 0003072]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3072 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 3072 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: 2011-01-19 11:04 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008709) pfelecan (manager) - 2011-01-19 11:04 https://www.opencsw.org/mantis/view.php?id=3072#c8709 ---------------------------------------------------------------------- 7.2 depends now on gettextrt From noreply at opencsw.org Wed Jan 19 11:04:57 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:04:57 +0100 Subject: [bug-notifications] [gdb 0002756]: Please update to current version 6.7.1 In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2756 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 2756 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-01-26 13:39 CET Last Modified: 2011-01-19 11:04 CET ====================================================================== Summary: Please update to current version 6.7.1 Description: Please update to current version 6.7.1 ====================================================================== From noreply at opencsw.org Wed Jan 19 11:05:36 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:05:36 +0100 Subject: [bug-notifications] [gdb 0002756]: Please update to current version 6.7.1 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=2756 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 2756 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-01-26 13:39 CET Last Modified: 2011-01-19 11:05 CET ====================================================================== Summary: Please update to current version 6.7.1 Description: Please update to current version 6.7.1 ====================================================================== ---------------------------------------------------------------------- (0008710) pfelecan (manager) - 2011-01-19 11:05 https://www.opencsw.org/mantis/view.php?id=2756#c8710 ---------------------------------------------------------------------- 7.2 is now available From noreply at opencsw.org Wed Jan 19 11:06:17 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:06:17 +0100 Subject: [bug-notifications] [gdb 0002757]: Please add support for amd64 In-Reply-To: <287449d350c26fb612d767ddff6338e8> Message-ID: <02c20994333915d71ac48473e1045432@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2757 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 2757 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-01-26 13:40 CET Last Modified: 2011-01-19 11:06 CET ====================================================================== Summary: Please add support for amd64 Description: Please add support for amd64 ====================================================================== From noreply at opencsw.org Wed Jan 19 11:08:17 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:08:17 +0100 Subject: [bug-notifications] [gdb 0001452]: GDB can debug 64-bit applications In-Reply-To: <54703d8e70f198b250039ad06db297c0> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=1452 ====================================================================== Reported By: krijo210 Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 1452 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-02-08 10:46 CET Last Modified: 2011-01-19 11:08 CET ====================================================================== Summary: GDB can debug 64-bit applications Description: GDB can\'t debug 64-bit applications when GDB self is a 32-bit program. I would suggest to create a new package named gdb64 that do not conflict with the existing gdb package. I would a least most appreciate it. setenv CC \"gcc -m64\" ./configure --prefix=/usr/local/pkg/gdb64 make all make install ====================================================================== From noreply at opencsw.org Wed Jan 19 11:10:13 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:10:13 +0100 Subject: [bug-notifications] [gdb 0002757]: Please add support for amd64 In-Reply-To: <287449d350c26fb612d767ddff6338e8> Message-ID: <0b7e43765b9c6582436b063411fed70e@www.opencsw.org> The following issue has been set as RELATED TO issue 0001452. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2757 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 2757 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: confirmed ====================================================================== Date Submitted: 2008-01-26 13:40 CET Last Modified: 2011-01-19 11:10 CET ====================================================================== Summary: Please add support for amd64 Description: Please add support for amd64 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0001452 GDB can debug 64-bit applications ====================================================================== ---------------------------------------------------------------------- (0008711) pfelecan (manager) - 2011-01-19 11:07 https://www.opencsw.org/mantis/view.php?id=2757#c8711 ---------------------------------------------------------------------- the first 7.2 release doesn't support amd64 or any 64 bit applications. A future release will add support for 64 bit application on Solaris 10 Intel and SPARC From noreply at opencsw.org Wed Jan 19 11:10:14 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:10:14 +0100 Subject: [bug-notifications] [gdb 0001452]: GDB can debug 64-bit applications In-Reply-To: <54703d8e70f198b250039ad06db297c0> Message-ID: <86313e16bd2dfa69f8598c423c1424b8@www.opencsw.org> The following issue has been set as RELATED TO issue 0002757. ====================================================================== https://www.opencsw.org/mantis/view.php?id=1452 ====================================================================== Reported By: krijo210 Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 1452 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-02-08 10:46 CET Last Modified: 2011-01-19 11:08 CET ====================================================================== Summary: GDB can debug 64-bit applications Description: GDB can\'t debug 64-bit applications when GDB self is a 32-bit program. I would suggest to create a new package named gdb64 that do not conflict with the existing gdb package. I would a least most appreciate it. setenv CC \"gcc -m64\" ./configure --prefix=/usr/local/pkg/gdb64 make all make install ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002757 Please add support for amd64 ====================================================================== From noreply at opencsw.org Wed Jan 19 11:19:56 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 19 Jan 2011 11:19:56 +0100 Subject: [bug-notifications] [gdb 0004669]: installation error In-Reply-To: <345870c8c6ca06e0eb72c1edb22e2c3a> Message-ID: <6ef436974c104ad28c552432a8ba1038@www.opencsw.org> The following issue has been DELETED. ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: gdb Issue ID: 4669 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: suspended Fixed in Version: ====================================================================== Date Submitted: 2011-01-17 13:33 CET Last Modified: 2011-01-17 13:37 CET ====================================================================== Summary: installation error Description: Durring an upgrade of a quite ancient system (SPARC) Solaris 10 the installation fails with the following messages: => Installing CSWossh-5.4p1,REV=2010.03.25 (178/238) ... Please see /opt/csw/share/doc/openssh/license for license information. Restoring /etc/opt/csw/preserve/CSWossh/moduli Restoring /etc/opt/csw/preserve/CSWossh/sshd_config Installing class ... cp: cannot create /etc/opt/csw/init.d/cswopenssh: No such file or directory pkgadd: ERROR: class action script did not complete successfully ERROR: attribute verification of failed pathname does not exist Installation of partially failed. The previous ossh version was 5.3p1,REV=2009.12.16 ====================================================================== ---------------------------------------------------------------------- (0008705) pfelecan (manager) - 2011-01-17 13:37 https://www.opencsw.org/mantis/view.php?id=4669#c8705 ---------------------------------------------------------------------- report issue concerning ossh package mistakenly filled for gdb... From noreply at opencsw.org Thu Jan 20 02:32:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 02:32:47 +0100 Subject: [bug-notifications] [coreutils 0004671]: gtouch dumps core on coreutils 8.8 In-Reply-To: <66d9491cd57f93353a4fa27d269c65c8> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4671 ====================================================================== Reported By: ochsnerm Assigned To: bwalton ====================================================================== Project: coreutils Issue ID: 4671 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-17 14:25 CET Last Modified: 2011-01-20 02:32 CET ====================================================================== Summary: gtouch dumps core on coreutils 8.8 Description: Last week I updated coreutils from Version 8.4 to Version 8.8 Now a simple touch command creates a coredump: [a80774103 at sansho ~]$ touch testfile Segmentation Fault (core dumped) [a80774103 at sansho ~]$ ls core testfile [a80774103 at sansho ~]$ adb core core file = core -- program ``/opt/csw/bin/gtouch'' on platform i86pc SIGSEGV: Segmentation Fault where adb: failed to dereference symbol: unknown symbol name truss shows that gtouch does a endless dup of the fd=0 after creating the file. See the attached (shortened) output of truss. I applied the recomended patches of 10/01/2011 and upgraded all CSW packages. These are the only changes to this system in the last month. Our other unchanged production system shows no such problem. Please mail me if any additional info is required. Thanks, Markus Ochsner ====================================================================== ---------------------------------------------------------------------- (0008707) dam (administrator) - 2011-01-18 10:16 https://www.opencsw.org/mantis/view.php?id=4671#c8707 ---------------------------------------------------------------------- This happens only on Solaris 10, both Sparc v9 and amd64. The Solaris 9 gtouch works on both Sparc and i386. As it also cores on the buildfarm this currently prohibits building 64 bit stuff on amd64 with autoconf. From noreply at opencsw.org Thu Jan 20 02:34:39 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 02:34:39 +0100 Subject: [bug-notifications] [coreutils 0004671]: gtouch dumps core on coreutils 8.8 In-Reply-To: <66d9491cd57f93353a4fa27d269c65c8> Message-ID: <0bcc8c47c55cd747138666ec8ade8451@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4671 ====================================================================== Reported By: ochsnerm Assigned To: bwalton ====================================================================== Project: coreutils Issue ID: 4671 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-17 14:25 CET Last Modified: 2011-01-20 02:34 CET ====================================================================== Summary: gtouch dumps core on coreutils 8.8 Description: Last week I updated coreutils from Version 8.4 to Version 8.8 Now a simple touch command creates a coredump: [a80774103 at sansho ~]$ touch testfile Segmentation Fault (core dumped) [a80774103 at sansho ~]$ ls core testfile [a80774103 at sansho ~]$ adb core core file = core -- program ``/opt/csw/bin/gtouch'' on platform i86pc SIGSEGV: Segmentation Fault where adb: failed to dereference symbol: unknown symbol name truss shows that gtouch does a endless dup of the fd=0 after creating the file. See the attached (shortened) output of truss. I applied the recomended patches of 10/01/2011 and upgraded all CSW packages. These are the only changes to this system in the last month. Our other unchanged production system shows no such problem. Please mail me if any additional info is required. Thanks, Markus Ochsner ====================================================================== ---------------------------------------------------------------------- (0008713) bwalton (manager) - 2011-01-20 02:34 https://www.opencsw.org/mantis/view.php?id=4671#c8713 ---------------------------------------------------------------------- The breakage still exists with 8.9. Digging further. -Ben From noreply at opencsw.org Thu Jan 20 03:42:39 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 03:42:39 +0100 Subject: [bug-notifications] [coreutils 0004583]: Please upgrade to 8.6 In-Reply-To: <0fac64f9e16793f169ee4cc664f55636> Message-ID: <29fa1674ce2d28cbf42b587ace7cafd0@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4583 ====================================================================== Reported By: dam Assigned To: bwalton ====================================================================== Project: coreutils Issue ID: 4583 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-10-20 12:33 CEST Last Modified: 2011-01-20 03:42 CET ====================================================================== Summary: Please upgrade to 8.6 Description: Please upgrade to 8.6 as released by SFW today ====================================================================== ---------------------------------------------------------------------- (0008714) bwalton (manager) - 2011-01-20 03:42 https://www.opencsw.org/mantis/view.php?id=4583#c8714 ---------------------------------------------------------------------- 8.8 was released. From noreply at opencsw.org Thu Jan 20 03:43:10 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 03:43:10 +0100 Subject: [bug-notifications] [coreutils 0004671]: gtouch dumps core on coreutils 8.8 In-Reply-To: <66d9491cd57f93353a4fa27d269c65c8> Message-ID: <3d9f61246b03ff51204e7bfb63ca5f10@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4671 ====================================================================== Reported By: ochsnerm Assigned To: bwalton ====================================================================== Project: coreutils Issue ID: 4671 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-17 14:25 CET Last Modified: 2011-01-20 03:43 CET ====================================================================== Summary: gtouch dumps core on coreutils 8.8 Description: Last week I updated coreutils from Version 8.4 to Version 8.8 Now a simple touch command creates a coredump: [a80774103 at sansho ~]$ touch testfile Segmentation Fault (core dumped) [a80774103 at sansho ~]$ ls core testfile [a80774103 at sansho ~]$ adb core core file = core -- program ``/opt/csw/bin/gtouch'' on platform i86pc SIGSEGV: Segmentation Fault where adb: failed to dereference symbol: unknown symbol name truss shows that gtouch does a endless dup of the fd=0 after creating the file. See the attached (shortened) output of truss. I applied the recomended patches of 10/01/2011 and upgraded all CSW packages. These are the only changes to this system in the last month. Our other unchanged production system shows no such problem. Please mail me if any additional info is required. Thanks, Markus Ochsner ====================================================================== ---------------------------------------------------------------------- (0008715) bwalton (manager) - 2011-01-20 03:43 https://www.opencsw.org/mantis/view.php?id=4671#c8715 ---------------------------------------------------------------------- Building on solaris 10 directly sees gtouch work properly... From noreply at opencsw.org Thu Jan 20 05:24:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 05:24:18 +0100 Subject: [bug-notifications] [pm_htmltree 0004673]: Please update to HTML::Tree 4.1 Message-ID: <8027acf78abb726cc7917b18c2335377@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4673 ====================================================================== Reported By: jcraig Assigned To: ====================================================================== Project: pm_htmltree Issue ID: 4673 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-20 05:24 CET Last Modified: 2011-01-20 05:24 CET ====================================================================== Summary: Please update to HTML::Tree 4.1 Description: I need to build a package that requires a newer version of this module. Let me know if you would like me to update this module for you. Thanks, Jon ====================================================================== From noreply at opencsw.org Thu Jan 20 09:08:29 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 09:08:29 +0100 Subject: [bug-notifications] [pm_htmltree 0004673]: Please update to HTML::Tree 4.1 In-Reply-To: <9e8549f9855d428ac32a4aa1598a7ad2> Message-ID: <448347229583b9d2816d0b0275fbfdb7@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4673 ====================================================================== Reported By: jcraig Assigned To: dam ====================================================================== Project: pm_htmltree Issue ID: 4673 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-20 05:24 CET Last Modified: 2011-01-20 09:08 CET ====================================================================== Summary: Please update to HTML::Tree 4.1 Description: I need to build a package that requires a newer version of this module. Let me know if you would like me to update this module for you. Thanks, Jon ====================================================================== From noreply at opencsw.org Thu Jan 20 09:13:46 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 09:13:46 +0100 Subject: [bug-notifications] [pm_htmltree 0004673]: Please update to HTML::Tree 4.1 In-Reply-To: <9e8549f9855d428ac32a4aa1598a7ad2> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4673 ====================================================================== Reported By: jcraig Assigned To: dam ====================================================================== Project: pm_htmltree Issue ID: 4673 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2011-01-20 05:24 CET Last Modified: 2011-01-20 09:13 CET ====================================================================== Summary: Please update to HTML::Tree 4.1 Description: I need to build a package that requires a newer version of this module. Let me know if you would like me to update this module for you. Thanks, Jon ====================================================================== ---------------------------------------------------------------------- (0008716) dam (administrator) - 2011-01-20 09:13 https://www.opencsw.org/mantis/view.php?id=4673#c8716 ---------------------------------------------------------------------- Fixed in 4.1,REV=2011.01.20 and released to current/. From noreply at opencsw.org Thu Jan 20 11:04:03 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:04:03 +0100 Subject: [bug-notifications] [gv 0004368]: gv very slow In-Reply-To: <7ddc5ed28bee3351eb155d188e6cd740> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4368 ====================================================================== Reported By: wcohrs Assigned To: james ====================================================================== Project: gv Issue ID: 4368 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 2010-03-23 13:30 CET Last Modified: 2011-01-20 11:04 CET ====================================================================== Summary: gv very slow Description: gv is very slow SPARC and x86 on a Server with Quad-Core AMD Opteron(tm) Processor 8380 2500MHz needs gv several minutes but gs needs only few seconds. the same picture on a Linux Server with gv needs also only few seconds. ====================================================================== ---------------------------------------------------------------------- (0008661) james (manager) - 2011-01-04 10:29 https://www.opencsw.org/mantis/view.php?id=4368#c8661 ---------------------------------------------------------------------- Closing as the underlying slowness is the with the GS parameter which is settable in GV. From noreply at opencsw.org Thu Jan 20 11:04:42 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:04:42 +0100 Subject: [bug-notifications] [antdoc 0004294]: Upgrade to 1.8.0 In-Reply-To: Message-ID: <36953552707b0760f732541e2ccefd03@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4294 ====================================================================== Reported By: wbonnet Assigned To: james ====================================================================== Project: antdoc Issue ID: 4294 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-02-17 22:30 CET Last Modified: 2011-01-20 11:04 CET ====================================================================== Summary: Upgrade to 1.8.0 Description: Please upgrade the package to version 1.8.0 ====================================================================== ---------------------------------------------------------------------- (0008570) james (manager) - 2010-12-15 20:24 https://www.opencsw.org/mantis/view.php?id=4294#c8570 ---------------------------------------------------------------------- This was fixed long ago with the release of ant 1.8.1 From noreply at opencsw.org Thu Jan 20 11:05:15 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:05:15 +0100 Subject: [bug-notifications] [ghostscript 0004288]: Please rebuild ghostscript to link against CSW X11 In-Reply-To: <3c9c0e51acaeb2b0cd0c17723585aeeb> Message-ID: <6303330a88f984ee5c951e41044e072c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4288 ====================================================================== Reported By: ellson Assigned To: james ====================================================================== Project: ghostscript Issue ID: 4288 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: won't fix Fixed in Version: ====================================================================== Date Submitted: 2010-02-17 14:45 CET Last Modified: 2011-01-20 11:05 CET ====================================================================== Summary: Please rebuild ghostscript to link against CSW X11 Description: /opt/csw/lib/libgs.so is linked against: libXt.so.4 => /usr/lib/libXt.so.4 libSM.so.6 => /usr/lib/libSM.so.6 libICE.so.6 => /usr/lib/libICE.so.6 libXext.so.0 => /usr/lib/libXext.so.0 libX11.so.4 => /usr/lib/libX11.so.4 ... and, /usr/lib/libX11.so.4 was linked against /usr/openwin/lib/libXext.so.0 This is causing problems when trying to use -lgs from graphviz. Would you please rebuild ghostscript so as to pick up the OpenCSW X11 libs from /opt/csw/X11/lib ? ====================================================================== ---------------------------------------------------------------------- (0008549) james (manager) - 2010-12-10 21:43 https://www.opencsw.org/mantis/view.php?id=4288#c8549 ---------------------------------------------------------------------- CSW X11 is no longer in favour so gs will remain linked to Sun X11 From noreply at opencsw.org Thu Jan 20 11:09:55 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:09:55 +0100 Subject: [bug-notifications] [gnucashcommon 0004611]: Cannot remove package, post install fails In-Reply-To: <5bfedf9e3baad982c1e9e8cfb0c9236b> Message-ID: <238e9a79d6d8db1e3c97bca99bcc0483@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4611 ====================================================================== Reported By: james Assigned To: james ====================================================================== Project: gnucashcommon Issue ID: 4611 Category: other Reproducibility: always Severity: block Priority: high Status: feedback ====================================================================== Date Submitted: 2010-11-19 14:59 CET Last Modified: 2011-01-20 11:09 CET ====================================================================== Summary: Cannot remove package, post install fails Description: Cannot remove package because post install fails. ====================================================================== ---------------------------------------------------------------------- (0008717) james (developer) - 2011-01-20 11:09 https://www.opencsw.org/mantis/view.php?id=4611#c8717 ---------------------------------------------------------------------- This is assigned to me but it's not my project. From noreply at opencsw.org Thu Jan 20 11:10:12 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:10:12 +0100 Subject: [bug-notifications] [gnucashcommon 0004611]: Cannot remove package, post install fails In-Reply-To: <5bfedf9e3baad982c1e9e8cfb0c9236b> Message-ID: <61204bcffaa3a9efdca015ee1889a012@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4611 ====================================================================== Reported By: james Assigned To: pfelecan ====================================================================== Project: gnucashcommon Issue ID: 4611 Category: other Reproducibility: always Severity: block Priority: high Status: assigned ====================================================================== Date Submitted: 2010-11-19 14:59 CET Last Modified: 2011-01-20 11:10 CET ====================================================================== Summary: Cannot remove package, post install fails Description: Cannot remove package because post install fails. ====================================================================== ---------------------------------------------------------------------- (0008717) james (developer) - 2011-01-20 11:09 https://www.opencsw.org/mantis/view.php?id=4611#c8717 ---------------------------------------------------------------------- This is assigned to me but it's not my project. From noreply at opencsw.org Thu Jan 20 11:14:04 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:14:04 +0100 Subject: [bug-notifications] [gnucashcommon 0004611]: Cannot remove package, post install fails In-Reply-To: <5bfedf9e3baad982c1e9e8cfb0c9236b> Message-ID: <5e93d958c619c58ca10602578194e849@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4611 ====================================================================== Reported By: james Assigned To: pfelecan ====================================================================== Project: gnucashcommon Issue ID: 4611 Category: other Reproducibility: always Severity: block Priority: high Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-11-19 14:59 CET Last Modified: 2011-01-20 11:14 CET ====================================================================== Summary: Cannot remove package, post install fails Description: Cannot remove package because post install fails. ====================================================================== ---------------------------------------------------------------------- (0008718) pfelecan (manager) - 2011-01-20 11:14 https://www.opencsw.org/mantis/view.php?id=4611#c8718 ---------------------------------------------------------------------- Besides, with the current GTK stack that OpenCSW offers I cannot provide a newer version. From noreply at opencsw.org Thu Jan 20 11:20:40 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 20 Jan 2011 11:20:40 +0100 Subject: [bug-notifications] [gnucashcommon 0004611]: Cannot remove package, post install fails In-Reply-To: <5bfedf9e3baad982c1e9e8cfb0c9236b> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4611 ====================================================================== Reported By: james Assigned To: pfelecan ====================================================================== Project: gnucashcommon Issue ID: 4611 Category: other Reproducibility: always Severity: block Priority: high Status: closed Resolution: unable to reproduce Fixed in Version: ====================================================================== Date Submitted: 2010-11-19 14:59 CET Last Modified: 2011-01-20 11:20 CET ====================================================================== Summary: Cannot remove package, post install fails Description: Cannot remove package because post install fails. ====================================================================== ---------------------------------------------------------------------- (0008719) james (developer) - 2011-01-20 11:20 https://www.opencsw.org/mantis/view.php?id=4611#c8719 ---------------------------------------------------------------------- The problem is that I can't remove gnucash when the sub program crashes, not that it crashes (that's a bug but not this one), this is fixable within gnucash. From noreply at opencsw.org Fri Jan 21 14:05:49 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 21 Jan 2011 14:05:49 +0100 Subject: [bug-notifications] [gtar 0004601]: gtar -xf Segmentation Fault In-Reply-To: <622a5d5760a3452a1f377ea013851900> Message-ID: <6212fdfa78dec7170da6320ae958f6d6@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4601 ====================================================================== Reported By: smwardle Assigned To: phil ====================================================================== Project: gtar Issue ID: 4601 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-11-09 11:36 CET Last Modified: 2011-01-21 14:05 CET ====================================================================== Summary: gtar -xf Segmentation Fault Description: Using gtar to extract multiple files from an archive (created by gtar) gives a Segmentation Fault. ====================================================================== ---------------------------------------------------------------------- (0008720) dam (administrator) - 2011-01-21 14:05 https://www.opencsw.org/mantis/view.php?id=4601#c8720 ---------------------------------------------------------------------- I think I found the issue. Would you mind trying the updated packages from experimental? http://buildfarm.opencsw.org/experimental.html#gtar From noreply at opencsw.org Fri Jan 21 14:21:53 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 21 Jan 2011 14:21:53 +0100 Subject: [bug-notifications] [gtar 0004601]: gtar -xf Segmentation Fault In-Reply-To: <622a5d5760a3452a1f377ea013851900> Message-ID: <7014811ca559f061502c2c7e4a4979a8@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4601 ====================================================================== Reported By: smwardle Assigned To: phil ====================================================================== Project: gtar Issue ID: 4601 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-11-09 11:36 CET Last Modified: 2011-01-21 14:21 CET ====================================================================== Summary: gtar -xf Segmentation Fault Description: Using gtar to extract multiple files from an archive (created by gtar) gives a Segmentation Fault. ====================================================================== ---------------------------------------------------------------------- (0008721) smwardle (reporter) - 2011-01-21 14:21 https://www.opencsw.org/mantis/view.php?id=4601#c8721 ---------------------------------------------------------------------- Just tried it but it's still segfaulting... From noreply at opencsw.org Fri Jan 21 16:31:16 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 21 Jan 2011 16:31:16 +0100 Subject: [bug-notifications] [gtar 0004601]: gtar -xf Segmentation Fault In-Reply-To: <622a5d5760a3452a1f377ea013851900> Message-ID: <8e861543613af2c40a8c94993733cd70@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4601 ====================================================================== Reported By: smwardle Assigned To: phil ====================================================================== Project: gtar Issue ID: 4601 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-11-09 11:36 CET Last Modified: 2011-01-21 16:31 CET ====================================================================== Summary: gtar -xf Segmentation Fault Description: Using gtar to extract multiple files from an archive (created by gtar) gives a Segmentation Fault. ====================================================================== ---------------------------------------------------------------------- (0008722) dam (administrator) - 2011-01-21 16:31 https://www.opencsw.org/mantis/view.php?id=4601#c8722 ---------------------------------------------------------------------- The error seems to occur only when the compilation is done on Solaris 9 and the package is used on Solaris 10. I have contacted upstream again about the issue and meanwhile made release-specific packages for 9 and 10: http://buildfarm.opencsw.org/experimental.html#gtar From noreply at opencsw.org Fri Jan 21 16:44:45 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 21 Jan 2011 16:44:45 +0100 Subject: [bug-notifications] [gtar 0004601]: gtar -xf Segmentation Fault In-Reply-To: <622a5d5760a3452a1f377ea013851900> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4601 ====================================================================== Reported By: smwardle Assigned To: phil ====================================================================== Project: gtar Issue ID: 4601 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-11-09 11:36 CET Last Modified: 2011-01-21 16:44 CET ====================================================================== Summary: gtar -xf Segmentation Fault Description: Using gtar to extract multiple files from an archive (created by gtar) gives a Segmentation Fault. ====================================================================== ---------------------------------------------------------------------- (0008723) smwardle (reporter) - 2011-01-21 16:44 https://www.opencsw.org/mantis/view.php?id=4601#c8723 ---------------------------------------------------------------------- I can confirm the release specific package is working on Solaris 10. From noreply at opencsw.org Fri Jan 21 22:50:46 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 21 Jan 2011 22:50:46 +0100 Subject: [bug-notifications] [python 0003054]: Add 64-bit support In-Reply-To: Message-ID: <08b6a1342865e7d043473e7f3bd2b03f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3054 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: python Issue ID: 3054 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2009-02-02 20:00 CET Last Modified: 2011-01-21 22:50 CET ====================================================================== Summary: Add 64-bit support Description: Need a 64-bit libpython for dependent packages. ====================================================================== ---------------------------------------------------------------------- (0008724) gadavis (developer) - 2011-01-21 22:50 https://www.opencsw.org/mantis/view.php?id=3054#c8724 ---------------------------------------------------------------------- +1 on this issue. From noreply at opencsw.org Sat Jan 22 15:39:20 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 15:39:20 +0100 Subject: [bug-notifications] [ap2_worker 0004580]: update does not restart in worker In-Reply-To: <9990dbf574792fb4c29f4f0ad111da79> Message-ID: <28bd20038efa6b9a9407664f2cdc48a3@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4580 ====================================================================== Reported By: james Assigned To: bwalton ====================================================================== Project: ap2_worker Issue ID: 4580 Category: packaging Reproducibility: sometimes Severity: major Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-10-19 13:34 CEST Last Modified: 2011-01-22 15:39 CET ====================================================================== Summary: update does not restart in worker Description: Updating the previous install running httpd.worker restarts prefork not worker. ====================================================================== ---------------------------------------------------------------------- (0008725) bwalton (manager) - 2011-01-22 15:39 https://www.opencsw.org/mantis/view.php?id=4580#c8725 ---------------------------------------------------------------------- I believe the packages in http://buildfarm.opencsw.org/experimental.html#apache2 should resolve this issue. I've backed up and addressed only open issues with apache2 (no moving of etc/ and var/, no version bump). Please test. Thanks -Ben From noreply at opencsw.org Sat Jan 22 15:40:29 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 15:40:29 +0100 Subject: [bug-notifications] [apache2 0004579]: Can not install in zone In-Reply-To: <1142676cd18a846802fd82f259d2aac5> Message-ID: <708700dc6f03f989cc37671d4d38544b@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4579 ====================================================================== Reported By: james Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4579 Category: packaging Reproducibility: sometimes Severity: block Priority: high Status: assigned ====================================================================== Date Submitted: 2010-10-19 13:32 CEST Last Modified: 2011-01-22 15:40 CET ====================================================================== Summary: Can not install in zone Description: Package tries to install files in /usr and fails when in zone. ====================================================================== ---------------------------------------------------------------------- (0008726) bwalton (manager) - 2011-01-22 15:40 https://www.opencsw.org/mantis/view.php?id=4579#c8726 ---------------------------------------------------------------------- This should be addressed in the packages at: http://buildfarm.opencsw.org/experimental.html#apache2 Modules are now handled with the build CAS instead of a custom written one. Please test. Thanks -Ben From noreply at opencsw.org Sat Jan 22 15:41:02 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 15:41:02 +0100 Subject: [bug-notifications] [apache2 0004647]: Apache was broken after updating the package. In-Reply-To: <13675018f4264bcdb9e5c2d1a04fc100> Message-ID: <8992c5b23ac0be36cfbdedf5c46ee313@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4647 ====================================================================== Reported By: niranjanb19 Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4647 Category: packaging Reproducibility: always Severity: major Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2010-12-22 17:21 CET Last Modified: 2011-01-22 15:41 CET ====================================================================== Summary: Apache was broken after updating the package. Description: httpd: Syntax error on line 78 of /opt/csw/apache2/etc/httpd.conf: Cannot load /opt/csw/apache2/libexec/mod_authnz_ldap.so into server: ld.so.1: httpd.prefork: fatal: libldap-2.4.so.2: open failed: No such file or directory ====================================================================== ---------------------------------------------------------------------- (0008727) bwalton (manager) - 2011-01-22 15:41 https://www.opencsw.org/mantis/view.php?id=4647#c8727 ---------------------------------------------------------------------- Please test the packages in http://buildfarm.opencsw.org/experimental.html#apache2 to see if the issue persists. Thanks -Ben From noreply at opencsw.org Sat Jan 22 18:50:54 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:50:54 +0100 Subject: [bug-notifications] [groff 0004654]: Please upgrade to 1.21 In-Reply-To: <60f3add53cf8f2db85aa800b6ac15fdb> Message-ID: <28802da9e299cc540fdf8b14ab35f908@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4654 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: groff Issue ID: 4654 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-04 11:20 CET Last Modified: 2011-01-22 18:50 CET ====================================================================== Summary: Please upgrade to 1.21 Description: Please upgrade to 1.21 ====================================================================== From noreply at opencsw.org Sat Jan 22 18:51:14 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:51:14 +0100 Subject: [bug-notifications] [ntp 0004655]: Please upgrade to 4.2.6p3 In-Reply-To: <7306d54717f8fa03a439384ce95fa386> Message-ID: <50ddc5e84adaf21deeaf11e6a1771498@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4655 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: ntp Issue ID: 4655 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-04 11:21 CET Last Modified: 2011-01-22 18:51 CET ====================================================================== Summary: Please upgrade to 4.2.6p3 Description: Please upgrade to 4.2.6p3 ====================================================================== From noreply at opencsw.org Sat Jan 22 18:52:07 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:52:07 +0100 Subject: [bug-notifications] [ntp 0004655]: Please upgrade to 4.2.6p3 In-Reply-To: <7306d54717f8fa03a439384ce95fa386> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4655 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: ntp Issue ID: 4655 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2011-01-04 11:21 CET Last Modified: 2011-01-22 18:52 CET ====================================================================== Summary: Please upgrade to 4.2.6p3 Description: Please upgrade to 4.2.6p3 ====================================================================== ---------------------------------------------------------------------- (0008728) james (manager) - 2011-01-22 18:52 https://www.opencsw.org/mantis/view.php?id=4655#c8728 ---------------------------------------------------------------------- 4.2.6p3,REV=2011.01.20 released From noreply at opencsw.org Sat Jan 22 18:52:53 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:52:53 +0100 Subject: [bug-notifications] [groff 0004654]: Please upgrade to 1.21 In-Reply-To: <60f3add53cf8f2db85aa800b6ac15fdb> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4654 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: groff Issue ID: 4654 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2011-01-04 11:20 CET Last Modified: 2011-01-22 18:52 CET ====================================================================== Summary: Please upgrade to 1.21 Description: Please upgrade to 1.21 ====================================================================== ---------------------------------------------------------------------- (0008729) james (manager) - 2011-01-22 18:52 https://www.opencsw.org/mantis/view.php?id=4654#c8729 ---------------------------------------------------------------------- 1.21,REV=2011.01.20 released From noreply at opencsw.org Sat Jan 22 18:54:28 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:54:28 +0100 Subject: [bug-notifications] [groff 0004018]: Please use the cswtexinfo class for *.info and remove mkdirentries from postinstall In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4018 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: groff Issue ID: 4018 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-11-11 16:16 CET Last Modified: 2011-01-22 18:54 CET ====================================================================== Summary: Please use the cswtexinfo class for *.info and remove mkdirentries from postinstall Description: Please use the cswtexinfo class for *.info and remove mkdirentries from postinstall ====================================================================== ---------------------------------------------------------------------- (0008730) james (manager) - 2011-01-22 18:54 https://www.opencsw.org/mantis/view.php?id=4018#c8730 ---------------------------------------------------------------------- 1.21,REV=2011.01.20 uses CSWcas-texinfo From noreply at opencsw.org Sat Jan 22 18:55:29 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:55:29 +0100 Subject: [bug-notifications] [groff 0004280]: /opt/csw/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition In-Reply-To: <8fe3f92bfcca72adeda9c03caf03b2bb> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4280 ====================================================================== Reported By: skayser Assigned To: james ====================================================================== Project: groff Issue ID: 4280 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-02-16 19:22 CET Last Modified: 2011-01-22 18:55 CET ====================================================================== Summary: /opt/csw/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition Description: Tested on build10x. When trying to format the autossh man page with gnroff, gnroff throws a warning: $ gnroff -man autossh.1 > /dev/null /opt/csw/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition The first part of the formatted man page (everything before the first .Sh) looks a bit garbled, although I don't know whether that's because of the above warning. R] .if 0nl] . setup-header ... UNTITLED LOCAL UNTITLED ... $] .tm Usage: .Sh section_name ... (https://www.opencsw.org/mantis/view.php?id=0.c]) I have attached the man page so that you can reproduce the warning message if necessary (and maybe shed some light on the garbled output). WRT to the warning message there is also a related bug report over at Gentoo: http://bugs.gentoo.org/263524. ====================================================================== ---------------------------------------------------------------------- (0008731) james (manager) - 2011-01-22 18:55 https://www.opencsw.org/mantis/view.php?id=4280#c8731 ---------------------------------------------------------------------- 1.21,REV=2011.01.20 has this rchar patch so should resolve this issue. From noreply at opencsw.org Sat Jan 22 18:57:10 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 18:57:10 +0100 Subject: [bug-notifications] [xsane 0003133]: Depend on CSWggettextrt In-Reply-To: <4fcf9c9e419c0abbcf6e2ab0641ee618> Message-ID: <31d7c88fc40e5987a132987a4dfef056@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3133 ====================================================================== Reported By: harpchad Assigned To: james ====================================================================== Project: xsane Issue ID: 3133 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2011-01-22 18:57 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008732) james (manager) - 2011-01-22 18:57 https://www.opencsw.org/mantis/view.php?id=3133#c8732 ---------------------------------------------------------------------- 0.998,REV=2011.01.11 uses CSWggettextrt From noreply at opencsw.org Sat Jan 22 23:26:36 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 22 Jan 2011 23:26:36 +0100 Subject: [bug-notifications] [mtr 0004674]: Please upgrade to 0.80 . Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4674 ====================================================================== Reported By: flod Assigned To: ====================================================================== Project: mtr Issue ID: 4674 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-22 23:26 CET Last Modified: 2011-01-22 23:26 CET ====================================================================== Summary: Please upgrade to 0.80 . Description: - ====================================================================== From noreply at opencsw.org Sun Jan 23 20:21:37 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 23 Jan 2011 20:21:37 +0100 Subject: [bug-notifications] [pius 0004522]: Several pathes are wrong In-Reply-To: Message-ID: <14303c9467cf47fdba58859329501e3d@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4522 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: pius Issue ID: 4522 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-08-15 12:30 CEST Last Modified: 2011-01-23 20:21 CET ====================================================================== Summary: Several pathes are wrong Description: Several pathes in the pius binary are wrong, like #!/usr/bin/python DEFAULT_GPG_PATH = '/usr/bin/gpg' Additionally, a dependency to CSWgpg is missing also. The wrong Python path should be detected by checkpkg. ====================================================================== From noreply at opencsw.org Sun Jan 23 20:22:07 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 23 Jan 2011 20:22:07 +0100 Subject: [bug-notifications] [pius 0004522]: Several pathes are wrong In-Reply-To: Message-ID: <92f20659529e0d76b819dd361f8574bc@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4522 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: pius Issue ID: 4522 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-08-15 12:30 CEST Last Modified: 2011-01-23 20:22 CET ====================================================================== Summary: Several pathes are wrong Description: Several pathes in the pius binary are wrong, like #!/usr/bin/python DEFAULT_GPG_PATH = '/usr/bin/gpg' Additionally, a dependency to CSWgpg is missing also. The wrong Python path should be detected by checkpkg. ====================================================================== ---------------------------------------------------------------------- (0008733) maciej (manager) - 2011-01-23 20:22 https://www.opencsw.org/mantis/view.php?id=4522#c8733 ---------------------------------------------------------------------- This has been fixed in the 2010.08.31 release of pius package. From noreply at opencsw.org Mon Jan 24 10:52:14 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 10:52:14 +0100 Subject: [bug-notifications] [gdb 0001452]: GDB can debug 64-bit applications In-Reply-To: <54703d8e70f198b250039ad06db297c0> Message-ID: <52d7bbf13026586c539c8f973007f103@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=1452 ====================================================================== Reported By: krijo210 Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 1452 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-02-08 10:46 CET Last Modified: 2011-01-24 10:52 CET ====================================================================== Summary: GDB can debug 64-bit applications Description: GDB can\'t debug 64-bit applications when GDB self is a 32-bit program. I would suggest to create a new package named gdb64 that do not conflict with the existing gdb package. I would a least most appreciate it. setenv CC \"gcc -m64\" ./configure --prefix=/usr/local/pkg/gdb64 make all make install ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002757 Please add support for amd64 ====================================================================== ---------------------------------------------------------------------- (0008712) pfelecan (manager) - 2011-01-19 11:11 https://www.opencsw.org/mantis/view.php?id=1452#c8712 ---------------------------------------------------------------------- the first 7.2 release doesn't support amd64 or any 64 bit applications. A future release will add support for 64 bit application on Solaris 10 Intel and SPARC From noreply at opencsw.org Mon Jan 24 10:52:16 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 10:52:16 +0100 Subject: [bug-notifications] [gdb 0002757]: Please add support for amd64 In-Reply-To: <287449d350c26fb612d767ddff6338e8> Message-ID: <04e6e89cb6515df97b0d2dbb7fd6753e@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=2757 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 2757 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-01-26 13:40 CET Last Modified: 2011-01-24 10:52 CET ====================================================================== Summary: Please add support for amd64 Description: Please add support for amd64 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0001452 GDB can debug 64-bit applications ====================================================================== ---------------------------------------------------------------------- (0008711) pfelecan (manager) - 2011-01-19 11:07 https://www.opencsw.org/mantis/view.php?id=2757#c8711 ---------------------------------------------------------------------- the first 7.2 release doesn't support amd64 or any 64 bit applications. A future release will add support for 64 bit application on Solaris 10 Intel and SPARC From noreply at opencsw.org Mon Jan 24 10:53:58 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 10:53:58 +0100 Subject: [bug-notifications] [gdb 0002757]: Please add support for amd64 In-Reply-To: <287449d350c26fb612d767ddff6338e8> Message-ID: <01cf613c241242673a1128774ded1f1f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=2757 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 2757 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-01-26 13:40 CET Last Modified: 2011-01-24 10:53 CET ====================================================================== Summary: Please add support for amd64 Description: Please add support for amd64 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0001452 GDB can debug 64-bit applications ====================================================================== ---------------------------------------------------------------------- (0008734) pfelecan (manager) - 2011-01-24 10:53 https://www.opencsw.org/mantis/view.php?id=2757#c8734 ---------------------------------------------------------------------- The new package released on January 21st supports debugging 64 bit applications.See /opt/csw/doc/gdb/README.CSW for details. From noreply at opencsw.org Mon Jan 24 10:54:28 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 10:54:28 +0100 Subject: [bug-notifications] [gdb 0001452]: GDB can debug 64-bit applications In-Reply-To: <54703d8e70f198b250039ad06db297c0> Message-ID: <598fbff25b2ccd89a6fed8def898c640@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=1452 ====================================================================== Reported By: krijo210 Assigned To: pfelecan ====================================================================== Project: gdb Issue ID: 1452 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-02-08 10:46 CET Last Modified: 2011-01-24 10:54 CET ====================================================================== Summary: GDB can debug 64-bit applications Description: GDB can\'t debug 64-bit applications when GDB self is a 32-bit program. I would suggest to create a new package named gdb64 that do not conflict with the existing gdb package. I would a least most appreciate it. setenv CC \"gcc -m64\" ./configure --prefix=/usr/local/pkg/gdb64 make all make install ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002757 Please add support for amd64 ====================================================================== ---------------------------------------------------------------------- (0008735) pfelecan (manager) - 2011-01-24 10:54 https://www.opencsw.org/mantis/view.php?id=1452#c8735 ---------------------------------------------------------------------- The new package released on January 21st supports debugging 64 bit applications.See /opt/csw/doc/gdb/README.CSW for details. From noreply at opencsw.org Mon Jan 24 14:30:24 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 14:30:24 +0100 Subject: [bug-notifications] [apache2 0004579]: Can not install in zone In-Reply-To: <1142676cd18a846802fd82f259d2aac5> Message-ID: <7521221f472610720c2818c19d62da39@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4579 ====================================================================== Reported By: james Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4579 Category: packaging Reproducibility: sometimes Severity: block Priority: high Status: assigned ====================================================================== Date Submitted: 2010-10-19 13:32 CEST Last Modified: 2011-01-24 14:30 CET ====================================================================== Summary: Can not install in zone Description: Package tries to install files in /usr and fails when in zone. ====================================================================== ---------------------------------------------------------------------- (0008736) james (developer) - 2011-01-24 14:30 https://www.opencsw.org/mantis/view.php?id=4579#c8736 ---------------------------------------------------------------------- Don't want to get too deep in to debugging but here are some quick observations. start fails complaining of missing /opt/csw/apache2/var/run/, this used to be in apache2c. after making the directory and trying to start manually (easier to see output): /opt/csw/apache2/sbin/apachectl -k start /opt/csw/apache2/sbin/apachectl: /opt/csw/apache2/sbin/httpd: not found which isn't surprising because it's not there. Copy httpd.worker to httpd, start and it runs. From noreply at opencsw.org Mon Jan 24 16:35:21 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 16:35:21 +0100 Subject: [bug-notifications] [puppet 0004660]: Please upgrade In-Reply-To: <77bc6dce2bbfee7ee1a6c316ec272108> Message-ID: <173e830fc091b4bdc4b9f5d0b5c4ac16@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4660 ====================================================================== Reported By: dguennewig Assigned To: ====================================================================== Project: puppet Issue ID: 4660 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-05 20:02 CET Last Modified: 2011-01-24 16:35 CET ====================================================================== Summary: Please upgrade Description: Hi, there's a new stable version: 2.6.4 http://puppetlabs.com/downloads/puppet/puppet-2.6.4.tar.gz ====================================================================== ---------------------------------------------------------------------- (0008737) beezly (reporter) - 2011-01-24 16:35 https://www.opencsw.org/mantis/view.php?id=4660#c8737 ---------------------------------------------------------------------- I have created some packages which are based upon the OpenCSW build but use puppet 2.6.4. You are welcome to try them out; I'd be delighted to get some feedback. There are two packages at http://andy.hosting.beezly.org.uk/csw/ From noreply at opencsw.org Mon Jan 24 18:23:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 18:23:47 +0100 Subject: [bug-notifications] [apache2 0004579]: Can not install in zone In-Reply-To: <1142676cd18a846802fd82f259d2aac5> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4579 ====================================================================== Reported By: james Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4579 Category: packaging Reproducibility: sometimes Severity: block Priority: high Status: assigned ====================================================================== Date Submitted: 2010-10-19 13:32 CEST Last Modified: 2011-01-24 18:23 CET ====================================================================== Summary: Can not install in zone Description: Package tries to install files in /usr and fails when in zone. ====================================================================== ---------------------------------------------------------------------- (0008738) bwalton (manager) - 2011-01-24 18:23 https://www.opencsw.org/mantis/view.php?id=4579#c8738 ---------------------------------------------------------------------- > start fails complaining of missing /opt/csw/apache2/var/run/, this used to be > in apache2c. Ok, I've adjusted the postinstall script to create this on demand rather than making it owned by the package. I'm repackaging now to include this change. > /opt/csw/apache2/sbin/apachectl -k start > /opt/csw/apache2/sbin/apachectl: /opt/csw/apache2/sbin/httpd: not found > > which isn't surprising because it's not there. Copy httpd.worker to httpd, > start and it runs. Again, this should be handled by the cswalternatives CAS. Do you have CSWalternatives installed? What does the output of: alternatives --display httpd show? Mine is: root @ m2 : ~ # alternatives --display httpd Installed alternatives for httpd are: /opt/csw/apache2/sbin/httpd httpd /opt/csw/apache2/sbin/httpd.worker 100 /opt/csw/apache2/sbin/httpd httpd /opt/csw/apache2/sbin/httpd.prefork 50 If you have the CSWalternatives package installed and your output after updating is different than the above (assuming you've added ap2_worker), I'd like to see that output. Also, are you using pkg-get still, with the broken remove/add sequence? Are you updating from 2.2.13 where the symlink handling of httpd didn't work correctly in some removal scenarios? Thanks -Ben From noreply at opencsw.org Mon Jan 24 20:06:00 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 24 Jan 2011 20:06:00 +0100 Subject: [bug-notifications] [apache2 0004579]: Can not install in zone In-Reply-To: <1142676cd18a846802fd82f259d2aac5> Message-ID: <02186a4b61418a5c78267bce8e0ee459@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4579 ====================================================================== Reported By: james Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4579 Category: packaging Reproducibility: sometimes Severity: block Priority: high Status: assigned ====================================================================== Date Submitted: 2010-10-19 13:32 CEST Last Modified: 2011-01-24 20:06 CET ====================================================================== Summary: Can not install in zone Description: Package tries to install files in /usr and fails when in zone. ====================================================================== ---------------------------------------------------------------------- (0008739) james (developer) - 2011-01-24 20:06 https://www.opencsw.org/mantis/view.php?id=4579#c8739 ---------------------------------------------------------------------- # alternatives --display httpd Installed alternatives for httpd are: /opt/csw/apache2/sbin/httpd httpd /opt/csw/apache2/sbin/httpd.worker 100 /opt/csw/apache2/sbin/httpd httpd /opt/csw/apache2/sbin/httpd.prefork 50 ap2_worker was previously installed and is updated during general update. Suspect part of update: Installing ap2_worker - The apache worker mpm. as ## Installing part 1 of 1. /opt/csw/apache2/sbin/httpd.worker /opt/csw/share/doc/ap2_worker/license [ verifying class ] Registering 'httpd' alternative /opt/csw/apache2/sbin/httpd.worker ... ERROR: /opt/csw/apache2/sbin/httpd exists, and is not symlink. Not installing /opt/csw/apache2/sbin/httpd.worker as /opt/csw/apache2/sbin/httpd [ verifying class ] pkg-get does not use a broken sequence unless the dependencies of the packages define a broken sequence. Previously the superiority of the worker package to apache mattered, I'm not sure what is needed now as it uses alternatives. I'm updating from the newest working package, that is 2.2.13. It's not possible to update from the newer version, see bug https://www.opencsw.org/mantis/view.php?id=4579... From noreply at opencsw.org Tue Jan 25 00:10:00 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 25 Jan 2011 00:10:00 +0100 Subject: [bug-notifications] [netsnmp 0004675]: Unresolved symbols in /opt/csw/lib/i386/libnetsnmp.so.10 (kstat_open, EVP_md5) Message-ID: <5926a7899b14a03d4b74a9250107225a@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4675 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: netsnmp Issue ID: 4675 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-25 00:10 CET Last Modified: 2011-01-25 00:10 CET ====================================================================== Summary: Unresolved symbols in /opt/csw/lib/i386/libnetsnmp.so.10 (kstat_open, EVP_md5) Description: Seems as if there are some linkage issues with the netsnmp libs. Trying to load the netsmp pyton module (from the netsnmp_py package) fails and the linker complains about unresolved symbols in libnetsnmp.so.10. $ python -c 'import netsnmp' Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python/site-packages/netsnmp/__init__.py", line 1, in from client import * File "/opt/csw/lib/python/site-packages/netsnmp/client.py", line 1, in import client_intf ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/i386/libnetsnmp.so.10: symbol kstat_open: referenced symbol not found $ python -V Python 2.6.6 $ type python python is hashed (/opt/csw/bin/python) Adding libkstat to LD_PRELOAD leads to another unreferenced symbol. $ LD_PRELOAD=/usr/lib/libkstat.so python -c 'import netsnmp' Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python/site-packages/netsnmp/__init__.py", line 1, in from client import * File "/opt/csw/lib/python/site-packages/netsnmp/client.py", line 1, in import client_intf ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/i386/libnetsnmp.so.10: symbol EVP_md5: referenced symbol not found Adding libkstat & libcrypto to LD_PRELOAD fixes things. $ LD_PRELOAD="/usr/lib/libkstat.so /opt/csw/lib/libcrypto.so.0.9.8" python -c 'import netsnmp' ====================================================================== From noreply at opencsw.org Tue Jan 25 09:22:33 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 25 Jan 2011 09:22:33 +0100 Subject: [bug-notifications] [cvs_feature 0003347]: Depend on CSWggettextrt In-Reply-To: <7aa3ed6728204dc1a4e1d09333ae7b0f> Message-ID: <0a4c3afc1ee65a65181e2782aaecd32c@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3347 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: cvs_feature Issue ID: 3347 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:18 CET Last Modified: 2011-01-25 09:22 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== From noreply at opencsw.org Tue Jan 25 09:23:08 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 25 Jan 2011 09:23:08 +0100 Subject: [bug-notifications] [cvs_feature 0003347]: Depend on CSWggettextrt In-Reply-To: <7aa3ed6728204dc1a4e1d09333ae7b0f> Message-ID: <046056855acf86d8d1350dab7df480ab@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3347 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: cvs_feature Issue ID: 3347 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:18 CET Last Modified: 2011-01-25 09:23 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008740) dam (administrator) - 2011-01-25 09:23 https://www.opencsw.org/mantis/view.php?id=3347#c8740 ---------------------------------------------------------------------- Fixed in 1.12.13,REV=2011.01.14 and released to current/ From noreply at opencsw.org Wed Jan 26 00:04:33 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 26 Jan 2011 00:04:33 +0100 Subject: [bug-notifications] [dovecot 0004554]: Please upgrade to 1.2.14 In-Reply-To: <83d0bc0e4b91ecfb9698fd6664a460b7> Message-ID: <3183289cfcebf98e2b8962ef944c9798@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4554 ====================================================================== Reported By: dam Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 4554 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-09-26 21:34 CEST Last Modified: 2011-01-26 00:04 CET ====================================================================== Summary: Please upgrade to 1.2.14 Description: Please upgrade to 1.2.14 as released by sfw today ====================================================================== ---------------------------------------------------------------------- (0008741) skayser (administrator) - 2011-01-26 00:04 https://www.opencsw.org/mantis/view.php?id=4554#c8741 ---------------------------------------------------------------------- Package ownership transferred to jgoerzen. 1.2.16,REV=2011.01.15 released by him. From noreply at opencsw.org Wed Jan 26 00:05:01 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 26 Jan 2011 00:05:01 +0100 Subject: [bug-notifications] [dovecot 0004359]: Update to v1.2.11 In-Reply-To: <85f25ad9f24c334ce84f2c1d6d98d67e> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4359 ====================================================================== Reported By: kenmays Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 4359 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-03-20 17:49 CET Last Modified: 2011-01-26 00:05 CET ====================================================================== Summary: Update to v1.2.11 Description: - mbox: Message header reading was unnecessarily slow. Fetching a huge header could have resulted in Dovecot eating a lot of CPU. Also searching messages was much slower than necessary. - mbox, dbox, cydir: Mail root directory was created with 0770 permissions, instead of 0700. - maildir: Reading uidlist could have ended up in an infinite loop. - IMAP IDLE: v1.2.7+ caused extra load by checking changes every 0.5 seconds after a change had occurred in mailbox ====================================================================== ---------------------------------------------------------------------- (0008742) skayser (administrator) - 2011-01-26 00:05 https://www.opencsw.org/mantis/view.php?id=4359#c8742 ---------------------------------------------------------------------- Package ownership transferred to jgoerzen. 1.2.16,REV=2011.01.15 released by him. From noreply at opencsw.org Wed Jan 26 00:05:25 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 26 Jan 2011 00:05:25 +0100 Subject: [bug-notifications] [dovecot 0004554]: Please upgrade to 1.2.14 In-Reply-To: <83d0bc0e4b91ecfb9698fd6664a460b7> Message-ID: <11ca21e2b15f4d7d530279e7dde1ed5b@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4554 ====================================================================== Reported By: dam Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 4554 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-09-26 21:34 CEST Last Modified: 2011-01-26 00:05 CET ====================================================================== Summary: Please upgrade to 1.2.14 Description: Please upgrade to 1.2.14 as released by sfw today ====================================================================== ---------------------------------------------------------------------- (0008743) skayser (administrator) - 2011-01-26 00:05 https://www.opencsw.org/mantis/view.php?id=4554#c8743 ---------------------------------------------------------------------- Package ownership transferred to jgoerzen. 1.2.16,REV=2011.01.15 released by him. From noreply at opencsw.org Wed Jan 26 00:06:36 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 26 Jan 2011 00:06:36 +0100 Subject: [bug-notifications] [stress 0003665]: /opt/csw/man/man1/stress.1: null file In-Reply-To: Message-ID: <58c912da63c211b078524285ce6657c2@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3665 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: stress Issue ID: 3665 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-05-11 15:38 CEST Last Modified: 2011-01-26 00:06 CET ====================================================================== Summary: /opt/csw/man/man1/stress.1: null file Description: The man page that comes with stress is empty. Verified for both the i386 and the sparc package. root @ nfs3 /# man stress /opt/csw/man/man1/stress.1: null file root @ nfs3 /# ls -l /opt/csw/share/man/man1/stress.1 -rw-r--r-- 1 root bin 0 Feb 27 22:23 /opt/csw/share/man/man1/stress.1 ====================================================================== ---------------------------------------------------------------------- (0008744) skayser (administrator) - 2011-01-26 00:06 https://www.opencsw.org/mantis/view.php?id=3665#c8744 ---------------------------------------------------------------------- Fixed with 1.0.4,REV=2010.12.09 From noreply at opencsw.org Thu Jan 27 11:39:11 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 27 Jan 2011 11:39:11 +0100 Subject: [bug-notifications] [mairix 0004598]: Please upgrade. Upstream version: 0.22 In-Reply-To: <23ecb551eb722a0df8396b9551149d6d> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4598 ====================================================================== Reported By: skayser Assigned To: skayser ====================================================================== Project: mairix Issue ID: 4598 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-11-08 15:42 CET Last Modified: 2011-01-27 11:39 CET ====================================================================== Summary: Please upgrade. Upstream version: 0.22 Description: Release notes: * Skip symlinks when using mbox (R A Lichtensteiger) * Update copyright year info throughout * Update ACKNOWLEDGEMENTS and copyright headers where more credit was due * Update FSF address in file headers * Update COPYING to latest gpl-2.0.txt * Improve error message if home directory cannot be determined * Honour HOME environment variable (Andreas Amann) * MIME types are allowed to have "+" characters in them. (Jonathan Kamens) * Fix deficiencies in the parsing of mbox From lines (Jonathan Kamens) * Include the existing -x flag in the help message (Mark Hills) * Fix documentation nits (Tom Doherty) * Remove spurious message when the mtime of a message file has changed * Do not export functions already exported through a callback structure. (Samuel Tardieu) * Fix two manpages buglets. (Samuel Tardieu) * When freeing a struct nvp, do not forget to free the struct nvp_entry. (Samuel Tardieu) * Do not leak memory if duplicate fields are present. (Samuel Tardieu) * Initialize the date header with a known value. (Samuel Tardieu) * Merge two conflicting solutions for bad MIME encoding * Fix segfault when last char is not a newline (Mika Fischer) * fix for MIME-related crash (Paramjit Oberoi) * Add support claws-mail (Anand Kumria) * Add MH sub-type support for ezmlm-archives (Claus Alboege) * Detect a trailing -f or -o with no following argument * Allow lines starting "From" to occur part-way through the header.o * Display message-ID in search -x mode * Remove execute permission from source files * Handle mbox from separators where email address is in angle brackets * Fix a bug in rfc822.c: Some headers weren't correctly parsed. (Jaime Velasco Juan) ====================================================================== ---------------------------------------------------------------------- (0008745) skayser (administrator) - 2011-01-27 11:39 https://www.opencsw.org/mantis/view.php?id=4598#c8745 ---------------------------------------------------------------------- 0.22,REV=2010.11.08 available from current/ From noreply at opencsw.org Thu Jan 27 11:46:09 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 27 Jan 2011 11:46:09 +0100 Subject: [bug-notifications] [mairix 0004676]: mairix.1: Tables not rendered Message-ID: <1335e565c5a2c6f9eec2dc2534ec2155@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4676 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: mairix Issue ID: 4676 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-27 11:46 CET Last Modified: 2011-01-27 11:46 CET ====================================================================== Summary: mairix.1: Tables not rendered Description: mairix.1 contains several tables under the "Date specification" section which aren't rendered, but displayed as table markup. Example: box tab(&); lb | lb | lb | lb. letter & short for & example & meaning = l | l | l | l. d & days & 3d & 3 days w & weeks & 2w & 2 weeks (14 days) m & months & 5m & 5 months (150 days) y & years & 4y & 4 years (4*365 days) The following pre-rendered man page from Ubuntu shows how it should actually look like: http://manpages.ubuntu.com/manpages/gutsy/man1/mairix.1.html ====================================================================== From noreply at opencsw.org Thu Jan 27 11:46:22 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 27 Jan 2011 11:46:22 +0100 Subject: [bug-notifications] [mairix 0004676]: mairix.1: Tables not rendered In-Reply-To: <7b644d624f7f78a30e9de541ecdef7c2> Message-ID: <2d604961f0f31588e80528cdefcaebe7@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4676 ====================================================================== Reported By: skayser Assigned To: skayser ====================================================================== Project: mairix Issue ID: 4676 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-27 11:46 CET Last Modified: 2011-01-27 11:46 CET ====================================================================== Summary: mairix.1: Tables not rendered Description: mairix.1 contains several tables under the "Date specification" section which aren't rendered, but displayed as table markup. Example: box tab(&); lb | lb | lb | lb. letter & short for & example & meaning = l | l | l | l. d & days & 3d & 3 days w & weeks & 2w & 2 weeks (14 days) m & months & 5m & 5 months (150 days) y & years & 4y & 4 years (4*365 days) The following pre-rendered man page from Ubuntu shows how it should actually look like: http://manpages.ubuntu.com/manpages/gutsy/man1/mairix.1.html ====================================================================== From noreply at opencsw.org Thu Jan 27 16:39:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 27 Jan 2011 16:39:47 +0100 Subject: [bug-notifications] [perl 0004544]: perl is missing DB_File.pm In-Reply-To: <72c7a47afe735db2b8d109e5a6e129d4> Message-ID: <13ffda1ec872540d7aa25ba8c4e65eaa@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4544 ====================================================================== Reported By: arw Assigned To: bonivart ====================================================================== Project: perl Issue ID: 4544 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-09-04 22:17 CEST Last Modified: 2011-01-27 16:39 CET ====================================================================== Summary: perl is missing DB_File.pm Description: current perl package is missing DB_File.pm which breaks e.g. spamassassin Bayes-filtering. See error output in 'Additional Information'. Earlier versions of the perl 5.10.1 still included DB_File: Compare http://webcache.googleusercontent.com/search?q=cache:s-uSuGiWrqAJ:www.opencsw.org/search/perl/+DB_File.pm+opencsw&cd=2&hl=de&ct=clnk to current file list. ====================================================================== ---------------------------------------------------------------------- (0008746) bonivart (manager) - 2011-01-27 16:39 https://www.opencsw.org/mantis/view.php?id=4544#c8746 ---------------------------------------------------------------------- Perl 5.10.1,REV=2011.01.15 again contains DB_File. From noreply at opencsw.org Thu Jan 27 16:41:43 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 27 Jan 2011 16:41:43 +0100 Subject: [bug-notifications] [perl 0004547]: CSWperl 5.10.1, REV=2010.08.11 incompatible with Sun Studio 11 In-Reply-To: <5803f2ae002e026a7bceda46a356bf96> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4547 ====================================================================== Reported By: ssinyagin Assigned To: dam ====================================================================== Project: perl Issue ID: 4547 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-09-09 11:06 CEST Last Modified: 2011-01-27 16:41 CET ====================================================================== Summary: CSWperl 5.10.1,REV=2010.08.11 incompatible with Sun Studio 11 Description: Sun Studio 11 is the last Studio release that is tar archive with solaris packages. Studio 12 is a huge bourne shell archive, making it tricky to install on remote systems. In Studio 11, I could simply extract the 3 packages and skip the rest of a half-gig distribution. A simple program: #include int main() {} now it fails when compiling by /opt/SUNWspro/bin/cc -I/opt/csw/lib/perl/5.10.1/CORE xx.c The compiler reports syntax errors and undefined __attribute__ in /opt/csw/lib/perl/5.10.1/CORE/perl.h Also perl -V reports incompatible C flag (-m32). It will be great to still be able to use Studio 11 with CSWperl. ====================================================================== ---------------------------------------------------------------------- (0008747) bonivart (manager) - 2011-01-27 16:41 https://www.opencsw.org/mantis/view.php?id=4547#c8747 ---------------------------------------------------------------------- Is this bug ready to be closed? From noreply at opencsw.org Sat Jan 29 12:56:47 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 12:56:47 +0100 Subject: [bug-notifications] [ijs 0003327]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2b47ebc4c5d2902ce790a6f3ebdf33f3@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3327 ====================================================================== Reported By: harpchad Assigned To: james ====================================================================== Project: ijs Issue ID: 3327 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2011-01-29 12:56 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008748) james (manager) - 2011-01-29 12:56 https://www.opencsw.org/mantis/view.php?id=3327#c8748 ---------------------------------------------------------------------- rebuilt, 0.35,REV=2011.01.29 uses CSWggettextrt From noreply at opencsw.org Sat Jan 29 12:57:24 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 12:57:24 +0100 Subject: [bug-notifications] [ntp 0004655]: Please upgrade to 4.2.6p3 In-Reply-To: <7306d54717f8fa03a439384ce95fa386> Message-ID: <8015b256093085144ab01b089180b3a6@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4655 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: ntp Issue ID: 4655 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2011-01-04 11:21 CET Last Modified: 2011-01-29 12:57 CET ====================================================================== Summary: Please upgrade to 4.2.6p3 Description: Please upgrade to 4.2.6p3 ====================================================================== ---------------------------------------------------------------------- (0008728) james (manager) - 2011-01-22 18:52 https://www.opencsw.org/mantis/view.php?id=4655#c8728 ---------------------------------------------------------------------- 4.2.6p3,REV=2011.01.20 released From noreply at opencsw.org Sat Jan 29 12:57:48 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 12:57:48 +0100 Subject: [bug-notifications] [groff 0004654]: Please upgrade to 1.21 In-Reply-To: <60f3add53cf8f2db85aa800b6ac15fdb> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4654 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: groff Issue ID: 4654 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2011-01-04 11:20 CET Last Modified: 2011-01-29 12:57 CET ====================================================================== Summary: Please upgrade to 1.21 Description: Please upgrade to 1.21 ====================================================================== ---------------------------------------------------------------------- (0008729) james (manager) - 2011-01-22 18:52 https://www.opencsw.org/mantis/view.php?id=4654#c8729 ---------------------------------------------------------------------- 1.21,REV=2011.01.20 released From noreply at opencsw.org Sat Jan 29 12:58:10 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 12:58:10 +0100 Subject: [bug-notifications] [groff 0004018]: Please use the cswtexinfo class for *.info and remove mkdirentries from postinstall In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4018 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: groff Issue ID: 4018 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-11-11 16:16 CET Last Modified: 2011-01-29 12:58 CET ====================================================================== Summary: Please use the cswtexinfo class for *.info and remove mkdirentries from postinstall Description: Please use the cswtexinfo class for *.info and remove mkdirentries from postinstall ====================================================================== ---------------------------------------------------------------------- (0008730) james (manager) - 2011-01-22 18:54 https://www.opencsw.org/mantis/view.php?id=4018#c8730 ---------------------------------------------------------------------- 1.21,REV=2011.01.20 uses CSWcas-texinfo From noreply at opencsw.org Sat Jan 29 12:58:35 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 12:58:35 +0100 Subject: [bug-notifications] [groff 0004280]: /opt/csw/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition In-Reply-To: <8fe3f92bfcca72adeda9c03caf03b2bb> Message-ID: <4db4c6ea05b7b0668b77af7b8d25e590@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4280 ====================================================================== Reported By: skayser Assigned To: james ====================================================================== Project: groff Issue ID: 4280 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-02-16 19:22 CET Last Modified: 2011-01-29 12:58 CET ====================================================================== Summary: /opt/csw/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition Description: Tested on build10x. When trying to format the autossh man page with gnroff, gnroff throws a warning: $ gnroff -man autossh.1 > /dev/null /opt/csw/share/groff/1.20.1/tmac/doc.tmac:3375: bad character definition The first part of the formatted man page (everything before the first .Sh) looks a bit garbled, although I don't know whether that's because of the above warning. R] .if 0nl] . setup-header ... UNTITLED LOCAL UNTITLED ... $] .tm Usage: .Sh section_name ... (https://www.opencsw.org/mantis/view.php?id=0.c]) I have attached the man page so that you can reproduce the warning message if necessary (and maybe shed some light on the garbled output). WRT to the warning message there is also a related bug report over at Gentoo: http://bugs.gentoo.org/263524. ====================================================================== ---------------------------------------------------------------------- (0008731) james (manager) - 2011-01-22 18:55 https://www.opencsw.org/mantis/view.php?id=4280#c8731 ---------------------------------------------------------------------- 1.21,REV=2011.01.20 has this rchar patch so should resolve this issue. From noreply at opencsw.org Sat Jan 29 12:58:57 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 12:58:57 +0100 Subject: [bug-notifications] [xsane 0003133]: Depend on CSWggettextrt In-Reply-To: <4fcf9c9e419c0abbcf6e2ab0641ee618> Message-ID: <8f23061eb8c290bc419d0148fd097c9a@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3133 ====================================================================== Reported By: harpchad Assigned To: james ====================================================================== Project: xsane Issue ID: 3133 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2011-01-29 12:58 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0008732) james (manager) - 2011-01-22 18:57 https://www.opencsw.org/mantis/view.php?id=3133#c8732 ---------------------------------------------------------------------- 0.998,REV=2011.01.11 uses CSWggettextrt From noreply at opencsw.org Sat Jan 29 13:21:18 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 29 Jan 2011 13:21:18 +0100 Subject: [bug-notifications] [mairix 0004676]: mairix.1: Tables not rendered In-Reply-To: <7b644d624f7f78a30e9de541ecdef7c2> Message-ID: <1978474cf9f617caf283031a646c98ea@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4676 ====================================================================== Reported By: skayser Assigned To: skayser ====================================================================== Project: mairix Issue ID: 4676 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2011-01-27 11:46 CET Last Modified: 2011-01-29 13:21 CET ====================================================================== Summary: mairix.1: Tables not rendered Description: mairix.1 contains several tables under the "Date specification" section which aren't rendered, but displayed as table markup. Example: box tab(&); lb | lb | lb | lb. letter & short for & example & meaning = l | l | l | l. d & days & 3d & 3 days w & weeks & 2w & 2 weeks (14 days) m & months & 5m & 5 months (150 days) y & years & 4y & 4 years (4*365 days) The following pre-rendered man page from Ubuntu shows how it should actually look like: http://manpages.ubuntu.com/manpages/gutsy/man1/mairix.1.html ====================================================================== ---------------------------------------------------------------------- (0008749) james (developer) - 2011-01-29 13:21 https://www.opencsw.org/mantis/view.php?id=4676#c8749 ---------------------------------------------------------------------- Add: '\" t to the first line of /opt/csw/share/man/man1/mairix.1 Eg follow: $ head /usr/man/man1/unzip.1 ... and described in man(1): Preprocessing Nroff Manual Pages When formatting an nroff manual page, man examines the first line to determine whether it requires special processing. If the first line is a string of the form: '\" X where X is separated from the `"' by a single and consists of any combination of characters in the following list, man pipes its input to troff(1) or nroff(1) through the corresponding preprocessors. e eqn(1), or neqn for nroff r refer(1) t tbl(1) v vgrind(1) From noreply at opencsw.org Sun Jan 30 17:22:39 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 30 Jan 2011 17:22:39 +0100 Subject: [bug-notifications] [wireshark 0004548]: Please Update Wireshark to latest stable release (currently 1.4.0) from Wireshark.org In-Reply-To: <047aedc6bd702739e7f43bca56af3e1b> Message-ID: <1352b56f309d78a5ce5ae916a01851a0@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4548 ====================================================================== Reported By: alfyj Assigned To: hson ====================================================================== Project: wireshark Issue ID: 4548 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: feedback ====================================================================== Date Submitted: 2010-09-09 22:01 CEST Last Modified: 2011-01-30 17:22 CET ====================================================================== Summary: Please Update Wireshark to latest stable release (currently 1.4.0) from Wireshark.org Description: Current release 1.2.3 is at least 18 months old as a Solaris package, and probably additional months behind the Windows & OSX versions available at wireshark.org. My users are asking me to upgrade our server, which has monitor feeds from multiple routers in our lab. ====================================================================== ---------------------------------------------------------------------- (0008750) kenmays (reporter) - 2011-01-30 17:22 https://www.opencsw.org/mantis/view.php?id=4548#c8750 ---------------------------------------------------------------------- Update to Wireshark 1.4.3 per CVE-2010-3445. From noreply at opencsw.org Sun Jan 30 18:33:25 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 30 Jan 2011 18:33:25 +0100 Subject: [bug-notifications] [mesalibs 0004677]: Update to Mesa 7.9.1 Message-ID: <5413f6d2def782cb0d55402082ded1ff@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4677 ====================================================================== Reported By: kenmays Assigned To: ====================================================================== Project: mesalibs Issue ID: 4677 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-30 18:33 CET Last Modified: 2011-01-30 18:33 CET ====================================================================== Summary: Update to Mesa 7.9.1 Description: Rendering issues observed when tested with Mesa Demos 8.0.1 and piglit. Mesa development suggested Mesa 7.9.1 update for modernization for recent OpenGL cross-platform development projects. Fixes/improvements: # Fixed Amnesia / HPL2 RendererFeatTest not rendering correctly # Assorted GLSL fixes. # Mesa advertises bogus GL_ARB_shading_language_120 # Fixed handling of multiple render targets in fixed-function texture environmnent programs. # Fixed conversion errors in signed_rgba8888[rev] texel fetch. # libEGL improvements # Fixed several render to texture bugs. # Much improved support for EGL in Mesa # New state trackers for OpenGL ES 1.1 and 2.0 # GL_NV_conditional_render extension # GL_EXT_draw_buffers2 extension # GL_ARB_fragment_coord_conventions extension # GL_EXT_texture_array extension # GL_APPLE_object_purgeable extension ====================================================================== From noreply at opencsw.org Sun Jan 30 19:06:04 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 30 Jan 2011 19:06:04 +0100 Subject: [bug-notifications] [wireshark 0004678]: Upgrade to Wireshark 1.4.3 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4678 ====================================================================== Reported By: kenmays Assigned To: ====================================================================== Project: wireshark Issue ID: 4678 Category: upgrade Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-30 19:05 CET Last Modified: 2011-01-30 19:05 CET ====================================================================== Summary: Upgrade to Wireshark 1.4.3 Description: Update to Wireshark 1.4.3 per CVE-2010-3445. ====================================================================== From noreply at opencsw.org Sun Jan 30 19:22:30 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 30 Jan 2011 19:22:30 +0100 Subject: [bug-notifications] [gimp 0004679]: Upgrade to GIMP 2.6.11 Message-ID: <60dd0eaaee59208ef2caff5b14aa148c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4679 ====================================================================== Reported By: kenmays Assigned To: ====================================================================== Project: gimp Issue ID: 4679 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-30 19:22 CET Last Modified: 2011-01-30 19:22 CET ====================================================================== Summary: Upgrade to GIMP 2.6.11 Description: Printing and Print preview broken with cairo 1.10.0. Text-tool and scroll up/down tends to crash app. ====================================================================== From noreply at opencsw.org Sun Jan 30 22:35:01 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 30 Jan 2011 22:35:01 +0100 Subject: [bug-notifications] [cmake 0004680]: Please upgrade to 2.8.3 Message-ID: <3053330d18c19c1260b76afb7ff76c1a@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4680 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: cmake Issue ID: 4680 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-30 22:35 CET Last Modified: 2011-01-30 22:35 CET ====================================================================== Summary: Please upgrade to 2.8.3 Description: Please upgrade to 2.8.3 ====================================================================== From noreply at opencsw.org Mon Jan 31 22:56:46 2011 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 31 Jan 2011 22:56:46 +0100 Subject: [bug-notifications] [gdbm 0004681]: CSWgdbm update breaks mutt (and possibly other packages) Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4681 ====================================================================== Reported By: bfr Assigned To: ====================================================================== Project: gdbm Issue ID: 4681 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2011-01-31 22:56 CET Last Modified: 2011-01-31 22:56 CET ====================================================================== Summary: CSWgdbm update breaks mutt (and possibly other packages) Description: By removing the /opt/csw/lib/*/libgdbm.so.3 file other packages that depend on the CSWgdbm package are screwed. This package should not have been deprecated without making sure that other packages that depend on this package are updated to depend on the new CSWlibgdbm3 package first. Doing a 'pkg-get -u gdbm' will not force the new CSWlibgdbm3 package to be installed. ======================================================================