From noreply at opencsw.org Sun Mar 1 03:08:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:08:37 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:08 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 ====================================================================== From noreply at opencsw.org Sun Mar 1 03:09:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:09:04 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: <7a8e7747786b5b286c4a627d44879393@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:09 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 2009-03-01 03:09 phil Status assigned => resolved 2009-03-01 03:09 phil Resolution open => fixed ====================================================================== From noreply at opencsw.org Sun Mar 1 03:10:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:10:45 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:10 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. ---------------------------------------------------------------------- (0005596) phil (manager) - 2009-03-01 03:10 http://opencsw.org/mantis/view.php?id=673#c5596 ---------------------------------------------------------------------- PS: it hasnt quite yet been released :) but expect pkg-get 4.1 to be released to testing this weekend. http://mirror.opencsw.org/testing.html Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 2009-03-01 03:09 phil Status assigned => resolved 2009-03-01 03:09 phil Resolution open => fixed 2009-03-01 03:10 phil Note Added: 0005596 ====================================================================== From noreply at opencsw.org Sun Mar 1 03:12:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:12:58 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:12 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. ---------------------------------------------------------------------- (0005596) phil (manager) - 2009-03-01 03:10 http://opencsw.org/mantis/view.php?id=673#c5596 ---------------------------------------------------------------------- PS: it hasnt quite yet been released :) but expect pkg-get 4.1 to be released to testing this weekend. http://mirror.opencsw.org/testing.html ---------------------------------------------------------------------- (0005597) phil (manager) - 2009-03-01 03:12 http://opencsw.org/mantis/view.php?id=673#c5597 ---------------------------------------------------------------------- Hmm. in retrospect, it doesnt quite make sense to have a globally shared /opt/csw, if you are adding packages locally. but at least the location is consistent; If you want global configurations, you can share out /opt/csw/etc. Or config/replicate it with puppet or something, as you require. That way, it can stay nice and automated, and globally consistant, one way or another. Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 2009-03-01 03:09 phil Status assigned => resolved 2009-03-01 03:09 phil Resolution open => fixed 2009-03-01 03:10 phil Note Added: 0005596 2009-03-01 03:12 phil Note Added: 0005597 ====================================================================== From noreply at opencsw.org Mon Mar 2 19:32:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 2 Mar 2009 19:32:39 +0100 Subject: [bug-notifications] [pkg_get 0003455]: reminder for me: -e flag In-Reply-To: Message-ID: <100bf835a90a1520295b4856f0cacf44@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3455 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: pkg_get Issue ID: 3455 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-28 16:59 CET Last Modified: 2009-03-02 19:32 CET ====================================================================== Summary: reminder for me: -e flag Description: reminder for me, to finish coding the -e flag before release! ====================================================================== ---------------------------------------------------------------------- (0005598) phil (manager) - 2009-03-02 19:32 http://opencsw.org/mantis/view.php?id=3455#c5598 ---------------------------------------------------------------------- flag is present in 4.1 version, now sitting in testing Issue History Date Modified Username Field Change ====================================================================== 2009-02-28 16:59 phil New Issue 2009-03-02 19:32 phil Note Added: 0005598 2009-03-02 19:32 phil Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 2 19:36:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 2 Mar 2009 19:36:18 +0100 Subject: [bug-notifications] [pkg_get 0003051]: pkg-get upgrade all --> ERROR: all unrecognized In-Reply-To: Message-ID: <21a16d61eac6c3d5456078dc0cc01073@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3051 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: pkg_get Issue ID: 3051 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-30 01:25 CET Last Modified: 2009-03-02 19:36 CET ====================================================================== Summary: pkg-get upgrade all --> ERROR: all unrecognized Description: Just wanted to install dovecot, when pkg-get advised me to update dependencies with "pkg-get upgrade all". The "all" keyword in "upgrade all" doesn't seem to be recognized by pkg-get, though. Just using "pkg-get upgrade" works. Either the pkg-get argument parsing or the message refering to "upgrade all" needs a tweak. # pkg-get -i dovecot Error: dependancies for dovecot not up to date. You may call pkg-get again with '-v -u dovecot' to see which ones Or, call pkg-get with 'upgrade all' to bring all installed pkgs up to date # pkg-get upgrade all ERROR: all unrecognized Perhaps you need to run pkg-get -U # pkg-get upgrade note: upgrading ALL INSTALLED PACKAGES ... ====================================================================== ---------------------------------------------------------------------- (0005599) phil (manager) - 2009-03-02 19:36 http://opencsw.org/mantis/view.php?id=3051#c5599 ---------------------------------------------------------------------- WHOOPS. Thanks for catchin that. fixed in new 4.1 package Issue History Date Modified Username Field Change ====================================================================== 2009-01-30 01:25 skayser New Issue 2009-03-02 19:36 phil Note Added: 0005599 2009-03-02 19:36 phil Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 2 19:47:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 2 Mar 2009 19:47:21 +0100 Subject: [bug-notifications] [ruby 0003445]: Missing rb_hash_foreach In-Reply-To: Message-ID: <7db932d001a99a75d821ba415fb0b41a@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3445 ====================================================================== Reported By: mswatters Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 3445 Category: regular use Reproducibility: always Severity: block Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-02-21 22:31 CET Last Modified: 2009-03-02 19:47 CET ====================================================================== Summary: Missing rb_hash_foreach Description: Configure scripts check if rb_hash_foreach function exists using the following command. if it does not exist, it is assumed the release level is prior to 1.8.2. $ /opt/csw/bin/ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8] $ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")' checking for rb_hash_foreach()... no ====================================================================== ---------------------------------------------------------------------- (0005558) bwalton (manager) - 2009-02-22 01:15 http://www.opencsw.org/mantis/view.php?id=3445#c5558 ---------------------------------------------------------------------- The have_func feature of mkmf is a header test. The function is defined in /opt/csw/lib/ruby/1.8/$arch-solaris2.8/intern.h. I'll determine why the test is failing to find this function. Confirmed on solaris 10 x86 (other platforms not tested yet). -Ben ---------------------------------------------------------------------- (0005559) bwalton (manager) - 2009-02-22 03:29 http://www.opencsw.org/mantis/view.php?id=3445#c5559 ---------------------------------------------------------------------- have_func builds a small c extension that requires the rb_hash_foreach symbol. This is linked against ruby-static. The ruby-static library isn't included with the package. I'll resolve this asap. ---------------------------------------------------------------------- (0005561) bwalton (manager) - 2009-02-22 14:23 http://www.opencsw.org/mantis/view.php?id=3445#c5561 ---------------------------------------------------------------------- Modified the GAR build to allow libruby-static.a to be bundled. Have verified the problem is resolved after including this file. I'll have packages in testing/ by days end. ---------------------------------------------------------------------- (0005562) mwatters (reporter) - 2009-02-23 17:49 http://www.opencsw.org/mantis/view.php?id=3445#c5562 ---------------------------------------------------------------------- I have tested it and ruby itself works fine. however, the dependency list is wrong or there is still a bug ;) I found that I actually needed the gcc binary itself and not just the libraries for mkmf...have_func work correctly The output of mkmf.log is below. without gcc it rb_hash_foreach returns no and fails with the shell command {path to gcc}/gcc not found. $ cat mkmf.log have_func: checking for rb_hash_foreach()... -------------------- yes "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" conftest.c: In function 't': conftest.c:3: error: 'rb_hash_foreach' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_hash_foreach; return 0; } /* end */ "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_hash_foreach(); return 0; } /* end */ -------------------- ---------------------------------------------------------------------- (0005563) bwalton (manager) - 2009-02-23 18:02 http://www.opencsw.org/mantis/view.php?id=3445#c5563 ---------------------------------------------------------------------- Looking at how Debian package ruby, they've split out a ruby-dev package which includes the headers, mkmf module and libruby stuff. I think that would be a better solution for us too, thus the gcc dependency would only affect people that want to build native extensions. Will try to get to this today. ---------------------------------------------------------------------- (0005600) philadmin (administrator) - 2009-03-02 19:47 http://www.opencsw.org/mantis/view.php?id=3445#c5600 ---------------------------------------------------------------------- Well, that's also a side issue to, "doing dev work with ruby, requires remembering to link in the gcc4 runtime lib, because it was compiled with gcc". A reminder that if there is a way to compile ruby with SUN compilers, this issue goes away. Another reminder, that if there is any equivalent to "pkg-config" for ruby, with some "ruby.pc" like file... that file should mention required link args of -R/opt/csw/gcc4/lib -L/opt/csw/gcc4/lib -l[whatever] Issue History Date Modified Username Field Change ====================================================================== 2009-02-21 22:31 mswatters New Issue 2009-02-22 01:15 bwalton Note Added: 0005558 2009-02-22 01:15 bwalton Assigned To => bwalton 2009-02-22 01:15 bwalton Status new => confirmed 2009-02-22 03:29 bwalton Note Added: 0005559 2009-02-22 14:23 bwalton Note Added: 0005561 2009-02-23 17:49 mwatters Note Added: 0005562 2009-02-23 18:02 bwalton Note Added: 0005563 2009-03-02 19:47 philadmin Note Added: 0005600 ====================================================================== From noreply at opencsw.org Thu Mar 5 23:01:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 5 Mar 2009 23:01:20 +0100 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support Message-ID: <379029b221ac1d4e24c4cb877117eff1@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-05 23:01 CET ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 00:01:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 00:01:34 +0100 Subject: [bug-notifications] [nano 0002969]: Any chance for an update (it has been 3 years). In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=2969 ====================================================================== Reported By: dspake Assigned To: ====================================================================== Project: nano Issue ID: 2969 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2008-12-15 21:48 CET Last Modified: 2009-03-06 00:01 CET ====================================================================== Summary: Any chance for an update (it has been 3 years). Description: nano 2.1.7 was released 2008.11.10. Current version on CSW is 1.2.5 published in 2005. ====================================================================== ---------------------------------------------------------------------- (0005601) skayser (administrator) - 2009-03-06 00:01 http://opencsw.org/mantis/view.php?id=2969#c5601 ---------------------------------------------------------------------- Hi dspake, there is an updated nano version (stable 2.0.9) in testing now. http://mirror.opencsw.org/testing.html Give it a spin and let us know whether it does the job for you. Issue History Date Modified Username Field Change ====================================================================== 2008-12-15 21:48 dspake New Issue 2009-03-06 00:01 skayser Note Added: 0005601 ====================================================================== From noreply at opencsw.org Fri Mar 6 00:20:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 00:20:10 +0100 Subject: [bug-notifications] [httping 0003458]: Please upgrade to 1.3.0 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3458 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: httping Issue ID: 3458 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 00:20 CET Last Modified: 2009-03-06 00:20 CET ====================================================================== Summary: Please upgrade to 1.3.0 Description: Version 1.3.0 is out and contains some fixes / new features http://www.vanheusden.com/httping/ Changes: 1.3.0 httping used to put an absolute URI in the GET/HEAD request when not via proxy which is incorrect, that is now fixed 1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly 1.2.8 fixed a segfault introduced in version 1.2.7 1.2.7 http statuscodes are now correctly interpreted (if selected) 1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server 1.2.5 showing the status code would garble the screen 1.2.4 fixed memory-leak in SSL code 1.2.3 added audible ping (patch by Nico Golde) 1.2.2 one can now set the interface through which the http-pings will be send 1.2.1 fix to get httping to work with sites that use the Apache mod_security module ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 00:20 skayser New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 04:32:49 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 04:32:49 +0100 Subject: [bug-notifications] [wmf 0003110]: Depend on CSWggettextrt In-Reply-To: <0918c4a8010e429640d64c854b62aec4> Message-ID: <9ca12b02640d4f641a7aab1db4bf54b0@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3110 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: wmf Issue ID: 3110 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:52 CET Last Modified: 2009-03-06 04:32 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005602) hson (manager) - 2009-03-06 04:32 http://opencsw.org/bugtrack/view.php?id=3110#c5602 ---------------------------------------------------------------------- Fixed in released package Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:52 harpchad New Issue 2009-03-06 04:32 hson Note Added: 0005602 2009-03-06 04:32 hson Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 6 09:43:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 09:43:48 +0100 Subject: [bug-notifications] [common 0003459]: "Mirrors" subpage points to blastwave (!=opencsw) package repository Message-ID: <88aa116ed41c2f5bfe85190626ad4718@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3459 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3459 Category: other Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 09:43 CET Last Modified: 2009-03-06 09:43 CET ====================================================================== Summary: "Mirrors" subpage points to blastwave (!=opencsw) package repository Description: Mirrors website (http://www.opencsw.org/mirrors) says that the mirror in Ireland is ftp://ftp.heanet.ie/pub/csw. However, if you view the parent directory, ftp://ftp.heanet.ie/pub, you'll see that "csw" is a symlink to "blastwave" while OpenCSW has its own subdirectory, "opencsw". The correct url (for http, ftp and rsync) is: ftp://ftp.heanet.ie/pub/opencsw Other links might be also affected by this issue. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 09:43 automatthias New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 17:59:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 17:59:50 +0100 Subject: [bug-notifications] [common 0003459]: "Mirrors" subpage points to blastwave (!=opencsw) package repository In-Reply-To: <62f0143d0d27f952b718eca623786fc9> Message-ID: <8e5c38d0d995d5a7abcb50fd5748ba80@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3459 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3459 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-06 09:43 CET Last Modified: 2009-03-06 17:59 CET ====================================================================== Summary: "Mirrors" subpage points to blastwave (!=opencsw) package repository Description: Mirrors website (http://www.opencsw.org/mirrors) says that the mirror in Ireland is ftp://ftp.heanet.ie/pub/csw. However, if you view the parent directory, ftp://ftp.heanet.ie/pub, you'll see that "csw" is a symlink to "blastwave" while OpenCSW has its own subdirectory, "opencsw". The correct url (for http, ftp and rsync) is: ftp://ftp.heanet.ie/pub/opencsw Other links might be also affected by this issue. ====================================================================== ---------------------------------------------------------------------- (0005603) philadmin (administrator) - 2009-03-06 17:59 http://www.opencsw.org/bugtrack/view.php?id=3459#c5603 ---------------------------------------------------------------------- Thank you for bringing this to our attention. if you happen to notice any other broken ones, please let us know. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 09:43 automatthias New Issue 2009-03-06 17:59 philadmin Note Added: 0005603 2009-03-06 17:59 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 6 21:43:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 21:43:20 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-06 21:43 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 22:00:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 22:00:31 +0100 Subject: [bug-notifications] [pkg_get 0003453]: have pkg_get accept CSWxxx names, as well as software names, for operations. In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3453 ====================================================================== Reported By: phil Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3453 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-27 02:16 CET Last Modified: 2009-03-06 22:00 CET ====================================================================== Summary: have pkg_get accept CSWxxx names, as well as software names, for operations. Description: Summary line is clear :) ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002287 naming inconsistency, stop guessing pac... ====================================================================== ---------------------------------------------------------------------- (0005604) automatthias (reporter) - 2009-03-06 22:00 http://www.opencsw.org/bugtrack/view.php?id=3453#c5604 ---------------------------------------------------------------------- A suggestion: use [[:upper:]] instead of [A-Z] when matching package names for locale compatibility. (related to issues 0003021 and 0003052) Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 02:16 phil New Issue 2009-02-27 02:16 phil Status new => assigned 2009-02-27 02:16 phil Assigned To => phil 2009-02-27 02:17 phil Relationship added related to 0002287 2009-03-06 22:00 automatthias Note Added: 0005604 ====================================================================== From noreply at opencsw.org Fri Mar 6 23:20:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 23:20:14 +0100 Subject: [bug-notifications] [pkg_get 0003453]: have pkg_get accept CSWxxx names, as well as software names, for operations. In-Reply-To: Message-ID: <30461b8f394e4c8eb2d91d710f3832ab@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3453 ====================================================================== Reported By: phil Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3453 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-27 02:16 CET Last Modified: 2009-03-06 23:20 CET ====================================================================== Summary: have pkg_get accept CSWxxx names, as well as software names, for operations. Description: Summary line is clear :) ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002287 naming inconsistency, stop guessing pac... ====================================================================== ---------------------------------------------------------------------- (0005604) automatthias (reporter) - 2009-03-06 22:00 http://www.opencsw.org/bugtrack/view.php?id=3453#c5604 ---------------------------------------------------------------------- A suggestion: use [[:upper:]] instead of [A-Z] when matching package names for locale compatibility. (related to issues 0003021 and 0003052) ---------------------------------------------------------------------- (0005605) philadmin (administrator) - 2009-03-06 23:20 http://www.opencsw.org/bugtrack/view.php?id=3453#c5605 ---------------------------------------------------------------------- making new bug for A-Z issue. Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 02:16 phil New Issue 2009-02-27 02:16 phil Status new => assigned 2009-02-27 02:16 phil Assigned To => phil 2009-02-27 02:17 phil Relationship added related to 0002287 2009-03-06 22:00 automatthias Note Added: 0005604 2009-03-06 23:20 philadmin Note Added: 0005605 2009-03-06 23:20 philadmin Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 6 23:22:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 23:22:22 +0100 Subject: [bug-notifications] [pkg_get 0003052]: pkg-get install fails when LC_ALL=en_US.UTF-8 in the environment. In-Reply-To: <156ac0e07634ec8258c06bdebfc6c4c3> Message-ID: <9b54926a351c32f7a396966dfd2b9ab9@www.opencsw.org> The following issue has been set as RELATED TO issue 0003453. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3052 ====================================================================== Reported By: korpela Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3052 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-01-31 04:06 CET Last Modified: 2009-03-06 23:22 CET ====================================================================== Summary: pkg-get install fails when LC_ALL=en_US.UTF-8 in the environment. Description: If LC_ALL=en_US.UTF-8 pkg-get will fail because the package "common" is out of date. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0003453 have pkg_get accept CSWxxx names, as we... related to 0003021 pkg-get says dependencies are not up to... ====================================================================== ---------------------------------------------------------------------- (0005589) phil (manager) - 2009-02-28 16:51 http://www.opencsw.org/bugtrack/view.php?id=3052#c5589 ---------------------------------------------------------------------- I've put in a tweak that forces AWK="LC_ALL=C nawk". should be released this weekend. ---------------------------------------------------------------------- (0005606) philadmin (administrator) - 2009-03-06 23:21 http://www.opencsw.org/bugtrack/view.php?id=3052#c5606 ---------------------------------------------------------------------- urk. not fixed properly. better solution, is to fix the ksh-local checks, to use [[:upper:]] as suggested in the note on bugid 3453 Issue History Date Modified Username Field Change ====================================================================== 2009-01-31 04:06 korpela New Issue 2009-02-27 17:04 philadmin Relationship added related to 0003021 2009-02-27 17:05 philadmin Status new => assigned 2009-02-27 17:05 philadmin Assigned To => phil 2009-02-28 16:51 phil Note Added: 0005589 2009-02-28 16:51 phil Status assigned => resolved 2009-02-28 16:51 phil Resolution open => fixed 2009-03-06 21:56 automatthias Issue Monitored: automatthias 2009-03-06 23:21 philadmin Note Added: 0005606 2009-03-06 23:21 philadmin Status resolved => confirmed 2009-03-06 23:22 philadmin Relationship added related to 0003453 ====================================================================== From noreply at opencsw.org Fri Mar 6 23:22:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 23:22:23 +0100 Subject: [bug-notifications] [pkg_get 0003453]: have pkg_get accept CSWxxx names, as well as software names, for operations. In-Reply-To: Message-ID: <6deb35b5b568726b918f8d0376174ee6@www.opencsw.org> The following issue has been set as RELATED TO issue 0003052. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3453 ====================================================================== Reported By: phil Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3453 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-27 02:16 CET Last Modified: 2009-03-06 23:20 CET ====================================================================== Summary: have pkg_get accept CSWxxx names, as well as software names, for operations. Description: Summary line is clear :) ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002287 naming inconsistency, stop guessing pac... related to 0003052 pkg-get install fails when LC_ALL=en_US... ====================================================================== ---------------------------------------------------------------------- (0005604) automatthias (reporter) - 2009-03-06 22:00 http://www.opencsw.org/bugtrack/view.php?id=3453#c5604 ---------------------------------------------------------------------- A suggestion: use [[:upper:]] instead of [A-Z] when matching package names for locale compatibility. (related to issues 0003021 and 0003052) ---------------------------------------------------------------------- (0005605) philadmin (administrator) - 2009-03-06 23:20 http://www.opencsw.org/bugtrack/view.php?id=3453#c5605 ---------------------------------------------------------------------- making new bug for A-Z issue. Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 02:16 phil New Issue 2009-02-27 02:16 phil Status new => assigned 2009-02-27 02:16 phil Assigned To => phil 2009-02-27 02:17 phil Relationship added related to 0002287 2009-03-06 22:00 automatthias Note Added: 0005604 2009-03-06 23:20 philadmin Note Added: 0005605 2009-03-06 23:20 philadmin Status assigned => closed 2009-03-06 23:20 philadmin Resolution open => fixed 2009-03-06 23:22 philadmin Relationship added related to 0003052 ====================================================================== From noreply at opencsw.org Sat Mar 7 19:43:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 19:43:18 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 In-Reply-To: <021da153eb5a8556a2a641af718e9b7c> Message-ID: <1c4bf39f6176196ad581f4bd93fd17ca@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-07 19:43 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== ---------------------------------------------------------------------- (0005607) waynehendricks (reporter) - 2009-03-07 19:43 http://www.opencsw.org/mantis/view.php?id=3460#c5607 ---------------------------------------------------------------------- This happens when BIND is run under chroot. It cannot find /dev/poll under chroot. Maybe a separate BIND package should be created especially for chroot. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue 2009-03-07 19:43 waynehendricks Note Added: 0005607 ====================================================================== From noreply at opencsw.org Sat Mar 7 22:06:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 22:06:48 +0100 Subject: [bug-notifications] [imagemagick 0003086]: Depend on CSWggettextrt In-Reply-To: <9fb9f85b2cf4eca598068af22a97a469> Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3086 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: imagemagick Issue ID: 3086 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2009-03-07 22:06 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005608) hson (manager) - 2009-03-07 22:06 http://opencsw.org/bugtrack/view.php?id=3086#c5608 ---------------------------------------------------------------------- Fixed in release 6.4.9,REV=2009.03.04 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:50 harpchad New Issue 2009-03-07 22:06 hson Note Added: 0005608 2009-03-07 22:06 hson Status new => closed ====================================================================== From noreply at opencsw.org Sat Mar 7 23:36:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 23:36:01 +0100 Subject: [bug-notifications] [freeciv 0003126]: Depend on CSWggettextrt In-Reply-To: Message-ID: <3ea5f6b3ce416869ba1859d067e22c91@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3126 ====================================================================== Reported By: harpchad Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 3126 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-07 23:36 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005609) jgoerzen (manager) - 2009-03-07 23:36 http://www.opencsw.org/mantis/view.php?id=3126#c5609 ---------------------------------------------------------------------- recompiled/repackaged with CSWggettextrt instead of CSWggettext as dependancy. New packages are in /testing and will be submitted in a few days Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-07 23:36 jgoerzen Note Added: 0005609 2009-03-07 23:36 jgoerzen Status new => resolved 2009-03-07 23:36 jgoerzen Resolution open => fixed 2009-03-07 23:36 jgoerzen Assigned To => jgoerzen ====================================================================== From noreply at opencsw.org Sat Mar 7 23:47:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 23:47:29 +0100 Subject: [bug-notifications] [libsdl 0003048]: libSDL-1.2.so.0 doe snot link the good lib In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3048 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: libsdl Issue ID: 3048 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2009-01-24 01:11 CET Last Modified: 2009-03-07 23:47 CET ====================================================================== Summary: libSDL-1.2.so.0 doe snot link the good lib Description: /opt/csw/lib/libSDL-1.2.so.0 is a symlink to libSDL-1.2.so.0.7.2 bash-3.00# ls -la /opt/csw/lib/libSDL-1.2.so.0 lrwxrwxrwx 1 root root 19 janv. 24 00:05 /opt/csw/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.7.2 but this file doe sno longer exist it should be a symlink to libSDL-1.2.so.0.11.2 in this version of libsdl ====================================================================== ---------------------------------------------------------------------- (0005610) jgoerzen (manager) - 2009-03-07 23:47 http://www.opencsw.org/mantis/view.php?id=3048#c5610 ---------------------------------------------------------------------- I'm unable to duplicate error. Both buildfarm hosts b8s & b8x have CSWlibsdl installed and the sym-links look like this: build8x% ls -l /opt/csw/lib/libSDL-1.2.so.0 lrwxrwxrwx 1 root other 20 Dec 3 22:37 /opt/csw/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.2 build8x% sdl-config --version 1.2.13 please double check. Also, there are respun packages in /testing to try http://mirror.opencsw.org/testing/libsdl-1.2.13,REV=2009.03.07-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/libsdl-1.2.13,REV=2009.03.07-SunOS5.8-sparc-CSW.pkg.gz Issue History Date Modified Username Field Change ====================================================================== 2009-01-24 01:11 wbonnet New Issue 2009-03-07 23:47 jgoerzen Note Added: 0005610 ====================================================================== From noreply at opencsw.org Sun Mar 8 02:55:33 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 8 Mar 2009 02:55:33 +0100 Subject: [bug-notifications] [cswutils 0003461]: checkpkg incorrectly warns for V8+ binaries Message-ID: <92fe0cd4c19231d4210a7b513ee36248@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3461 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: cswutils Issue ID: 3461 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-08 02:55 CET Last Modified: 2009-03-08 02:55 CET ====================================================================== Summary: checkpkg incorrectly warns for V8+ binaries Description: When packaging libnids, checkpkg reports: WARNING: found binaries in normal bin dir that are V8+ libnids doesn't have any binaries in /opt/csw/bin so this message is incorrectly ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-08 02:55 hson New Issue ====================================================================== From noreply at opencsw.org Mon Mar 9 01:42:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 01:42:16 +0100 Subject: [bug-notifications] [binutils 0003462]: provide 64bit binaries for binutils Message-ID: <97048a5e2b5d663a04b873f182aa3658@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3462 ====================================================================== Reported By: mwatters Assigned To: ====================================================================== Project: binutils Issue ID: 3462 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-09 01:42 CET Last Modified: 2009-03-09 01:42 CET ====================================================================== Summary: provide 64bit binaries for binutils Description: Please compile 64bit binaries for binutils ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-09 01:42 mwatters New Issue ====================================================================== From noreply at opencsw.org Mon Mar 9 09:08:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 09:08:23 +0100 Subject: [bug-notifications] [pkg_get 0002971]: No installation instructions In-Reply-To: <112f60a51a80850dc7ed1b5ed74422d8> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=2971 ====================================================================== Reported By: kapilt Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 2971 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-12-16 23:13 CET Last Modified: 2009-03-09 09:08 CET ====================================================================== Summary: No installation instructions Description: tried to get past the fork literature, and get on with using opencsw. however there are no docs on how to actually install pkg-get. the user manual completely skips it. seems like a a great way to attrition your user base to zero. seriously, if you want people to use this stuff, you should document how to install it. ====================================================================== ---------------------------------------------------------------------- (0005473) phil (manager) - 2008-12-19 17:11 http://opencsw.org/bugtrack/view.php?id=2971#c5473 ---------------------------------------------------------------------- There IS documentation on how to install. However, perhaps you followed a path that did not lead you to the docs. What "user manual" are you referring to, that does not tell you how to install it? when you say "manual", I think "Man page". however, if you are reading the manpage, then isnt it already installed? :-) ---------------------------------------------------------------------- (0005584) philadmin (administrator) - 2009-02-27 18:09 http://opencsw.org/bugtrack/view.php?id=2971#c5584 ---------------------------------------------------------------------- user unresponsive as to specific needs. closing after 3 months. ---------------------------------------------------------------------- (0005592) kapilt (reporter) - 2009-02-28 19:27 http://opencsw.org/bugtrack/view.php?id=2971#c5592 ---------------------------------------------------------------------- okay, say i come to the opencsw.org site, and i want to use opencsw. nothing obvious on the home page. so i click on the next obvious link. the user guide link. i get a documentation page without any information on how to actual install opencsw, just how to use it. ---------------------------------------------------------------------- (0005611) automatthias (reporter) - 2009-03-09 09:08 http://opencsw.org/bugtrack/view.php?id=2971#c5611 ---------------------------------------------------------------------- I think kapilt means that opencsw.org should have a page similar to http://www.blastwave.org/howto.html - that is, a page which explains how to install pkg-get. In other words, instructions how to get started with opencsw.org with no previous knowledge of it. I'd suggest putting on the main page, http://www.opencsw.org/, something along the lines of: ----------------------------------------------------------------------- pkgadd -d http://www.ibiblio.org/pub/solaris/opencsw/pkg_get.pkg all echo >> /etc/opt/csw/pkg-get.conf \ "url=ftp://ftp.heanet.ie/pub/opencsw/current/" pkg-get -U pkg-get -i vim ----------------------------------------------------------------------- Issue History Date Modified Username Field Change ====================================================================== 2008-12-16 23:13 kapilt New Issue 2008-12-19 17:09 phil Status new => assigned 2008-12-19 17:09 phil Assigned To => phil 2008-12-19 17:11 phil Note Added: 0005473 2009-02-27 18:09 philadmin Note Added: 0005584 2009-02-27 18:09 philadmin Status assigned => resolved 2009-02-27 18:09 philadmin Resolution open => not fixable 2009-02-27 18:15 philadmin Status resolved => closed 2009-02-28 19:27 kapilt Note Added: 0005592 2009-02-28 19:27 kapilt Status closed => feedback 2009-02-28 19:27 kapilt Resolution not fixable => reopened 2009-03-09 09:08 automatthias Note Added: 0005611 ====================================================================== From noreply at opencsw.org Mon Mar 9 09:32:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 09:32:30 +0100 Subject: [bug-notifications] [cups 0002736]: CUPS 1.3.5 is out In-Reply-To: Message-ID: <788cd91a1256d467b8fd8f4652ba05a7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2736 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: cups Issue ID: 2736 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2008-01-09 05:50 CET Last Modified: 2009-03-09 09:32 CET ====================================================================== Summary: CUPS 1.3.5 is out Description: Cups 1.3.5 is available at http://www.cups.org/software.php and 1.4 is under development. The package should be updated. ====================================================================== ---------------------------------------------------------------------- (0005612) automatthias (reporter) - 2009-03-09 09:32 http://www.opencsw.org/bugtrack/view.php?id=2736#c5612 ---------------------------------------------------------------------- Looking at [1] I can see cups has been already upgraded to 1.3.9. http://gar.svn.sourceforge.net/viewvc/gar/csw/mgar/pkg/cups/trunk/Makefile?view=markup Issue History Date Modified Username Field Change ====================================================================== 2009-03-09 09:32 automatthias Note Added: 0005612 ====================================================================== From noreply at opencsw.org Mon Mar 9 17:21:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 17:21:25 +0100 Subject: [bug-notifications] [pkg_get 0002971]: No installation instructions In-Reply-To: <112f60a51a80850dc7ed1b5ed74422d8> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=2971 ====================================================================== Reported By: kapilt Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 2971 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-12-16 23:13 CET Last Modified: 2009-03-09 17:21 CET ====================================================================== Summary: No installation instructions Description: tried to get past the fork literature, and get on with using opencsw. however there are no docs on how to actually install pkg-get. the user manual completely skips it. seems like a a great way to attrition your user base to zero. seriously, if you want people to use this stuff, you should document how to install it. ====================================================================== ---------------------------------------------------------------------- (0005473) phil (manager) - 2008-12-19 17:11 http://opencsw.org/bugtrack/view.php?id=2971#c5473 ---------------------------------------------------------------------- There IS documentation on how to install. However, perhaps you followed a path that did not lead you to the docs. What "user manual" are you referring to, that does not tell you how to install it? when you say "manual", I think "Man page". however, if you are reading the manpage, then isnt it already installed? :-) ---------------------------------------------------------------------- (0005584) philadmin (administrator) - 2009-02-27 18:09 http://opencsw.org/bugtrack/view.php?id=2971#c5584 ---------------------------------------------------------------------- user unresponsive as to specific needs. closing after 3 months. ---------------------------------------------------------------------- (0005592) kapilt (reporter) - 2009-02-28 19:27 http://opencsw.org/bugtrack/view.php?id=2971#c5592 ---------------------------------------------------------------------- okay, say i come to the opencsw.org site, and i want to use opencsw. nothing obvious on the home page. so i click on the next obvious link. the user guide link. i get a documentation page without any information on how to actual install opencsw, just how to use it. ---------------------------------------------------------------------- (0005611) automatthias (reporter) - 2009-03-09 09:08 http://opencsw.org/bugtrack/view.php?id=2971#c5611 ---------------------------------------------------------------------- I think kapilt means that opencsw.org should have a page similar to http://www.blastwave.org/howto.html - that is, a page which explains how to install pkg-get. In other words, instructions how to get started with opencsw.org with no previous knowledge of it. I'd suggest putting on the main page, http://www.opencsw.org/, something along the lines of: ----------------------------------------------------------------------- pkgadd -d http://www.ibiblio.org/pub/solaris/opencsw/pkg_get.pkg all echo >> /etc/opt/csw/pkg-get.conf \ "url=ftp://ftp.heanet.ie/pub/opencsw/current/" pkg-get -U pkg-get -i vim ----------------------------------------------------------------------- ---------------------------------------------------------------------- (0005613) phil (manager) - 2009-03-09 17:21 http://opencsw.org/bugtrack/view.php?id=2971#c5613 ---------------------------------------------------------------------- I updated things a bit. Please let me know if this helps enough. Hopefully, the front page is a bit more blatant about "go read this page" now. Issue History Date Modified Username Field Change ====================================================================== 2008-12-16 23:13 kapilt New Issue 2008-12-19 17:09 phil Status new => assigned 2008-12-19 17:09 phil Assigned To => phil 2008-12-19 17:11 phil Note Added: 0005473 2009-02-27 18:09 philadmin Note Added: 0005584 2009-02-27 18:09 philadmin Status assigned => resolved 2009-02-27 18:09 philadmin Resolution open => not fixable 2009-02-27 18:15 philadmin Status resolved => closed 2009-02-28 19:27 kapilt Note Added: 0005592 2009-02-28 19:27 kapilt Status closed => feedback 2009-02-28 19:27 kapilt Resolution not fixable => reopened 2009-03-09 09:08 automatthias Note Added: 0005611 2009-03-09 17:21 phil Note Added: 0005613 ====================================================================== From noreply at opencsw.org Mon Mar 9 20:31:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 20:31:00 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 In-Reply-To: <021da153eb5a8556a2a641af718e9b7c> Message-ID: <02ce0fa12a0abe61d5a66f4e0b6fd9d5@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: bonivart ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-09 20:31 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== ---------------------------------------------------------------------- (0005607) waynehendricks (reporter) - 2009-03-07 19:43 http://www.opencsw.org/mantis/view.php?id=3460#c5607 ---------------------------------------------------------------------- This happens when BIND is run under chroot. It cannot find /dev/poll under chroot. Maybe a separate BIND package should be created especially for chroot. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue 2009-03-07 19:43 waynehendricks Note Added: 0005607 2009-03-09 20:31 bonivart Status new => assigned 2009-03-09 20:31 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 9 22:23:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 22:23:17 +0100 Subject: [bug-notifications] [top 0002844]: Top 3.6 is compiled for single CPU In-Reply-To: <589a03e7d5df287eeff034b5491fd0df> Message-ID: <34c39f6c257bde297266b89eac7d8906@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2844 ====================================================================== Reported By: rey_dominique Assigned To: dam ====================================================================== Project: top Issue ID: 2844 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-04-02 14:49 CEST Last Modified: 2009-03-09 22:23 CET ====================================================================== Summary: Top 3.6 is compiled for single CPU Description: Hello, The current top 3.6 seems be compiled on a single CPU, if installed on a multi-CPU, the detail line %CPU are not really good. Perhaps the package must check the type of CPU. Dominique Rey ====================================================================== ---------------------------------------------------------------------- (0005228) rey_dominique (reporter) - 2008-04-02 15:03 http://www.opencsw.org/mantis/view.php?id=2844#c5228 ---------------------------------------------------------------------- Perhaps you must have two packages, one for single processor and one for multi processors. Dominique. ---------------------------------------------------------------------- (0005518) dam (manager) - 2009-02-04 16:24 http://www.opencsw.org/mantis/view.php?id=2844#c5518 ---------------------------------------------------------------------- I just released 3.7, please recheck if the error persists ---------------------------------------------------------------------- (0005528) dam (manager) - 2009-02-13 11:55 http://www.opencsw.org/mantis/view.php?id=2844#c5528 ---------------------------------------------------------------------- Any news if the error still persists in the current version? ---------------------------------------------------------------------- (0005567) dam (manager) - 2009-02-24 22:54 http://www.opencsw.org/mantis/view.php?id=2844#c5567 ---------------------------------------------------------------------- Please check if the issue is still present or the bug will be closed. ---------------------------------------------------------------------- (0005568) rey_dominique (reporter) - 2009-02-25 17:33 http://www.opencsw.org/mantis/view.php?id=2844#c5568 ---------------------------------------------------------------------- Hello dam, I just tested now with the 3.7 and it looks good. Thank you very much, Have a nice day, Dominique. ---------------------------------------------------------------------- (0005614) dam (manager) - 2009-03-09 22:23 http://www.opencsw.org/mantis/view.php?id=2844#c5614 ---------------------------------------------------------------------- Fixed in the current 3.7 release. Issue History Date Modified Username Field Change ====================================================================== 2009-02-04 16:24 dam Note Added: 0005518 2009-02-13 11:55 dam Note Added: 0005528 2009-02-13 11:55 dam Assigned To => dam 2009-02-13 11:55 dam Status new => feedback 2009-02-24 22:53 dam Status feedback => assigned 2009-02-24 22:54 dam Note Added: 0005567 2009-02-24 22:54 dam Status assigned => feedback 2009-02-25 17:33 rey_dominique Note Added: 0005568 2009-03-09 22:23 dam Note Added: 0005614 2009-03-09 22:23 dam Status feedback => closed ====================================================================== From noreply at opencsw.org Mon Mar 9 22:49:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 22:49:47 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 In-Reply-To: <021da153eb5a8556a2a641af718e9b7c> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: bonivart ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-09 22:49 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== ---------------------------------------------------------------------- (0005607) waynehendricks (reporter) - 2009-03-07 19:43 http://www.opencsw.org/mantis/view.php?id=3460#c5607 ---------------------------------------------------------------------- This happens when BIND is run under chroot. It cannot find /dev/poll under chroot. Maybe a separate BIND package should be created especially for chroot. ---------------------------------------------------------------------- (0005615) bonivart (manager) - 2009-03-09 22:49 http://www.opencsw.org/mantis/view.php?id=3460#c5615 ---------------------------------------------------------------------- I'm looking into it with another maintainer. Not sure yet what will come out of it, could be some docs, a new package or something in between. I will update this bug with any progress. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue 2009-03-07 19:43 waynehendricks Note Added: 0005607 2009-03-09 20:31 bonivart Status new => assigned 2009-03-09 20:31 bonivart Assigned To => bonivart 2009-03-09 22:49 bonivart Note Added: 0005615 ====================================================================== From noreply at opencsw.org Tue Mar 10 00:50:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 00:50:27 +0100 Subject: [bug-notifications] [ruby 0003445]: Missing rb_hash_foreach In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3445 ====================================================================== Reported By: mswatters Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 3445 Category: regular use Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-21 22:31 CET Last Modified: 2009-03-10 00:50 CET ====================================================================== Summary: Missing rb_hash_foreach Description: Configure scripts check if rb_hash_foreach function exists using the following command. if it does not exist, it is assumed the release level is prior to 1.8.2. $ /opt/csw/bin/ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8] $ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")' checking for rb_hash_foreach()... no ====================================================================== ---------------------------------------------------------------------- (0005558) bwalton (manager) - 2009-02-22 01:15 http://opencsw.org/bugtrack/view.php?id=3445#c5558 ---------------------------------------------------------------------- The have_func feature of mkmf is a header test. The function is defined in /opt/csw/lib/ruby/1.8/$arch-solaris2.8/intern.h. I'll determine why the test is failing to find this function. Confirmed on solaris 10 x86 (other platforms not tested yet). -Ben ---------------------------------------------------------------------- (0005559) bwalton (manager) - 2009-02-22 03:29 http://opencsw.org/bugtrack/view.php?id=3445#c5559 ---------------------------------------------------------------------- have_func builds a small c extension that requires the rb_hash_foreach symbol. This is linked against ruby-static. The ruby-static library isn't included with the package. I'll resolve this asap. ---------------------------------------------------------------------- (0005561) bwalton (manager) - 2009-02-22 14:23 http://opencsw.org/bugtrack/view.php?id=3445#c5561 ---------------------------------------------------------------------- Modified the GAR build to allow libruby-static.a to be bundled. Have verified the problem is resolved after including this file. I'll have packages in testing/ by days end. ---------------------------------------------------------------------- (0005562) mwatters (reporter) - 2009-02-23 17:49 http://opencsw.org/bugtrack/view.php?id=3445#c5562 ---------------------------------------------------------------------- I have tested it and ruby itself works fine. however, the dependency list is wrong or there is still a bug ;) I found that I actually needed the gcc binary itself and not just the libraries for mkmf...have_func work correctly The output of mkmf.log is below. without gcc it rb_hash_foreach returns no and fails with the shell command {path to gcc}/gcc not found. $ cat mkmf.log have_func: checking for rb_hash_foreach()... -------------------- yes "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" conftest.c: In function 't': conftest.c:3: error: 'rb_hash_foreach' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_hash_foreach; return 0; } /* end */ "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_hash_foreach(); return 0; } /* end */ -------------------- ---------------------------------------------------------------------- (0005563) bwalton (manager) - 2009-02-23 18:02 http://opencsw.org/bugtrack/view.php?id=3445#c5563 ---------------------------------------------------------------------- Looking at how Debian package ruby, they've split out a ruby-dev package which includes the headers, mkmf module and libruby stuff. I think that would be a better solution for us too, thus the gcc dependency would only affect people that want to build native extensions. Will try to get to this today. ---------------------------------------------------------------------- (0005600) philadmin (administrator) - 2009-03-02 19:47 http://opencsw.org/bugtrack/view.php?id=3445#c5600 ---------------------------------------------------------------------- Well, that's also a side issue to, "doing dev work with ruby, requires remembering to link in the gcc4 runtime lib, because it was compiled with gcc". A reminder that if there is a way to compile ruby with SUN compilers, this issue goes away. Another reminder, that if there is any equivalent to "pkg-config" for ruby, with some "ruby.pc" like file... that file should mention required link args of -R/opt/csw/gcc4/lib -L/opt/csw/gcc4/lib -l[whatever] ---------------------------------------------------------------------- (0005616) bwalton (manager) - 2009-03-10 00:50 http://opencsw.org/bugtrack/view.php?id=3445#c5616 ---------------------------------------------------------------------- This issue should be fixed by the updated packages that will hit mirrors shortly. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-02-21 22:31 mswatters New Issue 2009-02-22 01:15 bwalton Note Added: 0005558 2009-02-22 01:15 bwalton Assigned To => bwalton 2009-02-22 01:15 bwalton Status new => confirmed 2009-02-22 03:29 bwalton Note Added: 0005559 2009-02-22 14:23 bwalton Note Added: 0005561 2009-02-23 17:49 mwatters Note Added: 0005562 2009-02-23 18:02 bwalton Note Added: 0005563 2009-03-02 19:47 philadmin Note Added: 0005600 2009-03-10 00:50 bwalton Note Added: 0005616 2009-03-10 00:50 bwalton Status confirmed => resolved 2009-03-10 00:50 bwalton Resolution open => fixed ====================================================================== From noreply at opencsw.org Tue Mar 10 00:51:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 00:51:28 +0100 Subject: [bug-notifications] [ruby 0003445]: Missing rb_hash_foreach In-Reply-To: Message-ID: <57221a40e1deea828f04c44fc37c053f@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3445 ====================================================================== Reported By: mswatters Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 3445 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-21 22:31 CET Last Modified: 2009-03-10 00:51 CET ====================================================================== Summary: Missing rb_hash_foreach Description: Configure scripts check if rb_hash_foreach function exists using the following command. if it does not exist, it is assumed the release level is prior to 1.8.2. $ /opt/csw/bin/ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8] $ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")' checking for rb_hash_foreach()... no ====================================================================== ---------------------------------------------------------------------- (0005558) bwalton (manager) - 2009-02-22 01:15 http://opencsw.org/bugtrack/view.php?id=3445#c5558 ---------------------------------------------------------------------- The have_func feature of mkmf is a header test. The function is defined in /opt/csw/lib/ruby/1.8/$arch-solaris2.8/intern.h. I'll determine why the test is failing to find this function. Confirmed on solaris 10 x86 (other platforms not tested yet). -Ben ---------------------------------------------------------------------- (0005559) bwalton (manager) - 2009-02-22 03:29 http://opencsw.org/bugtrack/view.php?id=3445#c5559 ---------------------------------------------------------------------- have_func builds a small c extension that requires the rb_hash_foreach symbol. This is linked against ruby-static. The ruby-static library isn't included with the package. I'll resolve this asap. ---------------------------------------------------------------------- (0005561) bwalton (manager) - 2009-02-22 14:23 http://opencsw.org/bugtrack/view.php?id=3445#c5561 ---------------------------------------------------------------------- Modified the GAR build to allow libruby-static.a to be bundled. Have verified the problem is resolved after including this file. I'll have packages in testing/ by days end. ---------------------------------------------------------------------- (0005562) mwatters (reporter) - 2009-02-23 17:49 http://opencsw.org/bugtrack/view.php?id=3445#c5562 ---------------------------------------------------------------------- I have tested it and ruby itself works fine. however, the dependency list is wrong or there is still a bug ;) I found that I actually needed the gcc binary itself and not just the libraries for mkmf...have_func work correctly The output of mkmf.log is below. without gcc it rb_hash_foreach returns no and fails with the shell command {path to gcc}/gcc not found. $ cat mkmf.log have_func: checking for rb_hash_foreach()... -------------------- yes "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" conftest.c: In function 't': conftest.c:3: error: 'rb_hash_foreach' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_hash_foreach; return 0; } /* end */ "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_hash_foreach(); return 0; } /* end */ -------------------- ---------------------------------------------------------------------- (0005563) bwalton (manager) - 2009-02-23 18:02 http://opencsw.org/bugtrack/view.php?id=3445#c5563 ---------------------------------------------------------------------- Looking at how Debian package ruby, they've split out a ruby-dev package which includes the headers, mkmf module and libruby stuff. I think that would be a better solution for us too, thus the gcc dependency would only affect people that want to build native extensions. Will try to get to this today. ---------------------------------------------------------------------- (0005600) philadmin (administrator) - 2009-03-02 19:47 http://opencsw.org/bugtrack/view.php?id=3445#c5600 ---------------------------------------------------------------------- Well, that's also a side issue to, "doing dev work with ruby, requires remembering to link in the gcc4 runtime lib, because it was compiled with gcc". A reminder that if there is a way to compile ruby with SUN compilers, this issue goes away. Another reminder, that if there is any equivalent to "pkg-config" for ruby, with some "ruby.pc" like file... that file should mention required link args of -R/opt/csw/gcc4/lib -L/opt/csw/gcc4/lib -l[whatever] ---------------------------------------------------------------------- (0005616) bwalton (manager) - 2009-03-10 00:50 http://opencsw.org/bugtrack/view.php?id=3445#c5616 ---------------------------------------------------------------------- This issue should be fixed by the updated packages that will hit mirrors shortly. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-02-21 22:31 mswatters New Issue 2009-02-22 01:15 bwalton Note Added: 0005558 2009-02-22 01:15 bwalton Assigned To => bwalton 2009-02-22 01:15 bwalton Status new => confirmed 2009-02-22 03:29 bwalton Note Added: 0005559 2009-02-22 14:23 bwalton Note Added: 0005561 2009-02-23 17:49 mwatters Note Added: 0005562 2009-02-23 18:02 bwalton Note Added: 0005563 2009-03-02 19:47 philadmin Note Added: 0005600 2009-03-10 00:50 bwalton Note Added: 0005616 2009-03-10 00:50 bwalton Status confirmed => resolved 2009-03-10 00:50 bwalton Resolution open => fixed 2009-03-10 00:51 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 10 09:12:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 09:12:43 +0100 Subject: [bug-notifications] [pkg_get 0002971]: No installation instructions In-Reply-To: <112f60a51a80850dc7ed1b5ed74422d8> Message-ID: <68826253fe8512225a7589b18f116db9@opencsw.org> A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=2971 ====================================================================== Reported By: kapilt Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 2971 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-12-16 23:13 CET Last Modified: 2009-03-10 09:12 CET ====================================================================== Summary: No installation instructions Description: tried to get past the fork literature, and get on with using opencsw. however there are no docs on how to actually install pkg-get. the user manual completely skips it. seems like a a great way to attrition your user base to zero. seriously, if you want people to use this stuff, you should document how to install it. ====================================================================== ---------------------------------------------------------------------- (0005473) phil (manager) - 2008-12-19 17:11 http://opencsw.org/bugtrack/view.php?id=2971#c5473 ---------------------------------------------------------------------- There IS documentation on how to install. However, perhaps you followed a path that did not lead you to the docs. What "user manual" are you referring to, that does not tell you how to install it? when you say "manual", I think "Man page". however, if you are reading the manpage, then isnt it already installed? :-) ---------------------------------------------------------------------- (0005584) philadmin (administrator) - 2009-02-27 18:09 http://opencsw.org/bugtrack/view.php?id=2971#c5584 ---------------------------------------------------------------------- user unresponsive as to specific needs. closing after 3 months. ---------------------------------------------------------------------- (0005592) kapilt (reporter) - 2009-02-28 19:27 http://opencsw.org/bugtrack/view.php?id=2971#c5592 ---------------------------------------------------------------------- okay, say i come to the opencsw.org site, and i want to use opencsw. nothing obvious on the home page. so i click on the next obvious link. the user guide link. i get a documentation page without any information on how to actual install opencsw, just how to use it. ---------------------------------------------------------------------- (0005611) automatthias (reporter) - 2009-03-09 09:08 http://opencsw.org/bugtrack/view.php?id=2971#c5611 ---------------------------------------------------------------------- I think kapilt means that opencsw.org should have a page similar to http://www.blastwave.org/howto.html - that is, a page which explains how to install pkg-get. In other words, instructions how to get started with opencsw.org with no previous knowledge of it. I'd suggest putting on the main page, http://www.opencsw.org/, something along the lines of: ----------------------------------------------------------------------- pkgadd -d http://www.ibiblio.org/pub/solaris/opencsw/pkg_get.pkg all echo >> /etc/opt/csw/pkg-get.conf \ "url=ftp://ftp.heanet.ie/pub/opencsw/current/" pkg-get -U pkg-get -i vim ----------------------------------------------------------------------- ---------------------------------------------------------------------- (0005613) phil (manager) - 2009-03-09 17:21 http://opencsw.org/bugtrack/view.php?id=2971#c5613 ---------------------------------------------------------------------- I updated things a bit. Please let me know if this helps enough. Hopefully, the front page is a bit more blatant about "go read this page" now. ---------------------------------------------------------------------- (0005617) automatthias (reporter) - 2009-03-10 09:12 http://opencsw.org/bugtrack/view.php?id=2971#c5617 ---------------------------------------------------------------------- The new sentence on the front page, "Please see the pkg-get page for details on how to get started with it" definitely helps. If there was an "Installation" header in front of it, it would be even better! Issue History Date Modified Username Field Change ====================================================================== 2008-12-16 23:13 kapilt New Issue 2008-12-19 17:09 phil Status new => assigned 2008-12-19 17:09 phil Assigned To => phil 2008-12-19 17:11 phil Note Added: 0005473 2009-02-27 18:09 philadmin Note Added: 0005584 2009-02-27 18:09 philadmin Status assigned => resolved 2009-02-27 18:09 philadmin Resolution open => not fixable 2009-02-27 18:15 philadmin Status resolved => closed 2009-02-28 19:27 kapilt Note Added: 0005592 2009-02-28 19:27 kapilt Status closed => feedback 2009-02-28 19:27 kapilt Resolution not fixable => reopened 2009-03-09 09:08 automatthias Note Added: 0005611 2009-03-09 17:21 phil Note Added: 0005613 2009-03-10 09:12 automatthias Note Added: 0005617 ====================================================================== From noreply at opencsw.org Tue Mar 10 20:42:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:42:00 +0100 Subject: [bug-notifications] [freeciv 0003126]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3126 ====================================================================== Reported By: harpchad Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 3126 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-10 20:41 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005609) jgoerzen (manager) - 2009-03-07 23:36 http://www.opencsw.org/bugtrack/view.php?id=3126#c5609 ---------------------------------------------------------------------- recompiled/repackaged with CSWggettextrt instead of CSWggettext as dependancy. New packages are in /testing and will be submitted in a few days ---------------------------------------------------------------------- (0005618) jgoerzen (manager) - 2009-03-10 20:41 http://www.opencsw.org/bugtrack/view.php?id=3126#c5618 ---------------------------------------------------------------------- updated pkgs fixing this bug are submitted to unstable Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-07 23:36 jgoerzen Note Added: 0005609 2009-03-07 23:36 jgoerzen Status new => resolved 2009-03-07 23:36 jgoerzen Resolution open => fixed 2009-03-07 23:36 jgoerzen Assigned To => jgoerzen 2009-03-10 20:41 jgoerzen Note Added: 0005618 2009-03-10 20:41 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 10 20:45:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:45:52 +0100 Subject: [bug-notifications] [freeciv 0001170]: Missing library on civclient In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1170 ====================================================================== Reported By: james Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 1170 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-09-23 04:26 CEST Last Modified: 2009-03-10 20:45 CET ====================================================================== Summary: Missing library on civclient Description: i386 only: $ civclient ld.so.1: civclient: fatal: libpangocairo-1.0.so.0: open failed: No such file or directory zsh: killed civclient find object=libpangocairo-1.0.so.0; required by civclient libpangocairo-1.0.so.0 => (file not found) ... find object=libcairo.so.2; required by civclient libcairo.so.2 => (file not found) ====================================================================== ---------------------------------------------------------------------- (0002347) jgoerzen (manager) - 2005-09-25 00:47 http://www.opencsw.org/bugtrack/view.php?id=1170#c2347 ---------------------------------------------------------------------- Waiting for CSWcairo package removal from daedal ---------------------------------------------------------------------- (0002353) jgoerzen (manager) - 2005-09-25 14:19 http://www.opencsw.org/bugtrack/view.php?id=1170#c2353 ---------------------------------------------------------------------- Recompiled & repackaged freeciv after CSWcairo removed from build host daedal. ---------------------------------------------------------------------- (0002934) aalmroth (reporter) - 2006-01-09 15:40 http://www.opencsw.org/bugtrack/view.php?id=1170#c2934 ---------------------------------------------------------------------- Closing report ---------------------------------------------------------------------- (0005619) jgoerzen (manager) - 2009-03-10 20:45 http://www.opencsw.org/bugtrack/view.php?id=1170#c5619 ---------------------------------------------------------------------- latest packages do not crash from missing library Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:45 jgoerzen Note Added: 0005619 2009-03-10 20:45 jgoerzen Status closed => resolved ====================================================================== From noreply at opencsw.org Tue Mar 10 20:46:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:46:46 +0100 Subject: [bug-notifications] [freeciv 0001170]: Missing library on civclient In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1170 ====================================================================== Reported By: james Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 1170 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-09-23 04:26 CEST Last Modified: 2009-03-10 20:46 CET ====================================================================== Summary: Missing library on civclient Description: i386 only: $ civclient ld.so.1: civclient: fatal: libpangocairo-1.0.so.0: open failed: No such file or directory zsh: killed civclient find object=libpangocairo-1.0.so.0; required by civclient libpangocairo-1.0.so.0 => (file not found) ... find object=libcairo.so.2; required by civclient libcairo.so.2 => (file not found) ====================================================================== ---------------------------------------------------------------------- (0002347) jgoerzen (manager) - 2005-09-25 00:47 http://www.opencsw.org/bugtrack/view.php?id=1170#c2347 ---------------------------------------------------------------------- Waiting for CSWcairo package removal from daedal ---------------------------------------------------------------------- (0002353) jgoerzen (manager) - 2005-09-25 14:19 http://www.opencsw.org/bugtrack/view.php?id=1170#c2353 ---------------------------------------------------------------------- Recompiled & repackaged freeciv after CSWcairo removed from build host daedal. ---------------------------------------------------------------------- (0002934) aalmroth (reporter) - 2006-01-09 15:40 http://www.opencsw.org/bugtrack/view.php?id=1170#c2934 ---------------------------------------------------------------------- Closing report ---------------------------------------------------------------------- (0005619) jgoerzen (manager) - 2009-03-10 20:45 http://www.opencsw.org/bugtrack/view.php?id=1170#c5619 ---------------------------------------------------------------------- latest packages do not crash from missing library ---------------------------------------------------------------------- (0005620) jgoerzen (manager) - 2009-03-10 20:46 http://www.opencsw.org/bugtrack/view.php?id=1170#c5620 ---------------------------------------------------------------------- no longer an issue with latest package. Closing bug Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:45 jgoerzen Note Added: 0005619 2009-03-10 20:45 jgoerzen Status closed => resolved 2009-03-10 20:46 jgoerzen Note Added: 0005620 2009-03-10 20:46 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 10 20:49:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:49:08 +0100 Subject: [bug-notifications] [freeciv 0000284]: Can\'t run /opt/csw/bin/civserver In-Reply-To: <6a91f9443cca41cf97d87b835509a411> Message-ID: <0c50e7acd7292c8abd751b855219dbd4@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=284 ====================================================================== Reported By: pettefar Assigned To: philadmin ====================================================================== Project: freeciv Issue ID: 284 Category: regular use Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 2004-03-10 05:57 CET Last Modified: 2009-03-10 20:49 CET ====================================================================== Summary: Can\'t run /opt/csw/bin/civserver Description: /opt/csw/bin/civserver reports ld.so.1: /opt/csw/bin/civserver: fatal: libintl.so.3: open failed: No such file or directory Killed ====================================================================== ---------------------------------------------------------------------- (0000344) philadmin (administrator) - 2004-03-10 10:50 http://www.opencsw.org/bugtrack/view.php?id=284#c344 ---------------------------------------------------------------------- You need to update your libraries. pkg-get -U -u ---------------------------------------------------------------------- (0005621) jgoerzen (manager) - 2009-03-10 20:49 http://www.opencsw.org/bugtrack/view.php?id=284#c5621 ---------------------------------------------------------------------- was not an issue with packaging. user needed to pkg-get -U -u Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:49 jgoerzen Note Added: 0005621 2009-03-10 20:49 jgoerzen Status closed => resolved ====================================================================== From noreply at opencsw.org Tue Mar 10 20:49:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:49:54 +0100 Subject: [bug-notifications] [freeciv 0000284]: Can\'t run /opt/csw/bin/civserver In-Reply-To: <6a91f9443cca41cf97d87b835509a411> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=284 ====================================================================== Reported By: pettefar Assigned To: philadmin ====================================================================== Project: freeciv Issue ID: 284 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 2004-03-10 05:57 CET Last Modified: 2009-03-10 20:49 CET ====================================================================== Summary: Can\'t run /opt/csw/bin/civserver Description: /opt/csw/bin/civserver reports ld.so.1: /opt/csw/bin/civserver: fatal: libintl.so.3: open failed: No such file or directory Killed ====================================================================== ---------------------------------------------------------------------- (0000344) philadmin (administrator) - 2004-03-10 10:50 http://www.opencsw.org/bugtrack/view.php?id=284#c344 ---------------------------------------------------------------------- You need to update your libraries. pkg-get -U -u ---------------------------------------------------------------------- (0005621) jgoerzen (manager) - 2009-03-10 20:49 http://www.opencsw.org/bugtrack/view.php?id=284#c5621 ---------------------------------------------------------------------- was not an issue with packaging. user needed to pkg-get -U -u ---------------------------------------------------------------------- (0005622) jgoerzen (manager) - 2009-03-10 20:49 http://www.opencsw.org/bugtrack/view.php?id=284#c5622 ---------------------------------------------------------------------- was not an issue with packaging. user needed to pkg-get -U -u closing bug Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:49 jgoerzen Note Added: 0005621 2009-03-10 20:49 jgoerzen Status closed => resolved 2009-03-10 20:49 jgoerzen Note Added: 0005622 2009-03-10 20:49 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:34:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:34:06 +0100 Subject: [bug-notifications] [python 0002803]: python-config --ldflags should include -L/opt/csw/lib In-Reply-To: <271fc0ef471554c4b9670ee60f0b052e> Message-ID: <0e70352652f425d7f448a9a801ddca94@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2803 ====================================================================== Reported By: dam Assigned To: mwatters ====================================================================== Project: python Issue ID: 2803 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-29 05:38 CET Last Modified: 2009-03-11 02:34 CET ====================================================================== Summary: python-config --ldflags should include -L/opt/csw/lib Description: Issueing # python-config --ldflags results in -lresolv -lsocket -lnsl -lrt -ldl -lpthread -lm -lpython2.5 which IMHO should include -L/opt/csw/lib to allow binding of third-party apps without LDFLAGS-magic ====================================================================== ---------------------------------------------------------------------- (0005585) mwatters (manager) - 2009-02-27 18:35 http://www.opencsw.org/bugtrack/view.php?id=2803#c5585 ---------------------------------------------------------------------- I need to do some research on how to do this. unfortunately it wasn't as easy as specifying it directly for configure ---------------------------------------------------------------------- (0005623) mwatters (manager) - 2009-03-11 02:34 http://www.opencsw.org/bugtrack/view.php?id=2803#c5623 ---------------------------------------------------------------------- this is resolved in REV=2009.03.02 Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 18:35 mwatters Note Added: 0005585 2009-02-27 18:35 mwatters Assigned To => mwatters 2009-02-27 18:35 mwatters Status new => acknowledged 2009-03-11 02:34 mwatters Note Added: 0005623 2009-03-11 02:34 mwatters Status acknowledged => resolved 2009-03-11 02:34 mwatters Resolution open => fixed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:35:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:35:20 +0100 Subject: [bug-notifications] [python 0002803]: python-config --ldflags should include -L/opt/csw/lib In-Reply-To: <271fc0ef471554c4b9670ee60f0b052e> Message-ID: <9e605c41cb60c22aab43d698fec6c5fc@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2803 ====================================================================== Reported By: dam Assigned To: mwatters ====================================================================== Project: python Issue ID: 2803 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-29 05:38 CET Last Modified: 2009-03-11 02:35 CET ====================================================================== Summary: python-config --ldflags should include -L/opt/csw/lib Description: Issueing # python-config --ldflags results in -lresolv -lsocket -lnsl -lrt -ldl -lpthread -lm -lpython2.5 which IMHO should include -L/opt/csw/lib to allow binding of third-party apps without LDFLAGS-magic ====================================================================== ---------------------------------------------------------------------- (0005585) mwatters (manager) - 2009-02-27 18:35 http://www.opencsw.org/bugtrack/view.php?id=2803#c5585 ---------------------------------------------------------------------- I need to do some research on how to do this. unfortunately it wasn't as easy as specifying it directly for configure ---------------------------------------------------------------------- (0005623) mwatters (manager) - 2009-03-11 02:34 http://www.opencsw.org/bugtrack/view.php?id=2803#c5623 ---------------------------------------------------------------------- this is resolved in REV=2009.03.02 ---------------------------------------------------------------------- (0005624) mwatters (manager) - 2009-03-11 02:35 http://www.opencsw.org/bugtrack/view.php?id=2803#c5624 ---------------------------------------------------------------------- resolved in python 2.6.1, REV=2009.03.02 Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 18:35 mwatters Note Added: 0005585 2009-02-27 18:35 mwatters Assigned To => mwatters 2009-02-27 18:35 mwatters Status new => acknowledged 2009-03-11 02:34 mwatters Note Added: 0005623 2009-03-11 02:34 mwatters Status acknowledged => resolved 2009-03-11 02:34 mwatters Resolution open => fixed 2009-03-11 02:35 mwatters Note Added: 0005624 2009-03-11 02:35 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:37:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:37:40 +0100 Subject: [bug-notifications] [gnupg 0001754]: Upgrade gnupg from version 1.4.4 to version 1.4.5 In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1754 ====================================================================== Reported By: radiusmax Assigned To: asmoore ====================================================================== Project: gnupg Issue ID: 1754 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-08-21 14:55 CEST Last Modified: 2009-03-11 02:37 CET ====================================================================== Summary: Upgrade gnupg from version 1.4.4 to version 1.4.5 Description: Upgrade to the latest available source. ====================================================================== ---------------------------------------------------------------------- (0003770) asmoore (reporter) - 2006-08-22 07:20 http://www.opencsw.org/mantis/view.php?id=1754#c3770 ---------------------------------------------------------------------- The update is in http://www.blastwave.org/testing for manual download and install. I released to packages to admin for distribution to the CSW mirrors. ---------------------------------------------------------------------- (0005413) philadmin (administrator) - 2008-11-17 22:35 http://www.opencsw.org/mantis/view.php?id=1754#c5413 ---------------------------------------------------------------------- looks like our gnupg is up to 1.4.8 now.... however, "upstream" is up to 1.4.9! So this is still a valid "upgrade" bug. I was going to close this case otherwise. ---------------------------------------------------------------------- (0005625) mwatters (manager) - 2009-03-11 02:37 http://www.opencsw.org/mantis/view.php?id=1754#c5625 ---------------------------------------------------------------------- updated to the latest soruce 1.4.9 also compiled gnupg2 at 2.0.10 Issue History Date Modified Username Field Change ====================================================================== 2008-11-17 22:35 philadmin Note Added: 0005413 2009-03-11 02:37 mwatters Note Added: 0005625 2009-03-11 02:37 mwatters Status assigned => resolved 2009-03-11 02:37 mwatters Resolution open => fixed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:38:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:38:21 +0100 Subject: [bug-notifications] [gnupg 0001754]: Upgrade gnupg from version 1.4.4 to version 1.4.5 In-Reply-To: Message-ID: <588bdd2f2de52c2b56fe9206197efeea@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=1754 ====================================================================== Reported By: radiusmax Assigned To: asmoore ====================================================================== Project: gnupg Issue ID: 1754 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-08-21 14:55 CEST Last Modified: 2009-03-11 02:38 CET ====================================================================== Summary: Upgrade gnupg from version 1.4.4 to version 1.4.5 Description: Upgrade to the latest available source. ====================================================================== ---------------------------------------------------------------------- (0003770) asmoore (reporter) - 2006-08-22 07:20 http://www.opencsw.org/mantis/view.php?id=1754#c3770 ---------------------------------------------------------------------- The update is in http://www.blastwave.org/testing for manual download and install. I released to packages to admin for distribution to the CSW mirrors. ---------------------------------------------------------------------- (0005413) philadmin (administrator) - 2008-11-17 22:35 http://www.opencsw.org/mantis/view.php?id=1754#c5413 ---------------------------------------------------------------------- looks like our gnupg is up to 1.4.8 now.... however, "upstream" is up to 1.4.9! So this is still a valid "upgrade" bug. I was going to close this case otherwise. ---------------------------------------------------------------------- (0005625) mwatters (manager) - 2009-03-11 02:37 http://www.opencsw.org/mantis/view.php?id=1754#c5625 ---------------------------------------------------------------------- updated to the latest soruce 1.4.9 also compiled gnupg2 at 2.0.10 ---------------------------------------------------------------------- (0005626) mwatters (manager) - 2009-03-11 02:38 http://www.opencsw.org/mantis/view.php?id=1754#c5626 ---------------------------------------------------------------------- this is resolved, upgraded to 1.4.9 Issue History Date Modified Username Field Change ====================================================================== 2008-11-17 22:35 philadmin Note Added: 0005413 2009-03-11 02:37 mwatters Note Added: 0005625 2009-03-11 02:37 mwatters Status assigned => resolved 2009-03-11 02:37 mwatters Resolution open => fixed 2009-03-11 02:38 mwatters Note Added: 0005626 2009-03-11 02:38 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:40:26 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:40:26 +0100 Subject: [bug-notifications] [gnupg_minimal 0003354]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2f4b5c633784a84936748ba2810d276a@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3354 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: gnupg_minimal Issue ID: 3354 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:19 CET Last Modified: 2009-03-11 02:40 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005627) mwatters (manager) - 2009-03-11 02:40 http://www.opencsw.org/mantis/view.php?id=3354#c5627 ---------------------------------------------------------------------- resolved as of release 1.4.9,REV=2009.03.05 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:19 harpchad New Issue 2009-03-11 02:40 mwatters Note Added: 0005627 2009-03-11 02:40 mwatters Status new => resolved 2009-03-11 02:40 mwatters Resolution open => fixed 2009-03-11 02:40 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Wed Mar 11 02:41:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:41:12 +0100 Subject: [bug-notifications] [gnupg_minimal 0003354]: Depend on CSWggettextrt In-Reply-To: Message-ID: <67767a24bfb60287ee8eb77a1f62272a@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3354 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: gnupg_minimal Issue ID: 3354 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:19 CET Last Modified: 2009-03-11 02:41 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005627) mwatters (manager) - 2009-03-11 02:40 http://www.opencsw.org/mantis/view.php?id=3354#c5627 ---------------------------------------------------------------------- resolved as of release 1.4.9,REV=2009.03.05 ---------------------------------------------------------------------- (0005628) mwatters (manager) - 2009-03-11 02:41 http://www.opencsw.org/mantis/view.php?id=3354#c5628 ---------------------------------------------------------------------- resolved as of gnupg_minimal 1.4.9,REV=2009.03.05 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:19 harpchad New Issue 2009-03-11 02:40 mwatters Note Added: 0005627 2009-03-11 02:40 mwatters Status new => resolved 2009-03-11 02:40 mwatters Resolution open => fixed 2009-03-11 02:40 mwatters Assigned To => mwatters 2009-03-11 02:41 mwatters Note Added: 0005628 2009-03-11 02:41 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:43:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:43:51 +0100 Subject: [bug-notifications] [gnupg 0002980]: fatal relocation error: libreadline.so.5 In-Reply-To: <7ffc3281834e41f13c1d074f5099175b> Message-ID: <18294b306202f196bd3fcda300760ee7@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2980 ====================================================================== Reported By: casterln Assigned To: ====================================================================== Project: gnupg Issue ID: 2980 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-09 00:38 CET Last Modified: 2009-03-11 02:43 CET ====================================================================== Summary: fatal relocation error: libreadline.so.5 Description: similar to this report on blastwave: http://wiki.blastwave.org/forum/viewtopic.php?f=22&p=766#p766 gpg --edit-key A1888E90 gives this error: ld.so.1: gpg: fatal: relocation error: file /opt/csw/lib/libreadline.so.5: symbol tgetent: referenced symbol not found ====================================================================== ---------------------------------------------------------------------- (0005483) skayser (administrator) - 2009-01-15 09:58 http://www.opencsw.org/mantis/view.php?id=2980#c5483 ---------------------------------------------------------------------- Hi casterln, thanks for reporting the bug. The bug is not a bug in CSWgnupg, but a regression bug in CSWreadline. I filed a bug report against CSWreadline (http://www.opencsw.org/mantis/view.php?id=2984) so that the maintainer can release a fixed version and thereby solve your problem. Sebastian ---------------------------------------------------------------------- (0005486) skayser (administrator) - 2009-01-16 17:37 http://www.opencsw.org/mantis/view.php?id=2980#c5486 ---------------------------------------------------------------------- Hi casterln, the bug in CSWreadline is fixed and this bug here will be closed as soon as the bugfixed CSWreadline has made it to current/. Sebastian ---------------------------------------------------------------------- (0005629) mwatters (manager) - 2009-03-11 02:43 http://www.opencsw.org/mantis/view.php?id=2980#c5629 ---------------------------------------------------------------------- this is resolved as of readline 5.2,REV=2009.02.13 Issue History Date Modified Username Field Change ====================================================================== 2009-01-09 00:38 casterln New Issue 2009-01-09 18:01 casterln Issue Monitored: casterln 2009-01-15 09:58 skayser Note Added: 0005483 2009-01-16 17:37 skayser Note Added: 0005486 2009-03-11 02:43 mwatters Note Added: 0005629 2009-03-11 02:43 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:44:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:44:59 +0100 Subject: [bug-notifications] [gnupg 0003035]: ncurses dependency is missing In-Reply-To: <319243254d60cc326fadfe3f58093417> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3035 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: gnupg Issue ID: 3035 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-22 21:06 CET Last Modified: 2009-03-11 02:44 CET ====================================================================== Summary: ncurses dependency is missing Description: This package should depend on ncurses. This dep is missing in the current version and prevent gnupg to work. Installing ncurses by hand solves the problem ====================================================================== ---------------------------------------------------------------------- (0005505) mswatters (reporter) - 2009-02-04 05:29 http://www.opencsw.org/mantis/view.php?id=3035#c5505 ---------------------------------------------------------------------- This is the same issue as bug 2980 fatal relocation error for libreadline. gnupg does not have a direct requirement for curses, that comes from the dependency on readline. ---------------------------------------------------------------------- (0005630) mwatters (manager) - 2009-03-11 02:44 http://www.opencsw.org/mantis/view.php?id=3035#c5630 ---------------------------------------------------------------------- this is resolved with the release of readline 5.2,REV=2009.02.13 Issue History Date Modified Username Field Change ====================================================================== 2009-01-22 21:06 wbonnet New Issue 2009-02-04 05:29 mswatters Note Added: 0005505 2009-03-11 02:44 mwatters Note Added: 0005630 2009-03-11 02:44 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:46:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:46:15 +0100 Subject: [bug-notifications] [gnupg 0003076]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3076 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gnupg Issue ID: 3076 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: 2009-03-11 02:46 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005631) mwatters (manager) - 2009-03-11 02:46 http://www.opencsw.org/mantis/view.php?id=3076#c5631 ---------------------------------------------------------------------- this has been resoved with the release of gnupg 1.4.9,REV=2009.03.05 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:48 harpchad New Issue 2009-03-11 02:46 mwatters Note Added: 0005631 2009-03-11 02:46 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 15:49:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 15:49:47 +0100 Subject: [bug-notifications] [pca 0003463]: pca version contained in 20090224.01, REV=2009.02.24 is 20081218-01 Message-ID: <5b8aa008a5023ea4085e8b8b6ad9dea6@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3463 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: pca Issue ID: 3463 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-11 15:49 CET Last Modified: 2009-03-11 15:49 CET ====================================================================== Summary: pca version contained in 20090224.01,REV=2009.02.24 is 20081218-01 Description: Seems as if a downrev version ended up in the current package root @ ray1 /# pkginfo -x CSWpca CSWpca pca - Patch Check Advanced (all) 20090224.01,REV=2009.02.24 root @ ray1 /# /opt/csw/bin/pca -v pca 20081218-01 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-11 15:49 skayser New Issue ====================================================================== From noreply at opencsw.org Thu Mar 12 11:14:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 11:14:34 +0100 Subject: [bug-notifications] [common 0003459]: "Mirrors" subpage points to blastwave (!=opencsw) package repository In-Reply-To: <62f0143d0d27f952b718eca623786fc9> Message-ID: <0e4236ee0fae79b74d49594b8efb15ae@www.opencsw.org> The following issue has been REOPENED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3459 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3459 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-06 09:43 CET Last Modified: 2009-03-12 11:14 CET ====================================================================== Summary: "Mirrors" subpage points to blastwave (!=opencsw) package repository Description: Mirrors website (http://www.opencsw.org/mirrors) says that the mirror in Ireland is ftp://ftp.heanet.ie/pub/csw. However, if you view the parent directory, ftp://ftp.heanet.ie/pub, you'll see that "csw" is a symlink to "blastwave" while OpenCSW has its own subdirectory, "opencsw". The correct url (for http, ftp and rsync) is: ftp://ftp.heanet.ie/pub/opencsw Other links might be also affected by this issue. ====================================================================== ---------------------------------------------------------------------- (0005603) philadmin (administrator) - 2009-03-06 17:59 http://www.opencsw.org/bugtrack/view.php?id=3459#c5603 ---------------------------------------------------------------------- Thank you for bringing this to our attention. if you happen to notice any other broken ones, please let us know. ---------------------------------------------------------------------- (0005632) automatthias (reporter) - 2009-03-12 11:14 http://www.opencsw.org/bugtrack/view.php?id=3459#c5632 ---------------------------------------------------------------------- I wrote a script to automatically check all the URLs from the mirrors page. The results are: Blastwave: ftp://carroll.aset.psu.edu/pub/solaris/csw ftp://ftp.corbina.net/pub/Solaris/csw ftp://ftp.gtlib.gatech.edu/pub/blastwave ftp://ftp.iasi.roedu.net/mirrors/blastwave.org/ ftp://ftp.iforceready.it/pub/csw/ ftp://ftp.sh.cvut.cz/MIRRORS/blastwave ftp://ftp.wayne.edu/blastwave ftp://mirrors.dotsrc.org/csw/ http://ftp.iasi.roedu.net/mirrors/blastwave.org/ http://ftp.iforceready.it/pub/csw http://ftp.sh.cvut.cz/MIRRORS/blastwave http://ftp.wayne.edu/blastwave http://mirror.unixheads.com/csw http://mirrors.dotsrc.org/csw/ http://www.consultico.de/csw http://www.gtlib.gatech.edu/pub/blastwave http://www.mirrorservice.org/sites/blastwave.org Unknown: http://planetmirror.com/pub/csw OpenCSW: ftp://csw.fx.lv/csw ftp://ftp.df.lth.se/pub/csw ftp://ftp.esat.net/mirrors/opencsw.org/csw ftp://ftp.heanet.ie/pub/opencsw ftp://ftp.ibiblio.org/pub/packages/solaris/opencsw ftp://ftp.math.purdue.edu/mirrors/opencsw.org ftp://ftp.ru/pub/csw ftp://ftp.uni-erlangen.de/pub/mirrors/csw ftp://ftp.uninett.no/sun/csw ftp://ftp.ussg.iu.edu/pub/csw/ ftp://mirror.pacific.net.au/solaris/opencsw ftp://mirror.switch.ch/mirror/opencsw ftp://mirrors.usc.edu/pub/csw http://csw.fx.lv http://csw.informatik.uni-erlangen.de/csw http://csw.informatik.uni-erlangen.de/oldpkgs/ http://csw.informatik.uni-erlangen.de/oldpkgs/ http://ftp.df.lth.se/pub/csw http://ftp.esat.net/mirrors/opencsw.org/csw/ http://ftp.heanet.ie/pub/opencsw/ http://ftp.math.purdue.edu/mirrors/opencsw.org/ http://ftp.uni-erlangen.de/pub/mirrors/csw http://ftp.ussg.iu.edu/csw/ http://ftp6.uni-erlangen.de/pub/mirrors/csw http://mirror.pacific.net.au/opencsw http://mirror.switch.ch/ftp/mirror/opencsw http://mirrors.usc.edu/pub/csw http://www.grangefields.co.uk/mirrors/csw/ http://www.ibiblio.org/pub/packages/solaris/opencsw Not found: ftp://ftp.belnet.be/mirrors/blastwave.org/ ftp://ftp.d-tabor.lj.edus.si/csw ftp://ftp.ntua.gr/pub/vendors/sun/csw ftp://ftp.planetmirror.com/pub/csw ftp://ftp6.uni-erlangen.de/pub/mirrors/csw ftp://mirror.unixheads.com/csw ftp://sunsite.utk.edu/pub/blastwave http://blastwave.berlios.de/csw http://blastwave.solaris-fr.org/ http://carroll.aset.psu.edu/pub/solaris/csw http://csw.ch.bme.hu http://ftp.belnet.be/mirrors/blastwave.org/ http://ftp.dk.xemacs.org/pub/sun/csw http://ftp.ind.net/pub/mirrors/ftp.ibiblio.org/csw http://ftp.ntua.gr/pub/vendors/sun/csw http://ftp.ntua.gr/pub/vendors/sun/csw http://ftp.pu.edu.tw/Sun/metalab.unc.edu/csw http://ftp.sh.cvut.cz/WEB/ http://ftp.uk.freebsd.org/pub/mirrors/sunsite.unc.edu/solaris/csw http://gigaload.org/blastwave.org http://mirrors.xservers.ro/blastwave/ http://stoofo.math.uni.lodz.pl/csw/ http://sunsite.bilkent.edu.tr/pub/sun-packages/csw http://sunsite.utk.edu/ftp/pub/blastwave Some of the URLs don't show on the page because they're commented out; the script checked them nonetheless. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 09:43 automatthias New Issue 2009-03-06 17:59 philadmin Note Added: 0005603 2009-03-06 17:59 philadmin Status new => closed 2009-03-06 17:59 philadmin Resolution open => fixed 2009-03-12 11:14 automatthias Note Added: 0005632 2009-03-12 11:14 automatthias Status closed => feedback 2009-03-12 11:14 automatthias Resolution fixed => reopened ====================================================================== From noreply at opencsw.org Thu Mar 12 16:56:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 16:56:15 +0100 Subject: [bug-notifications] [gtar 0003074]: Depend on CSWggettextrt In-Reply-To: <471f2b0c3e2a3c98834a9d6fcca4b7d2> Message-ID: <124505eb83d6e41df6ba4bf59a903eb3@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3074 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: gtar Issue ID: 3074 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:48 CET Last Modified: 2009-03-12 16:56 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:48 harpchad New Issue 2009-03-12 16:56 dam Status new => assigned 2009-03-12 16:56 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 12 16:56:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 16:56:38 +0100 Subject: [bug-notifications] [gtar 0003074]: Depend on CSWggettextrt In-Reply-To: <471f2b0c3e2a3c98834a9d6fcca4b7d2> Message-ID: <26a50e4366de0d05edf7266e54650608@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3074 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: gtar Issue ID: 3074 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: 2009-03-12 16:56 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005633) dam (manager) - 2009-03-12 16:56 http://www.opencsw.org/mantis/view.php?id=3074#c5633 ---------------------------------------------------------------------- Fixed in 1.21,REV=2009.02.24 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:48 harpchad New Issue 2009-03-12 16:56 dam Status new => assigned 2009-03-12 16:56 dam Assigned To => dam 2009-03-12 16:56 dam Note Added: 0005633 2009-03-12 16:56 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 12 17:55:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 17:55:23 +0100 Subject: [bug-notifications] [freetype2 0003053]: Add 64-bit libraries In-Reply-To: <32d9b9716a9fbca39c677ba6419b2fea> Message-ID: <2c6859012ad7ee333c8de33c8788c698@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3053 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: freetype2 Issue ID: 3053 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-01 06:21 CET Last Modified: 2009-03-12 17:55 CET ====================================================================== Summary: Add 64-bit libraries Description: Required for 64-bit GTK ====================================================================== ---------------------------------------------------------------------- (0005634) harpchad (manager) - 2009-03-12 17:55 http://www.opencsw.org/mantis/view.php?id=3053#c5634 ---------------------------------------------------------------------- Fixed in 2.3.8,REV=2009.02.16 Issue History Date Modified Username Field Change ====================================================================== 2009-02-01 06:21 harpchad New Issue 2009-03-12 17:55 harpchad Note Added: 0005634 2009-03-12 17:55 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:32:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:32:51 +0100 Subject: [bug-notifications] [php5_mcrypt 0002797]: libtool dependancy deprecated: please use libtool_rt instead In-Reply-To: <48d406da1dafe79a57176b9991d33aa9> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2797 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: php5_mcrypt Issue ID: 2797 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-02-19 15:16 CET Last Modified: 2009-03-13 06:32 CET ====================================================================== Summary: libtool dependancy deprecated: please use libtool_rt instead Description: libtool dependancy deprecated: please use libtool_rt instead ====================================================================== ---------------------------------------------------------------------- (0005635) mwatters (manager) - 2009-03-13 06:32 http://www.opencsw.org/mantis/view.php?id=2797#c5635 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:32 mwatters Note Added: 0005635 2009-03-13 06:32 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:34:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:34:18 +0100 Subject: [bug-notifications] [php5_gettext 0003332]: Depend on CSWggettextrt In-Reply-To: <1d5d0b1c3e848e78b92e8fa76b5e7c35> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3332 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: php5_gettext Issue ID: 3332 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-13 06:34 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005636) mwatters (manager) - 2009-03-13 06:34 http://www.opencsw.org/mantis/view.php?id=3332#c5636 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-03-13 06:34 mwatters Note Added: 0005636 2009-03-13 06:34 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:37:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:37:11 +0100 Subject: [bug-notifications] [php5 0002866]: Upgrade from 5.2.4 to 5.2.5 In-Reply-To: <42db327d40bf11c12a69cc74520f4b2e> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2866 ====================================================================== Reported By: rmaslinski Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2866 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-04-28 16:55 CEST Last Modified: 2009-03-13 06:37 CET ====================================================================== Summary: Upgrade from 5.2.4 to 5.2.5 Description: Current stable release appears to be 5.2.5, which includes a number of security fixes. ====================================================================== ---------------------------------------------------------------------- (0005344) oswego (reporter) - 2008-06-03 21:55 http://www.opencsw.org/mantis/view.php?id=2866#c5344 ---------------------------------------------------------------------- Would like to see an upgrade to 5.2.6 >From php.net \"The PHP development team would like to announce the immediate availability of PHP 5.2.6. This release focuses on improving the stability of the PHP 5.2.x branch with over 120 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.\" ---------------------------------------------------------------------- (0005637) mwatters (manager) - 2009-03-13 06:37 http://www.opencsw.org/mantis/view.php?id=2866#c5637 ---------------------------------------------------------------------- I recompiled and released a new php package. I successfully tested the pear functionality. Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:37 mwatters Note Added: 0005637 2009-03-13 06:37 mwatters Status new => resolved 2009-03-13 06:37 mwatters Resolution open => fixed 2009-03-13 06:37 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:38:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:38:00 +0100 Subject: [bug-notifications] [php5 0002866]: Upgrade from 5.2.4 to 5.2.5 In-Reply-To: <42db327d40bf11c12a69cc74520f4b2e> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2866 ====================================================================== Reported By: rmaslinski Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2866 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-04-28 16:55 CEST Last Modified: 2009-03-13 06:37 CET ====================================================================== Summary: Upgrade from 5.2.4 to 5.2.5 Description: Current stable release appears to be 5.2.5, which includes a number of security fixes. ====================================================================== ---------------------------------------------------------------------- (0005344) oswego (reporter) - 2008-06-03 21:55 http://www.opencsw.org/mantis/view.php?id=2866#c5344 ---------------------------------------------------------------------- Would like to see an upgrade to 5.2.6 >From php.net \"The PHP development team would like to announce the immediate availability of PHP 5.2.6. This release focuses on improving the stability of the PHP 5.2.x branch with over 120 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.\" ---------------------------------------------------------------------- (0005637) mwatters (manager) - 2009-03-13 06:37 http://www.opencsw.org/mantis/view.php?id=2866#c5637 ---------------------------------------------------------------------- I recompiled and released a new php package. I successfully tested the pear functionality. Resolved as of revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005638) mwatters (manager) - 2009-03-13 06:37 http://www.opencsw.org/mantis/view.php?id=2866#c5638 ---------------------------------------------------------------------- upgraded to 5.2.6 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:37 mwatters Note Added: 0005637 2009-03-13 06:37 mwatters Status new => resolved 2009-03-13 06:37 mwatters Resolution open => fixed 2009-03-13 06:37 mwatters Assigned To => mwatters 2009-03-13 06:37 mwatters Note Added: 0005638 2009-03-13 06:37 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:39:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:39:00 +0100 Subject: [bug-notifications] [php5 0002876]: Proxy server set in pear config In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2876 ====================================================================== Reported By: jda Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2876 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-07 13:40 CEST Last Modified: 2009-03-13 06:38 CET ====================================================================== Summary: Proxy server set in pear config Description: The config file for PEAR (/opt/csw/php5/etc/pear.conf) specifies a HTTP proxy server of http://svn:8080. This breaks PEAR update and install functionality out of the box. Work around: run /opt/csw/php5/bin/pear config-set http_proxy \"\" after installing the php5 package. I am using package version 5.2.4,REV=2007.10.29 ====================================================================== ---------------------------------------------------------------------- (0005284) jda (reporter) - 2008-05-07 13:44 http://www.opencsw.org/mantis/view.php?id=2876#c5284 ---------------------------------------------------------------------- Sorry, duplicate of bug 0002761 ---------------------------------------------------------------------- (0005639) mwatters (manager) - 2009-03-13 06:38 http://www.opencsw.org/mantis/view.php?id=2876#c5639 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:38 mwatters Note Added: 0005639 2009-03-13 06:38 mwatters Status new => resolved 2009-03-13 06:38 mwatters Resolution open => fixed 2009-03-13 06:38 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:40:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:40:02 +0100 Subject: [bug-notifications] [php5 0002907]: missing PEAR files In-Reply-To: <0a9a938b5a413eb2302661e8d4a6c56f> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2907 ====================================================================== Reported By: calessio Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2907 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-30 16:44 CEST Last Modified: 2009-03-13 06:40 CET ====================================================================== Summary: missing PEAR files Description: from the csw-users mailing list: \"...the PEAR installation seems to be broken since any \"pear\" operation complains about a missing Graph.php file. This file is a part of the Structure_Graph package http://pear.php.net/package/Structures_Graph and it should be present. Even if I try to install this package from a file system it fails: root at vm:tmp$ /opt/csw/php5/bin/pear install Structures_Graph-1.0.2.tgz Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required \'Structures/Graph.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 I talked about this in the #pear IRC channel and I was told that if the Structure package is missing the installation is likely broken. The quick solution I use is just to unpack the Structure directory from the Structures_Graph-1.0.2.tgz to the php include path (include_path=\'/opt/csw/php5/lib/php\') which fixes the issue but it\'s not really a clean solution.\" ====================================================================== ---------------------------------------------------------------------- (0005640) mwatters (manager) - 2009-03-13 06:40 http://www.opencsw.org/mantis/view.php?id=2907#c5640 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:40 mwatters Note Added: 0005640 2009-03-13 06:40 mwatters Status new => resolved 2009-03-13 06:40 mwatters Resolution open => fixed 2009-03-13 06:40 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:41:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:41:01 +0100 Subject: [bug-notifications] [php5 0002927]: \'pear\' installation missing required files In-Reply-To: Message-ID: <2dafcbf8120a6239d0f614b1a9a83db3@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2927 ====================================================================== Reported By: achace Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2927 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-07-10 13:02 CEST Last Modified: 2009-03-13 06:41 CET ====================================================================== Summary: \'pear\' installation missing required files Description: When trying to install any packages with \"pear\", I receive errors like this: Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required \'PEAR/REST/13.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 The file \"/opt/csw/php5/lib/php/PEAR/REST/13.php\" does not exist. This is a fresh installation of PHP5, and I have tried removing the package (and directory) and reinstalling it. ====================================================================== ---------------------------------------------------------------------- (0005464) caio (reporter) - 2008-12-15 12:21 http://www.opencsw.org/mantis/view.php?id=2927#c5464 ---------------------------------------------------------------------- I have the same issue when trying to install PEAR DB and XML_RPC library of pear: # pear install DB Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required 'PEAR/REST/13.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 I have installed php5 from opencsw repository (with pkg-get). # pkginfo -l CSWphp5 PKGINST: CSWphp5 NAME: php5 - PHP Hypertext Processor 5 CATEGORY: application ARCH: i386 VERSION: 5.2.4,REV=2007.10.29 BASEDIR: / VENDOR: http://www.php.net/downloads.php packaged for CSW by Cory Omand PSTAMP: com... at thor-20071029120615 INSTDATE: dic 09 2008 16:10 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: com... at opencsw.org STATUS: instalado completamente FILES: 157 nombres de ruta instalados 9 nombres de ruta compartidos 41 directorios 6 ejecutables 27966 bloques utilizados (aproximadamente) # pear -V PEAR Version: 1.6.1 PHP Version: 5.2.4 Zend Engine Version: 2.2.0 ---------------------------------------------------------------------- (0005465) caio (reporter) - 2008-12-16 12:02 http://www.opencsw.org/mantis/view.php?id=2927#c5465 ---------------------------------------------------------------------- Workaround: Download and add manually file "13.php" to PEAR/REST directory. Then I have the issue http://www.opencsw.org/mantis/view.php?id=2907 (missing Structures/Graph), so do the same: Download and add manually Strcutres/Graph dir on /opt/csw/php5/lib/php To let pear installation in a clearer state do: pear install Structures_Graph And finish with: pear upgrade PEAR Result: Structures_Graph installed by pear, and 13.php file installed when we upgrade pear. ---------------------------------------------------------------------- (0005641) mwatters (manager) - 2009-03-13 06:41 http://www.opencsw.org/mantis/view.php?id=2927#c5641 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2008-12-15 12:21 caio Note Added: 0005464 2008-12-16 12:02 caio Note Added: 0005465 2009-03-13 06:41 mwatters Note Added: 0005641 2009-03-13 06:41 mwatters Status new => resolved 2009-03-13 06:41 mwatters Resolution open => fixed 2009-03-13 06:41 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:43:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:43:17 +0100 Subject: [bug-notifications] [php5 0002966]: pear install doesn't work In-Reply-To: <666c2b9b862ed56fc17f676d2c2f214a> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2966 ====================================================================== Reported By: davez Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2966 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: duplicate Duplicate: 2866 Fixed in Version: ====================================================================== Date Submitted: 2008-12-04 17:57 CET Last Modified: 2009-03-13 06:43 CET ====================================================================== Summary: pear install doesn't work Description: I've tried to use pear to install Oracle PHP module, like this: /opt/csw/php5/bin/pear install oci8-1.3.4.tgz And I got the following error: Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required 'Structures/Graph.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 Graph.php doesn't exist anywhere in /opt/csw/php5. Other PHP files referenced by Dwnloader.php also don't exist. I'm using package php5, version 5.2.4,REV=2007.10.29 on Solaris 10 sparc. That's the latest package version according to pkg-get. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0002866 Upgrade from 5.2.4 to 5.2.5 ====================================================================== ---------------------------------------------------------------------- (0005642) mwatters (manager) - 2009-03-13 06:43 http://www.opencsw.org/mantis/view.php?id=2966#c5642 ---------------------------------------------------------------------- Duplicate issue of 2866 This is resolved as of Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2008-12-04 17:57 davez New Issue 2009-03-13 06:43 mwatters Note Added: 0005642 2009-03-13 06:43 mwatters Relationship added duplicate of 0002866 2009-03-13 06:43 mwatters Duplicate ID 0 => 2866 2009-03-13 06:43 mwatters Status new => resolved 2009-03-13 06:43 mwatters Resolution open => duplicate 2009-03-13 06:43 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:45:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:45:01 +0100 Subject: [bug-notifications] [php5 0002761]: Pear cannot connect to channels In-Reply-To: <863781f3b292680bee9c269b937c2ab7> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2761 ====================================================================== Reported By: abarrera Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2761 Category: other Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-01 09:30 CET Last Modified: 2009-03-13 06:45 CET ====================================================================== Summary: Pear cannot connect to channels Description: # pear install --onlyreqdeps DB_DataObject WARNING: \"pear/DB\" is deprecated in favor of \"pear/MDB2\" Did not download optional dependencies: pear/MDB2, pear/Validate, use --alldeps to download automatically pear/DB_DataObject can optionally use package \"pear/MDB2\" (version >= 2.0.0RC1) pear/DB_DataObject can optionally use package \"pear/Validate\" (version >= 0.1.1) Could not download from \"http://pear.php.net/get/DB_DataObject-1.8.8.tgz\", cannot download \"pear/DB_DataObject\" (Connection to `svn:8080\' failed: Connection timed out) I receive this on an attempt to install and PEAR module. I checked with a source install on the same machine and PEAR has no problems. ====================================================================== ---------------------------------------------------------------------- (0005643) mwatters (manager) - 2009-03-13 06:45 http://www.opencsw.org/mantis/view.php?id=2761#c5643 ---------------------------------------------------------------------- I have re-packaged php and upgraded to 5.2.6 tested pear install OK in this version. Resolved in Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:45 mwatters Note Added: 0005643 2009-03-13 06:45 mwatters Status new => resolved 2009-03-13 06:45 mwatters Resolution open => fixed 2009-03-13 06:45 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 13:42:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:42:46 +0100 Subject: [bug-notifications] [ldapvi 0003395]: Depend on CSWggettextrt In-Reply-To: <0465ef3b0f8ea831082970f5228ccd75> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3395 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: ldapvi Issue ID: 3395 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:23 CET Last Modified: 2009-03-13 13:42 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:23 harpchad New Issue 2009-03-13 13:42 dam Status new => assigned 2009-03-13 13:42 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 13:43:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:43:06 +0100 Subject: [bug-notifications] [ldapvi 0003395]: Depend on CSWggettextrt In-Reply-To: <0465ef3b0f8ea831082970f5228ccd75> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3395 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: ldapvi Issue ID: 3395 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:23 CET Last Modified: 2009-03-13 13:43 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005644) dam (manager) - 2009-03-13 13:43 http://www.opencsw.org/mantis/view.php?id=3395#c5644 ---------------------------------------------------------------------- fixed in 1.7,REV=2009.03.12 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:23 harpchad New Issue 2009-03-13 13:42 dam Status new => assigned 2009-03-13 13:42 dam Assigned To => dam 2009-03-13 13:43 dam Note Added: 0005644 2009-03-13 13:43 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 13:52:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:52:57 +0100 Subject: [bug-notifications] [pca 0003463]: pca version contained in 20090224.01, REV=2009.02.24 is 20081218-01 In-Reply-To: <6b6b51fb7616e8f4ebb9450390a99a49> Message-ID: <9d5b940e8aa35a91ad875859c01c5c34@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3463 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: pca Issue ID: 3463 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-11 15:49 CET Last Modified: 2009-03-13 13:52 CET ====================================================================== Summary: pca version contained in 20090224.01,REV=2009.02.24 is 20081218-01 Description: Seems as if a downrev version ended up in the current package root @ ray1 /# pkginfo -x CSWpca CSWpca pca - Patch Check Advanced (all) 20090224.01,REV=2009.02.24 root @ ray1 /# /opt/csw/bin/pca -v pca 20081218-01 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-11 15:49 skayser New Issue 2009-03-13 13:52 dam Status new => assigned 2009-03-13 13:52 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 13:53:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:53:22 +0100 Subject: [bug-notifications] [pca 0003463]: pca version contained in 20090224.01, REV=2009.02.24 is 20081218-01 In-Reply-To: <6b6b51fb7616e8f4ebb9450390a99a49> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3463 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: pca Issue ID: 3463 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-11 15:49 CET Last Modified: 2009-03-13 13:53 CET ====================================================================== Summary: pca version contained in 20090224.01,REV=2009.02.24 is 20081218-01 Description: Seems as if a downrev version ended up in the current package root @ ray1 /# pkginfo -x CSWpca CSWpca pca - Patch Check Advanced (all) 20090224.01,REV=2009.02.24 root @ ray1 /# /opt/csw/bin/pca -v pca 20081218-01 ====================================================================== ---------------------------------------------------------------------- (0005645) dam (manager) - 2009-03-13 13:53 http://www.opencsw.org/mantis/view.php?id=3463#c5645 ---------------------------------------------------------------------- This is fixed in 20090224.01,REV=2009.03.12 Issue History Date Modified Username Field Change ====================================================================== 2009-03-11 15:49 skayser New Issue 2009-03-13 13:52 dam Status new => assigned 2009-03-13 13:52 dam Assigned To => dam 2009-03-13 13:53 dam Note Added: 0005645 2009-03-13 13:53 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 13:59:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:59:30 +0100 Subject: [bug-notifications] [dhcp 0003464]: DHCP 4.1 does not work on some Solaris systems Message-ID: <614606452bdb5b1de51c4bdcdb39cf14@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3464 ====================================================================== Reported By: bonivart Assigned To: ====================================================================== Project: dhcp Issue ID: 3464 Category: regular use Reproducibility: sometimes Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 13:59 CET Last Modified: 2009-03-13 13:59 CET ====================================================================== Summary: DHCP 4.1 does not work on some Solaris systems Description: There's a problem with DHCP 4.1 on Solaris and possibly some other OS:es. I have reports from two people that they can't get their old config (from 3.x) to work with 4.1. One has tested extensively by compiling 4.1 himself with exactly the same result so it's not unique to our package. He backed down to our old 3.1 package and all is well again. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 13:59 bonivart New Issue ====================================================================== From noreply at opencsw.org Fri Mar 13 13:59:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:59:59 +0100 Subject: [bug-notifications] [dhcp 0003464]: DHCP 4.1 does not work on some Solaris systems In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3464 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: dhcp Issue ID: 3464 Category: regular use Reproducibility: sometimes Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-13 13:59 CET Last Modified: 2009-03-13 13:59 CET ====================================================================== Summary: DHCP 4.1 does not work on some Solaris systems Description: There's a problem with DHCP 4.1 on Solaris and possibly some other OS:es. I have reports from two people that they can't get their old config (from 3.x) to work with 4.1. One has tested extensively by compiling 4.1 himself with exactly the same result so it's not unique to our package. He backed down to our old 3.1 package and all is well again. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 13:59 bonivart New Issue 2009-03-13 13:59 bonivart Status new => assigned 2009-03-13 13:59 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Fri Mar 13 15:52:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 15:52:22 +0100 Subject: [bug-notifications] [libao 0000463]: Have to specify -o dev:$UTAUDIODEV to work on sunray. In-Reply-To: <517d6bbae5b412900fe8d92ff7b503e5> Message-ID: <2133d8cc308e82b93999cb9fb81277be@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=463 ====================================================================== Reported By: alfborge Assigned To: dam ====================================================================== Project: libao Issue ID: 463 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-06-17 11:58 CEST Last Modified: 2009-03-13 15:52 CET ====================================================================== Summary: Have to specify -o dev:$UTAUDIODEV to work on sunray. Description: The Sun Ray system uses an env variable $AUDIODEV or $UTAUDIODEV that should be read when using the sun audio driver. This variable should override the default audio device. To get ogg123 to work I had to specify the device manually to get things to work. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 15:52 dam Assigned To komadori => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 15:53:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 15:53:04 +0100 Subject: [bug-notifications] [libao 0000463]: Have to specify -o dev:$UTAUDIODEV to work on sunray. In-Reply-To: <517d6bbae5b412900fe8d92ff7b503e5> Message-ID: <3373930f94314f5d8aa46fa7b59ec6ad@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=463 ====================================================================== Reported By: alfborge Assigned To: dam ====================================================================== Project: libao Issue ID: 463 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2004-06-17 11:58 CEST Last Modified: 2009-03-13 15:53 CET ====================================================================== Summary: Have to specify -o dev:$UTAUDIODEV to work on sunray. Description: The Sun Ray system uses an env variable $AUDIODEV or $UTAUDIODEV that should be read when using the sun audio driver. This variable should override the default audio device. To get ogg123 to work I had to specify the device manually to get things to work. ====================================================================== ---------------------------------------------------------------------- (0005646) dam (manager) - 2009-03-13 15:53 http://www.opencsw.org/mantis/view.php?id=463#c5646 ---------------------------------------------------------------------- Hi, I updated the package to 0.8.8,REV=2009.02.24. Please check if the bug is still present. Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 15:52 dam Assigned To komadori => dam 2009-03-13 15:53 dam Note Added: 0005646 2009-03-13 15:53 dam Status assigned => feedback ====================================================================== From noreply at opencsw.org Fri Mar 13 17:17:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 17:17:02 +0100 Subject: [bug-notifications] [wget 0003465]: Please upgrade to 1.11.4 Message-ID: <6eecc6b0e3bac05846aa352af6771fb8@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3465 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: wget Issue ID: 3465 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 17:17 CET Last Modified: 2009-03-13 17:17 CET ====================================================================== Summary: Please upgrade to 1.11.4 Description: Please upgrade to 1.11.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 17:17 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 13 17:25:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 17:25:42 +0100 Subject: [bug-notifications] [libao 0000463]: Have to specify -o dev:$UTAUDIODEV to work on sunray. In-Reply-To: <517d6bbae5b412900fe8d92ff7b503e5> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=463 ====================================================================== Reported By: alfborge Assigned To: dam ====================================================================== Project: libao Issue ID: 463 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2004-06-17 11:58 CEST Last Modified: 2009-03-13 17:25 CET ====================================================================== Summary: Have to specify -o dev:$UTAUDIODEV to work on sunray. Description: The Sun Ray system uses an env variable $AUDIODEV or $UTAUDIODEV that should be read when using the sun audio driver. This variable should override the default audio device. To get ogg123 to work I had to specify the device manually to get things to work. ====================================================================== ---------------------------------------------------------------------- (0005646) dam (manager) - 2009-03-13 15:53 http://www.opencsw.org/mantis/view.php?id=463#c5646 ---------------------------------------------------------------------- Hi, I updated the package to 0.8.8,REV=2009.02.24. Please check if the bug is still present. ---------------------------------------------------------------------- (0005647) alfborge (reporter) - 2009-03-13 17:25 http://www.opencsw.org/mantis/view.php?id=463#c5647 ---------------------------------------------------------------------- Unfortunately I no longer have access to a sunray to test. Hopefully somebody else can step up and verify that it's fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 15:52 dam Assigned To komadori => dam 2009-03-13 15:53 dam Note Added: 0005646 2009-03-13 15:53 dam Status assigned => feedback 2009-03-13 17:25 alfborge Note Added: 0005647 ====================================================================== From noreply at opencsw.org Fri Mar 13 18:20:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:20:54 +0100 Subject: [bug-notifications] [msmtp 0003174]: Depend on CSWggettextrt In-Reply-To: <64c1cdf293f4f69ede085df0ec783ec9> Message-ID: <3b6d7cd8f9d9c5274122545369f2b341@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3174 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: msmtp Issue ID: 3174 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:59 CET Last Modified: 2009-03-13 18:20 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:59 harpchad New Issue 2009-03-13 18:20 dam Status new => assigned 2009-03-13 18:20 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 18:21:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:21:20 +0100 Subject: [bug-notifications] [msmtp 0003174]: Depend on CSWggettextrt In-Reply-To: <64c1cdf293f4f69ede085df0ec783ec9> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3174 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: msmtp Issue ID: 3174 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:59 CET Last Modified: 2009-03-13 18:21 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005648) dam (manager) - 2009-03-13 18:21 http://www.opencsw.org/mantis/view.php?id=3174#c5648 ---------------------------------------------------------------------- Fixed in 1.4.17,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:59 harpchad New Issue 2009-03-13 18:20 dam Status new => assigned 2009-03-13 18:20 dam Assigned To => dam 2009-03-13 18:21 dam Note Added: 0005648 2009-03-13 18:21 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 18:22:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:22:55 +0100 Subject: [bug-notifications] [flex_new 0003300]: Depend on CSWggettextrt In-Reply-To: <8b768b8c1d0b7db6f2a3ce5de8b3d83c> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3300 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: flex_new Issue ID: 3300 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:13 CET Last Modified: 2009-03-13 18:22 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:13 harpchad New Issue 2009-03-13 18:22 dam Status new => assigned 2009-03-13 18:22 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 18:23:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:23:16 +0100 Subject: [bug-notifications] [flex_new 0003300]: Depend on CSWggettextrt In-Reply-To: <8b768b8c1d0b7db6f2a3ce5de8b3d83c> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3300 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: flex_new Issue ID: 3300 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:13 CET Last Modified: 2009-03-13 18:23 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005649) dam (manager) - 2009-03-13 18:23 http://www.opencsw.org/mantis/view.php?id=3300#c5649 ---------------------------------------------------------------------- Fixed in 2.5.35,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:13 harpchad New Issue 2009-03-13 18:22 dam Status new => assigned 2009-03-13 18:22 dam Assigned To => dam 2009-03-13 18:23 dam Note Added: 0005649 2009-03-13 18:23 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 18:23:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:23:51 +0100 Subject: [bug-notifications] [leafnode 0003011]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: <268e24cd94babdd18972c01ac7d97d74@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3011 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: leafnode Issue ID: 3011 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-15 16:27 CET Last Modified: 2009-03-13 18:23 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:27 dam New Issue 2009-03-13 18:23 dam Status new => assigned 2009-03-13 18:23 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 18:24:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:24:11 +0100 Subject: [bug-notifications] [leafnode 0003011]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3011 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: leafnode Issue ID: 3011 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:27 CET Last Modified: 2009-03-13 18:24 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0005650) dam (manager) - 2009-03-13 18:24 http://www.opencsw.org/mantis/view.php?id=3011#c5650 ---------------------------------------------------------------------- Fixed in 1.11.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:27 dam New Issue 2009-03-13 18:23 dam Status new => assigned 2009-03-13 18:23 dam Assigned To => dam 2009-03-13 18:24 dam Note Added: 0005650 2009-03-13 18:24 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 19:43:33 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 19:43:33 +0100 Subject: [bug-notifications] [cvsps 0003466]: cvsps uses %z in strftime Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3466 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: cvsps Issue ID: 3466 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 19:43 CET Last Modified: 2009-03-13 19:43 CET ====================================================================== Summary: cvsps uses %z in strftime Description: cvsps uses the non-portable %z in strftime calls which is causes git/cvs to fail when using it in some cases. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 19:43 bwalton New Issue ====================================================================== From noreply at opencsw.org Fri Mar 13 21:12:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 21:12:42 +0100 Subject: [bug-notifications] [common 0003467]: template set to use GAR v1 Message-ID: <006474f08deb73d591e2d1f7513fc439@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3467 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3467 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 21:12 CET Last Modified: 2009-03-13 21:12 CET ====================================================================== Summary: template set to use GAR v1 Description: Instructions on how to make a new package with GAR instruct to copy the template - the template is set to use mGAR v1. $ svn pg svn:externals pkg/template/trunk gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 It should be pointing to v2. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 21:12 automatthias New Issue ====================================================================== From noreply at opencsw.org Sat Mar 14 13:48:49 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 13:48:49 +0100 Subject: [bug-notifications] [cvsps 0003466]: cvsps uses %z in strftime In-Reply-To: <1cccddbbb84e9247d7580dede8f4d9c1> Message-ID: <85d751aa910f6b149a731c417dffbf59@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3466 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: cvsps Issue ID: 3466 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-13 19:43 CET Last Modified: 2009-03-14 13:48 CET ====================================================================== Summary: cvsps uses %z in strftime Description: cvsps uses the non-portable %z in strftime calls which is causes git/cvs to fail when using it in some cases. ====================================================================== ---------------------------------------------------------------------- (0005651) bwalton (manager) - 2009-03-14 13:48 http://opencsw.org/bugtrack/view.php?id=3466#c5651 ---------------------------------------------------------------------- Resolved with a patch to switch %z to +0000 (all times were GMT based). New package released. Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 19:43 bwalton New Issue 2009-03-14 13:48 bwalton Note Added: 0005651 2009-03-14 13:48 bwalton Status new => closed ====================================================================== From noreply at opencsw.org Sat Mar 14 15:00:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 15:00:16 +0100 Subject: [bug-notifications] [ntp 0002492]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: <17ec80c90899ccd4dc688df42ec200dd> Message-ID: <5b8beaca22adef41503ae835f5ea8270@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2492 ====================================================================== Reported By: yann Assigned To: james ====================================================================== Project: ntp Issue ID: 2492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 09:17 CEST Last Modified: 2009-03-14 15:00 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005431) james (manager) - 2008-11-25 12:51 http://www.opencsw.org/bugtrack/view.php?id=2492#c5431 ---------------------------------------------------------------------- ntp updated, openssl_rt used ---------------------------------------------------------------------- (0005652) james (manager) - 2009-03-14 15:00 http://www.opencsw.org/bugtrack/view.php?id=2492#c5652 ---------------------------------------------------------------------- 4.2.4p6 release uses CSWosslrt Issue History Date Modified Username Field Change ====================================================================== 2008-11-25 12:51 james Note Added: 0005431 2008-11-25 12:51 james Resolution open => fixed 2008-11-25 12:51 james Description Updated 2008-11-25 12:52 james Status assigned => closed 2009-03-14 15:00 james Note Added: 0005652 2009-03-14 15:00 james Status closed => resolved ====================================================================== From noreply at opencsw.org Sat Mar 14 15:00:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 15:00:34 +0100 Subject: [bug-notifications] [ntp 0002492]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: <17ec80c90899ccd4dc688df42ec200dd> Message-ID: <9d9b95227b3f8f97ff4f54df62cf656f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2492 ====================================================================== Reported By: yann Assigned To: james ====================================================================== Project: ntp Issue ID: 2492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 09:17 CEST Last Modified: 2009-03-14 15:00 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005431) james (manager) - 2008-11-25 12:51 http://www.opencsw.org/bugtrack/view.php?id=2492#c5431 ---------------------------------------------------------------------- ntp updated, openssl_rt used ---------------------------------------------------------------------- (0005652) james (manager) - 2009-03-14 15:00 http://www.opencsw.org/bugtrack/view.php?id=2492#c5652 ---------------------------------------------------------------------- 4.2.4p6 release uses CSWosslrt Issue History Date Modified Username Field Change ====================================================================== 2008-11-25 12:51 james Note Added: 0005431 2008-11-25 12:51 james Resolution open => fixed 2008-11-25 12:51 james Description Updated 2008-11-25 12:52 james Status assigned => closed 2009-03-14 15:00 james Note Added: 0005652 2009-03-14 15:00 james Status closed => resolved 2009-03-14 15:00 james Status resolved => closed ====================================================================== From noreply at opencsw.org Sat Mar 14 16:30:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 16:30:53 +0100 Subject: [bug-notifications] [syslog_ng 0003468]: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Message-ID: <04c79dd358266c0e02d5417df214cb27@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3468 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: syslog_ng Issue ID: 3468 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-14 16:30 CET Last Modified: 2009-03-14 16:30 CET ====================================================================== Summary: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Description: After package installation, syslog_ng service is started, can't run, and goes into maintenance state. It would be better to do svcadm disable svc:/system/system-log:default Before starting syslog_ng. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:30 automatthias New Issue ====================================================================== From noreply at opencsw.org Sat Mar 14 16:34:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 16:34:56 +0100 Subject: [bug-notifications] [syslog_ng 0003469]: Zone support for syslog_ng Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: syslog_ng Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-14 16:34 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue ====================================================================== From noreply at opencsw.org Sat Mar 14 17:24:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 17:24:52 +0100 Subject: [bug-notifications] [hatari 0001825]: Better Spectrum 512 support! In-Reply-To: <06d55d4c8419f42372b715f9df8bc7c7> Message-ID: <6b32dac08e05c34b461e4ab7a67a0920@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1825 ====================================================================== Reported By: kenmays Assigned To: jgoerzen ====================================================================== Project: hatari Issue ID: 1825 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-24 17:44 CEST Last Modified: 2009-03-14 17:24 CET ====================================================================== Summary: Better Spectrum 512 support! Description: Version 0.90 (2006-08-22): - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates). - STE right border opening support (used in Obsession, Pacemaker). - Blitter Smudge mode support (used in Pacemaker demo). - Wheel-mouse simulates cursor up and down. - Work-around to FDC handling - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1. - Keys for all Hatari shortcuts can now be configured from hatari.cfg. - Added command line option for setting ST keyboard mapping. - Joystick command line option requires now parameter for a port for which the joystick cursor emu is enabled. - Fixed relative mouse event handling in zoomed low-rez. - Hatari shows now more of the bottom borden (screen size is now 384x276 instead of 384x267). - Fixed sync delay timings - sound should now be better ====================================================================== ---------------------------------------------------------------------- (0004401) jgoerzen (manager) - 2007-03-01 18:28 http://www.opencsw.org/mantis/view.php?id=1825#c4401 ---------------------------------------------------------------------- There is a compilation problem with version 0.90 hatari. stdint.h is now included and is not available on solaris 8. Will try to build with forte compiler with -C99 flag ---------------------------------------------------------------------- (0005653) jgoerzen (manager) - 2009-03-14 17:24 http://www.opencsw.org/mantis/view.php?id=1825#c5653 ---------------------------------------------------------------------- recompiled, repackaged and submitted latest source version 1.2.0 to unstable. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 17:24 jgoerzen Note Added: 0005653 2009-03-14 17:24 jgoerzen Status assigned => resolved 2009-03-14 17:24 jgoerzen Resolution open => fixed ====================================================================== From noreply at opencsw.org Sat Mar 14 17:57:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 17:57:13 +0100 Subject: [bug-notifications] [wesnoth 0001818]: Correct Source URL Link and test upgrade to v1.1.10 In-Reply-To: Message-ID: <51ce962372f197fe8bf9c1b96071c5e2@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1818 ====================================================================== Reported By: kenmays Assigned To: jgoerzen ====================================================================== Project: wesnoth Issue ID: 1818 Category: upgrade Reproducibility: always Severity: trivial Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-24 16:45 CEST Last Modified: 2009-03-14 17:57 CET ====================================================================== Summary: Correct Source URL Link and test upgrade to v1.1.10 Description: Please fix Source URL to read: http://sourceforge.net/projects/wesnoth or http://www.wesnoth.org/ Also, please test a build of Wesnoth v1.1.10 (dev) against the current unstable build system. ;oP Ex: http://belnet.dl.sourceforge.net/sourceforge/wesnoth/wesnoth-1.1.10.tar.gz ====================================================================== ---------------------------------------------------------------------- (0004250) jgoerzen (manager) - 2006-12-20 14:22 http://www.opencsw.org/mantis/view.php?id=1818#c4250 ---------------------------------------------------------------------- This project uses sourceforge.net hosting. Is there a trick to do in the Gar buildsystem Makefile using MASTER_SITES = http:www.wesnoth.org but it will go and get he source dist throught sf.net\'s download mirrors? ---------------------------------------------------------------------- (0005451) kenmays (reporter) - 2008-11-26 17:25 http://www.opencsw.org/mantis/view.php?id=1818#c5451 ---------------------------------------------------------------------- This is an old ticket, but latest version is v1.5.6 (dev): http://internap.dl.sourceforge.net/sourceforge/wesnoth/wesnoth-1.5.6.tar.bz2 The correct reliable URL is: http://www.wesnoth.org/ ---------------------------------------------------------------------- (0005654) jgoerzen (manager) - 2009-03-14 17:57 http://www.opencsw.org/mantis/view.php?id=1818#c5654 ---------------------------------------------------------------------- Source URL has been set to MASTER_SITES += $(SF_MIRRORS) per GAR documentation. Also, request to test a build of the devel version of wesnoth (currently version 1.5.13) will have to wait as I do not have enough time right now. I will put it on my list todo. Issue History Date Modified Username Field Change ====================================================================== 2008-11-26 17:25 kenmays Note Added: 0005451 2008-11-26 17:26 kenmays Note Deleted: 0004260 2009-03-14 17:57 jgoerzen Note Added: 0005654 2009-03-14 17:57 jgoerzen Status assigned => resolved 2009-03-14 17:57 jgoerzen Resolution open => fixed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:46:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:46:36 +0100 Subject: [bug-notifications] [xchat 0003125]: Depend on CSWggettextrt In-Reply-To: Message-ID: <53a29ad75e670c5edfa93f9a4a2480b6@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3125 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3125 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-15 03:46 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005655) mwatters (manager) - 2009-03-15 03:46 http://www.opencsw.org/bugtrack/view.php?id=3125#c5655 ---------------------------------------------------------------------- resolved as of release 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-15 03:46 mwatters Note Added: 0005655 2009-03-15 03:46 mwatters Status new => resolved 2009-03-15 03:46 mwatters Resolution open => fixed 2009-03-15 03:46 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:47:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:47:19 +0100 Subject: [bug-notifications] [xchat_pl 0003280]: Depend on CSWggettextrt In-Reply-To: Message-ID: <9e2aff86c4b2e7cecfe80b5f6ddb1f30@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3280 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_pl Issue ID: 3280 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:47 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005656) mwatters (manager) - 2009-03-15 03:47 http://www.opencsw.org/bugtrack/view.php?id=3280#c5656 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:47 mwatters Note Added: 0005656 2009-03-15 03:47 mwatters Status new => resolved 2009-03-15 03:47 mwatters Resolution open => fixed 2009-03-15 03:47 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:48:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:48:10 +0100 Subject: [bug-notifications] [xchat_py 0003281]: Depend on CSWggettextrt In-Reply-To: Message-ID: <023984b39f9d4aa334766e167b0d3b6b@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3281 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_py Issue ID: 3281 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:48 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005657) mwatters (manager) - 2009-03-15 03:48 http://www.opencsw.org/bugtrack/view.php?id=3281#c5657 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:48 mwatters Note Added: 0005657 2009-03-15 03:48 mwatters Status new => resolved 2009-03-15 03:48 mwatters Resolution open => fixed 2009-03-15 03:48 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:50:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:50:05 +0100 Subject: [bug-notifications] [xchat_tcl 0003282]: Depend on CSWggettextrt In-Reply-To: Message-ID: <3c8683c743d48f941526913e2d1dadcf@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3282 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_tcl Issue ID: 3282 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:50 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005658) mwatters (manager) - 2009-03-15 03:50 http://www.opencsw.org/bugtrack/view.php?id=3282#c5658 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:50 mwatters Note Added: 0005658 2009-03-15 03:50 mwatters Status new => resolved 2009-03-15 03:50 mwatters Resolution open => fixed 2009-03-15 03:50 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:51:49 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:51:49 +0100 Subject: [bug-notifications] [xchat 0003062]: xchat has dependencies not indicated on install In-Reply-To: <0a956e4b2229b60cf38ed95734825a71> Message-ID: <9b6fedbca3155003dd62ba16b6a4e639@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3062 ====================================================================== Reported By: maverickbna Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3062 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-08 18:24 CET Last Modified: 2009-03-15 03:51 CET ====================================================================== Summary: xchat has dependencies not indicated on install Description: xchat crashes when I try to connect to any IRC network. Ran xchat directly from terminal, have dbus errors. Install dbus package will resolve this problem. Please update xchat package to require dbus. ====================================================================== ---------------------------------------------------------------------- (0005521) maverickbna (reporter) - 2009-02-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=3062#c5521 ---------------------------------------------------------------------- Problem exists on both Solaris 10 SPARC and x86 on current tree. ---------------------------------------------------------------------- (0005659) mwatters (manager) - 2009-03-15 03:51 http://www.opencsw.org/bugtrack/view.php?id=3062#c5659 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-08 18:24 maverickbna New Issue 2009-02-08 18:24 maverickbna Issue Monitored: maverickbna 2009-02-08 18:25 maverickbna Note Added: 0005521 2009-03-15 03:51 mwatters Note Added: 0005659 2009-03-15 03:51 mwatters Status new => resolved 2009-03-15 03:51 mwatters Resolution open => fixed 2009-03-15 03:51 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:52:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:52:28 +0100 Subject: [bug-notifications] [xchat_tcl 0003282]: Depend on CSWggettextrt In-Reply-To: Message-ID: <68eb82922413d5bc9bffd76c2da2c905@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3282 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_tcl Issue ID: 3282 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:52 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005658) mwatters (manager) - 2009-03-15 03:50 http://www.opencsw.org/bugtrack/view.php?id=3282#c5658 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005660) mwatters (manager) - 2009-03-15 03:52 http://www.opencsw.org/bugtrack/view.php?id=3282#c5660 ---------------------------------------------------------------------- resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:50 mwatters Note Added: 0005658 2009-03-15 03:50 mwatters Status new => resolved 2009-03-15 03:50 mwatters Resolution open => fixed 2009-03-15 03:50 mwatters Assigned To => mwatters 2009-03-15 03:52 mwatters Note Added: 0005660 2009-03-15 03:52 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:52:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:52:47 +0100 Subject: [bug-notifications] [xchat_py 0003281]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3281 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_py Issue ID: 3281 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:52 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005657) mwatters (manager) - 2009-03-15 03:48 http://www.opencsw.org/bugtrack/view.php?id=3281#c5657 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005661) mwatters (manager) - 2009-03-15 03:52 http://www.opencsw.org/bugtrack/view.php?id=3281#c5661 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:48 mwatters Note Added: 0005657 2009-03-15 03:48 mwatters Status new => resolved 2009-03-15 03:48 mwatters Resolution open => fixed 2009-03-15 03:48 mwatters Assigned To => mwatters 2009-03-15 03:52 mwatters Note Added: 0005661 2009-03-15 03:52 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:53:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:53:16 +0100 Subject: [bug-notifications] [xchat_pl 0003280]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2871225828c26f95ebe2bb74a5d958d5@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3280 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_pl Issue ID: 3280 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:53 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005656) mwatters (manager) - 2009-03-15 03:47 http://www.opencsw.org/bugtrack/view.php?id=3280#c5656 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005662) mwatters (manager) - 2009-03-15 03:53 http://www.opencsw.org/bugtrack/view.php?id=3280#c5662 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:47 mwatters Note Added: 0005656 2009-03-15 03:47 mwatters Status new => resolved 2009-03-15 03:47 mwatters Resolution open => fixed 2009-03-15 03:47 mwatters Assigned To => mwatters 2009-03-15 03:53 mwatters Note Added: 0005662 2009-03-15 03:53 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:53:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:53:59 +0100 Subject: [bug-notifications] [xchat 0003125]: Depend on CSWggettextrt In-Reply-To: Message-ID: <7551a7c303fb447adc2781e5c36bfe71@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3125 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3125 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-15 03:53 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005655) mwatters (manager) - 2009-03-15 03:46 http://www.opencsw.org/bugtrack/view.php?id=3125#c5655 ---------------------------------------------------------------------- resolved as of release 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005663) mwatters (manager) - 2009-03-15 03:53 http://www.opencsw.org/bugtrack/view.php?id=3125#c5663 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-15 03:46 mwatters Note Added: 0005655 2009-03-15 03:46 mwatters Status new => resolved 2009-03-15 03:46 mwatters Resolution open => fixed 2009-03-15 03:46 mwatters Assigned To => mwatters 2009-03-15 03:53 mwatters Note Added: 0005663 2009-03-15 03:53 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:55:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:55:11 +0100 Subject: [bug-notifications] [xchat 0003062]: xchat has dependencies not indicated on install In-Reply-To: <0a956e4b2229b60cf38ed95734825a71> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3062 ====================================================================== Reported By: maverickbna Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3062 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-08 18:24 CET Last Modified: 2009-03-15 03:55 CET ====================================================================== Summary: xchat has dependencies not indicated on install Description: xchat crashes when I try to connect to any IRC network. Ran xchat directly from terminal, have dbus errors. Install dbus package will resolve this problem. Please update xchat package to require dbus. ====================================================================== ---------------------------------------------------------------------- (0005521) maverickbna (reporter) - 2009-02-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=3062#c5521 ---------------------------------------------------------------------- Problem exists on both Solaris 10 SPARC and x86 on current tree. ---------------------------------------------------------------------- (0005659) mwatters (manager) - 2009-03-15 03:51 http://www.opencsw.org/bugtrack/view.php?id=3062#c5659 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005664) mwatters (manager) - 2009-03-15 03:55 http://www.opencsw.org/bugtrack/view.php?id=3062#c5664 ---------------------------------------------------------------------- resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-08 18:24 maverickbna New Issue 2009-02-08 18:24 maverickbna Issue Monitored: maverickbna 2009-02-08 18:25 maverickbna Note Added: 0005521 2009-03-15 03:51 mwatters Note Added: 0005659 2009-03-15 03:51 mwatters Status new => resolved 2009-03-15 03:51 mwatters Resolution open => fixed 2009-03-15 03:51 mwatters Assigned To => mwatters 2009-03-15 03:55 mwatters Note Added: 0005664 2009-03-15 03:55 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 16:23:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 16:23:57 +0100 Subject: [bug-notifications] [isaexec 0003470]: postinstall script fails on readonly /opt in zones Message-ID: <0598c02c57fadc3cbaed49e37fdbb724@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3470 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: isaexec Issue ID: 3470 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-15 16:23 CET Last Modified: 2009-03-15 16:23 CET ====================================================================== Summary: postinstall script fails on readonly /opt in zones Description: postinstall script assumes that /opt is writable and fails trying to write there. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-15 16:23 automatthias New Issue ====================================================================== From noreply at opencsw.org Mon Mar 16 23:11:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 16 Mar 2009 23:11:29 +0100 Subject: [bug-notifications] [rrdtool 0002974]: Current 1.3.4 librrd causes perl to core with mailgraph. In-Reply-To: Message-ID: <8afe51d12862151fe30f834e7851854e@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2974 ====================================================================== Reported By: rmf Assigned To: ====================================================================== Project: rrdtool Issue ID: 2974 Category: other Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2008-12-19 06:16 CET Last Modified: 2009-03-16 23:11 CET ====================================================================== Summary: Current 1.3.4 librrd causes perl to core with mailgraph. Description: The current 1.3.4 build in unstable causes perl to core when trying to load /opt/csw/lib/perl/csw/auto/RRDs/RRDs.so. Revering back to the stable branch stops perl from being unhappy. This is using the current perl5 in the unstable branch. ====================================================================== ---------------------------------------------------------------------- (0005665) ja (reporter) - 2009-03-16 23:11 http://www.opencsw.org/bugtrack/view.php?id=2974#c5665 ---------------------------------------------------------------------- I noticed the same problem on Solaris 10 sparc. The use of RRDs results in a segfault. On Solaris 8 sparc it works fine. It seems, that at least the function call RRDs::create leads into this behaviour. Issue History Date Modified Username Field Change ====================================================================== 2008-12-19 06:16 rmf New Issue 2009-03-16 23:11 ja Note Added: 0005665 ====================================================================== From noreply at opencsw.org Tue Mar 17 03:36:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 17 Mar 2009 03:36:02 +0100 Subject: [bug-notifications] [common 0003467]: template set to use GAR v1 In-Reply-To: <59772fe284adb6345d9af4174d2965ec> Message-ID: <48e23b8b69c5547135bae9e05cc6757b@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3467 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3467 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-13 21:12 CET Last Modified: 2009-03-17 03:36 CET ====================================================================== Summary: template set to use GAR v1 Description: Instructions on how to make a new package with GAR instruct to copy the template - the template is set to use mGAR v1. $ svn pg svn:externals pkg/template/trunk gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 It should be pointing to v2. ====================================================================== ---------------------------------------------------------------------- (0005666) philadmin (administrator) - 2009-03-17 03:36 http://www.opencsw.org/mantis/view.php?id=3467#c5666 ---------------------------------------------------------------------- Thank you for your feedback. However, please file bugs on GAR, at the sourceforge bugtracker for it. I have been told the way to do this, is to sign up for your own sourceforge account, and then use the URL below: https://sourceforge.net/tracker2/?func=add&group_id=229205&atid=1075770 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 21:12 automatthias New Issue 2009-03-17 03:36 philadmin Note Added: 0005666 2009-03-17 03:36 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 03:11:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 03:11:12 +0100 Subject: [bug-notifications] [hatari 0001825]: Better Spectrum 512 support! In-Reply-To: <06d55d4c8419f42372b715f9df8bc7c7> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=1825 ====================================================================== Reported By: kenmays Assigned To: jgoerzen ====================================================================== Project: hatari Issue ID: 1825 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-24 17:44 CEST Last Modified: 2009-03-18 03:11 CET ====================================================================== Summary: Better Spectrum 512 support! Description: Version 0.90 (2006-08-22): - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates). - STE right border opening support (used in Obsession, Pacemaker). - Blitter Smudge mode support (used in Pacemaker demo). - Wheel-mouse simulates cursor up and down. - Work-around to FDC handling - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1. - Keys for all Hatari shortcuts can now be configured from hatari.cfg. - Added command line option for setting ST keyboard mapping. - Joystick command line option requires now parameter for a port for which the joystick cursor emu is enabled. - Fixed relative mouse event handling in zoomed low-rez. - Hatari shows now more of the bottom borden (screen size is now 384x276 instead of 384x267). - Fixed sync delay timings - sound should now be better ====================================================================== ---------------------------------------------------------------------- (0004401) jgoerzen (manager) - 2007-03-01 18:28 http://www.opencsw.org/mantis/view.php?id=1825#c4401 ---------------------------------------------------------------------- There is a compilation problem with version 0.90 hatari. stdint.h is now included and is not available on solaris 8. Will try to build with forte compiler with -C99 flag ---------------------------------------------------------------------- (0005653) jgoerzen (manager) - 2009-03-14 17:24 http://www.opencsw.org/mantis/view.php?id=1825#c5653 ---------------------------------------------------------------------- recompiled, repackaged and submitted latest source version 1.2.0 to unstable. ---------------------------------------------------------------------- (0005667) jgoerzen (manager) - 2009-03-18 03:11 http://www.opencsw.org/mantis/view.php?id=1825#c5667 ---------------------------------------------------------------------- latest version 1.2.0 is in unstable branch. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 17:24 jgoerzen Note Added: 0005653 2009-03-14 17:24 jgoerzen Status assigned => resolved 2009-03-14 17:24 jgoerzen Resolution open => fixed 2009-03-18 03:11 jgoerzen Note Added: 0005667 2009-03-18 03:11 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 19:07:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 19:07:45 +0100 Subject: [bug-notifications] [gftp 0003146]: Depend on CSWggettextrt In-Reply-To: <0a7cca9093c4930522000a3a4bbff9b8> Message-ID: <5cf16ffa4dfd9d0b85eae404a652c67e@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3146 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gftp Issue ID: 3146 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:56 CET Last Modified: 2009-03-18 19:07 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005668) jgoerzen (manager) - 2009-03-18 19:07 http://www.opencsw.org/mantis/view.php?id=3146#c5668 ---------------------------------------------------------------------- updated pkgs depending on CSWggettextrt instead of CSWggettext have been submitted and accepted to unstable tree. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:56 harpchad New Issue 2009-03-18 19:07 jgoerzen Note Added: 0005668 2009-03-18 19:07 jgoerzen Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:00:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:00:39 +0100 Subject: [bug-notifications] [rdesktop 0002374]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <1b23887696bd1d39cbef589c44d1185f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2374 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: rdesktop Issue ID: 2374 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-18 23:00 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005669) harpchad (manager) - 2009-03-18 23:00 http://www.opencsw.org/mantis/view.php?id=2374#c5669 ---------------------------------------------------------------------- Changed in 1.6.0,REV=2009.02.22 Issue History Date Modified Username Field Change ====================================================================== 2009-03-18 23:00 harpchad Note Added: 0005669 2009-03-18 23:00 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:02:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:02:10 +0100 Subject: [bug-notifications] [rdesktop 0002912]: new rdesktop version is available 1.6 In-Reply-To: Message-ID: <0869b5da86d1cbb76bff6b1b4939e9b2@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2912 ====================================================================== Reported By: vijayrajah Assigned To: ====================================================================== Project: rdesktop Issue ID: 2912 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-06-12 12:37 CEST Last Modified: 2009-03-18 23:02 CET ====================================================================== Summary: new rdesktop version is available 1.6 Description: New stable version of rdesktop 1.6 is available, yet the version in blastwave is 1.6 http://rdesktop.org ====================================================================== ---------------------------------------------------------------------- (0005670) harpchad (manager) - 2009-03-18 23:02 http://www.opencsw.org/mantis/view.php?id=2912#c5670 ---------------------------------------------------------------------- 1.6 is now in the unstable repository: 1.6.0,REV=2009.02.22 Issue History Date Modified Username Field Change ====================================================================== 2009-03-18 23:02 harpchad Note Added: 0005670 2009-03-18 23:02 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:07:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:07:12 +0100 Subject: [bug-notifications] [gvim 0003330]: Depend on CSWggettextrt In-Reply-To: <76d9dedce16e2b6cf0b0e2217ac2b5c3> Message-ID: <28ed093dca868613c05d34592e88ada7@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3330 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gvim Issue ID: 3330 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-18 23:07 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005672) harpchad (manager) - 2009-03-18 23:07 http://www.opencsw.org/mantis/view.php?id=3330#c5672 ---------------------------------------------------------------------- Changed in 7.2.128,REV=2009.03.01 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-03-18 23:07 harpchad Note Added: 0005672 2009-03-18 23:07 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:07:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:07:54 +0100 Subject: [bug-notifications] [vim 0003079]: Depend on CSWggettextrt In-Reply-To: <3fe8b86faa708152445854aad09bcf3b> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3079 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: vim Issue ID: 3079 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:49 CET Last Modified: 2009-03-18 23:07 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005673) harpchad (manager) - 2009-03-18 23:07 http://www.opencsw.org/mantis/view.php?id=3079#c5673 ---------------------------------------------------------------------- Changed in 7.2.128,REV=2009.03.01 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:49 harpchad New Issue 2009-03-18 23:07 harpchad Note Added: 0005673 2009-03-18 23:07 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:08:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:08:40 +0100 Subject: [bug-notifications] [pidgin 0003384]: Depend on CSWggettextrt In-Reply-To: <0e08a962ba279768fd0b4bb61ca69bc9> Message-ID: <9bcda2b9f40a2d6539706775cdc83b0c@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3384 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: pidgin Issue ID: 3384 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:22 CET Last Modified: 2009-03-18 23:08 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005674) harpchad (manager) - 2009-03-18 23:08 http://www.opencsw.org/mantis/view.php?id=3384#c5674 ---------------------------------------------------------------------- Changed in 2.5.5,REV=2009.03.12 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:22 harpchad New Issue 2009-03-18 23:08 harpchad Note Added: 0005674 2009-03-18 23:08 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:17:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:17:57 +0100 Subject: [bug-notifications] [ggettextdoc 0001640]: Incorrect man page include paths In-Reply-To: Message-ID: <5831629a1cdab14e3b516b424d3ba75d@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1640 ====================================================================== Reported By: mol Assigned To: harpchad ====================================================================== Project: ggettextdoc Issue ID: 1640 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2006-06-19 10:18 CEST Last Modified: 2009-03-18 23:17 CET ====================================================================== Summary: Incorrect man page include paths Description: # catman -nM /opt/csw/share/man ... Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcngettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdngettext.3 Incorrect references in these files. They point to man3/gettext.3 and man3/ngettext.3 but these files don\'t exist. Should be changed to man3/ggettext.3 and man3/gngettext.3 respectively. ====================================================================== ---------------------------------------------------------------------- (0005524) harpchad (manager) - 2009-02-13 03:55 http://www.opencsw.org/mantis/view.php?id=1640#c5524 ---------------------------------------------------------------------- fix forthcoming ---------------------------------------------------------------------- (0005675) harpchad (manager) - 2009-03-18 23:17 http://www.opencsw.org/mantis/view.php?id=1640#c5675 ---------------------------------------------------------------------- Upstream bug: http://savannah.gnu.org/bugs/index.php?25921 Issue History Date Modified Username Field Change ====================================================================== 2009-02-13 03:55 harpchad Note Added: 0005524 2009-02-13 03:55 harpchad Assigned To => harpchad 2009-02-13 03:55 harpchad Status new => confirmed 2009-03-18 23:17 harpchad Note Added: 0005675 ====================================================================== From noreply at opencsw.org Thu Mar 19 12:24:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 12:24:51 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries Message-ID: <9c780e982ea98360549614178a2b6822@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-19 12:24 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue ====================================================================== From noreply at opencsw.org Thu Mar 19 21:28:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:28:08 +0100 Subject: [bug-notifications] [libmm 0003472]: Please update package to latest Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3472 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: libmm Issue ID: 3472 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 21:28 CET Last Modified: 2009-03-19 21:28 CET ====================================================================== Summary: Please update package to latest Description: The current version of package is from 2004. Can you please update to version 1.4.2 (which is also pretty but latest available) TiA ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:28 wbonnet New Issue ====================================================================== From noreply at opencsw.org Thu Mar 19 21:33:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:33:00 +0100 Subject: [bug-notifications] [saneback 0003132]: Depend on CSWggettextrt In-Reply-To: <0eafb07ad5707ad9fa512cdfd9d5c77d> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3132 ====================================================================== Reported By: harpchad Assigned To: james ====================================================================== Project: saneback Issue ID: 3132 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: 2009-03-19 21:32 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005676) james (manager) - 2009-03-19 21:32 http://www.opencsw.org/bugtrack/view.php?id=3132#c5676 ---------------------------------------------------------------------- 1.0.19,REV=2009.03.15 has depend for CSWggettextrt Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-02-14 12:16 james Status new => assigned 2009-02-14 12:16 james Assigned To => james 2009-03-19 21:32 james Note Added: 0005676 2009-03-19 21:32 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:35:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:35:14 +0100 Subject: [bug-notifications] [saneback 0002904]: update to 1.0.19 In-Reply-To: <9d5758e98fc4b5af14e86a4bd9997781> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2904 ====================================================================== Reported By: calessio Assigned To: james ====================================================================== Project: saneback Issue ID: 2904 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-05-29 13:35 CEST Last Modified: 2009-03-19 21:35 CET ====================================================================== Summary: update to 1.0.19 Description: could you update to 1.0.19? thanks! ====================================================================== ---------------------------------------------------------------------- (0005343) james (manager) - 2008-05-29 13:51 http://www.opencsw.org/bugtrack/view.php?id=2904#c5343 ---------------------------------------------------------------------- No, it\'s a bitch to compile, I forget the details, needs some time spent on it to solve the code bugs. ---------------------------------------------------------------------- (0005677) james (manager) - 2009-03-19 21:35 http://www.opencsw.org/bugtrack/view.php?id=2904#c5677 ---------------------------------------------------------------------- 1.0.19,REV=2009.03.15 released. Sorry for the delay, would have been easier had Makefile nor directed the error stream to /dev/null Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:35 james Note Added: 0005677 2009-03-19 21:35 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:39:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:39:34 +0100 Subject: [bug-notifications] [groff 0002610]: man page macro bugs In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2610 ====================================================================== Reported By: jeff Assigned To: james ====================================================================== Project: groff Issue ID: 2610 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-05 02:46 CEST Last Modified: 2009-03-19 21:39 CET ====================================================================== Summary: man page macro bugs Description: The groffer.1 manual page attempts to define macro \"author\", \"copyright\", \"Error\", etc. The pdfroff.1 manual page attempts to define macro \"nohy\", \"cmd\", etc. These fail when being formatted with Sun\'s nroff. Must change to 2-character macros. The groff_out.5 manual page fails to format with the following errors: eqn: missing \" in $h sub 1$\\~$v sub 1$ file /opt/csw/man/man5/groff_out.5, between lines 138 and 218 eqn: missing \" in $h sub n$\\~$v sub n$ file /opt/csw/man/man5/groff_out.5, between lines 138 and 219 eqn: fatal error: converted token -------------------------... too long file /opt/csw/man/man5/groff_out.5, between lines 232 and 246 ====================================================================== ---------------------------------------------------------------------- (0004795) james (manager) - 2007-10-05 04:07 http://www.opencsw.org/bugtrack/view.php?id=2610#c4795 ---------------------------------------------------------------------- Thanks for the report, all these man pages work for me, I\'m not sure what happening yet but I will look into this. ---------------------------------------------------------------------- (0004826) james (manager) - 2007-10-10 10:44 http://www.opencsw.org/bugtrack/view.php?id=2610#c4826 ---------------------------------------------------------------------- What does \"pkgchk CSWgroff\" say? ---------------------------------------------------------------------- (0004827) jeff (reporter) - 2007-10-10 12:29 http://www.opencsw.org/bugtrack/view.php?id=2610#c4827 ---------------------------------------------------------------------- The output of pkgchk is below. It only shows differences with the cattable versions of the manual pages shipped with the package, which is expected because I ran a program to recreate the cat* pages for all man pages on this system. 137-> pkgchk CSWgroff ERROR: /opt/csw/share/man/cat1/groff.1 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:37:46 PM> actual file size <28794> expected <34553> actual file cksum <17025> expected <36238> actual ERROR: /opt/csw/share/man/cat1/groffer.1 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:37:46 PM> actual file size <65886> expected <295> actual file cksum <34115> expected <15509> actual ERROR: /opt/csw/share/man/cat1/grops.1 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:37:46 PM> actual file size <22498> expected <27308> actual file cksum <17492> expected <32802> actual ERROR: /opt/csw/share/man/cat5/groff_out.5 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:14 PM> actual file size <39990> expected <0> actual file cksum <15487> expected <0> actual ERROR: /opt/csw/share/man/cat5/groff_tmac.5 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:15 PM> actual file size <19938> expected <22614> actual file cksum <62529> expected <37709> actual ERROR: /opt/csw/share/man/cat7 owner name <root> expected <bin> actual ERROR: /opt/csw/share/man/cat7/groff.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:25 PM> actual file size <64024> expected <76342> actual file cksum <1322> expected <22046> actual ERROR: /opt/csw/share/man/cat7/groff_diff.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:26 PM> actual file size <81557> expected <91651> actual file cksum <8303> expected <18045> actual ERROR: /opt/csw/share/man/cat7/groff_ms.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:28 PM> actual file size <30629> expected <36522> actual file cksum <33374> expected <45842> actual ERROR: /opt/csw/share/man/cat7/groff_trace.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:29 PM> actual file size <4937> expected <5663> actual file cksum <49773> expected <30532> actual ERROR: /opt/csw/share/man/cat7/roff.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:29 PM> actual file size <29303> expected <32875> actual file cksum <4956> expected <31913> actual ---------------------------------------------------------------------- (0004828) james (manager) - 2007-10-10 12:48 http://www.opencsw.org/bugtrack/view.php?id=2610#c4828 ---------------------------------------------------------------------- That\'s the problem. Suggest pkgrm CSWgroff and reinstall. ---------------------------------------------------------------------- (0004831) jeff (reporter) - 2007-10-10 14:52 http://www.opencsw.org/bugtrack/view.php?id=2610#c4831 ---------------------------------------------------------------------- OK, I see what you are saying. Rather than fixing the man pages, you are pre-formatting them and then shipping these good cattable versions which I overwrote. I can accept that, but I think it is a shame that the GNU programmers choose to keep breaking existing programs and systems. ---------------------------------------------------------------------- (0004832) jeff (reporter) - 2007-10-10 15:00 http://www.opencsw.org/bugtrack/view.php?id=2610#c4832 ---------------------------------------------------------------------- I uninstalled/reinstalled CSWgroff. The groffer(1) and groff_out(5) pages look fine, but this is what I get in /opt/csw/man/cat1/pdfroff.1: ------------------------------------------------------------------------------ User Commands PDFROFF(1) NAME pdfroff - create PDF documents using groff \\$* SYNOPSIS Groff Version 1.19.2 Last change: 18 May 2005 1 ------------------------------------------------------------------------------ Just for your info. Not trying to be a PITA! :-) ---------------------------------------------------------------------- (0004833) james (manager) - 2007-10-11 04:54 http://www.opencsw.org/bugtrack/view.php?id=2610#c4833 ---------------------------------------------------------------------- I write my own macros for formatting documents but I gave up rewriting these man pages as a bad job and a gross waste of time. An alternative to putting formatted pages in cat is to put cw font in a nroff file and .nf. I don\'t like this because the formatting of the original is lost. If you set TROFF=groff and TCAT to some appropriate (that reads PS/PDF and displays/saves) you can see the original form using \"man -t ...\". A shame man can\'t use NROFF=gnroff. It\'s hardly surprising the groff people use the most complex macro coding. I can\'t be bothered to complain; the World has many more annoying issues that need attention first. Anyone is free to file a bug themselves: <bug-groff at gnu.org>. pdfroff is covered in: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0002200 ---------------------------------------------------------------------- (0005678) james (manager) - 2009-03-19 21:39 http://www.opencsw.org/bugtrack/view.php?id=2610#c5678 ---------------------------------------------------------------------- Closing, new package released with preformatted man pages in man/cat which is best I can do simply. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:39 james Note Added: 0005678 2009-03-19 21:39 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:40:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:40:59 +0100 Subject: [bug-notifications] [groff 0002200]: pdfroff manual page will not format In-Reply-To: <12f511042e668f979513828dd3cd9666> Message-ID: <21e6b2048815e9e410e76c4132d9e40f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2200 ====================================================================== Reported By: jeff Assigned To: james ====================================================================== Project: groff Issue ID: 2200 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-04-07 17:52 CEST Last Modified: 2009-03-19 21:40 CET ====================================================================== Summary: pdfroff manual page will not format Description: Attempts to nroff the /opt/csw/man /man1/pdfroff.1 file produce the following output: ------------------------------------------------------------ User Commands PDFROFF(1) NAME pdfroff - create PDF documents using groff \\$* SYNOPSIS Groff Version 1.19.2Last change: 18 May 2005 ------------------------------------------------------------ That\'s it! I haven\'t looked closely, but the macros in this file must be interfering with the man macros. Also notice that the last line in the output runs together. This is probably another artifact of the bad internal macros. -- Jeff ====================================================================== ---------------------------------------------------------------------- (0004484) james (manager) - 2007-04-08 04:46 http://www.opencsw.org/bugtrack/view.php?id=2200#c4484 ---------------------------------------------------------------------- Trust the the groff writer to not be able to write troff macros. The problem is the man pages are designed for groff and not troff as is used by the man command. My workaround for the pacakge is to pre-format the pages in man/cat, this page slipped through unformatted. To format your own copy: # sed -e \'/.TH/a\\ .ll 65n\' /opt/csw/share/man/man1/pdfroff.1 | \\ groff -T ascii -m man | \\ sed -e \'s/[^m]*m//g\' -e \'s/~/ /g\' > /opt/csw/share/man/cat1/pdfroff.1 The first escaped line break is important to sed, the other are just normal line wraps. Don\'t get too excited as pdfroff produces double copy of the output. I recommend using GS\'s ps2pdf, which is what the script does anyway: $ groff -m man /opt/csw/share/man/man1/pdfroff.1 | \\ ps2pdf /dev/fd/0 > pdfroff.pdf ---------------------------------------------------------------------- (0004485) james (manager) - 2007-04-08 05:08 http://www.opencsw.org/bugtrack/view.php?id=2200#c4485 ---------------------------------------------------------------------- Finish the job with: # installf -R / CSWgroff /opt/csw/share/man/cat1/pdfroff.1 then the formatted file will belong to CSWgroff and be removed on update. edited on: 04-08 05:08 ---------------------------------------------------------------------- (0005679) james (manager) - 2009-03-19 21:40 http://www.opencsw.org/bugtrack/view.php?id=2200#c5679 ---------------------------------------------------------------------- Closing, new package released with preformatted pdfroff man page in man/cat which is best I can do simply. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:40 james Note Added: 0005679 2009-03-19 21:40 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:44:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:44:19 +0100 Subject: [bug-notifications] [phpldapadmin 0003473]: File layout does not respect standard Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3473 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: phpldapadmin Issue ID: 3473 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 21:44 CET Last Modified: 2009-03-19 21:44 CET ====================================================================== Summary: File layout does not respect standard Description: The php files are installed under /opt/csw/apache2/share/htdocs instead of /opt/csw/share/www ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:44 wbonnet New Issue ====================================================================== From noreply at opencsw.org Thu Mar 19 21:44:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:44:37 +0100 Subject: [bug-notifications] [zip 0002947]: Please upgrade to 3.0 In-Reply-To: <660e5e04c5dac6ae417d477d7e998f82> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2947 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: zip Issue ID: 2947 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-11-17 16:39 CET Last Modified: 2009-03-19 21:44 CET ====================================================================== Summary: Please upgrade to 3.0 Description: Please upgrade to 3.0 ====================================================================== ---------------------------------------------------------------------- (0005680) james (manager) - 2009-03-19 21:44 http://www.opencsw.org/bugtrack/view.php?id=2947#c5680 ---------------------------------------------------------------------- Version 3.0,REV=2009.03.12 released Issue History Date Modified Username Field Change ====================================================================== 2008-11-17 16:39 dam New Issue 2009-01-18 12:09 james Status new => assigned 2009-01-18 12:09 james Assigned To => james 2009-01-18 12:10 james Note Added: 0005490 2009-03-19 21:44 james Note Deleted: 0005490 2009-03-19 21:44 james Note Added: 0005680 2009-03-19 21:44 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 22:20:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 22:20:08 +0100 Subject: [bug-notifications] [phpldapadmin 0003473]: File layout does not respect standard In-Reply-To: <556eedbae9039731efca850f0ea0588f> Message-ID: <2de3997190cc94b2e68bc7676b876bea@opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3473 ====================================================================== Reported By: wbonnet Assigned To: dam ====================================================================== Project: phpldapadmin Issue ID: 3473 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-19 21:44 CET Last Modified: 2009-03-19 22:20 CET ====================================================================== Summary: File layout does not respect standard Description: The php files are installed under /opt/csw/apache2/share/htdocs instead of /opt/csw/share/www ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:44 wbonnet New Issue 2009-03-19 22:20 dam Status new => assigned 2009-03-19 22:20 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 19 22:40:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 22:40:16 +0100 Subject: [bug-notifications] [ggettextdoc 0001640]: Incorrect man page include paths In-Reply-To: Message-ID: <3c08e633406474cc9a447c275125ebd4@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1640 ====================================================================== Reported By: mol Assigned To: harpchad ====================================================================== Project: ggettextdoc Issue ID: 1640 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2006-06-19 10:18 CEST Last Modified: 2009-03-19 22:40 CET ====================================================================== Summary: Incorrect man page include paths Description: # catman -nM /opt/csw/share/man ... Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcngettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdngettext.3 Incorrect references in these files. They point to man3/gettext.3 and man3/ngettext.3 but these files don\'t exist. Should be changed to man3/ggettext.3 and man3/gngettext.3 respectively. ====================================================================== ---------------------------------------------------------------------- (0005524) harpchad (manager) - 2009-02-13 03:55 http://www.opencsw.org/mantis/view.php?id=1640#c5524 ---------------------------------------------------------------------- fix forthcoming ---------------------------------------------------------------------- (0005675) harpchad (manager) - 2009-03-18 23:17 http://www.opencsw.org/mantis/view.php?id=1640#c5675 ---------------------------------------------------------------------- Upstream bug: http://savannah.gnu.org/bugs/index.php?25921 ---------------------------------------------------------------------- (0005681) harpchad (manager) - 2009-03-19 22:40 http://www.opencsw.org/mantis/view.php?id=1640#c5681 ---------------------------------------------------------------------- Further upstream (appears to be an autoconf problem): http://lists.gnu.org/archive/html/bug-automake/2009-03/msg00021.html Issue History Date Modified Username Field Change ====================================================================== 2009-02-13 03:55 harpchad Note Added: 0005524 2009-02-13 03:55 harpchad Assigned To => harpchad 2009-02-13 03:55 harpchad Status new => confirmed 2009-03-18 23:17 harpchad Note Added: 0005675 2009-03-19 22:40 harpchad Note Added: 0005681 ====================================================================== From noreply at opencsw.org Fri Mar 20 09:28:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 09:28:10 +0100 Subject: [bug-notifications] [libart 0002824]: RPATH contains /opt/csw/lib/sparcv9/$ISALIST In-Reply-To: Message-ID: <353a04603c0ffca7647db4c15f64b7c0@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2824 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: libart Issue ID: 2824 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-03-21 13:44 CET Last Modified: 2009-03-20 09:28 CET ====================================================================== Summary: RPATH contains /opt/csw/lib/sparcv9/$ISALIST Description: CSWlibart 2.3.20,REV=2008.03.04 file = /opt/csw/lib/sparcv9/libart_lgpl_2.so.2.3.20 RPATH contains /opt/csw/lib/sparcv9/$ISALIST RPATH = [5] RPATH /opt/csw/lib/sparcv9/$ISALIST:/opt/csw/lib/sparcv9 /opt/csw/lib/sparcv9/$ISALIST is nonsense, should be /opt/csw/lib/$ISALIST. It\'s unlikely this will cause an error but might stop it using the optimised libs (if any exist!) ====================================================================== ---------------------------------------------------------------------- (0005199) dam (manager) - 2008-03-21 15:25 http://www.opencsw.org/mantis/view.php?id=2824#c5199 ---------------------------------------------------------------------- I would like to fix this after moving to GAR with MultiISA-build. Doing this right in the current GAR is quite difficult. ---------------------------------------------------------------------- (0005682) dam (manager) - 2009-03-20 09:28 http://www.opencsw.org/mantis/view.php?id=2824#c5682 ---------------------------------------------------------------------- Fixed in 2.3.20,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 09:28 dam Note Added: 0005682 2009-03-20 09:28 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 10:10:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 10:10:50 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 Message-ID: <78ab9d933e242c2596f7bcdb9a8bbabe@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-20 10:10 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 20 11:23:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 11:23:37 +0100 Subject: [bug-notifications] [ncurses 0002122]: ncurses apps crash in _nc_read_entry(), Illegal instruction on AMD K6-II In-Reply-To: <2dec14cb5eeb1906133326ed9179a30a> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2122 ====================================================================== Reported By: michaelk Assigned To: dam ====================================================================== Project: ncurses Issue ID: 2122 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-01-23 14:03 CET Last Modified: 2009-03-20 11:23 CET ====================================================================== Summary: ncurses apps crash in _nc_read_entry(), Illegal instruction on AMD K6-II Description: Hi! ncurses version is 5.5,REV=2006.02.10 All applications using ncurses (vim, gpg and probably many more) are crashing here during startup on my AMD K6-II, possibly because of CPU optimization: havsule:/tmp > gdb /opt/csw/bin/reset GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type \"show copying\" to see the conditions. There is absolutely no warranty for GDB. Type \"show warranty\" for details. This GDB was configured as \"i386-pc-solaris2.8\"...(no debugging symbols found)... (gdb) run Starting program: /opt/csw/bin/reset (no debugging symbols found)...(no debugging symbols found)... Program received signal SIGILL, Illegal instruction. 0xd2f851da in _nc_read_entry () from /opt/csw/lib/libncurses.so.5 (gdb) disass 0xd2f851da Dump of assembler code for function _nc_read_entry: [...] 0xd2f851d5 <_nc_read_entry+1358>: lea 0x1(%edx),%eax 0xd2f851d8 <_nc_read_entry+1361>: cmp %ecx,%eax 0xd2f851da <_nc_read_entry+1363>: cmovae 0x41c(%esp),%edx 0xd2f851e2 <_nc_read_entry+1371>: xor %eax,%eax 0xd2f851e4 <_nc_read_entry+1373>: mov %edx,%edi according to http://docs.sun.com/app/docs/doc/817-5477/6mkuavhri?a=view CMOVA is only valid for AMD64 havsule:/tmp > isainfo -v 32-bit i386 applications amd_3dnow mmx cx8 tsc fpu ====================================================================== ---------------------------------------------------------------------- (0005515) dam (manager) - 2009-02-04 12:09 http://www.opencsw.org/mantis/view.php?id=2122#c5515 ---------------------------------------------------------------------- This should be fixed in ncurses 5.7 in current/ ---------------------------------------------------------------------- (0005683) dam (manager) - 2009-03-20 11:23 http://www.opencsw.org/mantis/view.php?id=2122#c5683 ---------------------------------------------------------------------- Fixed in 5.7,REV=2009.01.12 Issue History Date Modified Username Field Change ====================================================================== 2009-02-04 12:09 dam Note Added: 0005515 2009-02-04 12:09 dam Status new => resolved 2009-02-04 12:09 dam Resolution open => fixed 2009-02-04 12:09 dam Assigned To => dam 2009-03-20 11:23 dam Note Added: 0005683 2009-03-20 11:23 dam Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 12:20:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 12:20:48 +0100 Subject: [bug-notifications] [xmlto 0003475]: Required package missing Message-ID: <80a439e2d34dc596887facc9b7f7a6c3@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3475 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: xmlto Issue ID: 3475 Category: packaging Reproducibility: sometimes Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 12:20 CET Last Modified: 2009-03-20 12:20 CET ====================================================================== Summary: Required package missing Description: xmlto need mktemp, but package dependency doesn't require CSWmktemp. I've comitted a patched Makefile which fixes this ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 12:20 hson New Issue ====================================================================== From noreply at opencsw.org Fri Mar 20 15:15:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 15:15:40 +0100 Subject: [bug-notifications] [otrdevel 0003476]: Missing dependency on CSWotr Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3476 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: otrdevel Issue ID: 3476 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 15:15 CET Last Modified: 2009-03-20 15:15 CET ====================================================================== Summary: Missing dependency on CSWotr Description: Could you add a dependency on CSWotr so that when you install CSWotrdevel, CSWotr is automatically pulled in. The header files alone are not that useful ;) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 15:15 skayser New Issue ====================================================================== From noreply at opencsw.org Fri Mar 20 17:42:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 17:42:36 +0100 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support In-Reply-To: Message-ID: <77d25dd49d7f56ce1719223a00c55709@opencsw.org> A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-20 17:42 CET ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== ---------------------------------------------------------------------- (0005684) skayser (administrator) - 2009-03-20 17:42 http://opencsw.org/bugtrack/view.php?id=3457#c5684 ---------------------------------------------------------------------- I am just trying to build mcabber, which also complains about missing UTF-8 support in ncurses. What's worse this time is that mcabber then uses VT100 line drawing characters (via ncurses) to draw its TUI and this doesn't work with a UTF-8 CSWxterm (and i suppose neither with any other UTF-8 terminal emulator). The vertical lines are shifted, sometimes they don't display at all and words are not correctly wrapped on the right hand side of the terminal. I can work around this by either setting NCURSES_NO_UTF8_ACS=1 when calling mcabber or using xterm in non UTF-8 mode, but IMHO it could be more straight-forward when we would have UTF-8 support in ncurses. I had a look at the ncurses README again: --enable-widec produces a separate set of libs with a "w" suffix. Those are _not_ compatible with the regular ncurses libs, but because of the "w" suffix they don't clash, so i think it should be safe to build an additional wide ncurses version without breaking existing stuff. Debian does it this way, they have libncurses5 and libncursesw5. Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue 2009-03-20 17:42 skayser Note Added: 0005684 ====================================================================== From noreply at opencsw.org Fri Mar 20 17:49:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 17:49:19 +0100 Subject: [bug-notifications] [xmlto 0003475]: Required package missing In-Reply-To: <0aee8a53a2ef3020a9fa1f5baa153656> Message-ID: <0ca804ac764d263f462565a2cb0a82ae@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3475 ====================================================================== Reported By: hson Assigned To: bwalton ====================================================================== Project: xmlto Issue ID: 3475 Category: packaging Reproducibility: sometimes Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 12:20 CET Last Modified: 2009-03-20 17:49 CET ====================================================================== Summary: Required package missing Description: xmlto need mktemp, but package dependency doesn't require CSWmktemp. I've comitted a patched Makefile which fixes this ====================================================================== ---------------------------------------------------------------------- (0005685) bwalton (manager) - 2009-03-20 17:49 http://opencsw.org/bugtrack/view.php?id=3475#c5685 ---------------------------------------------------------------------- Rerolled packages (with another missing dep fix) and have pushed them to newpkgs...will be released shortly. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 12:20 hson New Issue 2009-03-20 17:49 bwalton Note Added: 0005685 2009-03-20 17:49 bwalton Status new => resolved 2009-03-20 17:49 bwalton Resolution open => fixed 2009-03-20 17:49 bwalton Assigned To => bwalton ====================================================================== From noreply at opencsw.org Fri Mar 20 18:29:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:29:17 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:29 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the packages depends on it. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 ====================================================================== From noreply at opencsw.org Fri Mar 20 18:31:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:31:42 +0100 Subject: [bug-notifications] [autogen 0002859]: Postinstall script fails In-Reply-To: <60d7b33911c1b9cc32af587c32f2bd43> Message-ID: <2f7e43c8e4c3535c8a30e9064294c966@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2859 ====================================================================== Reported By: phubbard Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 2859 Category: packaging Reproducibility: have not tried Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-04-15 18:17 CEST Last Modified: 2009-03-20 18:31 CET ====================================================================== Summary: Postinstall script fails Description: ## Executing postinstall script. postinstall: anomaly : Info directory update failed! pkgadd: ERROR: postinstall script did not complete successfully Installation of <CSWautogen> failed. ERROR: could not add CSWautogen. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 18:31 pfelecan Status new => assigned 2009-03-20 18:31 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Fri Mar 20 18:36:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:36:04 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <8e6821c7c274b83ad8f02bee4d9f9327@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:36 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 18:37:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:37:31 +0100 Subject: [bug-notifications] [autogen 0002859]: Postinstall script fails In-Reply-To: <60d7b33911c1b9cc32af587c32f2bd43> Message-ID: <7b346c86588684c01d14e7d7cc695231@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2859 ====================================================================== Reported By: phubbard Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 2859 Category: packaging Reproducibility: have not tried Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-04-15 18:17 CEST Last Modified: 2009-03-20 18:37 CET ====================================================================== Summary: Postinstall script fails Description: ## Executing postinstall script. postinstall: anomaly : Info directory update failed! pkgadd: ERROR: postinstall script did not complete successfully Installation of <CSWautogen> failed. ERROR: could not add CSWautogen. ====================================================================== ---------------------------------------------------------------------- (0005687) pfelecan (manager) - 2009-03-20 18:37 http://www.opencsw.org/bugtrack/view.php?id=2859#c5687 ---------------------------------------------------------------------- cannot reproduce Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 18:31 pfelecan Status new => assigned 2009-03-20 18:31 pfelecan Assigned To => pfelecan 2009-03-20 18:37 pfelecan Note Added: 0005687 2009-03-20 18:37 pfelecan Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 18:38:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:38:32 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <9e93afb583579c557725815c3cce6935@www.opencsw.org> The following issue has been REOPENED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:38 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/bugtrack/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened ====================================================================== From noreply at opencsw.org Fri Mar 20 18:38:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:38:43 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:38 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/bugtrack/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened 2009-03-20 18:38 pfelecan Status feedback => assigned 2009-03-20 18:38 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Fri Mar 20 19:06:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 19:06:37 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old Message-ID: <28fd3fce5bdded3a9f20088d023da68c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-20 19:06 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 08:00:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 08:00:36 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script Message-ID: <3db1f88c52f51c4918c68c504252f470@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 08:00 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 08:51:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 08:51:46 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 08:51 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Sun Mar 22 09:08:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 09:08:25 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: <112b96fcb2c19cee762dd610ca1487f7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 09:08 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/mantis/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 ====================================================================== From noreply at opencsw.org Sun Mar 22 10:40:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 10:40:59 +0100 Subject: [bug-notifications] [php5_gd 0003479]: Uncomment line "extension_dir=..." in php5.ini Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3479 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: php5_gd Issue ID: 3479 Category: packaging Reproducibility: always Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 10:40 CET Last Modified: 2009-03-22 10:40 CET ====================================================================== Summary: Uncomment line "extension_dir=..." in php5.ini Description: The line "extension_dir=..." in /opt/csw/php5/lib/php5.ini should be uncommented to run php and it's extensions out of the box. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 10:40 ja New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 15:18:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 15:18:03 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: <29eedea50b483063bd00427c3dc74fbe@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 15:18 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/mantis/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. ---------------------------------------------------------------------- (0005690) jmarki (reporter) - 2009-03-22 15:18 http://www.opencsw.org/mantis/view.php?id=3478#c5690 ---------------------------------------------------------------------- package in testing works now. thanks! Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 2009-03-22 15:18 jmarki Note Added: 0005690 ====================================================================== From noreply at opencsw.org Sun Mar 22 20:04:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 20:04:58 +0100 Subject: [bug-notifications] [pkg_get 0003480]: package installation from testing fails with: Need TWO args to newer_rev (2) Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3480 ====================================================================== Reported By: maciej Assigned To: ====================================================================== Project: pkg_get Issue ID: 3480 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 20:04 CET Last Modified: 2009-03-22 20:04 CET ====================================================================== Summary: package installation from testing fails with: Need TWO args to newer_rev (2) Description: I couldn't reopen issue 0003026, so I'm creating a new one. For details see http://www.opencsw.org/mantis/view.php?id=3026 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 20:04 maciej New Issue 2009-03-22 20:04 maciej File Added: pkg-get-issue-0003026.patch ====================================================================== From noreply at opencsw.org Sun Mar 22 20:07:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 20:07:59 +0100 Subject: [bug-notifications] [php5_gd 0003479]: Uncomment line "extension_dir=..." in php5.ini In-Reply-To: <20f10687f9719f17dea09aa6c3ba28be> Message-ID: The following issue has been UPDATED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3479 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: php5_gd Issue ID: 3479 Category: packaging Reproducibility: always Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 10:40 CET Last Modified: 2009-03-22 20:07 CET ====================================================================== Summary: Uncomment line "extension_dir=..." in php5.ini Description: The line "extension_dir=..." in /opt/csw/php5/lib/php5.ini should be uncommented to run php and it's extensions out of the box. ====================================================================== ---------------------------------------------------------------------- (0005691) mwatters (manager) - 2009-03-22 20:07 http://www.opencsw.org/mantis/view.php?id=3479#c5691 ---------------------------------------------------------------------- I will re-package the 5.2.9 release that is currently in testing to resolve this issue. Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 10:40 ja New Issue 2009-03-22 20:07 mwatters Note Added: 0005691 ====================================================================== From noreply at opencsw.org Sun Mar 22 21:52:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 21:52:04 +0100 Subject: [bug-notifications] [pwgen 0003481]: Please upgrade to 2.06 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3481 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: pwgen Issue ID: 3481 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 21:52 CET Last Modified: 2009-03-22 21:52 CET ====================================================================== Summary: Please upgrade to 2.06 Description: Please upgrade to 2.06 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 21:52 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:21:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:21:08 +0100 Subject: [bug-notifications] [libidn 0003482]: Please upgrade to 1.13 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3482 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libidn Issue ID: 3482 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:21 CET Last Modified: 2009-03-22 22:21 CET ====================================================================== Summary: Please upgrade to 1.13 Description: Please upgrade to 1.13 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:21 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:23:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:23:06 +0100 Subject: [bug-notifications] [mutt 0003483]: Please upgrade to 1.5.19 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3483 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mutt Issue ID: 3483 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:23 CET Last Modified: 2009-03-22 22:23 CET ====================================================================== Summary: Please upgrade to 1.5.19 Description: Please upgrade to 1.5.19 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:23 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:40:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:40:53 +0100 Subject: [bug-notifications] [texinfo 0003484]: sbin/mkdirentries is missing Message-ID: <01a551a972e59e0c629dc2170297ab49@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3484 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: texinfo Issue ID: 3484 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:40 CET Last Modified: 2009-03-22 22:40 CET ====================================================================== Summary: sbin/mkdirentries is missing Description: The previous package contained sbin/mkdirentries like this: #!/bin/sh BASE=/opt/csw FILES=`ls $BASE/share/info | /usr/xpg4/bin/grep -v -e "~" -e "dir"` for i in $FILES; do /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null done ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:40 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:53:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:53:13 +0100 Subject: [bug-notifications] [cswclassutils 0003485]: It would be nice to have a class for texinfo files Message-ID: <345d43429f60cf5257468d1ad3b09fc0@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3485 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: cswclassutils Issue ID: 3485 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:53 CET Last Modified: 2009-03-22 22:53 CET ====================================================================== Summary: It would be nice to have a class for texinfo files Description: Texinfo-files should have a specific class ('texinfo'?) which install the files in a way similar to /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:53 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 04:41:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 04:41:47 +0100 Subject: [bug-notifications] [pkg_get 0003480]: package installation from testing fails with: Need TWO args to newer_rev (2) In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3480 ====================================================================== Reported By: maciej Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3480 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 20:04 CET Last Modified: 2009-03-23 04:41 CET ====================================================================== Summary: package installation from testing fails with: Need TWO args to newer_rev (2) Description: I couldn't reopen issue 0003026, so I'm creating a new one. For details see http://www.opencsw.org/mantis/view.php?id=3026 ====================================================================== ---------------------------------------------------------------------- (0005692) phil (manager) - 2009-03-23 04:41 http://www.opencsw.org/mantis/view.php?id=3480#c5692 ---------------------------------------------------------------------- If you are going to reopen a bug, please restate, concisely, the exact "bug" you are trying to fix. as far as I know, the old bug is FIXED. So please upgrade to latest version of pkg-get, then say behaviour you see, and specific way to recreate? Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 20:04 maciej New Issue 2009-03-22 20:04 maciej File Added: pkg-get-issue-0003026.patch 2009-03-23 04:41 phil Note Added: 0005692 2009-03-23 04:41 phil Status new => resolved 2009-03-23 04:41 phil Resolution open => fixed 2009-03-23 04:41 phil Assigned To => phil ====================================================================== From noreply at opencsw.org Mon Mar 23 10:30:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 10:30:21 +0100 Subject: [bug-notifications] [cswclassutils 0003485]: It would be nice to have a class for texinfo files In-Reply-To: <4075dc68316686168a2957d8f8fbde44> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3485 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3485 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:53 CET Last Modified: 2009-03-23 10:30 CET ====================================================================== Summary: It would be nice to have a class for texinfo files Description: Texinfo-files should have a specific class ('texinfo'?) which install the files in a way similar to /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:53 dam New Issue 2009-03-23 10:30 bonivart Status new => assigned 2009-03-23 10:30 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 23 10:32:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 10:32:14 +0100 Subject: [bug-notifications] [cswclassutils 0003485]: It would be nice to have a class for texinfo files In-Reply-To: <4075dc68316686168a2957d8f8fbde44> Message-ID: <7e496f46ed7436c08a81eb067251b572@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3485 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3485 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:53 CET Last Modified: 2009-03-23 10:32 CET ====================================================================== Summary: It would be nice to have a class for texinfo files Description: Texinfo-files should have a specific class ('texinfo'?) which install the files in a way similar to /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null ====================================================================== ---------------------------------------------------------------------- (0005693) bonivart (manager) - 2009-03-23 10:32 http://www.opencsw.org/mantis/view.php?id=3485#c5693 ---------------------------------------------------------------------- I would be glad to receive such a script. :-) I would happily include it into the package but I don't know enough (anything really) about this to make the script myself. Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:53 dam New Issue 2009-03-23 10:30 bonivart Status new => assigned 2009-03-23 10:30 bonivart Assigned To => bonivart 2009-03-23 10:32 bonivart Note Added: 0005693 ====================================================================== From noreply at opencsw.org Mon Mar 23 10:37:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 10:37:44 +0100 Subject: [bug-notifications] [perl 0002890]: Solaris 10 no global zone CPAN Module installation In-Reply-To: Message-ID: <451d9c54c99fe18bcc213e511ec674cd@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2890 ====================================================================== Reported By: merlin Assigned To: ====================================================================== Project: perl Issue ID: 2890 Category: other Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-05-17 11:33 CEST Last Modified: 2009-03-23 10:37 CET ====================================================================== Summary: Solaris 10 no global zone CPAN Module installation Description: I have, on my Solaris 10 x86, a no global zone (cswzone) and use CPAN (or manuell install) to add additional Perl Modules. CPAN Modules will use /usr/bin vor binary and scrits. But this is in the no global zone not writable. This is only in the no global zone a problem. In the global Zone root have write access to /usr/bin, but is not the best way. - CSW Package (pm_*) go to INSTALLDIRS=vendor correct to /opt/csw/lib/perl/csw /opt/csw/share/perl/csw and /opt/csw/bin - CPAN use INSTALLDIRS=site_perl this go to /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl and /usr/bin perl -V:install.* installarchlib=\'/opt/csw/lib/perl/5.8.8\'; installbin=\'/opt/csw/bin\'; installhtml1dir=\'\'; installhtml3dir=\'\'; installman1dir=\'/opt/csw/share/man/man1\'; installman3dir=\'/opt/csw/share/man/man3\'; installprefix=\'/opt/csw\'; installprefixexp=\'/opt/csw\'; installprivlib=\'/opt/csw/share/perl/5.8.8\'; installscript=\'/opt/csw/bin\'; installsitearch=\'/opt/csw/lib/perl/site_perl\'; installsitebin=\'/usr/bin\'; installsitehtml1dir=\'\'; installsitehtml3dir=\'\'; installsitelib=\'/opt/csw/share/perl/site_perl\'; installsiteman1dir=\'/opt/csw/share/man/man1\'; installsiteman3dir=\'/opt/csw/share/man/man3\'; installsitescript=\'/usr/bin\'; installstyle=\'lib/perl5\'; installusrbinperl=\'undef\'; installvendorarch=\'/opt/csw/lib/perl/csw\'; installvendorbin=\'/opt/csw/bin\'; installvendorhtml1dir=\'\'; installvendorhtml3dir=\'\'; installvendorlib=\'/opt/csw/share/perl/csw\'; installvendorman1dir=\'/opt/csw/share/man/man1\'; installvendorman3dir=\'/opt/csw/share/man/man3\'; installvendorscript=\'/opt/csw/bin\'; For example: ----------- cpan> install Bundle::CPAN - Module:Build All tests successful. Files=26, Tests=772, 89 wallclock secs ( 0.77 usr 0.35 sys + 42.25 cusr 28.97 csys = 72.34 CPU) Result: PASS /usr/ccs/bin/make test -- OK Running make install /opt/csw/bin/perl Build --makefile_env_macros 1 install !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Cannot copy \'blib/script/config_data\' to \'/usr/bin/config_data\': Read-only file system !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at lib/Module/Build/Base.pm line 2788 Installing /opt/csw/share/man/man1/config_data.1 Installing /opt/csw/share/perl/site_perl/Module/Build.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Config.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Notes.pm Installing /opt/csw/share/perl/site_perl/Module/Build/YAML.pm Installing /opt/csw/share/perl/site_perl/Module/Build/ModuleInfo.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Cookbook.pm Installing /opt/csw/share/perl/site_perl/Module/Build/PodParser.pm Installing /opt/csw/share/perl/site_perl/Module/Build/API.pod Installing /opt/csw/share/perl/site_perl/Module/Build/Base.pm Installing /opt/csw/share/perl/site_perl/Module/Build/PPMMaker.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Version.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Compat.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Authoring.pod Installing /opt/csw/share/perl/site_perl/Module/Build/ConfigData.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/VMS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Windows.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/aix.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Unix.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/darwin.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Default.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Amiga.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/EBCDIC.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/RiscOS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/VOS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/MacOS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/os2.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/cygwin.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/MPEiX.pm Installing /opt/csw/share/man/man3/Module::Build::Platform::Default.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::Windows.3perl Installing /opt/csw/share/man/man3/Module::Build::Notes.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::Amiga.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::os2.3perl Installing /opt/csw/share/man/man3/Module::Build::ConfigData.3perl Installing /opt/csw/share/man/man3/Module::Build::PPMMaker.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::MacOS.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::RiscOS.3perl Installing /opt/csw/share/man/man3/Module::Build::YAML.3perl Installing /opt/csw/share/man/man3/Module::Build::Base.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::MPEiX.3perl Installing /opt/csw/share/man/man3/Module::Build::Compat.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::Unix.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::aix.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::darwin.3perl Installing /opt/csw/share/man/man3/Module::Build::Cookbook.3perl Installing /opt/csw/share/man/man3/Module::Build::ModuleInfo.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::cygwin.3perl Installing /opt/csw/share/man/man3/Module::Build.3perl Installing /opt/csw/share/man/man3/Module::Build::Authoring.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::EBCDIC.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::VOS.3perl Installing /opt/csw/share/man/man3/Module::Build::API.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::VMS.3perl Installing /usr/bin/config_data *** Error code 30 make: Fatal error: Command failed for target `install\' /usr/ccs/bin/make install -- NOT OK --- - Digest::SHA All tests successful. Files=21, Tests=120, 3 wallclock secs ( 0.24 usr 0.20 sys + 1.06 cusr 0.79 csys = 2.29 CPU) Result: PASS /usr/ccs/bin/make test -- OK Running make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Cannot copy \'blib/script/shasum\' to \'/usr/bin/shasum\': Read-only file system !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at -e line 1 Installing /opt/csw/lib/perl/site_perl/auto/Digest/SHA/SHA.bs Installing /opt/csw/lib/perl/site_perl/auto/Digest/SHA/SHA.so Installing /opt/csw/lib/perl/site_perl/Digest/SHA.pm Installing /opt/csw/share/man/man1/shasum.1 Installing /opt/csw/share/man/man3/Digest::SHA.3perl Installing /usr/bin/shasum *** Error code 30 The following command caused the error: /opt/csw/bin/perl -MExtUtils::Install -e \'install({@ARGV}, \'\\\'\'0\'\\\'\', 0, \'\\\'\'0\'\\\'\');\' -- \\ read /opt/csw/lib/perl/site_perl/auto/Digest/SHA/.packlist \\ write /opt/csw/lib/perl/site_perl/auto/Digest/SHA/.packlist \\ blib/lib /opt/csw/share/perl/site_perl \\ blib/arch /opt/csw/lib/perl/site_perl \\ blib/bin /usr/bin \\ blib/script /usr/bin \\ blib/man1 /opt/csw/share/man/man1 \\ blib/man3 /opt/csw/share/man/man3 make: Fatal error: Command failed for target `pure_site_install\' /usr/ccs/bin/make install -- NOT OK --- ====================================================================== ---------------------------------------------------------------------- (0005313) merlin (reporter) - 2008-05-18 07:20 http://www.opencsw.org/mantis/view.php?id=2890#c5313 ---------------------------------------------------------------------- I\'m Sorry! This bug is a Perl and not a PHP bug! You can close or delete this bug. I make a new bugreport on Perl. Best Regards Merlin ---------------------------------------------------------------------- (0005694) bonivart (manager) - 2009-03-23 10:37 http://www.opencsw.org/mantis/view.php?id=2890#c5694 ---------------------------------------------------------------------- Not sure how this popped up again, think it's an old closed one..? Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:46 mwatters Project php5 => perl 2009-03-23 10:37 bonivart Note Added: 0005694 2009-03-23 10:37 bonivart Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 14:16:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 14:16:31 +0100 Subject: [bug-notifications] [libgpg_error 0003141]: Depend on CSWggettextrt In-Reply-To: Message-ID: <8095ae2c4a7ab7af7e01bede040dca11@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3141 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgpg_error Issue ID: 3141 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 14:16 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 14:16 dam Status new => assigned 2009-03-23 14:16 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 23 14:16:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 14:16:53 +0100 Subject: [bug-notifications] [libgpg_error 0003141]: Depend on CSWggettextrt In-Reply-To: Message-ID: <8cafce159d8332bd302d43040c3fc3fe@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3141 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgpg_error Issue ID: 3141 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 14:16 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005695) dam (manager) - 2009-03-23 14:16 http://www.opencsw.org/mantis/view.php?id=3141#c5695 ---------------------------------------------------------------------- Fixed in 1.7,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 14:16 dam Status new => assigned 2009-03-23 14:16 dam Assigned To => dam 2009-03-23 14:16 dam Note Added: 0005695 2009-03-23 14:16 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 15:08:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:08:34 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: <18825950e4d5f66591c73adb20c766e0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-23 15:08 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 23 15:09:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:09:36 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: <04ae7dcae575c5f9c691c62c1c7e2eb7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-23 15:09 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== ---------------------------------------------------------------------- (0005696) bonivart (manager) - 2009-03-23 15:09 http://www.opencsw.org/mantis/view.php?id=3477#c5696 ---------------------------------------------------------------------- I can see that this is a problem if you use the stable catalog which doesn't change often, then you will have to download it every time anyway. I will fix this. Thanks for letting me know. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart 2009-03-23 15:09 bonivart Note Added: 0005696 ====================================================================== From noreply at opencsw.org Mon Mar 23 15:10:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:10:28 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 In-Reply-To: <83a5a360d61afa75fd31a87ebddd6b19> Message-ID: <77320bf013ce90ac9bb660c9b789380d@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-23 15:10 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue 2009-03-23 15:10 bonivart Status new => assigned 2009-03-23 15:10 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 23 15:10:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:10:46 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 In-Reply-To: <83a5a360d61afa75fd31a87ebddd6b19> Message-ID: <8129d0fe59f53c279e9e897e859dc436@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-23 15:10 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== ---------------------------------------------------------------------- (0005697) bonivart (manager) - 2009-03-23 15:10 http://www.opencsw.org/mantis/view.php?id=3474#c5697 ---------------------------------------------------------------------- I have a new package in testing. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue 2009-03-23 15:10 bonivart Status new => assigned 2009-03-23 15:10 bonivart Assigned To => bonivart 2009-03-23 15:10 bonivart Note Added: 0005697 ====================================================================== From noreply at opencsw.org Mon Mar 23 17:35:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:35:06 +0100 Subject: [bug-notifications] [sbcl 0003486]: Different versions for sparc and i386 Message-ID: <04834e350af2dad6e4ba948caea99273@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3486 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: sbcl Issue ID: 3486 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:35 CET Last Modified: 2009-03-23 17:35 CET ====================================================================== Summary: Different versions for sparc and i386 Description: I am currently syncing up all buildfarm machines and noticed that CSWsbcl is 1.0.23,REV=2008.12.07 for i386 and 1.0.23,REV=2008.12.14 for sparc The versions for all archs should be exactly the same. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:35 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 17:51:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:51:58 +0100 Subject: [bug-notifications] [bison 0003487]: Please update bison to newer version Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3487 ====================================================================== Reported By: philadmin Assigned To: ====================================================================== Project: bison Issue ID: 3487 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:51 CET Last Modified: 2009-03-23 17:51 CET ====================================================================== Summary: Please update bison to newer version Description: 2.4.1 is out. please update? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:51 philadmin New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 17:57:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:57:45 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 Message-ID: <3974247449e23be082a5f0325088988d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 17:57 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 17:59:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:59:01 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 In-Reply-To: <997f19f6f28f51e9b8b3a63a3c8b438d> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 17:59 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue 2009-03-23 17:59 james Status new => assigned 2009-03-23 17:59 james Assigned To => james ====================================================================== From noreply at opencsw.org Mon Mar 23 17:59:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:59:24 +0100 Subject: [bug-notifications] [sqlite3 0003489]: please upgrade to 3.6 Message-ID: <77780cb0be1f760c34d55b438cb4d03d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3489 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: sqlite3 Issue ID: 3489 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:59 CET Last Modified: 2009-03-23 17:59 CET ====================================================================== Summary: please upgrade to 3.6 Description: please upgrade to 3.6 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:59 phil New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 18:00:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:00:17 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 In-Reply-To: <997f19f6f28f51e9b8b3a63a3c8b438d> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 18:00 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== ---------------------------------------------------------------------- (0005698) james (manager) - 2009-03-23 18:00 http://www.opencsw.org/mantis/view.php?id=3488#c5698 ---------------------------------------------------------------------- 3.9 was out a year ago... Should be one in testing... or somewhere... I'm using it. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue 2009-03-23 17:59 james Status new => assigned 2009-03-23 17:59 james Assigned To => james 2009-03-23 18:00 james Note Added: 0005698 ====================================================================== From noreply at opencsw.org Mon Mar 23 18:01:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:01:36 +0100 Subject: [bug-notifications] [dsniff 0002309]: dsniff needs to be recompiled with openssl 0.9.8 In-Reply-To: <539afc8e1953124db717e88f61d90d1d> Message-ID: <0a4dc68c06d86f9bfb71ec196087ff10@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2309 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: dsniff Issue ID: 2309 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-25 18:01 CEST Last Modified: 2009-03-23 18:01 CET ====================================================================== Summary: dsniff needs to be recompiled with openssl 0.9.8 Description: dsniff is still linked with openssl 0.9.7 which is not the current version. Please recompile this package with the current openssl version (0.9.8). Openssl 0.9.7 libraries are still provided in the openssl package for compatibility reasons but they are bound to be removed in the future. ====================================================================== ---------------------------------------------------------------------- (0005699) hson (manager) - 2009-03-23 18:01 http://www.opencsw.org/mantis/view.php?id=2309#c5699 ---------------------------------------------------------------------- Resolved in 2.4b1,REV=2009.03.20 which is build using CSWosslrt 0.9.8,REV=2009.01.28_rev=j Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:01 hson Note Added: 0005699 2009-03-23 18:01 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:02:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:02:10 +0100 Subject: [bug-notifications] [dsniff 0002426]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <3b7502fb08b734281c5ebe4c6f51de24@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2426 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: dsniff Issue ID: 2426 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:56 CEST Last Modified: 2009-03-23 18:02 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005700) hson (manager) - 2009-03-23 18:02 http://www.opencsw.org/mantis/view.php?id=2426#c5700 ---------------------------------------------------------------------- Resolved in 2.4b1,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:02 hson Note Added: 0005700 2009-03-23 18:02 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:02:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:02:43 +0100 Subject: [bug-notifications] [pwgen 0003481]: Please upgrade to 2.06 In-Reply-To: <1f6e1e6979a4bccd9b190f4543c24c84> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3481 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: pwgen Issue ID: 3481 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 21:52 CET Last Modified: 2009-03-23 18:02 CET ====================================================================== Summary: Please upgrade to 2.06 Description: Please upgrade to 2.06 ====================================================================== ---------------------------------------------------------------------- (0005701) hson (manager) - 2009-03-23 18:02 http://www.opencsw.org/mantis/view.php?id=3481#c5701 ---------------------------------------------------------------------- 2.06 released Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 21:52 dam New Issue 2009-03-23 18:02 hson Note Added: 0005701 2009-03-23 18:02 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:04:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:04:48 +0100 Subject: [bug-notifications] [w3m 0002331]: w3m needs to be recompiled with openssl 0.9.8 In-Reply-To: <52cb0dfd7818017af4db4a389bfee563> Message-ID: <24e3e3d16d88a40010043b0605376bcf@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2331 ====================================================================== Reported By: yann Assigned To: komadori ====================================================================== Project: w3m Issue ID: 2331 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-25 18:09 CEST Last Modified: 2009-03-23 18:04 CET ====================================================================== Summary: w3m needs to be recompiled with openssl 0.9.8 Description: w3m is still linked with openssl 0.9.7 which is not the current version. Please recompile this package with the current openssl version (0.9.8). Openssl 0.9.7 libraries are still provided in the openssl package for compatibility reasons but they are bound to be removed in the future. ====================================================================== ---------------------------------------------------------------------- (0005702) hson (manager) - 2009-03-23 18:04 http://www.opencsw.org/mantis/view.php?id=2331#c5702 ---------------------------------------------------------------------- Resolved in 0.5.2,REV=2009.03.20 which is build using CSWosslrt 0.9.8,REV=2009.01.28_rev=j Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:04 hson Note Added: 0005702 2009-03-23 18:04 hson Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:04:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:04:51 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 In-Reply-To: <997f19f6f28f51e9b8b3a63a3c8b438d> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 18:04 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== ---------------------------------------------------------------------- (0005698) james (manager) - 2009-03-23 18:00 http://www.opencsw.org/mantis/view.php?id=3488#c5698 ---------------------------------------------------------------------- 3.9 was out a year ago... Should be one in testing... or somewhere... I'm using it. ---------------------------------------------------------------------- (0005703) james (manager) - 2009-03-23 18:04 http://www.opencsw.org/mantis/view.php?id=3488#c5703 ---------------------------------------------------------------------- PKGINST: CSWradiance NAME: radiance - Radiance synthetic imaging system CATEGORY: application ARCH: sparc VERSION: 3.9,REV=2008.05.02 VENDOR: http://radsite.lbl.gov/radiance/ packaged for CSW by James Lee PSTAMP: ra20080502151111 INSTDATE: May 02 2008 20:20 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 628 installed pathnames 4 shared pathnames 12 linked files 28 directories 146 executables 54836 blocks used (approx) It was first built at the time we moved from blastwave and never got released nor updated again; I'll rebuild again. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue 2009-03-23 17:59 james Status new => assigned 2009-03-23 17:59 james Assigned To => james 2009-03-23 18:00 james Note Added: 0005698 2009-03-23 18:04 james Note Added: 0005703 ====================================================================== From noreply at opencsw.org Mon Mar 23 18:05:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:05:19 +0100 Subject: [bug-notifications] [w3m 0002397]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: <72fa9f43468803dc4901058d6fda909d> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2397 ====================================================================== Reported By: yann Assigned To: komadori ====================================================================== Project: w3m Issue ID: 2397 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:46 CEST Last Modified: 2009-03-23 18:05 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005704) hson (manager) - 2009-03-23 18:05 http://www.opencsw.org/mantis/view.php?id=2397#c5704 ---------------------------------------------------------------------- Resolved in 0.5.2,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:05 hson Note Added: 0005704 2009-03-23 18:05 hson Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:05:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:05:41 +0100 Subject: [bug-notifications] [w3m 0003150]: Depend on CSWggettextrt In-Reply-To: Message-ID: <209017762a09c8192db1c0f36c1b9916@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3150 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: w3m Issue ID: 3150 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:56 CET Last Modified: 2009-03-23 18:05 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005705) hson (manager) - 2009-03-23 18:05 http://www.opencsw.org/mantis/view.php?id=3150#c5705 ---------------------------------------------------------------------- Resolved in 0.5.2,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:56 harpchad New Issue 2009-03-23 18:05 hson Note Added: 0005705 2009-03-23 18:05 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:57:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:57:57 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-23 18:57 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/bugtrack/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. ---------------------------------------------------------------------- (0005690) jmarki (reporter) - 2009-03-22 15:18 http://www.opencsw.org/bugtrack/view.php?id=3478#c5690 ---------------------------------------------------------------------- package in testing works now. thanks! ---------------------------------------------------------------------- (0005706) ja (manager) - 2009-03-23 18:57 http://www.opencsw.org/bugtrack/view.php?id=3478#c5706 ---------------------------------------------------------------------- Fixed package is now available in the official repository. Thanks for reporting! Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 2009-03-22 15:18 jmarki Note Added: 0005690 2009-03-23 18:57 ja Note Added: 0005706 2009-03-23 18:57 ja Status confirmed => resolved 2009-03-23 18:57 ja Resolution open => fixed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:58:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:58:25 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: <3ef8e8795104a599d551bc17c3e1290f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-23 18:58 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/bugtrack/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. ---------------------------------------------------------------------- (0005690) jmarki (reporter) - 2009-03-22 15:18 http://www.opencsw.org/bugtrack/view.php?id=3478#c5690 ---------------------------------------------------------------------- package in testing works now. thanks! ---------------------------------------------------------------------- (0005706) ja (manager) - 2009-03-23 18:57 http://www.opencsw.org/bugtrack/view.php?id=3478#c5706 ---------------------------------------------------------------------- Fixed package is now available in the official repository. Thanks for reporting! Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 2009-03-22 15:18 jmarki Note Added: 0005690 2009-03-23 18:57 ja Note Added: 0005706 2009-03-23 18:57 ja Status confirmed => resolved 2009-03-23 18:57 ja Resolution open => fixed 2009-03-23 18:58 ja Status resolved => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:00:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:00:44 +0100 Subject: [bug-notifications] [nagios 0003446]: Nagios major release upgrade In-Reply-To: <1dba590c325b631d25bec7f8d48c6752> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3446 ====================================================================== Reported By: waynehendricks Assigned To: ja ====================================================================== Project: nagios Issue ID: 3446 Category: upgrade Reproducibility: N/A Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-22 20:04 CET Last Modified: 2009-03-23 19:00 CET ====================================================================== Summary: Nagios major release upgrade Description: Nagios current stable is 3.0.6 and the OpenCSW version is still at 2.10. Requesting push to current stable release as many new features and fixes have been implemented. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-22 20:04 waynehendricks New Issue 2009-03-23 19:00 ja Status new => assigned 2009-03-23 19:00 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:01:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:01:29 +0100 Subject: [bug-notifications] [nagios 0003446]: Nagios major release upgrade In-Reply-To: <1dba590c325b631d25bec7f8d48c6752> Message-ID: <1940e22e96de3ff0de9fdfb7c2d8a53b@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3446 ====================================================================== Reported By: waynehendricks Assigned To: ja ====================================================================== Project: nagios Issue ID: 3446 Category: upgrade Reproducibility: N/A Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-22 20:04 CET Last Modified: 2009-03-23 19:01 CET ====================================================================== Summary: Nagios major release upgrade Description: Nagios current stable is 3.0.6 and the OpenCSW version is still at 2.10. Requesting push to current stable release as many new features and fixes have been implemented. ====================================================================== ---------------------------------------------------------------------- (0005707) ja (manager) - 2009-03-23 19:01 http://www.opencsw.org/bugtrack/view.php?id=3446#c5707 ---------------------------------------------------------------------- Current version of Nagios is now available in the official repository. Issue History Date Modified Username Field Change ====================================================================== 2009-02-22 20:04 waynehendricks New Issue 2009-03-23 19:00 ja Status new => assigned 2009-03-23 19:00 ja Assigned To => ja 2009-03-23 19:01 ja Note Added: 0005707 2009-03-23 19:01 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:01:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:01:58 +0100 Subject: [bug-notifications] [nagios 0002979]: Nagios is in dire need of an upgrade In-Reply-To: <807369f051c140aac2367e7407f8d6cd> Message-ID: <7fb49ba7709edc15b41ec42aa3252d97@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2979 ====================================================================== Reported By: dheideman Assigned To: ja ====================================================================== Project: nagios Issue ID: 2979 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-07 19:03 CET Last Modified: 2009-03-23 19:01 CET ====================================================================== Summary: Nagios is in dire need of an upgrade Description: Current stable version from source site is 3.0.6. Thanks in advance! ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-01-07 19:03 dheideman New Issue 2009-01-08 18:13 dheideman Issue Monitored: dheideman 2009-03-23 19:01 ja Status new => assigned 2009-03-23 19:01 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:02:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:02:42 +0100 Subject: [bug-notifications] [nagios 0002979]: Nagios is in dire need of an upgrade In-Reply-To: <807369f051c140aac2367e7407f8d6cd> Message-ID: <350f65a9941219bbc1355f2002a2c903@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2979 ====================================================================== Reported By: dheideman Assigned To: ja ====================================================================== Project: nagios Issue ID: 2979 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-07 19:03 CET Last Modified: 2009-03-23 19:02 CET ====================================================================== Summary: Nagios is in dire need of an upgrade Description: Current stable version from source site is 3.0.6. Thanks in advance! ====================================================================== ---------------------------------------------------------------------- (0005708) ja (manager) - 2009-03-23 19:02 http://www.opencsw.org/bugtrack/view.php?id=2979#c5708 ---------------------------------------------------------------------- Current versions of Nagios, Nagios plugins, nrpe and nsca are now available in the official repository. Issue History Date Modified Username Field Change ====================================================================== 2009-01-07 19:03 dheideman New Issue 2009-01-08 18:13 dheideman Issue Monitored: dheideman 2009-03-23 19:01 ja Status new => assigned 2009-03-23 19:01 ja Assigned To => ja 2009-03-23 19:02 ja Note Added: 0005708 2009-03-23 19:02 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:19:35 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:19:35 +0100 Subject: [bug-notifications] [nagios 0002781]: libtool dependancy deprecated: please use libtool_rt instead In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2781 ====================================================================== Reported By: dam Assigned To: ja ====================================================================== Project: nagios Issue ID: 2781 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-02-19 14:50 CET Last Modified: 2009-03-23 19:19 CET ====================================================================== Summary: libtool dependancy deprecated: please use libtool_rt instead Description: libtool dependancy deprecated: please use libtool_rt instead ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:19 ja Assigned To asmoore => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:20:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:20:29 +0100 Subject: [bug-notifications] [nagios 0002781]: libtool dependancy deprecated: please use libtool_rt instead In-Reply-To: Message-ID: <3e7d54ba8a9255883205b927ffddcb67@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2781 ====================================================================== Reported By: dam Assigned To: ja ====================================================================== Project: nagios Issue ID: 2781 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-02-19 14:50 CET Last Modified: 2009-03-23 19:20 CET ====================================================================== Summary: libtool dependancy deprecated: please use libtool_rt instead Description: libtool dependancy deprecated: please use libtool_rt instead ====================================================================== ---------------------------------------------------------------------- (0005709) ja (manager) - 2009-03-23 19:20 http://www.opencsw.org/bugtrack/view.php?id=2781#c5709 ---------------------------------------------------------------------- libtool_rt is used by current version. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:19 ja Assigned To asmoore => ja 2009-03-23 19:20 ja Note Added: 0005709 2009-03-23 19:20 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:22:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:22:02 +0100 Subject: [bug-notifications] [nagios 0002694]: CSWnagios requires CSWapache, interfering with CSWapache2 In-Reply-To: Message-ID: <5434caf09e2d4e6943d47161b790e050@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2694 ====================================================================== Reported By: irilyth Assigned To: ja ====================================================================== Project: nagios Issue ID: 2694 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-12-08 09:41 CET Last Modified: 2009-03-23 19:22 CET ====================================================================== Summary: CSWnagios requires CSWapache, interfering with CSWapache2 Description: Since CSWnagios requires CSWapache, it\'s hard to run nagios on a machine with CSWapache2. Is it possible to make it depend on one or the other, or to otherwise make it easier to have Apache 2 and Nagios together? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:22 ja Assigned To asmoore => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:22:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:22:38 +0100 Subject: [bug-notifications] [nagios 0002694]: CSWnagios requires CSWapache, interfering with CSWapache2 In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2694 ====================================================================== Reported By: irilyth Assigned To: ja ====================================================================== Project: nagios Issue ID: 2694 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-12-08 09:41 CET Last Modified: 2009-03-23 19:22 CET ====================================================================== Summary: CSWnagios requires CSWapache, interfering with CSWapache2 Description: Since CSWnagios requires CSWapache, it\'s hard to run nagios on a machine with CSWapache2. Is it possible to make it depend on one or the other, or to otherwise make it easier to have Apache 2 and Nagios together? ====================================================================== ---------------------------------------------------------------------- (0005710) ja (manager) - 2009-03-23 19:22 http://www.opencsw.org/bugtrack/view.php?id=2694#c5710 ---------------------------------------------------------------------- Current version depends on CSWapache2. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:22 ja Assigned To asmoore => ja 2009-03-23 19:22 ja Note Added: 0005710 2009-03-23 19:22 ja Status assigned => resolved 2009-03-23 19:22 ja Resolution open => fixed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:24:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:24:31 +0100 Subject: [bug-notifications] [nagios 0002580]: Example Apache configuration is not sufficient to get Nagios running In-Reply-To: <1d09f5e4dff5ca6c970595f24c4a4fa4> Message-ID: <2b974b4ec62727be0b734ebff36c1bd0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2580 ====================================================================== Reported By: trygvis Assigned To: ja ====================================================================== Project: nagios Issue ID: 2580 Category: regular use Reproducibility: always Severity: text Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-09-01 06:14 CEST Last Modified: 2009-03-23 19:24 CET ====================================================================== Summary: Example Apache configuration is not sufficient to get Nagios running Description: In /opt/csw/nagios/etc/httpd-nagios.conf the directory /opt/csw/nagios/share is alised to /nagios, but the config doesn\'t include a <Directory> stanza for the directory. I suggest adding this to the file: <Directory \"/opt/csw/nagios/share/\"> Order allow,deny Allow from all </Directory> ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:24 ja Assigned To asmoore => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:25:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:25:08 +0100 Subject: [bug-notifications] [nagios 0002580]: Example Apache configuration is not sufficient to get Nagios running In-Reply-To: <1d09f5e4dff5ca6c970595f24c4a4fa4> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2580 ====================================================================== Reported By: trygvis Assigned To: ja ====================================================================== Project: nagios Issue ID: 2580 Category: regular use Reproducibility: always Severity: text Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-09-01 06:14 CEST Last Modified: 2009-03-23 19:25 CET ====================================================================== Summary: Example Apache configuration is not sufficient to get Nagios running Description: In /opt/csw/nagios/etc/httpd-nagios.conf the directory /opt/csw/nagios/share is alised to /nagios, but the config doesn\'t include a <Directory> stanza for the directory. I suggest adding this to the file: <Directory \"/opt/csw/nagios/share/\"> Order allow,deny Allow from all </Directory> ====================================================================== ---------------------------------------------------------------------- (0005711) ja (manager) - 2009-03-23 19:25 http://www.opencsw.org/bugtrack/view.php?id=2580#c5711 ---------------------------------------------------------------------- Fixed in current version of Nagios. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:24 ja Assigned To asmoore => ja 2009-03-23 19:25 ja Note Added: 0005711 2009-03-23 19:25 ja Status assigned => resolved 2009-03-23 19:25 ja Resolution open => fixed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:31:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:31:42 +0100 Subject: [bug-notifications] [nrpe 0002934]: unterminated multiline plugin garbage In-Reply-To: <1955dee0a18d1375428905b338fc022b> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2934 ====================================================================== Reported By: ulrich Assigned To: ja ====================================================================== Project: nrpe Issue ID: 2934 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-08-27 16:11 CEST Last Modified: 2009-03-23 19:31 CET ====================================================================== Summary: unterminated multiline plugin garbage Description: nrpe 2.10 contains bug which is fixed in version 2.12 ************** NRPE Changelog ************** 2.12 - 03/10/2008 ----------------- - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki) ====================================================================== ---------------------------------------------------------------------- (0005349) ulrich (reporter) - 2008-08-27 17:12 http://www.opencsw.org/bugtrack/view.php?id=2934#c5349 ---------------------------------------------------------------------- i compiled nrpe-2.12 from source using the following config script: #!/bin/bash LDFLAGS=-L/opt/csw/lib CPPFLAGS=-I/opt/csw/include \ ./configure --prefix=/opt/csw --enable-command-args \ --enable-ssl --with-ssl-inc=/opt/csw/include --with-ssl-lib=/opt/csw/lib i replaced /opt/csw/bin/nrpe and restarted using /etc/init.d/cswnrpe remote check from monitor host works without garbage. [root at monitor libexec]# ./check_nrpe -H clever -c check_load -a 15,10,5 30,25,20 OK - load average: 0.38, 0.45, 0.48|load1=0.379;15.000;30.000;0; load5=0.453;10.000;25.000;0; load15=0.484;5.000;20.000;0 Issue History Date Modified Username Field Change ====================================================================== 2008-08-27 16:11 ulrich New Issue 2008-08-27 17:12 ulrich Note Added: 0005349 2009-03-23 19:31 ja Status new => assigned 2009-03-23 19:31 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:33:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:33:55 +0100 Subject: [bug-notifications] [nrpe 0002934]: unterminated multiline plugin garbage In-Reply-To: <1955dee0a18d1375428905b338fc022b> Message-ID: <25ef7920dba07d695529558111f32eb2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2934 ====================================================================== Reported By: ulrich Assigned To: ja ====================================================================== Project: nrpe Issue ID: 2934 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-08-27 16:11 CEST Last Modified: 2009-03-23 19:33 CET ====================================================================== Summary: unterminated multiline plugin garbage Description: nrpe 2.10 contains bug which is fixed in version 2.12 ************** NRPE Changelog ************** 2.12 - 03/10/2008 ----------------- - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki) ====================================================================== ---------------------------------------------------------------------- (0005349) ulrich (reporter) - 2008-08-27 17:12 http://www.opencsw.org/bugtrack/view.php?id=2934#c5349 ---------------------------------------------------------------------- i compiled nrpe-2.12 from source using the following config script: #!/bin/bash LDFLAGS=-L/opt/csw/lib CPPFLAGS=-I/opt/csw/include \ ./configure --prefix=/opt/csw --enable-command-args \ --enable-ssl --with-ssl-inc=/opt/csw/include --with-ssl-lib=/opt/csw/lib i replaced /opt/csw/bin/nrpe and restarted using /etc/init.d/cswnrpe remote check from monitor host works without garbage. [root at monitor libexec]# ./check_nrpe -H clever -c check_load -a 15,10,5 30,25,20 OK - load average: 0.38, 0.45, 0.48|load1=0.379;15.000;30.000;0; load5=0.453;10.000;25.000;0; load15=0.484;5.000;20.000;0 ---------------------------------------------------------------------- (0005712) ja (manager) - 2009-03-23 19:33 http://www.opencsw.org/bugtrack/view.php?id=2934#c5712 ---------------------------------------------------------------------- Please try the current versions of nrpe and nrpe_plugin - with these packages I couldn't reproduce the mentionend behaviour. Issue History Date Modified Username Field Change ====================================================================== 2008-08-27 16:11 ulrich New Issue 2008-08-27 17:12 ulrich Note Added: 0005349 2009-03-23 19:31 ja Status new => assigned 2009-03-23 19:31 ja Assigned To => ja 2009-03-23 19:33 ja Note Added: 0005712 ====================================================================== From noreply at opencsw.org Mon Mar 23 21:00:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:00:11 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-23 21:00 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== ---------------------------------------------------------------------- (0005696) bonivart (manager) - 2009-03-23 15:09 http://www.opencsw.org/mantis/view.php?id=3477#c5696 ---------------------------------------------------------------------- I can see that this is a problem if you use the stable catalog which doesn't change often, then you will have to download it every time anyway. I will fix this. Thanks for letting me know. ---------------------------------------------------------------------- (0005713) bonivart (manager) - 2009-03-23 21:00 http://www.opencsw.org/mantis/view.php?id=3477#c5713 ---------------------------------------------------------------------- I have committed a change into svn (r14). Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart 2009-03-23 15:09 bonivart Note Added: 0005696 2009-03-23 21:00 bonivart Note Added: 0005713 ====================================================================== From noreply at opencsw.org Mon Mar 23 21:01:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:01:11 +0100 Subject: [bug-notifications] [texinfo 0003135]: Depend on CSWggettextrt In-Reply-To: <0764ff73192371841af0f158af381450> Message-ID: <0453fdd3640063edbffa6adfccfc99db@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3135 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3135 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 21:01 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 21:01 dam Status new => assigned 2009-03-23 21:01 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 23 21:01:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:01:50 +0100 Subject: [bug-notifications] [texinfo 0003135]: Depend on CSWggettextrt In-Reply-To: <0764ff73192371841af0f158af381450> Message-ID: <3ceaa50b4f2926711e2cfa440560b661@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3135 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3135 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 21:01 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005714) dam (manager) - 2009-03-23 21:01 http://www.opencsw.org/mantis/view.php?id=3135#c5714 ---------------------------------------------------------------------- Fixed in 4.13,REV=2009.03.22_rev=a Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 21:01 dam Status new => assigned 2009-03-23 21:01 dam Assigned To => dam 2009-03-23 21:01 dam Note Added: 0005714 2009-03-23 21:01 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 21:02:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:02:16 +0100 Subject: [bug-notifications] [texinfo 0003484]: sbin/mkdirentries is missing In-Reply-To: <44ef57bd0cded4bed4a84214ae3a7046> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3484 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3484 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:40 CET Last Modified: 2009-03-23 21:02 CET ====================================================================== Summary: sbin/mkdirentries is missing Description: The previous package contained sbin/mkdirentries like this: #!/bin/sh BASE=/opt/csw FILES=`ls $BASE/share/info | /usr/xpg4/bin/grep -v -e "~" -e "dir"` for i in $FILES; do /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null done ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:40 dam New Issue 2009-03-23 21:02 dam Status new => assigned 2009-03-23 21:02 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 23 21:02:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:02:38 +0100 Subject: [bug-notifications] [texinfo 0003484]: sbin/mkdirentries is missing In-Reply-To: <44ef57bd0cded4bed4a84214ae3a7046> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3484 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3484 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 22:40 CET Last Modified: 2009-03-23 21:02 CET ====================================================================== Summary: sbin/mkdirentries is missing Description: The previous package contained sbin/mkdirentries like this: #!/bin/sh BASE=/opt/csw FILES=`ls $BASE/share/info | /usr/xpg4/bin/grep -v -e "~" -e "dir"` for i in $FILES; do /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null done ====================================================================== ---------------------------------------------------------------------- (0005715) dam (manager) - 2009-03-23 21:02 http://www.opencsw.org/mantis/view.php?id=3484#c5715 ---------------------------------------------------------------------- Fixed in 4.13,REV=2009.03.22_rev=a Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:40 dam New Issue 2009-03-23 21:02 dam Status new => assigned 2009-03-23 21:02 dam Assigned To => dam 2009-03-23 21:02 dam Note Added: 0005715 2009-03-23 21:02 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 21:13:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:13:20 +0100 Subject: [bug-notifications] [nagios_plugins 0003100]: Depend on CSWggettextrt In-Reply-To: <92379cbf4dded6a1a69b8633d65e0e34> Message-ID: <4de9439dbc24668e4c4fee925b21d531@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3100 ====================================================================== Reported By: harpchad Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3100 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:51 CET Last Modified: 2009-03-23 21:13 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:51 harpchad New Issue 2009-03-23 21:13 ja Status new => assigned 2009-03-23 21:13 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 21:14:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:14:05 +0100 Subject: [bug-notifications] [nagios_plugins 0003100]: Depend on CSWggettextrt In-Reply-To: <92379cbf4dded6a1a69b8633d65e0e34> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3100 ====================================================================== Reported By: harpchad Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3100 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:51 CET Last Modified: 2009-03-23 21:14 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005716) ja (manager) - 2009-03-23 21:14 http://www.opencsw.org/mantis/view.php?id=3100#c5716 ---------------------------------------------------------------------- Current version of nagios_plugins depends on CSWgettextrt. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:51 harpchad New Issue 2009-03-23 21:13 ja Status new => assigned 2009-03-23 21:13 ja Assigned To => ja 2009-03-23 21:14 ja Note Added: 0005716 2009-03-23 21:14 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 22:52:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 22:52:51 +0100 Subject: [bug-notifications] [pm_mailbox 0003490]: Please upgrade to 2.088 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3490 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: pm_mailbox Issue ID: 3490 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 22:52 CET Last Modified: 2009-03-23 22:52 CET ====================================================================== Summary: Please upgrade to 2.088 Description: Please upgrade to 2.088 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:52 wbonnet New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 22:54:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 22:54:12 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 Message-ID: <9b70908957d6ca824b2554edc0123fb7@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-23 22:54 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 09:11:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 09:11:10 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ihsan ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-24 09:11 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue 2009-03-24 09:11 ihsan Status new => assigned 2009-03-24 09:11 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 09:16:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 09:16:22 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 In-Reply-To: Message-ID: <55632429f35335a7b308d2f59a86339d@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ihsan ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-24 09:16 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== ---------------------------------------------------------------------- (0005717) ihsan (manager) - 2009-03-24 09:16 http://opencsw.org/bugtrack/view.php?id=3491#c5717 ---------------------------------------------------------------------- 0.33 is already out since last week. --> http://www.opencsw.org/packages/pm_maildkim Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue 2009-03-24 09:11 ihsan Status new => assigned 2009-03-24 09:11 ihsan Assigned To => ihsan 2009-03-24 09:16 ihsan Note Added: 0005717 2009-03-24 09:16 ihsan Status assigned => resolved ====================================================================== From noreply at opencsw.org Tue Mar 24 10:07:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 10:07:24 +0100 Subject: [bug-notifications] [exim 0003492]: Package does not create /opt/csw/var/spool/exim if /opt/csw/var/spool does not already exist. Message-ID: <9d03c1be7cd9117c81e5cced85b27226@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3492 ====================================================================== Reported By: andrewnicols Assigned To: ====================================================================== Project: exim Issue ID: 3492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 10:07 CET Last Modified: 2009-03-24 10:07 CET ====================================================================== Summary: Package does not create /opt/csw/var/spool/exim if /opt/csw/var/spool does not already exist. Description: Upon installation, if $CSW/var/spool does not exist, the package does not create the required spool directory for exim and leads to mail being rejected. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 10:07 andrewnicols New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 10:33:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 10:33:40 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: <46d17107dbb956d75a9c61b3dd3d99d2@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-24 10:33 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== ---------------------------------------------------------------------- (0005696) bonivart (manager) - 2009-03-23 15:09 http://www.opencsw.org/mantis/view.php?id=3477#c5696 ---------------------------------------------------------------------- I can see that this is a problem if you use the stable catalog which doesn't change often, then you will have to download it every time anyway. I will fix this. Thanks for letting me know. ---------------------------------------------------------------------- (0005713) bonivart (manager) - 2009-03-23 21:00 http://www.opencsw.org/mantis/view.php?id=3477#c5713 ---------------------------------------------------------------------- I have committed a change into svn (r14). ---------------------------------------------------------------------- (0005718) bonivart (manager) - 2009-03-24 10:33 http://www.opencsw.org/mantis/view.php?id=3477#c5718 ---------------------------------------------------------------------- The fix has been tested and will be in v1.5. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart 2009-03-23 15:09 bonivart Note Added: 0005696 2009-03-23 21:00 bonivart Note Added: 0005713 2009-03-24 10:33 bonivart Note Added: 0005718 2009-03-24 10:33 bonivart Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:00:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:00:42 +0100 Subject: [bug-notifications] [smartmontools 0001811]: install of CSWsmartmontools modifies /etc/rc3.d In-Reply-To: <3b2cc6bd3c4d404f5c73705d763d1eae> Message-ID: <68da233874cb44f0de0ce2d4d833acc3@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1811 ====================================================================== Reported By: dclarke Assigned To: ihsan ====================================================================== Project: smartmontools Issue ID: 1811 Category: packaging Reproducibility: always Severity: tweak Priority: high Status: resolved Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-09-20 12:07 CEST Last Modified: 2009-03-24 13:00 CET ====================================================================== Summary: install of CSWsmartmontools modifies /etc/rc3.d Description: Let\'s look at the two directories affected first : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxrwxr-x 2 root sys 512 Sep 20 01:29 /etc/rc3.d drwxr-xr-x 2 root other 512 Sep 20 12:00 /opt/csw/share/man/man1m # Now let\'s install the package : # pkgadd -d ./smartmontools-5.36,REV\\=2006.09.11-SunOS5.8-sparc-CSW.pkg all Processing package instance from smartmontools - S.M.A.R.T. utility toolset (sparc) 5.36,REV=2006.09.11 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 . . bypass the license verbage . This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. ## Processing package information. ## Processing system information. 10 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. The following files are already installed on the system and are being used by another package: /etc/rc3.d /opt/csw/share/man/man1m Do you want to install these conflicting files [y,n,?,q] y ## Checking for setuid/setgid programs. Installing smartmontools - S.M.A.R.T. utility toolset as ## Installing part 1 of 1. /etc/init.d/smartd /etc/rc0.d/K05smartd /etc/rc1.d/K05smartd /etc/rc2.d/K05smartd /etc/rc3.d/S95smartd /etc/rcS.d/K05smartd /opt/csw/etc/smartd.conf.CSW /opt/csw/sbin/smartctl /opt/csw/sbin/smartd /opt/csw/share/doc/smartmontools/AUTHORS /opt/csw/share/doc/smartmontools/CHANGELOG /opt/csw/share/doc/smartmontools/COPYING /opt/csw/share/doc/smartmontools/INSTALL /opt/csw/share/doc/smartmontools/NEWS /opt/csw/share/doc/smartmontools/README /opt/csw/share/doc/smartmontools/TODO /opt/csw/share/doc/smartmontools/WARNINGS /opt/csw/share/doc/smartmontools/examplescripts/Example1 /opt/csw/share/doc/smartmontools/examplescripts/Example2 /opt/csw/share/doc/smartmontools/examplescripts/Example3 /opt/csw/share/doc/smartmontools/examplescripts/README /opt/csw/share/doc/smartmontools/smartd.conf /opt/csw/share/man/man1m/smartctl.1m /opt/csw/share/man/man1m/smartd.1m /opt/csw/share/man/man4/smartd.conf.4 [ verifying class ] Installation of was successful. Now we go look at those two directories : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxr-xr-x 2 root sys 512 Sep 20 12:02 /etc/rc3.d drwxr-xr-x 2 root bin 512 Sep 20 12:02 /opt/csw/share/man/man1m # While the change to /opt/csw/share/man/man1m is minor the modification of /etc/rc3.d seems to be wrong. Dennis Clarke Wed Sep 20 12:07:41 EDT 2006 ====================================================================== ---------------------------------------------------------------------- (0003922) ihsan (manager) - 2006-09-20 13:24 http://www.opencsw.org/bugtrack/view.php?id=1811#c3922 ---------------------------------------------------------------------- Oups, I\'m going to fix that. ---------------------------------------------------------------------- (0005719) ihsan (manager) - 2009-03-24 13:00 http://www.opencsw.org/bugtrack/view.php?id=1811#c5719 ---------------------------------------------------------------------- a fixed version is already in the repository Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 13:00 ihsan Note Added: 0005719 2009-03-24 13:00 ihsan Status assigned => resolved 2009-03-24 13:00 ihsan Description Updated ====================================================================== From noreply at opencsw.org Tue Mar 24 13:01:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:01:51 +0100 Subject: [bug-notifications] [smartmontools 0001811]: install of CSWsmartmontools modifies /etc/rc3.d In-Reply-To: <3b2cc6bd3c4d404f5c73705d763d1eae> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1811 ====================================================================== Reported By: dclarke Assigned To: ihsan ====================================================================== Project: smartmontools Issue ID: 1811 Category: packaging Reproducibility: always Severity: tweak Priority: high Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-09-20 12:07 CEST Last Modified: 2009-03-24 13:01 CET ====================================================================== Summary: install of CSWsmartmontools modifies /etc/rc3.d Description: Let\'s look at the two directories affected first : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxrwxr-x 2 root sys 512 Sep 20 01:29 /etc/rc3.d drwxr-xr-x 2 root other 512 Sep 20 12:00 /opt/csw/share/man/man1m # Now let\'s install the package : # pkgadd -d ./smartmontools-5.36,REV\\=2006.09.11-SunOS5.8-sparc-CSW.pkg all Processing package instance from smartmontools - S.M.A.R.T. utility toolset (sparc) 5.36,REV=2006.09.11 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 . . bypass the license verbage . This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. ## Processing package information. ## Processing system information. 10 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. The following files are already installed on the system and are being used by another package: /etc/rc3.d /opt/csw/share/man/man1m Do you want to install these conflicting files [y,n,?,q] y ## Checking for setuid/setgid programs. Installing smartmontools - S.M.A.R.T. utility toolset as ## Installing part 1 of 1. /etc/init.d/smartd /etc/rc0.d/K05smartd /etc/rc1.d/K05smartd /etc/rc2.d/K05smartd /etc/rc3.d/S95smartd /etc/rcS.d/K05smartd /opt/csw/etc/smartd.conf.CSW /opt/csw/sbin/smartctl /opt/csw/sbin/smartd /opt/csw/share/doc/smartmontools/AUTHORS /opt/csw/share/doc/smartmontools/CHANGELOG /opt/csw/share/doc/smartmontools/COPYING /opt/csw/share/doc/smartmontools/INSTALL /opt/csw/share/doc/smartmontools/NEWS /opt/csw/share/doc/smartmontools/README /opt/csw/share/doc/smartmontools/TODO /opt/csw/share/doc/smartmontools/WARNINGS /opt/csw/share/doc/smartmontools/examplescripts/Example1 /opt/csw/share/doc/smartmontools/examplescripts/Example2 /opt/csw/share/doc/smartmontools/examplescripts/Example3 /opt/csw/share/doc/smartmontools/examplescripts/README /opt/csw/share/doc/smartmontools/smartd.conf /opt/csw/share/man/man1m/smartctl.1m /opt/csw/share/man/man1m/smartd.1m /opt/csw/share/man/man4/smartd.conf.4 [ verifying class ] Installation of was successful. Now we go look at those two directories : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxr-xr-x 2 root sys 512 Sep 20 12:02 /etc/rc3.d drwxr-xr-x 2 root bin 512 Sep 20 12:02 /opt/csw/share/man/man1m # While the change to /opt/csw/share/man/man1m is minor the modification of /etc/rc3.d seems to be wrong. Dennis Clarke Wed Sep 20 12:07:41 EDT 2006 ====================================================================== ---------------------------------------------------------------------- (0003922) ihsan (manager) - 2006-09-20 13:24 http://www.opencsw.org/bugtrack/view.php?id=1811#c3922 ---------------------------------------------------------------------- Oups, I\'m going to fix that. ---------------------------------------------------------------------- (0005719) ihsan (manager) - 2009-03-24 13:00 http://www.opencsw.org/bugtrack/view.php?id=1811#c5719 ---------------------------------------------------------------------- a fixed version is already in the repository Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 13:00 ihsan Note Added: 0005719 2009-03-24 13:00 ihsan Status assigned => resolved 2009-03-24 13:00 ihsan Description Updated 2009-03-24 13:01 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:05:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:05:30 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ihsan ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-24 13:05 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== ---------------------------------------------------------------------- (0005717) ihsan (manager) - 2009-03-24 09:16 http://opencsw.org/bugtrack/view.php?id=3491#c5717 ---------------------------------------------------------------------- 0.33 is already out since last week. --> http://www.opencsw.org/packages/pm_maildkim Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue 2009-03-24 09:11 ihsan Status new => assigned 2009-03-24 09:11 ihsan Assigned To => ihsan 2009-03-24 09:16 ihsan Note Added: 0005717 2009-03-24 09:16 ihsan Status assigned => resolved 2009-03-24 13:05 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:07:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:07:07 +0100 Subject: [bug-notifications] [syslog_ng 0003468]: service is started automatically regardless to the state of Sun /usr/sbin/syslogd In-Reply-To: <3896957978e3a7993642d2c754721e16> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3468 ====================================================================== Reported By: automatthias Assigned To: ihsan ====================================================================== Project: syslog_ng Issue ID: 3468 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:30 CET Last Modified: 2009-03-24 13:07 CET ====================================================================== Summary: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Description: After package installation, syslog_ng service is started, can't run, and goes into maintenance state. It would be better to do svcadm disable svc:/system/system-log:default Before starting syslog_ng. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:30 automatthias New Issue 2009-03-24 13:07 ihsan Status new => assigned 2009-03-24 13:07 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:08:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:08:22 +0100 Subject: [bug-notifications] [wget 0003465]: Please upgrade to 1.11.4 In-Reply-To: <3dfd3cf9967201a17d72ad31f2a87b5b> Message-ID: <58dd35cb6145e48e43f5cdba79c2d94a@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3465 ====================================================================== Reported By: dam Assigned To: ihsan ====================================================================== Project: wget Issue ID: 3465 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-13 17:17 CET Last Modified: 2009-03-24 13:08 CET ====================================================================== Summary: Please upgrade to 1.11.4 Description: Please upgrade to 1.11.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 17:17 dam New Issue 2009-03-24 13:08 ihsan Status new => assigned 2009-03-24 13:08 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:09:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:09:11 +0100 Subject: [bug-notifications] [syslog_ng 0003469]: Zone support for syslog_ng In-Reply-To: <5901603d8da14293f093102325221082> Message-ID: <86622b91f81d96f5070e82ec8e083163@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: ihsan ====================================================================== Project: syslog_ng Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-24 13:09 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue 2009-03-24 13:09 ihsan Status new => assigned 2009-03-24 13:09 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:12:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:12:13 +0100 Subject: [bug-notifications] [apache2rt 0003283]: Depend on CSWggettextrt In-Reply-To: <6ee07b1bd61cc562fe481158127fb02e> Message-ID: <3cbf783306f4b7cf53005c85c8a9bb4f@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3283 ====================================================================== Reported By: harpchad Assigned To: ihsan ====================================================================== Project: apache2rt Issue ID: 3283 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-24 13:12 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-24 13:12 ihsan Status new => assigned 2009-03-24 13:12 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:30:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:30:01 +0100 Subject: [bug-notifications] [amavisd_new 0002597]: amavisd-new won\'t start - the \'XS\' version of pm_Scalar::Util is required In-Reply-To: <06cdc1d92c1defe4fe0f023adfadc565> Message-ID: <748636cac57b53183a914e4daed59c50@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=2597 ====================================================================== Reported By: barrem03 Assigned To: ihsan ====================================================================== Project: amavisd_new Issue ID: 2597 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-09-22 15:12 CEST Last Modified: 2009-03-24 13:30 CET ====================================================================== Summary: amavisd-new won\'t start - the \'XS\' version of pm_Scalar::Util is required Description: New installation of amavisd_new using pkg-get # ./amavisd-new ERROR: MISSING REQUIRED BASIC MODULES: Compress::Zlib BEGIN failed--compilation aborted at ./amavisd-new line 159. # find /opt/csw -name Zlib.pm /opt/csw/share/perl/csw/IO/Zlib.pm /opt/csw/share/perl/csw/Compress/Zlib.pm /opt/csw/lib/perl/csw/Compress/Raw/Zlib.pm # less /opt/csw/share/perl/csw/Compress/Zlib.pm ... use Scalar::Util qw(dualvar); ... vi t.pl #! /opt/csw/bin/perl use Compress::Zlib qw(dualvar); exit; # ./t.pl is only avaliable with the XS version at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9. Compilation failed in require at ./t.pl line 2. BEGIN failed--compilation aborted at ./t.pl line 2 # less /opt/csw/share/perl/5.8.8/Scalar/Util.pm package Scalar::Util; use strict; use vars qw(@ISA @EXPORT_OK $VERSION); require Exporter; require List::Util; # List::Util loads the XS @ISA = qw(Exporter); @EXPORT_OK = qw(blessed dualvar reftype weaken isweak tainted readonly openhandl e refaddr isvstring looks_like_number set_prototype); $VERSION = \"1.19\"; $VERSION = eval $VERSION; sub export_fail { if (grep { /^(weaken|isweak)$/ } @_ ) { require Carp; Carp::croak(\"Weak references are not implemented in the version of perl\"); } if (grep { /^(isvstring)$/ } @_ ) { require Carp; Carp::croak(\"Vstrings are not implemented in the version of perl\"); } if (grep { /^(dualvar|set_prototype)$/ } @_ ) { require Carp; Carp::croak(\"$1 is only avaliable with the XS version\"); } @_; } ====================================================================== ---------------------------------------------------------------------- (0004761) barrem03 (reporter) - 2007-09-22 15:18 http://opencsw.org/mantis/view.php?id=2597#c4761 ---------------------------------------------------------------------- Sorry \" vi t.pl #! /opt/csw/bin/perl use Compress::Zlib qw(dualvar); exit; # ./t.pl is only avaliable with the XS version at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9. Compilation failed in require at ./t.pl line 2. BEGIN failed--compilation aborted at ./t.pl line 2 \" Should be \"vi t.pl #! /opt/csw/bin/perl use Compress::Zlib; exit; # ./t.pl is only avaliable with the XS version at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9. Compilation failed in require at ./t.pl line 2. BEGIN failed--compilation aborted at ./t.pl line 2 # less /opt/csw/share/perl/csw/Compress/Zlib.pm ... use Scalar::Util qw(dualvar); ... \" Thanks, - Mike ---------------------------------------------------------------------- (0004762) ihsan (manager) - 2007-09-22 16:17 http://opencsw.org/mantis/view.php?id=2597#c4762 ---------------------------------------------------------------------- can you please post the output of \'pkginfo -l CSWamavisdnew\'? ---------------------------------------------------------------------- (0004763) barrem03 (reporter) - 2007-09-22 17:31 http://opencsw.org/mantis/view.php?id=2597#c4763 ---------------------------------------------------------------------- Thanks for getting on this so quickly Ihsan! # pkginfo -l CSWamavisdnew PKGINST: CSWamavisdnew NAME: amavisd_new - Interface between MTA and content checkers CATEGORY: application ARCH: all VERSION: 2.4.5,REV=2007.03.23 BASEDIR: / VENDOR: http://www.ijs.si/software/amavisd/ packaged for CSW by Ihsan Dogan PSTAMP: ra20070323095121 INSTDATE: Sep 22 2007 14:31 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: ihsan at blastwave.org STATUS: completely installed FILES: 40 installed pathnames 5 shared pathnames 6 directories 2 executables 3559 blocks used (approx) ---------------------------------------------------------------------- (0005720) ihsan (manager) - 2009-03-24 13:30 http://opencsw.org/mantis/view.php?id=2597#c5720 ---------------------------------------------------------------------- shold be fixed in the newest version Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 13:30 ihsan Note Added: 0005720 2009-03-24 13:30 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:40:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:40:01 +0100 Subject: [bug-notifications] [apache2rt 0003283]: Depend on CSWggettextrt In-Reply-To: <6ee07b1bd61cc562fe481158127fb02e> Message-ID: <328cc1948f26c6a24a2895ddd498d90e@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3283 ====================================================================== Reported By: harpchad Assigned To: ihsan ====================================================================== Project: apache2rt Issue ID: 3283 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-24 13:40 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005721) ihsan (manager) - 2009-03-24 13:40 http://opencsw.org/mantis/view.php?id=3283#c5721 ---------------------------------------------------------------------- Fixed in svn commit 3907. The updated packge will be soon released. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-24 13:12 ihsan Status new => assigned 2009-03-24 13:12 ihsan Assigned To => ihsan 2009-03-24 13:40 ihsan Note Added: 0005721 2009-03-24 13:40 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 14:04:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 14:04:11 +0100 Subject: [bug-notifications] [rrdtool 0003129]: Depend on CSWggettextrt In-Reply-To: <30721c2732e14efb03cf9e9b84bf8c58> Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3129 ====================================================================== Reported By: harpchad Assigned To: ihsan ====================================================================== Project: rrdtool Issue ID: 3129 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: 2009-03-24 14:04 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005531) ihsan (manager) - 2009-02-14 21:29 http://opencsw.org/mantis/view.php?id=3129#c5531 ---------------------------------------------------------------------- new packages are in testing: http://mirror.opencsw.org/testing/rrdtool-1.3.6,REV=2009.02.14-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/rrdtool-1.3.6,REV=2009.02.14-SunOS5.8-sparc-CSW.pkg.gz ---------------------------------------------------------------------- (0005722) ihsan (manager) - 2009-03-24 14:04 http://opencsw.org/mantis/view.php?id=3129#c5722 ---------------------------------------------------------------------- Fixed already, but package is not released yet Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-02-14 21:27 ihsan Status new => assigned 2009-02-14 21:27 ihsan Assigned To => ihsan 2009-02-14 21:29 ihsan Note Added: 0005531 2009-03-24 14:04 ihsan Note Added: 0005722 2009-03-24 14:04 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 14:06:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 14:06:56 +0100 Subject: [bug-notifications] [syslog_ng 0003468]: service is started automatically regardless to the state of Sun /usr/sbin/syslogd In-Reply-To: <3896957978e3a7993642d2c754721e16> Message-ID: <231fd662b306d3a14867be4afe16d983@opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://opencsw.org/mantis/view.php?id=3468 ====================================================================== Reported By: automatthias Assigned To: ihsan ====================================================================== Project: syslog_ng Issue ID: 3468 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-14 16:30 CET Last Modified: 2009-03-24 14:06 CET ====================================================================== Summary: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Description: After package installation, syslog_ng service is started, can't run, and goes into maintenance state. It would be better to do svcadm disable svc:/system/system-log:default Before starting syslog_ng. ====================================================================== ---------------------------------------------------------------------- (0005723) ihsan (manager) - 2009-03-24 14:06 http://opencsw.org/mantis/view.php?id=3468#c5723 ---------------------------------------------------------------------- I don't think this is a bug. If you are going to install syslog_ng, it's for the purpose to replace the syslogd that comes with Solaris. Therefore, you should be already aware, that this might occur a conflict. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:30 automatthias New Issue 2009-03-24 13:07 ihsan Status new => assigned 2009-03-24 13:07 ihsan Assigned To => ihsan 2009-03-24 14:06 ihsan Note Added: 0005723 2009-03-24 14:06 ihsan Status assigned => feedback ====================================================================== From noreply at opencsw.org Tue Mar 24 14:11:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 14:11:04 +0100 Subject: [bug-notifications] [bmon 0000732]: bmon on solaris 8 will not use multicast packets for network multicast packets In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=732 ====================================================================== Reported By: Douglas Denny Assigned To: ihsan ====================================================================== Project: bmon Issue ID: 732 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2004-12-07 10:56 CET Last Modified: 2009-03-24 14:11 CET ====================================================================== Summary: bmon on solaris 8 will not use multicast packets for network multicast packets Description: On solaris 8 bmon will not display other hosts broadcasting bmon multicast packets. I have confirmed with tcpdump that the multicat packets are arriving. I use the following command for the slave device: bmon -o null -O distribution I use the following command for the master: bmon -I distribution:multicast I can see the multicast packets on the wire, but the bmon application is ignorring them. ====================================================================== ---------------------------------------------------------------------- (0001323) Douglas Denny (reporter) - 2004-12-07 11:16 http://opencsw.org/mantis/view.php?id=732#c1323 ---------------------------------------------------------------------- I just compiled from source for 2.0.1 and it still is not displaying the other hosts sending multicast packets. ---------------------------------------------------------------------- (0001324) ihsan (manager) - 2004-12-07 11:54 http://opencsw.org/mantis/view.php?id=732#c1324 ---------------------------------------------------------------------- Interesting, it should work. Does \"bmon -I distribution\" work? ---------------------------------------------------------------------- (0001325) Douglas Denny (reporter) - 2004-12-07 12:03 http://opencsw.org/mantis/view.php?id=732#c1325 ---------------------------------------------------------------------- Nope. This appears to be a bmon problem. Not a distribution problem. When I compiled from source I am getting the same response. I am wondering if this is a patch level thing. Does it work for you? SunOS mgmt1 5.8 Generic_108528-21 sun4u sparc SUNW,UltraAX-i2 ---------------------------------------------------------------------- (0001326) ihsan (manager) - 2004-12-07 17:33 http://opencsw.org/mantis/view.php?id=732#c1326 ---------------------------------------------------------------------- I reproduced the problem here too. But it seems to be a Solaris specific problem, because it works on FreeBSD. I will get in contact with Thomas Graf (the author of bmon). ---------------------------------------------------------------------- (0002468) ihsan (manager) - 2005-10-20 15:49 http://opencsw.org/mantis/view.php?id=732#c2468 ---------------------------------------------------------------------- bmon 2.1.0 is released, but it does not compile yet on Solaris. I\'m on contact with the bmon autor. ---------------------------------------------------------------------- (0005724) ihsan (manager) - 2009-03-24 14:11 http://opencsw.org/mantis/view.php?id=732#c5724 ---------------------------------------------------------------------- I'm closing this bug, because it is not a packaging bug. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 14:11 ihsan Note Added: 0005724 2009-03-24 14:11 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 17:58:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 17:58:56 +0100 Subject: [bug-notifications] [pm_localegettext 0003387]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3387 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pm_localegettext Issue ID: 3387 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:22 CET Last Modified: 2009-03-24 17:58 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:22 harpchad New Issue 2009-03-24 17:58 dam Status new => assigned 2009-03-24 17:58 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 24 17:59:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 17:59:21 +0100 Subject: [bug-notifications] [pm_localegettext 0003387]: Depend on CSWggettextrt In-Reply-To: Message-ID: <5d21e0821402af3cec0fa79bab1b5b4d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3387 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pm_localegettext Issue ID: 3387 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:22 CET Last Modified: 2009-03-24 17:59 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005726) dam (manager) - 2009-03-24 17:59 http://www.opencsw.org/mantis/view.php?id=3387#c5726 ---------------------------------------------------------------------- Fixed in 1.05,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:22 harpchad New Issue 2009-03-24 17:58 dam Status new => assigned 2009-03-24 17:58 dam Assigned To => dam 2009-03-24 17:59 dam Note Added: 0005726 2009-03-24 17:59 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 18:00:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 18:00:25 +0100 Subject: [bug-notifications] [pkgconfig 0003089]: Depend on CSWggettextrt In-Reply-To: <207670de1c90cef814971adf24ab69f8> Message-ID: <4efd432d3ad34f4bf36c6ef1fa780863@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3089 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pkgconfig Issue ID: 3089 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2009-03-24 18:00 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:50 harpchad New Issue 2009-03-24 18:00 dam Status new => assigned 2009-03-24 18:00 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 24 18:00:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 18:00:46 +0100 Subject: [bug-notifications] [pkgconfig 0003089]: Depend on CSWggettextrt In-Reply-To: <207670de1c90cef814971adf24ab69f8> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3089 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pkgconfig Issue ID: 3089 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2009-03-24 18:00 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005727) dam (manager) - 2009-03-24 18:00 http://www.opencsw.org/mantis/view.php?id=3089#c5727 ---------------------------------------------------------------------- Fixed in 0.23,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:50 harpchad New Issue 2009-03-24 18:00 dam Status new => assigned 2009-03-24 18:00 dam Assigned To => dam 2009-03-24 18:00 dam Note Added: 0005727 2009-03-24 18:00 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 21:03:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:03:16 +0100 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file Message-ID: <1a077ee24b1e4724699ff91fd7684ad1@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-24 21:03 CET ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 21:03:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:03:28 +0100 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file In-Reply-To: <924aac3d8edf26f807b26883d2903a14> Message-ID: <533ac92cca5acd92e714bbfecedf076e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-24 21:03 CET ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue 2009-03-24 21:03 ja Status new => assigned 2009-03-24 21:03 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Tue Mar 24 21:04:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:04:36 +0100 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file In-Reply-To: <924aac3d8edf26f807b26883d2903a14> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-24 21:04 CET ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== ---------------------------------------------------------------------- (0005728) ja (manager) - 2009-03-24 21:04 http://www.opencsw.org/bugtrack/view.php?id=3493#c5728 ---------------------------------------------------------------------- There is a new version of nsca and send_nsca in testing, where the problem should be fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue 2009-03-24 21:03 ja Status new => assigned 2009-03-24 21:03 ja Assigned To => ja 2009-03-24 21:03 ja Status assigned => confirmed 2009-03-24 21:04 ja Note Added: 0005728 ====================================================================== From noreply at opencsw.org Tue Mar 24 21:07:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:07:28 +0100 Subject: [bug-notifications] [nagios_plugins 0003494]: Package nagios_plugins should depend on CSWperl Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3494 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: nagios_plugins Issue ID: 3494 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 21:07 CET Last Modified: 2009-03-24 21:07 CET ====================================================================== Summary: Package nagios_plugins should depend on CSWperl Description: nagios_plugins should be depend on CSWperl, because of many plugins are written in Perl. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:07 ja New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 21:07:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:07:44 +0100 Subject: [bug-notifications] [nagios_plugins 0003494]: Package nagios_plugins should depend on CSWperl In-Reply-To: <682b9f376594eb20c14274254a8be669> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3494 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3494 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-24 21:07 CET Last Modified: 2009-03-24 21:07 CET ====================================================================== Summary: Package nagios_plugins should depend on CSWperl Description: nagios_plugins should be depend on CSWperl, because of many plugins are written in Perl. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:07 ja New Issue 2009-03-24 21:07 ja Status new => assigned 2009-03-24 21:07 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Tue Mar 24 21:08:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:08:59 +0100 Subject: [bug-notifications] [nagios_plugins 0003494]: Package nagios_plugins should depend on CSWperl In-Reply-To: <682b9f376594eb20c14274254a8be669> Message-ID: <783d47d31815f305d45eafd3674cb5f4@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3494 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3494 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-24 21:07 CET Last Modified: 2009-03-24 21:08 CET ====================================================================== Summary: Package nagios_plugins should depend on CSWperl Description: nagios_plugins should be depend on CSWperl, because of many plugins are written in Perl. ====================================================================== ---------------------------------------------------------------------- (0005729) ja (manager) - 2009-03-24 21:08 http://www.opencsw.org/bugtrack/view.php?id=3494#c5729 ---------------------------------------------------------------------- new packages of nagios_plugins depending on CSWperl are available in testing. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:07 ja New Issue 2009-03-24 21:07 ja Status new => assigned 2009-03-24 21:07 ja Assigned To => ja 2009-03-24 21:08 ja Status assigned => confirmed 2009-03-24 21:08 ja Note Added: 0005729 ====================================================================== From noreply at opencsw.org Tue Mar 24 22:02:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:02:28 +0100 Subject: [bug-notifications] [cswclassutils 0003469]: Zone support for syslog_ng In-Reply-To: <5901603d8da14293f093102325221082> Message-ID: <9435777e249e954c3de283d497d960cd@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-24 22:02 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== ---------------------------------------------------------------------- (0005725) ihsan (reporter) - 2009-03-24 15:46 http://www.opencsw.org/mantis/view.php?id=3469#c5725 ---------------------------------------------------------------------- The smf manifest is provided by cswclassutils. I'll transfer this bug to cswlcassutils. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue 2009-03-24 13:09 ihsan Status new => assigned 2009-03-24 13:09 ihsan Assigned To => ihsan 2009-03-24 15:46 ihsan Note Added: 0005725 2009-03-24 15:46 ihsan Status assigned => acknowledged 2009-03-24 15:46 ihsan Project syslog_ng => cswclassutils 2009-03-24 22:02 bonivart Status acknowledged => assigned 2009-03-24 22:02 bonivart Assigned To ihsan => bonivart ====================================================================== From noreply at opencsw.org Tue Mar 24 22:04:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:04:39 +0100 Subject: [bug-notifications] [cswclassutils 0003469]: Zone support for syslog_ng In-Reply-To: <5901603d8da14293f093102325221082> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-24 22:04 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== ---------------------------------------------------------------------- (0005725) ihsan (reporter) - 2009-03-24 15:46 http://www.opencsw.org/mantis/view.php?id=3469#c5725 ---------------------------------------------------------------------- The smf manifest is provided by cswclassutils. I'll transfer this bug to cswlcassutils. ---------------------------------------------------------------------- (0005730) bonivart (manager) - 2009-03-24 22:04 http://www.opencsw.org/mantis/view.php?id=3469#c5730 ---------------------------------------------------------------------- Ok, I have to do some tests to reproduce the problem. In the meantime, I guess you can just install the package into each zone manually, I hope it's not too many. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue 2009-03-24 13:09 ihsan Status new => assigned 2009-03-24 13:09 ihsan Assigned To => ihsan 2009-03-24 15:46 ihsan Note Added: 0005725 2009-03-24 15:46 ihsan Status assigned => acknowledged 2009-03-24 15:46 ihsan Project syslog_ng => cswclassutils 2009-03-24 22:02 bonivart Status acknowledged => assigned 2009-03-24 22:02 bonivart Assigned To ihsan => bonivart 2009-03-24 22:04 bonivart Note Added: 0005730 ====================================================================== From noreply at opencsw.org Tue Mar 24 22:48:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:48:15 +0100 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-24 22:48 CET ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 22:48:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:48:34 +0100 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location In-Reply-To: <67d3addf53deb0e2b38082dccf116e4f> Message-ID: <17afd3d7fd4a7bc41c054a2b4551feed@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-24 22:48 CET ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue 2009-03-24 22:48 ja Status new => assigned 2009-03-24 22:48 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Tue Mar 24 22:50:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:50:44 +0100 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location In-Reply-To: <67d3addf53deb0e2b38082dccf116e4f> Message-ID: <7450c636c40d23e00116a05619b7a11c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-24 22:50 CET ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== ---------------------------------------------------------------------- (0005731) ja (manager) - 2009-03-24 22:50 http://www.opencsw.org/bugtrack/view.php?id=3495#c5731 ---------------------------------------------------------------------- new packages are available in testing. the problem should be fixed there. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue 2009-03-24 22:48 ja Status new => assigned 2009-03-24 22:48 ja Assigned To => ja 2009-03-24 22:50 ja Status assigned => confirmed 2009-03-24 22:50 ja Note Added: 0005731 ====================================================================== From noreply at opencsw.org Wed Mar 25 17:18:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 17:18:21 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 In-Reply-To: <83a5a360d61afa75fd31a87ebddd6b19> Message-ID: <1fa8fe3583003e8a92405d7d6ef20d05@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-25 17:18 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== ---------------------------------------------------------------------- (0005697) bonivart (manager) - 2009-03-23 15:10 http://www.opencsw.org/mantis/view.php?id=3474#c5697 ---------------------------------------------------------------------- I have a new package in testing. ---------------------------------------------------------------------- (0005732) bonivart (manager) - 2009-03-25 17:18 http://www.opencsw.org/mantis/view.php?id=3474#c5732 ---------------------------------------------------------------------- Released to current. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue 2009-03-23 15:10 bonivart Status new => assigned 2009-03-23 15:10 bonivart Assigned To => bonivart 2009-03-23 15:10 bonivart Note Added: 0005697 2009-03-25 17:18 bonivart Note Added: 0005732 2009-03-25 17:18 bonivart Status assigned => closed ====================================================================== From noreply at opencsw.org Wed Mar 25 17:24:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 17:24:39 +0100 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3496 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-25 17:24 CET ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue ====================================================================== From noreply at opencsw.org Wed Mar 25 20:27:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 20:27:37 +0100 Subject: [bug-notifications] [libmhash 0003497]: Please update to version 0.9.9.9 Message-ID: <442b4b5449562079c52f2a7f0ab127ab@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3497 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: libmhash Issue ID: 3497 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-25 20:27 CET Last Modified: 2009-03-25 20:27 CET ====================================================================== Summary: Please update to version 0.9.9.9 Description: Please update to version 0.9.9.9 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 20:27 wbonnet New Issue ====================================================================== From noreply at opencsw.org Wed Mar 25 22:22:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 22:22:58 +0100 Subject: [bug-notifications] [trac 0003498]: Please update to 0.11.3 Message-ID: <6a1969a091df458f2fb57566ed57212a@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3498 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: trac Issue ID: 3498 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-25 22:22 CET Last Modified: 2009-03-25 22:22 CET ====================================================================== Summary: Please update to 0.11.3 Description: Please update to 0.11.3 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 22:22 wbonnet New Issue ====================================================================== From noreply at opencsw.org Thu Mar 26 14:03:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:03:56 +0100 Subject: [bug-notifications] [git_cvs 0003032]: missing dependency (cvsps) In-Reply-To: <8ee8134589935e49c2630ec18b970ee4> Message-ID: <515daa7fe60f03b22d2a3cec773e9ce2@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3032 ====================================================================== Reported By: bwalton Assigned To: bwalton ====================================================================== Project: git_cvs Issue ID: 3032 Category: packaging Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-01-22 02:21 CET Last Modified: 2009-03-26 14:03 CET ====================================================================== Summary: missing dependency (cvsps) Description: The git cvs module requires the cvsps tool to function. This tool is not yet available for CSW. ====================================================================== ---------------------------------------------------------------------- (0005733) bwalton (manager) - 2009-03-26 14:03 http://www.opencsw.org/bugtrack/view.php?id=3032#c5733 ---------------------------------------------------------------------- Fixed with release of 1.6.2.1...although the package name was changed mistakenly to gitcvs. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-01-22 02:21 bwalton New Issue 2009-03-26 14:03 bwalton Note Added: 0005733 2009-03-26 14:03 bwalton Status new => resolved 2009-03-26 14:03 bwalton Resolution open => fixed 2009-03-26 14:03 bwalton Assigned To => bwalton ====================================================================== From noreply at opencsw.org Thu Mar 26 14:04:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:04:30 +0100 Subject: [bug-notifications] [xmlto 0003475]: Required package missing In-Reply-To: <0aee8a53a2ef3020a9fa1f5baa153656> Message-ID: <78dfb0860a70383d63e87f9309b1e5aa@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3475 ====================================================================== Reported By: hson Assigned To: bwalton ====================================================================== Project: xmlto Issue ID: 3475 Category: packaging Reproducibility: sometimes Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 12:20 CET Last Modified: 2009-03-26 14:04 CET ====================================================================== Summary: Required package missing Description: xmlto need mktemp, but package dependency doesn't require CSWmktemp. I've comitted a patched Makefile which fixes this ====================================================================== ---------------------------------------------------------------------- (0005685) bwalton (manager) - 2009-03-20 17:49 http://www.opencsw.org/bugtrack/view.php?id=3475#c5685 ---------------------------------------------------------------------- Rerolled packages (with another missing dep fix) and have pushed them to newpkgs...will be released shortly. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 12:20 hson New Issue 2009-03-20 17:49 bwalton Note Added: 0005685 2009-03-20 17:49 bwalton Status new => resolved 2009-03-20 17:49 bwalton Resolution open => fixed 2009-03-20 17:49 bwalton Assigned To => bwalton 2009-03-26 14:04 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 14:05:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:05:02 +0100 Subject: [bug-notifications] [git_cvs 0003032]: missing dependency (cvsps) In-Reply-To: <8ee8134589935e49c2630ec18b970ee4> Message-ID: <6700a04873805ed7a1e1f23f2641eda8@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3032 ====================================================================== Reported By: bwalton Assigned To: bwalton ====================================================================== Project: git_cvs Issue ID: 3032 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-01-22 02:21 CET Last Modified: 2009-03-26 14:05 CET ====================================================================== Summary: missing dependency (cvsps) Description: The git cvs module requires the cvsps tool to function. This tool is not yet available for CSW. ====================================================================== ---------------------------------------------------------------------- (0005733) bwalton (manager) - 2009-03-26 14:03 http://www.opencsw.org/bugtrack/view.php?id=3032#c5733 ---------------------------------------------------------------------- Fixed with release of 1.6.2.1...although the package name was changed mistakenly to gitcvs. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-01-22 02:21 bwalton New Issue 2009-03-26 14:03 bwalton Note Added: 0005733 2009-03-26 14:03 bwalton Status new => resolved 2009-03-26 14:03 bwalton Resolution open => fixed 2009-03-26 14:03 bwalton Assigned To => bwalton 2009-03-26 14:05 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 14:05:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:05:29 +0100 Subject: [bug-notifications] [openjade 0003436]: Depend on CSWggettextrt In-Reply-To: Message-ID: <0acc1cf9e5bf694ecfa0cc72a216f99d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3436 ====================================================================== Reported By: harpchad Assigned To: bwalton ====================================================================== Project: openjade Issue ID: 3436 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:27 CET Last Modified: 2009-03-26 14:05 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005530) bwalton (manager) - 2009-02-14 18:14 http://www.opencsw.org/bugtrack/view.php?id=3436#c5530 ---------------------------------------------------------------------- I've already updated the build description, I just need to build the packages and release. ---------------------------------------------------------------------- (0005549) bwalton (manager) - 2009-02-19 16:56 http://www.opencsw.org/bugtrack/view.php?id=3436#c5549 ---------------------------------------------------------------------- New packages placed in newpkgs for release by Phil. Issue resolved. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:27 harpchad New Issue 2009-02-14 18:13 bwalton Status new => assigned 2009-02-14 18:13 bwalton Assigned To => bwalton 2009-02-14 18:14 bwalton Note Added: 0005530 2009-02-14 18:14 bwalton Status assigned => confirmed 2009-02-19 16:56 bwalton Note Added: 0005549 2009-02-19 16:56 bwalton Status confirmed => resolved 2009-02-19 16:56 bwalton Resolution open => fixed 2009-03-26 14:05 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 14:37:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:37:47 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken Message-ID: <18835cccc181f9ecb5cd78f2c444e12b@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 14:37 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue ====================================================================== From noreply at opencsw.org Thu Mar 26 14:53:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:53:24 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <4fcbbb8bfb4db7abe78dded1bda348ef@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 14:53 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Thu Mar 26 15:01:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:01:03 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 15:01 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback ====================================================================== From noreply at opencsw.org Thu Mar 26 15:29:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:29:57 +0100 Subject: [bug-notifications] [pv 0003329]: Depend on CSWggettextrt In-Reply-To: <01fad1a5d6728acafe7419a496e19d26> Message-ID: <60e8b79044c416d2350b4bc61a6151db@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3329 ====================================================================== Reported By: harpchad Assigned To: skayser ====================================================================== Project: pv Issue ID: 3329 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-26 15:29 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005571) skayser (administrator) - 2009-02-26 00:29 http://opencsw.org/mantis/view.php?id=3329#c5571 ---------------------------------------------------------------------- Fixed in 1.1.4,REV=2009.02.24, pushed to current/. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-02-14 11:36 skayser Status new => assigned 2009-02-14 11:36 skayser Assigned To => skayser 2009-02-26 00:29 skayser Note Added: 0005571 2009-02-26 00:29 skayser Status assigned => resolved 2009-02-26 00:29 skayser Resolution open => fixed 2009-03-26 15:29 skayser Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 15:51:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:51:38 +0100 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support In-Reply-To: Message-ID: <1e2ccb82fdb9f6d0636842e9043512e3@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-26 15:51 CET ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== ---------------------------------------------------------------------- (0005684) skayser (administrator) - 2009-03-20 17:42 http://www.opencsw.org/mantis/view.php?id=3457#c5684 ---------------------------------------------------------------------- I am just trying to build mcabber, which also complains about missing UTF-8 support in ncurses. What's worse this time is that mcabber then uses VT100 line drawing characters (via ncurses) to draw its TUI and this doesn't work with a UTF-8 CSWxterm (and i suppose neither with any other UTF-8 terminal emulator). The vertical lines are shifted, sometimes they don't display at all and words are not correctly wrapped on the right hand side of the terminal. I can work around this by either setting NCURSES_NO_UTF8_ACS=1 when calling mcabber or using xterm in non UTF-8 mode, but IMHO it could be more straight-forward when we would have UTF-8 support in ncurses. I had a look at the ncurses README again: --enable-widec produces a separate set of libs with a "w" suffix. Those are _not_ compatible with the regular ncurses libs, but because of the "w" suffix they don't clash, so i think it should be safe to build an additional wide ncurses version without breaking existing stuff. Debian does it this way, they have libncurses5 and libncursesw5. Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue 2009-03-20 17:42 skayser Note Added: 0005684 2009-03-26 15:51 dam Status new => assigned 2009-03-26 15:51 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 26 15:52:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:52:01 +0100 Subject: [bug-notifications] [ncurses 0003444]: pkgmap missing man page directory creation In-Reply-To: Message-ID: <8c70c317761fa28edf94357d3e041a6f@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3444 ====================================================================== Reported By: diget Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3444 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-20 19:45 CET Last Modified: 2009-03-26 15:52 CET ====================================================================== Summary: pkgmap missing man page directory creation Description: The pkgmap for ncurses-5.7,REV=2009.01.12-SunOS5.8-sparc-CSW is missing the following directories: /opt/csw/share/man/man1 /opt/csw/share/man/man3 /opt/csw/share/man/man5 /opt/csw/share/man/man7 The problem is that if the directory does not exist, the required directory is made, but it ends up having the wrong owner/group/permissions. (Do an fresh install and notice the "" output during the pkgadd.) So, if a package later on tries to add files into, say, man5 and that package has /opt/csw/share/man/man5 in its pkgmap with what I believe to be normal "0755 root bin" permissions, you get the following: The following files are already installed on the system and are being used by another package: * /opt/csw/share/man/man5 which requires a y,n response. ====================================================================== ---------------------------------------------------------------------- (0005551) diget (reporter) - 2009-02-20 19:51 http://www.opencsw.org/mantis/view.php?id=3444#c5551 ---------------------------------------------------------------------- The error that I mention does not actually come from the the syslog_ng package, but rather from CSWtcpwrap with is being installed to fulfill a dependency for syslog_ng. Issue History Date Modified Username Field Change ====================================================================== 2009-02-20 19:45 diget New Issue 2009-02-20 19:51 diget Note Added: 0005551 2009-03-26 15:52 dam Status new => assigned 2009-03-26 15:52 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 26 16:18:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:18:29 +0100 Subject: [bug-notifications] [pm_berkeleydb 0001636]: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1636 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pm_berkeleydb Issue ID: 1636 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-06-16 07:18 CEST Last Modified: 2009-03-26 16:18 CET ====================================================================== Summary: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so Description: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so has no RPATH and so can\'t find libdb-4.3.so capetown:/home/james$ ldd /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so libdb-4.3.so => (file not found) ====================================================================== ---------------------------------------------------------------------- (0004228) james (reporter) - 2006-12-17 15:41 http://www.opencsw.org/bugtrack/view.php?id=1636#c4228 ---------------------------------------------------------------------- REV=2006.09.10 has same problem CSWpmberkeleydb 0.29,REV=2006.09.10 CSWbdb43 4.3.29,REV=2006.01.13 CSWcommon 1.4.3,REV=2006.01.22 CSWperl 5.8.8,REV=2006.09.29 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.3.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0004633) james (reporter) - 2007-06-18 11:55 http://www.opencsw.org/bugtrack/view.php?id=1636#c4633 ---------------------------------------------------------------------- 0.31,REV=2007.03.12 is no better. CSWpmberkeleydb 0.31,REV=2007.03.12 CSWbdb44 4.4.20,REV=2007.01.27 CSWcommon 1.4.5 CSWperl 5.8.8,REV=2007.03.16 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.4.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:18 ihsan Status new => assigned 2009-03-26 16:18 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:18:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:18:59 +0100 Subject: [bug-notifications] [pm_berkeleydb 0001636]: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so In-Reply-To: Message-ID: <21ff5083fe29e6a74a27877b8900acec@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1636 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pm_berkeleydb Issue ID: 1636 Category: other Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-06-16 07:18 CEST Last Modified: 2009-03-26 16:18 CET ====================================================================== Summary: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so Description: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so has no RPATH and so can\'t find libdb-4.3.so capetown:/home/james$ ldd /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so libdb-4.3.so => (file not found) ====================================================================== ---------------------------------------------------------------------- (0004228) james (reporter) - 2006-12-17 15:41 http://www.opencsw.org/bugtrack/view.php?id=1636#c4228 ---------------------------------------------------------------------- REV=2006.09.10 has same problem CSWpmberkeleydb 0.29,REV=2006.09.10 CSWbdb43 4.3.29,REV=2006.01.13 CSWcommon 1.4.3,REV=2006.01.22 CSWperl 5.8.8,REV=2006.09.29 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.3.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0004633) james (reporter) - 2007-06-18 11:55 http://www.opencsw.org/bugtrack/view.php?id=1636#c4633 ---------------------------------------------------------------------- 0.31,REV=2007.03.12 is no better. CSWpmberkeleydb 0.31,REV=2007.03.12 CSWbdb44 4.4.20,REV=2007.01.27 CSWcommon 1.4.5 CSWperl 5.8.8,REV=2007.03.16 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.4.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0005735) ihsan (manager) - 2009-03-26 16:18 http://www.opencsw.org/bugtrack/view.php?id=1636#c5735 ---------------------------------------------------------------------- already fixed Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:18 ihsan Status new => assigned 2009-03-26 16:18 ihsan Assigned To => ihsan 2009-03-26 16:18 ihsan Note Added: 0005735 2009-03-26 16:18 ihsan Status assigned => resolved 2009-03-26 16:18 ihsan Resolution open => fixed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:20:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:20:20 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <34bb67511b0121e778d2a66795b87e43@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 16:20 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 ====================================================================== From noreply at opencsw.org Thu Mar 26 16:22:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:22:22 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <3e18e62fc15fd62f5c5e1ff165e20249@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 16:22 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl ---------------------------------------------------------------------- (0005737) Nicolai Schwindt (reporter) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=3499#c5737 ---------------------------------------------------------------------- Just in case : ap2_modphp5 5.2.6,REV=2008.10.28 SAME php5 5.2.6,REV=2009.03.08 SAME php5_bz2 5.2.6,REV=2009.03.08 SAME php5_ctype 5.2.6,REV=2009.03.08 SAME php5_curl 5.2.6,REV=2009.03.08 SAME php5_dba 5.2.6,REV=2009.03.08 SAME php5_devel 5.2.6,REV=2009.03.08 SAME php5_ftp 5.2.6,REV=2009.03.08 SAME php5_gd 5.2.6,REV=2009.03.08 SAME php5_gettext 5.2.6,REV=2009.03.08 SAME php5_gmp 5.2.6,REV=2009.03.08 SAME php5_imap 5.2.6,REV=2009.03.08 SAME php5_ldap 5.2.6,REV=2009.03.08 SAME php5_mbstring 5.2.6,REV=2009.03.08 SAME php5_mcrypt 5.2.6,REV=2009.03.08 SAME php5_mhash 5.2.6,REV=2009.03.08 SAME php5_mssql 5.2.6,REV=2009.03.08 SAME php5_mysql 5.2.6,REV=2009.03.08 SAME php5_mysqli 5.2.6,REV=2009.03.08 SAME php5_odbc 5.2.6,REV=2009.03.08 SAME php5_openssl 5.2.6,REV=2009.03.08 SAME php5_pdomysql 5.2.6,REV=2009.03.08 SAME php5_pdoodbc 5.2.6,REV=2009.03.08 SAME php5_pdopgsql 5.2.6,REV=2009.03.08 SAME php5_pdosqlite 5.2.6,REV=2009.03.08 SAME php5_pgsql 5.2.6,REV=2009.03.08 SAME php5_pspell 5.2.6,REV=2009.03.08 SAME php5_readline 5.2.6,REV=2008.10.28 SAME php5_session 5.2.6,REV=2009.03.08 SAME php5_snmp 5.2.6,REV=2009.03.08 SAME php5_soap 5.2.6,REV=2009.03.08 SAME php5_sqlite 5.2.6,REV=2009.03.08 SAME php5_wddx 5.2.6,REV=2009.03.08 SAME php5_xsl 5.2.6,REV=2009.03.08 SAME php5_zip 5.2.6,REV=2009.03.08 SAME Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 2009-03-26 16:22 Nicolai SchwindtNote Added: 0005737 ====================================================================== From noreply at opencsw.org Thu Mar 26 16:22:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:22:29 +0100 Subject: [bug-notifications] [irssi 0002373]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <5b16e83da65a453623f4f9831238dfa3@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2373 ====================================================================== Reported By: yann Assigned To: ihsan ====================================================================== Project: irssi Issue ID: 2373 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-26 16:22 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:22 ihsan Status new => assigned 2009-03-26 16:22 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:22:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:22:51 +0100 Subject: [bug-notifications] [irssi 0002373]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <47b6b96cd0423ec73f47c90cf3935c13@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2373 ====================================================================== Reported By: yann Assigned To: ihsan ====================================================================== Project: irssi Issue ID: 2373 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-26 16:22 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005738) ihsan (manager) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=2373#c5738 ---------------------------------------------------------------------- fixed in 0.8.12,REV=2009.02.17 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:22 ihsan Status new => assigned 2009-03-26 16:22 ihsan Assigned To => ihsan 2009-03-26 16:22 ihsan Note Added: 0005738 2009-03-26 16:22 ihsan Status assigned => resolved 2009-03-26 16:22 ihsan Resolution open => fixed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:23:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:23:43 +0100 Subject: [bug-notifications] [irssi 0002373]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <636c557993be879d2bdc80da6693dd99@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2373 ====================================================================== Reported By: yann Assigned To: ihsan ====================================================================== Project: irssi Issue ID: 2373 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-26 16:23 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005738) ihsan (manager) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=2373#c5738 ---------------------------------------------------------------------- fixed in 0.8.12,REV=2009.02.17 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:22 ihsan Status new => assigned 2009-03-26 16:22 ihsan Assigned To => ihsan 2009-03-26 16:22 ihsan Note Added: 0005738 2009-03-26 16:22 ihsan Status assigned => resolved 2009-03-26 16:22 ihsan Resolution open => fixed 2009-03-26 16:23 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:25:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:25:54 +0100 Subject: [bug-notifications] [rrdtool 0002656]: samba 3.0.23 has critical security flaws In-Reply-To: <198d234ba1cc6060a73d1e781a0bf332> Message-ID: <2978fea14eb1bd63d3a297e8c8bac3d1@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2656 ====================================================================== Reported By: ssd Assigned To: ====================================================================== Project: rrdtool Issue ID: 2656 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-11-05 14:29 CET Last Modified: 2009-03-26 16:25 CET ====================================================================== Summary: samba 3.0.23 has critical security flaws Description: Samba 3.0.25 is the minimum safe version apparently. 3.0.26 is current stable according to the samba web site. 3.0.23 is what is in the unstable branch ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:25 ihsan Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:26:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:26:19 +0100 Subject: [bug-notifications] [pm_berkeleydb 0001636]: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so In-Reply-To: Message-ID: <93dd11bcc60f8ac6cf8a1ed5740cab72@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1636 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pm_berkeleydb Issue ID: 1636 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-06-16 07:18 CEST Last Modified: 2009-03-26 16:26 CET ====================================================================== Summary: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so Description: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so has no RPATH and so can\'t find libdb-4.3.so capetown:/home/james$ ldd /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so libdb-4.3.so => (file not found) ====================================================================== ---------------------------------------------------------------------- (0004228) james (reporter) - 2006-12-17 15:41 http://www.opencsw.org/bugtrack/view.php?id=1636#c4228 ---------------------------------------------------------------------- REV=2006.09.10 has same problem CSWpmberkeleydb 0.29,REV=2006.09.10 CSWbdb43 4.3.29,REV=2006.01.13 CSWcommon 1.4.3,REV=2006.01.22 CSWperl 5.8.8,REV=2006.09.29 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.3.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0004633) james (reporter) - 2007-06-18 11:55 http://www.opencsw.org/bugtrack/view.php?id=1636#c4633 ---------------------------------------------------------------------- 0.31,REV=2007.03.12 is no better. CSWpmberkeleydb 0.31,REV=2007.03.12 CSWbdb44 4.4.20,REV=2007.01.27 CSWcommon 1.4.5 CSWperl 5.8.8,REV=2007.03.16 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.4.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0005735) ihsan (manager) - 2009-03-26 16:18 http://www.opencsw.org/bugtrack/view.php?id=1636#c5735 ---------------------------------------------------------------------- already fixed Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:18 ihsan Status new => assigned 2009-03-26 16:18 ihsan Assigned To => ihsan 2009-03-26 16:18 ihsan Note Added: 0005735 2009-03-26 16:18 ihsan Status assigned => resolved 2009-03-26 16:18 ihsan Resolution open => fixed 2009-03-26 16:26 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:28:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:28:28 +0100 Subject: [bug-notifications] [apache2 0002766]: mod_wsgi for running software like edgewall trac In-Reply-To: <31c60cde81173c5e9472dc60a669a614> Message-ID: <3f67ef436926711a98ef739cfe3a5f73@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2766 ====================================================================== Reported By: ThurnerRupert Assigned To: ====================================================================== Project: apache2 Issue ID: 2766 Category: other Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-02-03 21:42 CET Last Modified: 2009-03-26 16:28 CET ====================================================================== Summary: mod_wsgi for running software like edgewall trac Description: providing mod_wsgi for running software like edgewall trac would be great ====================================================================== ---------------------------------------------------------------------- (0005739) ihsan (manager) - 2009-03-26 16:28 http://www.opencsw.org/bugtrack/view.php?id=2766#c5739 ---------------------------------------------------------------------- this is a feature request and not a bug... there is already a package in testing: http://mirror.opencsw.org/testing.html Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:28 ihsan Note Added: 0005739 2009-03-26 16:28 ihsan Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:33:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:33:19 +0100 Subject: [bug-notifications] [apache2 0002867]: Upgrade from 2.2.6 to 2.2.8 In-Reply-To: <370764c9b01f9387cc9622078b618dae> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2867 ====================================================================== Reported By: rmaslinski Assigned To: ====================================================================== Project: apache2 Issue ID: 2867 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-04-28 17:01 CEST Last Modified: 2009-03-26 16:33 CET ====================================================================== Summary: Upgrade from 2.2.6 to 2.2.8 Description: Current stable release appears to be 2.2.8, which includes a number of security fixes. ====================================================================== ---------------------------------------------------------------------- (0005740) ihsan (manager) - 2009-03-26 16:33 http://www.opencsw.org/bugtrack/view.php?id=2867#c5740 ---------------------------------------------------------------------- 2.2.10 is already in the repository. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:33 ihsan Note Added: 0005740 2009-03-26 16:33 ihsan Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:33:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:33:56 +0100 Subject: [bug-notifications] [apache2 0002937]: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 In-Reply-To: <39c6bd9f0e5d430c0d5bcd720c5d1fca> Message-ID: <39abef9eca1c20e5ec5e2200bbe7607e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2937 ====================================================================== Reported By: ltalley Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2937 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-10-01 19:50 CEST Last Modified: 2009-03-26 16:33 CET ====================================================================== Summary: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 Description: Yesterday I did a pkg-get upgrade on two servers, and in both cases I ended up with a broken Apache2 instance. Both servers broke in exactly the same way. After the upgrade the start of Apache2 failed with the error ld.so.1: httpd: fatal: libssl.so.0.9.8: open failed: No such file or directory and on investigation I discovered that the files /opt/csw/lib/libcrypto.so.0.9.8.20080930141858.29450 /opt/csw/lib/libssl.so.0.9.8.20080930141858.29450 existed but there were no symbolic links /opt/csw/lib/libssl.so.0.9.8 /opt/csw/lib/libcrypto.so.0.9.8 so I manually resolved this situation and Apache2 was then able to start. I don't know where the fault lies but I suggest this might be worth looking into because I assume other people will run into the same problem. ====================================================================== ---------------------------------------------------------------------- (0005353) ltalley (reporter) - 2008-10-01 19:52 http://www.opencsw.org/bugtrack/view.php?id=2937#c5353 ---------------------------------------------------------------------- dang, got something wrong in the title of this issue! libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 should be: libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libssl.so.0.9.8 this issue did involve two files and two symlinks, but, I should have at least got the correspondence right in the title! ---------------------------------------------------------------------- (0005354) ltalley (reporter) - 2008-10-01 19:58 http://www.opencsw.org/bugtrack/view.php?id=2937#c5354 ---------------------------------------------------------------------- Please see http://wiki.joyent.com/accelerators:kb:blastwave for a posting about this issue from earlier this year. This posting was helpful to me in resolving the problem... and I guess from the contents of this posting I probably shouldn't have categorized this as an Apache2 issue, because it apparently is effecting other packages also. Issue History Date Modified Username Field Change ====================================================================== 2008-10-01 19:50 ltalley New Issue 2008-10-01 19:52 ltalley Note Added: 0005353 2008-10-01 19:58 ltalley Note Added: 0005354 2009-03-26 16:33 ihsan Status new => assigned 2009-03-26 16:33 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:34:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:34:15 +0100 Subject: [bug-notifications] [apache2 0002937]: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 In-Reply-To: <39c6bd9f0e5d430c0d5bcd720c5d1fca> Message-ID: <2ea6f6475a6a4b52fabc4ad86fb6af2f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2937 ====================================================================== Reported By: ltalley Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2937 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-10-01 19:50 CEST Last Modified: 2009-03-26 16:34 CET ====================================================================== Summary: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 Description: Yesterday I did a pkg-get upgrade on two servers, and in both cases I ended up with a broken Apache2 instance. Both servers broke in exactly the same way. After the upgrade the start of Apache2 failed with the error ld.so.1: httpd: fatal: libssl.so.0.9.8: open failed: No such file or directory and on investigation I discovered that the files /opt/csw/lib/libcrypto.so.0.9.8.20080930141858.29450 /opt/csw/lib/libssl.so.0.9.8.20080930141858.29450 existed but there were no symbolic links /opt/csw/lib/libssl.so.0.9.8 /opt/csw/lib/libcrypto.so.0.9.8 so I manually resolved this situation and Apache2 was then able to start. I don't know where the fault lies but I suggest this might be worth looking into because I assume other people will run into the same problem. ====================================================================== ---------------------------------------------------------------------- (0005353) ltalley (reporter) - 2008-10-01 19:52 http://www.opencsw.org/bugtrack/view.php?id=2937#c5353 ---------------------------------------------------------------------- dang, got something wrong in the title of this issue! libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 should be: libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libssl.so.0.9.8 this issue did involve two files and two symlinks, but, I should have at least got the correspondence right in the title! ---------------------------------------------------------------------- (0005354) ltalley (reporter) - 2008-10-01 19:58 http://www.opencsw.org/bugtrack/view.php?id=2937#c5354 ---------------------------------------------------------------------- Please see http://wiki.joyent.com/accelerators:kb:blastwave for a posting about this issue from earlier this year. This posting was helpful to me in resolving the problem... and I guess from the contents of this posting I probably shouldn't have categorized this as an Apache2 issue, because it apparently is effecting other packages also. ---------------------------------------------------------------------- (0005741) ihsan (manager) - 2009-03-26 16:34 http://www.opencsw.org/bugtrack/view.php?id=2937#c5741 ---------------------------------------------------------------------- fixed in 2.2.10,REV=2008.10.30 Issue History Date Modified Username Field Change ====================================================================== 2008-10-01 19:50 ltalley New Issue 2008-10-01 19:52 ltalley Note Added: 0005353 2008-10-01 19:58 ltalley Note Added: 0005354 2009-03-26 16:33 ihsan Status new => assigned 2009-03-26 16:33 ihsan Assigned To => ihsan 2009-03-26 16:34 ihsan Note Added: 0005741 2009-03-26 16:34 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:34:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:34:31 +0100 Subject: [bug-notifications] [apache2 0002940]: libaprutil-1.so.0 => (file not found) In-Reply-To: <7938376397b910706a14bdbb735691a2> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2940 ====================================================================== Reported By: wcohrs Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2940 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-10-29 15:41 CET Last Modified: 2009-03-26 16:34 CET ====================================================================== Summary: libaprutil-1.so.0 => (file not found) Description: ldd /opt/csw/apache2/sbin/httpd libm.so.1 => /lib/libm.so.1 libaprutil-1.so.0 => (file not found) libdb-4.4.so => /opt/csw/bdb44/lib/libdb-4.4.so libexpat.so.0 => /opt/csw/lib/sparcv8/libexpat.so.0 libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2 libapr-1.so.0 => (file not found) libuuid.so.1 => /lib/libuuid.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 librt.so.1 => /lib/librt.so.1 libsocket.so.1 => /lib/libsocket.so.1 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libthread.so.1 => /lib/libthread.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-T200/lib/libmd_psr.so.1 ====================================================================== ---------------------------------------------------------------------- (0005357) wcohrs (reporter) - 2008-10-29 15:42 http://www.opencsw.org/bugtrack/view.php?id=2940#c5357 ---------------------------------------------------------------------- # cd /opt/csw/apache2/lib # ls -al total 1486 drwxr-xr-x 3 root bin 512 Oct 29 14:17 . drwxr-xr-x 11 root bin 512 Oct 29 14:17 .. lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so -> libapr-1.so.0.2.11 lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so.0 -> libapr-1.so.0.2.11 -rwxr-xr-x 1 root bin 440764 Oct 27 08:53 libapr-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so -> libaprutil-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so.0 -> libaprutil-1.so.0.3.3 -rwxr-xr-x 1 root bin 294000 Oct 27 08:53 libaprutil-1.so.0.3.4 drwxr-xr-x 2 root bin 512 May 27 11:11 perl ---------------------------------------------------------------------- (0005358) wcohrs (reporter) - 2008-10-30 08:15 http://www.opencsw.org/bugtrack/view.php?id=2940#c5358 ---------------------------------------------------------------------- now i am back to 2.2.6,REV and all is ok Issue History Date Modified Username Field Change ====================================================================== 2008-10-29 15:41 wcohrs New Issue 2008-10-29 15:42 wcohrs Note Added: 0005357 2008-10-30 08:15 wcohrs Note Added: 0005358 2009-03-26 16:34 ihsan Status new => assigned 2009-03-26 16:34 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:35:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:35:05 +0100 Subject: [bug-notifications] [apache2 0002940]: libaprutil-1.so.0 => (file not found) In-Reply-To: <7938376397b910706a14bdbb735691a2> Message-ID: <59740ea78e332890c905e1fc84016246@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2940 ====================================================================== Reported By: wcohrs Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2940 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-10-29 15:41 CET Last Modified: 2009-03-26 16:35 CET ====================================================================== Summary: libaprutil-1.so.0 => (file not found) Description: ldd /opt/csw/apache2/sbin/httpd libm.so.1 => /lib/libm.so.1 libaprutil-1.so.0 => (file not found) libdb-4.4.so => /opt/csw/bdb44/lib/libdb-4.4.so libexpat.so.0 => /opt/csw/lib/sparcv8/libexpat.so.0 libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2 libapr-1.so.0 => (file not found) libuuid.so.1 => /lib/libuuid.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 librt.so.1 => /lib/librt.so.1 libsocket.so.1 => /lib/libsocket.so.1 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libthread.so.1 => /lib/libthread.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-T200/lib/libmd_psr.so.1 ====================================================================== ---------------------------------------------------------------------- (0005357) wcohrs (reporter) - 2008-10-29 15:42 http://www.opencsw.org/bugtrack/view.php?id=2940#c5357 ---------------------------------------------------------------------- # cd /opt/csw/apache2/lib # ls -al total 1486 drwxr-xr-x 3 root bin 512 Oct 29 14:17 . drwxr-xr-x 11 root bin 512 Oct 29 14:17 .. lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so -> libapr-1.so.0.2.11 lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so.0 -> libapr-1.so.0.2.11 -rwxr-xr-x 1 root bin 440764 Oct 27 08:53 libapr-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so -> libaprutil-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so.0 -> libaprutil-1.so.0.3.3 -rwxr-xr-x 1 root bin 294000 Oct 27 08:53 libaprutil-1.so.0.3.4 drwxr-xr-x 2 root bin 512 May 27 11:11 perl ---------------------------------------------------------------------- (0005358) wcohrs (reporter) - 2008-10-30 08:15 http://www.opencsw.org/bugtrack/view.php?id=2940#c5358 ---------------------------------------------------------------------- now i am back to 2.2.6,REV and all is ok ---------------------------------------------------------------------- (0005742) ihsan (manager) - 2009-03-26 16:35 http://www.opencsw.org/bugtrack/view.php?id=2940#c5742 ---------------------------------------------------------------------- fixed in 2.2.10,REV=2008.10.30 Issue History Date Modified Username Field Change ====================================================================== 2008-10-29 15:41 wcohrs New Issue 2008-10-29 15:42 wcohrs Note Added: 0005357 2008-10-30 08:15 wcohrs Note Added: 0005358 2009-03-26 16:34 ihsan Status new => assigned 2009-03-26 16:34 ihsan Assigned To => ihsan 2009-03-26 16:35 ihsan Note Added: 0005742 2009-03-26 16:35 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:35:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:35:27 +0100 Subject: [bug-notifications] [rrdtool 0002974]: Current 1.3.4 librrd causes perl to core with mailgraph. In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2974 ====================================================================== Reported By: rmf Assigned To: ihsan ====================================================================== Project: rrdtool Issue ID: 2974 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-12-19 06:16 CET Last Modified: 2009-03-26 16:35 CET ====================================================================== Summary: Current 1.3.4 librrd causes perl to core with mailgraph. Description: The current 1.3.4 build in unstable causes perl to core when trying to load /opt/csw/lib/perl/csw/auto/RRDs/RRDs.so. Revering back to the stable branch stops perl from being unhappy. This is using the current perl5 in the unstable branch. ====================================================================== ---------------------------------------------------------------------- (0005665) ja (reporter) - 2009-03-16 23:11 http://www.opencsw.org/bugtrack/view.php?id=2974#c5665 ---------------------------------------------------------------------- I noticed the same problem on Solaris 10 sparc. The use of RRDs results in a segfault. On Solaris 8 sparc it works fine. It seems, that at least the function call RRDs::create leads into this behaviour. Issue History Date Modified Username Field Change ====================================================================== 2008-12-19 06:16 rmf New Issue 2009-03-16 23:11 ja Note Added: 0005665 2009-03-16 23:11 ja Issue Monitored: ja 2009-03-26 16:35 ihsan Status new => assigned 2009-03-26 16:35 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:43:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:43:25 +0100 Subject: [bug-notifications] [apache2 0002616]: Apache 2.2 large file suppot In-Reply-To: <56a326fc2f23c23f9e77480f7deb1f6e> Message-ID: <28af3cb4ae8a5c7544d83a70d2fbdc2e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2616 ====================================================================== Reported By: toha Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2616 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-10-08 14:19 CEST Last Modified: 2009-03-26 16:43 CET ====================================================================== Summary: Apache 2.2 large file suppot Description: Apache 2.2 is not compiled with large file support, it is not possible to host for example DVD images since file size is limited to 2GB. ====================================================================== ---------------------------------------------------------------------- (0004802) comand (reporter) - 2007-10-08 15:26 http://www.opencsw.org/bugtrack/view.php?id=2616#c4802 ---------------------------------------------------------------------- I checked our apache config, and it\'s compiled with the flags provided by \'getconf LFS64_CFLAGS\', which should be good... ---------------------------------------------------------------------- (0004803) comand (reporter) - 2007-10-08 15:29 http://www.opencsw.org/bugtrack/view.php?id=2616#c4803 ---------------------------------------------------------------------- oh, nevermind. I still need to set _FILE_OFFSET_BITS=64 ---------------------------------------------------------------------- (0004901) comand (reporter) - 2007-11-02 21:03 http://www.opencsw.org/bugtrack/view.php?id=2616#c4901 ---------------------------------------------------------------------- When I build with the flags recommended in the blog linked above, I get nothing but SEGVs. Unless I can get the exact method that Sun used to build their apache2 with LFS on 32-bit platforms, this bug will not get fixed (which is a shame, but I don\'t have time to try to dig up what Sun did). Maybe someone that really wants this fixed can find a patch or howto and attach it to this bug? Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:43 ihsan Assigned To comand => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:43:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:43:46 +0100 Subject: [bug-notifications] [apache2 0002616]: Apache 2.2 large file suppot In-Reply-To: <56a326fc2f23c23f9e77480f7deb1f6e> Message-ID: <113bea076f88dfcb2b2628372f71883f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2616 ====================================================================== Reported By: toha Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2616 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-08 14:19 CEST Last Modified: 2009-03-26 16:43 CET ====================================================================== Summary: Apache 2.2 large file suppot Description: Apache 2.2 is not compiled with large file support, it is not possible to host for example DVD images since file size is limited to 2GB. ====================================================================== ---------------------------------------------------------------------- (0004802) comand (reporter) - 2007-10-08 15:26 http://www.opencsw.org/bugtrack/view.php?id=2616#c4802 ---------------------------------------------------------------------- I checked our apache config, and it\'s compiled with the flags provided by \'getconf LFS64_CFLAGS\', which should be good... ---------------------------------------------------------------------- (0004803) comand (reporter) - 2007-10-08 15:29 http://www.opencsw.org/bugtrack/view.php?id=2616#c4803 ---------------------------------------------------------------------- oh, nevermind. I still need to set _FILE_OFFSET_BITS=64 ---------------------------------------------------------------------- (0004901) comand (reporter) - 2007-11-02 21:03 http://www.opencsw.org/bugtrack/view.php?id=2616#c4901 ---------------------------------------------------------------------- When I build with the flags recommended in the blog linked above, I get nothing but SEGVs. Unless I can get the exact method that Sun used to build their apache2 with LFS on 32-bit platforms, this bug will not get fixed (which is a shame, but I don\'t have time to try to dig up what Sun did). Maybe someone that really wants this fixed can find a patch or howto and attach it to this bug? ---------------------------------------------------------------------- (0005744) ihsan (manager) - 2009-03-26 16:43 http://www.opencsw.org/bugtrack/view.php?id=2616#c5744 ---------------------------------------------------------------------- already fixed Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:43 ihsan Assigned To comand => ihsan 2009-03-26 16:43 ihsan Note Added: 0005744 2009-03-26 16:43 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:44:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:44:23 +0100 Subject: [bug-notifications] [apache2c 0002632]: Support files >2GB In-Reply-To: <1011dfffc275c731eb259a6d9df9d7d3> Message-ID: <1a34e6eb00a3388ab27317727de9e526@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2632 ====================================================================== Reported By: trygvis Assigned To: ihsan ====================================================================== Project: apache2c Issue ID: 2632 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-10-18 07:01 CEST Last Modified: 2009-03-26 16:44 CET ====================================================================== Summary: Support files >2GB Description: When requesting files bigger than 2GB apache returns 0. Snippet from wget: ... HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Thu, 18 Oct 2007 10:53:47 GMT 3 Server: Apache/2.2.4 (Unix) 4 Last-Modified: Thu, 18 Oct 2007 08:16:28 GMT 5 ETag: \"2d785-0-8ed4f00\" 6 Accept-Ranges: bytes 7 Content-Length: 0 8 Content-Type: application/zip 9 Keep-Alive: timeout=5, max=100 10 Connection: Keep-Alive ... ====================================================================== ---------------------------------------------------------------------- (0004871) comand (reporter) - 2007-10-22 12:51 http://www.opencsw.org/bugtrack/view.php?id=2632#c4871 ---------------------------------------------------------------------- Unless I get a patch from somewhere, or instructions on how Sun got largefile support properly working, I won\'t be able to fix this bug. Simply defining -D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 does not work -- when I build subversion against such an apache2, it is totally broken. Dropping the severity of this bug, as it\'s not really a showstopper for most users. ---------------------------------------------------------------------- (0004872) trygvis (reporter) - 2007-10-23 03:37 http://www.opencsw.org/bugtrack/view.php?id=2632#c4872 ---------------------------------------------------------------------- Ok, I\'ll see what I can do. Even if Subversion doesn\'t work properly, did it work to fetch files > 2GB? Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:44 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:44:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:44:40 +0100 Subject: [bug-notifications] [apache2c 0002632]: Support files >2GB In-Reply-To: <1011dfffc275c731eb259a6d9df9d7d3> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2632 ====================================================================== Reported By: trygvis Assigned To: ihsan ====================================================================== Project: apache2c Issue ID: 2632 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-18 07:01 CEST Last Modified: 2009-03-26 16:44 CET ====================================================================== Summary: Support files >2GB Description: When requesting files bigger than 2GB apache returns 0. Snippet from wget: ... HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Thu, 18 Oct 2007 10:53:47 GMT 3 Server: Apache/2.2.4 (Unix) 4 Last-Modified: Thu, 18 Oct 2007 08:16:28 GMT 5 ETag: \"2d785-0-8ed4f00\" 6 Accept-Ranges: bytes 7 Content-Length: 0 8 Content-Type: application/zip 9 Keep-Alive: timeout=5, max=100 10 Connection: Keep-Alive ... ====================================================================== ---------------------------------------------------------------------- (0004871) comand (reporter) - 2007-10-22 12:51 http://www.opencsw.org/bugtrack/view.php?id=2632#c4871 ---------------------------------------------------------------------- Unless I get a patch from somewhere, or instructions on how Sun got largefile support properly working, I won\'t be able to fix this bug. Simply defining -D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 does not work -- when I build subversion against such an apache2, it is totally broken. Dropping the severity of this bug, as it\'s not really a showstopper for most users. ---------------------------------------------------------------------- (0004872) trygvis (reporter) - 2007-10-23 03:37 http://www.opencsw.org/bugtrack/view.php?id=2632#c4872 ---------------------------------------------------------------------- Ok, I\'ll see what I can do. Even if Subversion doesn\'t work properly, did it work to fetch files > 2GB? Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:44 ihsan Assigned To => ihsan 2009-03-26 16:44 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:31:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:31:12 +0100 Subject: [bug-notifications] [php5 0002761]: Pear cannot connect to channels In-Reply-To: <863781f3b292680bee9c269b937c2ab7> Message-ID: <74c2b64db8e4cbc9393d9f8295b16d3d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2761 ====================================================================== Reported By: abarrera Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2761 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-01 09:30 CET Last Modified: 2009-03-26 19:31 CET ====================================================================== Summary: Pear cannot connect to channels Description: # pear install --onlyreqdeps DB_DataObject WARNING: \"pear/DB\" is deprecated in favor of \"pear/MDB2\" Did not download optional dependencies: pear/MDB2, pear/Validate, use --alldeps to download automatically pear/DB_DataObject can optionally use package \"pear/MDB2\" (version >= 2.0.0RC1) pear/DB_DataObject can optionally use package \"pear/Validate\" (version >= 0.1.1) Could not download from \"http://pear.php.net/get/DB_DataObject-1.8.8.tgz\", cannot download \"pear/DB_DataObject\" (Connection to `svn:8080\' failed: Connection timed out) I receive this on an attempt to install and PEAR module. I checked with a source install on the same machine and PEAR has no problems. ====================================================================== ---------------------------------------------------------------------- (0005643) mwatters (manager) - 2009-03-13 06:45 http://www.opencsw.org/bugtrack/view.php?id=2761#c5643 ---------------------------------------------------------------------- I have re-packaged php and upgraded to 5.2.6 tested pear install OK in this version. Resolved in Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005746) mwatters (manager) - 2009-03-26 19:31 http://www.opencsw.org/bugtrack/view.php?id=2761#c5746 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:45 mwatters Note Added: 0005643 2009-03-13 06:45 mwatters Status new => resolved 2009-03-13 06:45 mwatters Resolution open => fixed 2009-03-13 06:45 mwatters Assigned To => mwatters 2009-03-26 19:31 mwatters Note Added: 0005746 2009-03-26 19:31 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:32:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:32:15 +0100 Subject: [bug-notifications] [php5 0002966]: pear install doesn't work In-Reply-To: <666c2b9b862ed56fc17f676d2c2f214a> Message-ID: <76c9c8c7d315248c44c097b78c3d1df5@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2966 ====================================================================== Reported By: davez Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2966 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: duplicate Duplicate: 2866 Fixed in Version: ====================================================================== Date Submitted: 2008-12-04 17:57 CET Last Modified: 2009-03-26 19:32 CET ====================================================================== Summary: pear install doesn't work Description: I've tried to use pear to install Oracle PHP module, like this: /opt/csw/php5/bin/pear install oci8-1.3.4.tgz And I got the following error: Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required 'Structures/Graph.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 Graph.php doesn't exist anywhere in /opt/csw/php5. Other PHP files referenced by Dwnloader.php also don't exist. I'm using package php5, version 5.2.4,REV=2007.10.29 on Solaris 10 sparc. That's the latest package version according to pkg-get. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0002866 Upgrade from 5.2.4 to 5.2.5 ====================================================================== ---------------------------------------------------------------------- (0005642) mwatters (manager) - 2009-03-13 06:43 http://www.opencsw.org/bugtrack/view.php?id=2966#c5642 ---------------------------------------------------------------------- Duplicate issue of 2866 This is resolved as of Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005747) mwatters (manager) - 2009-03-26 19:32 http://www.opencsw.org/bugtrack/view.php?id=2966#c5747 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2008-12-04 17:57 davez New Issue 2009-03-13 06:43 mwatters Note Added: 0005642 2009-03-13 06:43 mwatters Relationship added duplicate of 0002866 2009-03-13 06:43 mwatters Duplicate ID 0 => 2866 2009-03-13 06:43 mwatters Status new => resolved 2009-03-13 06:43 mwatters Resolution open => duplicate 2009-03-13 06:43 mwatters Assigned To => mwatters 2009-03-26 19:32 mwatters Note Added: 0005747 2009-03-26 19:32 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:33:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:33:38 +0100 Subject: [bug-notifications] [php5 0002927]: \'pear\' installation missing required files In-Reply-To: Message-ID: <037fd7af042d2f3f9a5ccca0342fe6ad@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2927 ====================================================================== Reported By: achace Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2927 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-07-10 13:02 CEST Last Modified: 2009-03-26 19:33 CET ====================================================================== Summary: \'pear\' installation missing required files Description: When trying to install any packages with \"pear\", I receive errors like this: Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required \'PEAR/REST/13.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 The file \"/opt/csw/php5/lib/php/PEAR/REST/13.php\" does not exist. This is a fresh installation of PHP5, and I have tried removing the package (and directory) and reinstalling it. ====================================================================== ---------------------------------------------------------------------- (0005464) caio (reporter) - 2008-12-15 12:21 http://www.opencsw.org/bugtrack/view.php?id=2927#c5464 ---------------------------------------------------------------------- I have the same issue when trying to install PEAR DB and XML_RPC library of pear: # pear install DB Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required 'PEAR/REST/13.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 I have installed php5 from opencsw repository (with pkg-get). # pkginfo -l CSWphp5 PKGINST: CSWphp5 NAME: php5 - PHP Hypertext Processor 5 CATEGORY: application ARCH: i386 VERSION: 5.2.4,REV=2007.10.29 BASEDIR: / VENDOR: http://www.php.net/downloads.php packaged for CSW by Cory Omand PSTAMP: com... at thor-20071029120615 INSTDATE: dic 09 2008 16:10 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: com... at opencsw.org STATUS: instalado completamente FILES: 157 nombres de ruta instalados 9 nombres de ruta compartidos 41 directorios 6 ejecutables 27966 bloques utilizados (aproximadamente) # pear -V PEAR Version: 1.6.1 PHP Version: 5.2.4 Zend Engine Version: 2.2.0 ---------------------------------------------------------------------- (0005465) caio (reporter) - 2008-12-16 12:02 http://www.opencsw.org/bugtrack/view.php?id=2927#c5465 ---------------------------------------------------------------------- Workaround: Download and add manually file "13.php" to PEAR/REST directory. Then I have the issue http://www.opencsw.org/bugtrack/view.php?id=2907 (missing Structures/Graph), so do the same: Download and add manually Strcutres/Graph dir on /opt/csw/php5/lib/php To let pear installation in a clearer state do: pear install Structures_Graph And finish with: pear upgrade PEAR Result: Structures_Graph installed by pear, and 13.php file installed when we upgrade pear. ---------------------------------------------------------------------- (0005641) mwatters (manager) - 2009-03-13 06:41 http://www.opencsw.org/bugtrack/view.php?id=2927#c5641 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005748) mwatters (manager) - 2009-03-26 19:33 http://www.opencsw.org/bugtrack/view.php?id=2927#c5748 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2008-12-15 12:21 caio Note Added: 0005464 2008-12-16 12:02 caio Note Added: 0005465 2009-03-13 06:41 mwatters Note Added: 0005641 2009-03-13 06:41 mwatters Status new => resolved 2009-03-13 06:41 mwatters Resolution open => fixed 2009-03-13 06:41 mwatters Assigned To => mwatters 2009-03-26 19:33 mwatters Note Added: 0005748 2009-03-26 19:33 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:36:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:36:19 +0100 Subject: [bug-notifications] [php5 0002907]: missing PEAR files In-Reply-To: <0a9a938b5a413eb2302661e8d4a6c56f> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2907 ====================================================================== Reported By: calessio Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2907 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-30 16:44 CEST Last Modified: 2009-03-26 19:36 CET ====================================================================== Summary: missing PEAR files Description: from the csw-users mailing list: \"...the PEAR installation seems to be broken since any \"pear\" operation complains about a missing Graph.php file. This file is a part of the Structure_Graph package http://pear.php.net/package/Structures_Graph and it should be present. Even if I try to install this package from a file system it fails: root at vm:tmp$ /opt/csw/php5/bin/pear install Structures_Graph-1.0.2.tgz Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required \'Structures/Graph.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 I talked about this in the #pear IRC channel and I was told that if the Structure package is missing the installation is likely broken. The quick solution I use is just to unpack the Structure directory from the Structures_Graph-1.0.2.tgz to the php include path (include_path=\'/opt/csw/php5/lib/php\') which fixes the issue but it\'s not really a clean solution.\" ====================================================================== ---------------------------------------------------------------------- (0005640) mwatters (manager) - 2009-03-13 06:40 http://www.opencsw.org/bugtrack/view.php?id=2907#c5640 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005749) mwatters (manager) - 2009-03-26 19:36 http://www.opencsw.org/bugtrack/view.php?id=2907#c5749 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:40 mwatters Note Added: 0005640 2009-03-13 06:40 mwatters Status new => resolved 2009-03-13 06:40 mwatters Resolution open => fixed 2009-03-13 06:40 mwatters Assigned To => mwatters 2009-03-26 19:36 mwatters Note Added: 0005749 2009-03-26 19:36 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:37:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:37:38 +0100 Subject: [bug-notifications] [php5 0002876]: Proxy server set in pear config In-Reply-To: Message-ID: <130b84503c4770e4d507574826715910@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2876 ====================================================================== Reported By: jda Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2876 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-07 13:40 CEST Last Modified: 2009-03-26 19:37 CET ====================================================================== Summary: Proxy server set in pear config Description: The config file for PEAR (/opt/csw/php5/etc/pear.conf) specifies a HTTP proxy server of http://svn:8080. This breaks PEAR update and install functionality out of the box. Work around: run /opt/csw/php5/bin/pear config-set http_proxy \"\" after installing the php5 package. I am using package version 5.2.4,REV=2007.10.29 ====================================================================== ---------------------------------------------------------------------- (0005284) jda (reporter) - 2008-05-07 13:44 http://www.opencsw.org/bugtrack/view.php?id=2876#c5284 ---------------------------------------------------------------------- Sorry, duplicate of bug 0002761 ---------------------------------------------------------------------- (0005639) mwatters (manager) - 2009-03-13 06:38 http://www.opencsw.org/bugtrack/view.php?id=2876#c5639 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005750) mwatters (manager) - 2009-03-26 19:37 http://www.opencsw.org/bugtrack/view.php?id=2876#c5750 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:38 mwatters Note Added: 0005639 2009-03-13 06:38 mwatters Status new => resolved 2009-03-13 06:38 mwatters Resolution open => fixed 2009-03-13 06:38 mwatters Assigned To => mwatters 2009-03-26 19:37 mwatters Note Added: 0005750 2009-03-26 19:37 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:40:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:40:40 +0100 Subject: [bug-notifications] [pth 0002041]: Upgrade and local paths in config file In-Reply-To: <61e7d6869a946f7c7bbfa50ccf8c6d42> Message-ID: <1cfd848edb2a31283fc21d7f58faa337@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2041 ====================================================================== Reported By: james Assigned To: mike ====================================================================== Project: pth Issue ID: 2041 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-12-03 12:17 CET Last Modified: 2009-03-26 19:40 CET ====================================================================== Summary: Upgrade and local paths in config file Description: CSWpth 2.0.0 /opt/csw/bin/pth-config pth_cflags=\"-fast -xarch=v8 -xstrconst -xildoff -I/export/medusa/mike/build/sparc.apollo/pth-2.0.0 -w\" Current release is 2.0.7 so could use a refresh anyway. ====================================================================== ---------------------------------------------------------------------- (0004213) mike (reporter) - 2006-12-12 17:56 http://www.opencsw.org/bugtrack/view.php?id=2041#c4213 ---------------------------------------------------------------------- Fixed in pth-2.0.7. ---------------------------------------------------------------------- (0005512) dam (reporter) - 2009-02-04 12:07 http://www.opencsw.org/bugtrack/view.php?id=2041#c5512 ---------------------------------------------------------------------- Still fixed in released pth 2.0.7, but other odditied with $ISAEXEC: build8s% pth-config --ldflags --all -L/opt/csw/lib -xarch=v8 -L/opt/csw/lib -R/opt/csw/lib/\$ -R/opt/csw/lib ---------------------------------------------------------------------- (0005751) mwatters (manager) - 2009-03-26 19:40 http://www.opencsw.org/bugtrack/view.php?id=2041#c5751 ---------------------------------------------------------------------- Resolved in Release: 2.0.7,REV=2009.02.05 no additional feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-02-04 12:07 dam Note Added: 0005512 2009-03-26 19:40 mwatters Note Added: 0005751 2009-03-26 19:40 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:02:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:02:32 +0100 Subject: [bug-notifications] [htmldoc 0002350]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <970d3a669211d7f606a4f2fa04c869f2@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2350 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: htmldoc Issue ID: 2350 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:31 CEST Last Modified: 2009-03-26 20:02 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005752) hson (manager) - 2009-03-26 20:02 http://www.opencsw.org/bugtrack/view.php?id=2350#c5752 ---------------------------------------------------------------------- Fixed in 1.8.27,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:02 hson Note Added: 0005752 2009-03-26 20:02 hson Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:04:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:04:40 +0100 Subject: [bug-notifications] [htmldoc 0001448]: Not sun4m compatible In-Reply-To: <6cc20a7469c9483252d3c317d1bfdbc9> Message-ID: <216467c2f32513d8c627d1d52f4c4826@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1448 ====================================================================== Reported By: james Assigned To: jgoerzen ====================================================================== Project: htmldoc Issue ID: 1448 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-02-08 09:35 CET Last Modified: 2009-03-26 20:04 CET ====================================================================== Summary: Not sun4m compatible Description: /opt/csw/bin/htmldoc: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== ---------------------------------------------------------------------- (0005753) hson (manager) - 2009-03-26 20:04 http://www.opencsw.org/bugtrack/view.php?id=1448#c5753 ---------------------------------------------------------------------- Fixed in 1.8.27,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:04 hson Note Added: 0005753 2009-03-26 20:04 hson Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:29:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:29:44 +0100 Subject: [bug-notifications] [eclipse 0001223]: eclipse swt application azureus crashes In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1223 ====================================================================== Reported By: jlick Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1223 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-10-15 05:09 CEST Last Modified: 2009-03-26 20:29 CET ====================================================================== Summary: eclipse swt application azureus crashes Description: I am trying to run the application Azureus on Solaris 10 x86 using the CSWswtlibs package for the SWT libraries it uses. The splash screen will appear but then the application crashes with the following error: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x0 Serial number of failed request: 2532 Current serial number in output stream: 2532 Azureus TERMINATED. Most of these sorts of errors found with google relate to using X11Forwarding in ssh, but I am not using ssh tunnelling to run, but running it under Xvnc (tested with both Blastwave\'s vncserver and also RealVNC). Looking at the eclipse bug db, it appears that this is the bug I\'m encountering: https://bugs.eclipse.org/bugs/show_bug.cgi?id=74744 It is fixed in eclipse 3.1.x but Blastwave only has 3.0.x currently. ====================================================================== ---------------------------------------------------------------------- (0002463) jlick (reporter) - 2005-10-20 09:30 http://www.opencsw.org/bugtrack/view.php?id=1223#c2463 ---------------------------------------------------------------------- I have manually compiled swt-3.1.1 libs for solaris x86 and the problem described above no longer occurs when using the upgraded libraries. ---------------------------------------------------------------------- (0003323) james (reporter) - 2006-03-20 06:20 http://www.opencsw.org/bugtrack/view.php?id=1223#c3323 ---------------------------------------------------------------------- swtlibs-3.1.1 is now released. Is this problem fixed? ---------------------------------------------------------------------- (0003389) jlick (reporter) - 2006-03-28 00:48 http://www.opencsw.org/bugtrack/view.php?id=1223#c3389 ---------------------------------------------------------------------- The problem no longer occurs with the current swtlibs. ---------------------------------------------------------------------- (0003391) james (reporter) - 2006-03-28 04:34 http://www.opencsw.org/bugtrack/view.php?id=1223#c3391 ---------------------------------------------------------------------- Thanks for the feedback. There is another problem stopping swtlibs-3.1.1 although it won\'t be affecting Sol10: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0001544 ---------------------------------------------------------------------- (0004237) wbonnet (manager) - 2006-12-18 17:35 http://www.opencsw.org/bugtrack/view.php?id=1223#c4237 ---------------------------------------------------------------------- swtlibs has been updated, also was eclipse. The bug is fixed according to bug reporter. Thus i set state to fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:29 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:32:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:32:22 +0100 Subject: [bug-notifications] [eclipse 0001576]: Version 3.0 was built without the -R flag In-Reply-To: <19e5c61621df9060b7ba28093d2b77db> Message-ID: <6de1ddf943802df675c4a531a6d0f635@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1576 ====================================================================== Reported By: avi Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1576 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-04-17 23:31 CEST Last Modified: 2009-03-26 20:32 CET ====================================================================== Summary: Version 3.0 was built without the -R flag Description: Since the -R flag was not used, there is a need to set LD_LIBRARY_PATH which is contrary to the recommended in the Blastwave User Guide. If LD_LIBRARY_PATH is not set it results in the following error: java.lang.UnsatisfiedLinkError: no swt-motif-3139 in java.library.path This at least should be documented until it is fixed. ====================================================================== ---------------------------------------------------------------------- (0003667) james (reporter) - 2006-08-07 14:31 http://www.opencsw.org/bugtrack/view.php?id=1576#c3667 ---------------------------------------------------------------------- eclipse-3.2 is also missing RPATH=/opt/csw/lib ---------------------------------------------------------------------- (0004236) wbonnet (manager) - 2006-12-18 17:31 http://www.opencsw.org/bugtrack/view.php?id=1576#c4236 ---------------------------------------------------------------------- -R flag has been added to eclipse 3.2.1 ---------------------------------------------------------------------- (0005754) wbonnet (manager) - 2009-03-26 20:32 http://www.opencsw.org/bugtrack/view.php?id=1576#c5754 ---------------------------------------------------------------------- Fixed in latest version Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:32 wbonnet Note Added: 0005754 2009-03-26 20:32 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:34:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:34:47 +0100 Subject: [bug-notifications] [commons_math 0001310]: Dependency on non-existent package In-Reply-To: <480293520f0114138e9f97707ac02e57> Message-ID: <02ff6c57433248f27d7b46957e544765@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1310 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: commons_math Issue ID: 1310 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: reopened Fixed in Version: ====================================================================== Date Submitted: 2005-11-19 12:22 CET Last Modified: 2009-03-26 20:34 CET ====================================================================== Summary: Dependency on non-existent package Description: Package requires CSWajcdiscovery which does not exist ====================================================================== ---------------------------------------------------------------------- (0002639) wbonnet (manager) - 2005-11-19 13:52 http://www.opencsw.org/bugtrack/view.php?id=1310#c2639 ---------------------------------------------------------------------- Discovery package was missing and has been submited to newpkgs. This bug will be changed to fixed as soon as the package will be accepted ---------------------------------------------------------------------- (0005755) wbonnet (manager) - 2009-03-26 20:34 http://www.opencsw.org/bugtrack/view.php?id=1310#c5755 ---------------------------------------------------------------------- Package CSWajcdiscovery is now in the catalog Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:34 wbonnet Note Added: 0005755 2009-03-26 20:34 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:35:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:35:29 +0100 Subject: [bug-notifications] [tomcat5 0001833]: Update problems, /opt/csw/share/tomcat5/logs In-Reply-To: <4582c8075b3e501a937ee77da9ca648c> Message-ID: <4af3396d6ffb2cade7122ee7c9eb26bb@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1833 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: tomcat5 Issue ID: 1833 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-27 12:52 CEST Last Modified: 2009-03-26 20:35 CET ====================================================================== Summary: Update problems, /opt/csw/share/tomcat5/logs Description: Previous version of tomcat implicitly created the directory: /opt/csw/share/tomcat5/logs In the new package this is a link: 1 s none /opt/csw/share/tomcat5/logs=/var/opt/csw/tomcat5/logs And hence will fail. Needs a preinstall script to handle. # pkgchk CSWtomcat5 ERROR: /opt/csw/share/tomcat5/logs file type <s> expected <d> actual On install catalina.sh tries to create the file catalina.out, but fails. Could be because it is now running as user tomcat and previously was root. This causes pkgadd to fail because the return status of postinstall is that of init.d script, there is no explicit exit ion postintsall. ====================================================================== ---------------------------------------------------------------------- (0004060) wbonnet (manager) - 2006-10-11 18:21 http://www.opencsw.org/bugtrack/view.php?id=1833#c4060 ---------------------------------------------------------------------- A script in the preinstall has been added to handle the file system layout between version 5.5.12 and latest. A new version of the package is submitted, including this fix and an upgrade to 5.5.20 (latest available today) The same fix has been applied to tomcat4 package ---------------------------------------------------------------------- (0005756) wbonnet (manager) - 2009-03-26 20:35 http://www.opencsw.org/bugtrack/view.php?id=1833#c5756 ---------------------------------------------------------------------- Preinstall script added Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:35 wbonnet Note Added: 0005756 2009-03-26 20:35 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:36:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:36:22 +0100 Subject: [bug-notifications] [firefox 0002728]: Firefox hangs then core dumps on launch In-Reply-To: Message-ID: <728c246c34e4ec892c99d440ef47574c@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2728 ====================================================================== Reported By: bidzik Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 2728 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-01-04 14:43 CET Last Modified: 2009-03-26 20:36 CET ====================================================================== Summary: Firefox hangs then core dumps on launch Description: After running pkg-get -u, Firefox is no longer working. It paints a blank window, hangs for a minute or two, then core dumps. Pkg-get indicates that all prerequisite packages are present & up to date. ====================================================================== ---------------------------------------------------------------------- (0005223) wbonnet (manager) - 2008-03-29 12:36 http://www.opencsw.org/bugtrack/view.php?id=2728#c5223 ---------------------------------------------------------------------- Problem has been solved in version 2.0.0.12 ---------------------------------------------------------------------- (0005757) wbonnet (manager) - 2009-03-26 20:36 http://www.opencsw.org/bugtrack/view.php?id=2728#c5757 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:36 wbonnet Note Added: 0005757 2009-03-26 20:36 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:37:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:37:06 +0100 Subject: [bug-notifications] [eclipse 0002856]: Eclipse doesnot work on Solaris 10 x86 In-Reply-To: <92df8b57bb2b34150bd219e3dca62949> Message-ID: <6b4bd671772693649c734bbdada7d89f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2856 ====================================================================== Reported By: werner.frerichs Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 2856 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-04-15 03:39 CEST Last Modified: 2009-03-26 20:37 CET ====================================================================== Summary: Eclipse doesnot work on Solaris 10 x86 Description: I installed eclipse 3.2.1 from blastwave using pkg-get and try to start it but it breaks immediately. ====================================================================== ---------------------------------------------------------------------- (0005248) wbonnet (manager) - 2008-04-15 15:32 http://www.opencsw.org/bugtrack/view.php?id=2856#c5248 ---------------------------------------------------------------------- Eclipse has been updated to 3.3.2. It is available from testing, and will be added to unstable soon since stabilization is over. ---------------------------------------------------------------------- (0005758) wbonnet (manager) - 2009-03-26 20:37 http://www.opencsw.org/bugtrack/view.php?id=2856#c5758 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:37 wbonnet Note Added: 0005758 2009-03-26 20:37 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:38:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:38:04 +0100 Subject: [bug-notifications] [firefox 0001875]: include SDK in the package In-Reply-To: <0ac2f21f1f76b3433a7ae2f4e1c4d099> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1875 ====================================================================== Reported By: pfelecan Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1875 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-10-20 14:46 CEST Last Modified: 2009-03-26 20:38 CET ====================================================================== Summary: include SDK in the package Description: The SDK should be included in the package. Even better is to have a SDK only package --- SUN packages this way in SUNWmozilla and SUNWmozilla-devel. This is needed for packages of product using the gecko engine. ====================================================================== ---------------------------------------------------------------------- (0005224) wbonnet (manager) - 2008-03-29 12:45 http://www.opencsw.org/bugtrack/view.php?id=1875#c5224 ---------------------------------------------------------------------- SDK is now included ---------------------------------------------------------------------- (0005759) wbonnet (manager) - 2009-03-26 20:38 http://www.opencsw.org/bugtrack/view.php?id=1875#c5759 ---------------------------------------------------------------------- SDK is included in package Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:38 wbonnet Note Added: 0005759 2009-03-26 20:38 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:38:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:38:25 +0100 Subject: [bug-notifications] [eclipse 0001909]: Eclipse 3.2.1 fails to start In-Reply-To: <6d02a52338c168a03a39b43c46cb7f71> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1909 ====================================================================== Reported By: Predrag.Zecevic Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1909 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-10-31 10:35 CET Last Modified: 2009-03-26 20:38 CET ====================================================================== Summary: Eclipse 3.2.1 fails to start Description: ls -al /opt/csw/lib/eclipse/eclipse -rwxr-xr-x 1 root bin 38308 Oct 23 21:46 /opt/csw/lib/eclipse/eclipse [predrag at guya dbabe]$ file !$ file /opt/csw/lib/eclipse/eclipse /opt/csw/lib/eclipse/eclipse: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped [predrag at guya dbabe]$ !$ /opt/csw/lib/eclipse/eclipse bash: /opt/csw/lib/eclipse/eclipse: Invalid argument ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0001910 Eclipse 3.2.1 fails to start (executabl... ====================================================================== ---------------------------------------------------------------------- (0004206) wbonnet (manager) - 2006-12-07 18:22 http://www.opencsw.org/bugtrack/view.php?id=1909#c4206 ---------------------------------------------------------------------- A new version of the package fix this bug. Package is in testing, and will be submitted to unstable by mid december if no bug report occur ---------------------------------------------------------------------- (0005760) wbonnet (manager) - 2009-03-26 20:38 http://www.opencsw.org/bugtrack/view.php?id=1909#c5760 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:38 wbonnet Note Added: 0005760 2009-03-26 20:38 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:38:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:38:51 +0100 Subject: [bug-notifications] [tomcat5 0002659]: Global config file /opt/csw/etc/tomcat5 is a directory In-Reply-To: <52277c4fb84944dd50f7e4071989212e> Message-ID: <483c14b83348af57e301a8f0f92e395e@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2659 ====================================================================== Reported By: dam Assigned To: wbonnet ====================================================================== Project: tomcat5 Issue ID: 2659 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-11-09 08:29 CET Last Modified: 2009-03-26 20:38 CET ====================================================================== Summary: Global config file /opt/csw/etc/tomcat5 is a directory Description: In /etc/init.d/cswtomcat5 a local and a global config file a tried to be sourced. The global config file is tested at /opt/csw/etc/tomcat5. This is already a directory containing conf/ with the global tomcat configuration. The location of the global config file should therefore be changed. ====================================================================== ---------------------------------------------------------------------- (0005236) wbonnet (manager) - 2008-04-08 15:41 http://www.opencsw.org/bugtrack/view.php?id=2659#c5236 ---------------------------------------------------------------------- Fixed ---------------------------------------------------------------------- (0005761) wbonnet (manager) - 2009-03-26 20:38 http://www.opencsw.org/bugtrack/view.php?id=2659#c5761 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:38 wbonnet Note Added: 0005761 2009-03-26 20:38 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:02 +0100 Subject: [bug-notifications] [firefox 0001843]: i-firefox.png icon not installed In-Reply-To: <8c5baae3efc3a302169a6e2d482da9af> Message-ID: <9cd851a8ba6e096b5174c318ef1c2ffb@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1843 ====================================================================== Reported By: jgoerzen Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1843 Category: regular use Reproducibility: always Severity: trivial Priority: none Status: assigned ====================================================================== Date Submitted: 2006-09-29 12:41 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: i-firefox.png icon not installed Description: Need to copy desktop.png from source dist into $(DESTDIR)/share/pixmaps so that mime icon will work correctly. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To jgoerzen => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:08 +0100 Subject: [bug-notifications] [xfce_desktop 0001664]: Right-click (ie, \'Desktop\') menu not available In-Reply-To: <6ad908b55a88dd082550b21697ffdf64> Message-ID: <95579e9fb0c8e316133dc8896ae29d85@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1664 ====================================================================== Reported By: drawson Assigned To: wbonnet ====================================================================== Project: xfce_desktop Issue ID: 1664 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-06-30 06:49 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Right-click (ie, \'Desktop\') menu not available Description: Using Solaris 10 01/06, desktop menu is not available. ~/.dt/sessionlogs/<logfile> shows: ** (xfdesktop:13445): CRITICAL **: XfceDesktopMenu init failed (The XfceDesktopMenu module could not be loaded: ld.so.1: xfdesktop: fatal: relocation error: file /opt/csw/lib/xfce4/modules/xfce4_desktop_menu.so: symbol desktop_menuspec_path_free: referenced symbol not found) ** (xfdesktop:13445): WARNING **: xfdesktop: Unable to initialise menu module. Right-click menu will be unavailable. ====================================================================== ---------------------------------------------------------------------- (0003561) wbonnet (manager) - 2006-07-02 17:13 http://www.opencsw.org/bugtrack/view.php?id=1664#c3561 ---------------------------------------------------------------------- Could you please give me more information on your configuration ? Solaris version, platform version ? Actually i cannot reproduce this bug on my box. I don\'t know yet if it is a packaging issue or a xfce bug ---------------------------------------------------------------------- (0003563) drawson (reporter) - 2006-07-03 06:44 http://www.opencsw.org/bugtrack/view.php?id=1664#c3563 ---------------------------------------------------------------------- Config info: Hardware: Dual proc. Xeon with 1Gb memory and 2-40G disk Software: Solaris 10 x86 01/06. No patches after OS install. xfce packages are 4.2.1, installed from blastwave.org using the blastwave \"pkg-get\" mechanism. ---------------------------------------------------------------------- (0003564) drawson (reporter) - 2006-07-03 07:42 http://www.opencsw.org/bugtrack/view.php?id=1664#c3564 ---------------------------------------------------------------------- It IS undefined . . . this is a diff between the symbol tables for the blastwave xfce_desktop_menu.so and a locally compiled copy (using 4.2.3). HTH . . . < UNDEF desktop_menuspec_path_free < UNDEF desktop_menuspec_path_free < .data dir_to_cat < .data displayname_to_icon --- > .text desktop_menuspec_path_free > .text desktop_menuspec_path_free > .bss dir_to_cat > .bss displayname_to_ico ---------------------------------------------------------------------- (0003565) drawson (reporter) - 2006-07-03 08:15 http://www.opencsw.org/bugtrack/view.php?id=1664#c3565 ---------------------------------------------------------------------- Last note :-) Re-compiling the 4.2.1 version of xfdesktop and then replacing the xfce4_desktop_menu libraries fixes this. My guess would be a packaging error on blastwave.org :-( Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:12 +0100 Subject: [bug-notifications] [xfce 0001615]: MIssing depends that make this meta package useful In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1615 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: xfce Issue ID: 1615 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-05-30 14:45 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: MIssing depends that make this meta package useful Description: CSWxfce has as depends CSWiconv, CSWglib2, CSWggettext, CSWcommon only. This makes it less than useful as its purpose is to install the xfce collection, ie, have the other CSWxfce* pacakges as depends. ====================================================================== ---------------------------------------------------------------------- (0004246) wbonnet (manager) - 2006-12-19 16:56 http://www.opencsw.org/bugtrack/view.php?id=1615#c4246 ---------------------------------------------------------------------- Fixed and included into unstable. Dependencies are now : bash-3.1$ cat CSWxfce/install/depend CSWxfceappfinder lightweight desktop environment, appfinder CSWxfcecalendar lightweight desktop environment, calendar CSWxfcedesktop lightweight desktop environment, desktop CSWxfcedtlogin lightweight desktop environment, dtlogin CSWxfceengine lightweight desktop environment, GTK engine CSWxfceiconbox lightweight desktop environment, iconbox CSWxfceiconthemes lightweight desktop environment, iconthemes CSWxfcelauncher lightweight desktop environment, launcher CSWxfcelibs lightweight desktop environment, core libraries CSWxfceload lightweight desktop environment, system load plugin CSWxfcemanager lightweight desktop environment, mcs manager CSWxfcemixer lightweight desktop environment, mixer CSWxfcepanel lightweight desktop environment, panel CSWxfceplugins lightweight desktop environment, mcs plugins CSWxfceprint lightweight desktop environment, print CSWxfcesession lightweight desktop environment, session CSWxfcesystray lightweight desktop environment, systray CSWxfcetoys lightweight desktop environment, toys CSWxfceutils lightweight desktop environment, utils CSWxfcexffm lightweight desktop environment, xffm CSWxfcexfwm lightweight desktop environment, xfwm CSWxfcexfwmthemes lightweight desktop environment, xfwm themes Please can you confirm it is ok, so i can close this bug Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To wbonnet => ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:26 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:26 +0100 Subject: [bug-notifications] [xfce_desktop 0001520]: Right click on desktop does not bring up menu In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1520 ====================================================================== Reported By: swo Assigned To: wbonnet ====================================================================== Project: xfce_desktop Issue ID: 1520 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-03-05 13:37 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Right click on desktop does not bring up menu Description: A right click on the desktop does not bring up the standard menu ( terminal, file manager, browser, etc.). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:30 +0100 Subject: [bug-notifications] [xfce_print 0001470]: Depend In Sparc but not i386: CSWlibcups In-Reply-To: Message-ID: <92985b04bf4c020d2a89e5051c29c985@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1470 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: xfce_print Issue ID: 1470 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-02-11 09:53 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Depend In Sparc but not i386: CSWlibcups Description: The Sparc pacakge names CSWxmms as depend but the i386 doesn\'t. This casues minor problem: /opt/csw/lib/xfce4/xfprint-plugins/cups_plugin.so libcups.so.2 => (file not found) Workaround, install libcups. ====================================================================== ---------------------------------------------------------------------- (0003114) james (reporter) - 2006-02-11 10:02 http://www.opencsw.org/bugtrack/view.php?id=1470#c3114 ---------------------------------------------------------------------- s/CSWxmms/CSWlibcups/ Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:33 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:33 +0100 Subject: [bug-notifications] [xfce_utils 0001372]: Application names are not always truncated in the taskbar In-Reply-To: Message-ID: <03d8022b532d0f0848a4edd2292dd7d6@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1372 ====================================================================== Reported By: dantes Assigned To: wbonnet ====================================================================== Project: xfce_utils Issue ID: 1372 Category: regular use Reproducibility: sometimes Severity: tweak Priority: normal Status: assigned ====================================================================== Date Submitted: 2005-12-24 21:52 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Application names are not always truncated in the taskbar Description: The application names (or titles) displayed in the taskbar are no longer truncated, and spill over the next entries. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:40 +0100 Subject: [bug-notifications] [xfce 0001297]: xftaskbar doesn\'t truncate titles In-Reply-To: <0698cce7d9441adcb0cd2eeb83d40948> Message-ID: <9fca29c54dd4562f9a99572f9027e013@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1297 ====================================================================== Reported By: cbetts Assigned To: wbonnet ====================================================================== Project: xfce Issue ID: 1297 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2005-11-15 10:46 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: xftaskbar doesn\'t truncate titles Description: Long titles in xftaskbar are not truncated and write over the buttons adjacent. Screenshot available: http://kharam.no-ip.info/images/taskbar.jpg ====================================================================== ---------------------------------------------------------------------- (0003646) cbetts (reporter) - 2006-08-02 18:25 http://www.opencsw.org/bugtrack/view.php?id=1297#c3646 ---------------------------------------------------------------------- Problem disappeared. Not sure when the fix happened. Thanks for any time spent on locating the problem. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:44 +0100 Subject: [bug-notifications] [firefox 0001143]: use lp instead of lpr for printing In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1143 ====================================================================== Reported By: pfelecan Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1143 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2005-09-07 07:36 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: use lp instead of lpr for printing Description: In version 1.0.6, the printing is done through lpr instead of lp, whichi is the nominal method on SunOS. There is a temporary fix by modifying, using the URI \"about:config\", print.printer_PostScript/default.print_command, print.print_command, print.postcript.print_command variables to use lp instead of lpr. ====================================================================== ---------------------------------------------------------------------- (0003973) jgoerzen (reporter) - 2006-09-22 13:39 http://www.opencsw.org/bugtrack/view.php?id=1143#c3973 ---------------------------------------------------------------------- setting lp as the default instead of lpr is planned for a future pkg release of firefox. until then please try using a global prefs.js file to set this. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To jgoerzen => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:40:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:40:11 +0100 Subject: [bug-notifications] [firefox 0001893]: Firefox directories keep moving In-Reply-To: <9389817065285a64e55b5163e99582dc> Message-ID: <190ee8598e448b44baabc71f037658f0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1893 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1893 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-10-28 05:51 CEST Last Modified: 2009-03-26 20:40 CET ====================================================================== Summary: Firefox directories keep moving Description: The firefox directories contain the version, this means the plugins fail on update and it\'s difficult and/or foolish to link to any of the firefox libs, eg, libnss3.so. See bug: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0001889 I also need to link other packages to some mozilla libs. As for CSW packages we never need to have more than one instance can you please remove the version form the paths? The plugins and libs can then become just: /opt/csw/libexec/firefox/lib/firefox/plugins/ /opt/csw/libexec/firefox/lib/firefox/ There might be issues with version 1.X vs 2.X but the libs names themselves should allow for this I hope. ====================================================================== ---------------------------------------------------------------------- (0004137) jgoerzen (reporter) - 2006-10-30 12:02 http://www.opencsw.org/bugtrack/view.php?id=1893#c4137 ---------------------------------------------------------------------- Any idea how/where I can remove the version from the PATH? ---------------------------------------------------------------------- (0004139) james (reporter) - 2006-10-30 12:17 http://www.opencsw.org/bugtrack/view.php?id=1893#c4139 ---------------------------------------------------------------------- The RPATH doesn\'t contain the version anyway: $ dump -Lv firefox-bin | grep RPATH [58] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/SUNWspro/lib/rw7:/opt/SUNWspro/lib/v8:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib ...because the wrapper script sets LD_LIBRARY_PATH (see below). The exec script has line: moz_libdir=/opt/csw/libexec/firefox/lib/firefox-2.0 ...an easy edit. /opt/csw/libexec/firefox/lib/firefox-2.0/run-mozilla.sh sets the path from where is lives: cmdname=`basename \"$0\"` MOZ_DIST_BIN=`dirname \"$0\"` which sets LD_LIBRARY_PATH: ## Set LD_LIBRARY_PATH LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+\":$LD_LIBRARY_PATH\"} ...so no action is needed there (unless you want to strip that line and set the RPATH in the bins). Just move it and it will work from its location. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:40 wbonnet Assigned To jgoerzen => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 21:12:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 21:12:25 +0100 Subject: [bug-notifications] [eclipse 0001751]: Eclipse crashes on Solaris 9 In-Reply-To: Message-ID: <07024b3e3ddc01e6ebb0f48fe91098c0@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1751 ====================================================================== Reported By: AlanKrueger Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1751 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-08-17 20:18 CEST Last Modified: 2009-03-26 21:12 CET ====================================================================== Summary: Eclipse crashes on Solaris 9 Description: Used \"pkg-get install eclipse\" to download and install Eclipse. (Other tools previously fetched in the last week all work fine.) When I launch Eclipse, it prompts me for a workspace. Selecting a new directory (or anything else, apparently), it soon crashes with the gtk_tooltips_force_window bug described at https://bugs.eclipse.org/bugs/show_bug.cgi?id=149960. I\'ve tried \"pkg-get upgrade\" and everything is up-to-date, and this still happens. Not sure if I\'m looking at the version information correctly, but the version of gtk2 installed seems to be 2.10.1, which seems newer than the one they report this problem occurring on. Let me know if you need more information. ====================================================================== ---------------------------------------------------------------------- (0005762) wbonnet (manager) - 2009-03-26 21:12 http://www.opencsw.org/bugtrack/view.php?id=1751#c5762 ---------------------------------------------------------------------- Problem has not been reproduced Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 21:12 wbonnet Note Added: 0005762 2009-03-26 21:12 wbonnet Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 21:18:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 21:18:10 +0100 Subject: [bug-notifications] [xfce_load 0001616]: duplicate packages and naming problems In-Reply-To: <7289020a194317c015092dd1f6b26624> Message-ID: <0e576bbd1f36d0b3aa3c66bd15e9daed@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1616 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: xfce_load Issue ID: 1616 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-05-30 14:48 CEST Last Modified: 2009-03-26 21:18 CET ====================================================================== Summary: duplicate packages and naming problems Description: i386 has: xfce_load 0.3.6,REV=2006.05.19 CSWxfceload xfce_systemload 0.3.4 CSWxfceload Sparc has: xfce_load 0.3.6,REV=2006.05.19 CSWxfcesystemload xfce_systemload 0.3.4 CSWxfceload ====================================================================== ---------------------------------------------------------------------- (0004247) wbonnet (manager) - 2006-12-19 17:02 http://www.opencsw.org/bugtrack/view.php?id=1616#c4247 ---------------------------------------------------------------------- It is fixed and included in unstable. Please can you confirm it is ok so i can close this bug ? ---------------------------------------------------------------------- (0005763) wbonnet (manager) - 2009-03-26 21:18 http://www.opencsw.org/bugtrack/view.php?id=1616#c5763 ---------------------------------------------------------------------- Extra package has been deleted Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 21:18 wbonnet Note Added: 0005763 2009-03-26 21:18 wbonnet Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 23:21:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 23:21:17 +0100 Subject: [bug-notifications] [isaexec 0003470]: postinstall script fails on readonly /opt in zones In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3470 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: isaexec Issue ID: 3470 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-15 16:23 CET Last Modified: 2009-03-26 23:21 CET ====================================================================== Summary: postinstall script fails on readonly /opt in zones Description: postinstall script assumes that /opt is writable and fails trying to write there. ====================================================================== ---------------------------------------------------------------------- (0005764) philadmin (administrator) - 2009-03-26 23:21 http://www.opencsw.org/mantis/view.php?id=3470#c5764 ---------------------------------------------------------------------- Thanks for the report. i believe I have addressed the issue, in isaexec 0.2, which I am releasing today. Issue History Date Modified Username Field Change ====================================================================== 2009-03-15 16:23 automatthias New Issue 2009-03-26 23:21 philadmin Note Added: 0005764 2009-03-26 23:21 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 27 08:12:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 08:12:30 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-27 08:12 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl ---------------------------------------------------------------------- (0005737) Nicolai Schwindt (reporter) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=3499#c5737 ---------------------------------------------------------------------- Just in case : ap2_modphp5 5.2.6,REV=2008.10.28 SAME php5 5.2.6,REV=2009.03.08 SAME php5_bz2 5.2.6,REV=2009.03.08 SAME php5_ctype 5.2.6,REV=2009.03.08 SAME php5_curl 5.2.6,REV=2009.03.08 SAME php5_dba 5.2.6,REV=2009.03.08 SAME php5_devel 5.2.6,REV=2009.03.08 SAME php5_ftp 5.2.6,REV=2009.03.08 SAME php5_gd 5.2.6,REV=2009.03.08 SAME php5_gettext 5.2.6,REV=2009.03.08 SAME php5_gmp 5.2.6,REV=2009.03.08 SAME php5_imap 5.2.6,REV=2009.03.08 SAME php5_ldap 5.2.6,REV=2009.03.08 SAME php5_mbstring 5.2.6,REV=2009.03.08 SAME php5_mcrypt 5.2.6,REV=2009.03.08 SAME php5_mhash 5.2.6,REV=2009.03.08 SAME php5_mssql 5.2.6,REV=2009.03.08 SAME php5_mysql 5.2.6,REV=2009.03.08 SAME php5_mysqli 5.2.6,REV=2009.03.08 SAME php5_odbc 5.2.6,REV=2009.03.08 SAME php5_openssl 5.2.6,REV=2009.03.08 SAME php5_pdomysql 5.2.6,REV=2009.03.08 SAME php5_pdoodbc 5.2.6,REV=2009.03.08 SAME php5_pdopgsql 5.2.6,REV=2009.03.08 SAME php5_pdosqlite 5.2.6,REV=2009.03.08 SAME php5_pgsql 5.2.6,REV=2009.03.08 SAME php5_pspell 5.2.6,REV=2009.03.08 SAME php5_readline 5.2.6,REV=2008.10.28 SAME php5_session 5.2.6,REV=2009.03.08 SAME php5_snmp 5.2.6,REV=2009.03.08 SAME php5_soap 5.2.6,REV=2009.03.08 SAME php5_sqlite 5.2.6,REV=2009.03.08 SAME php5_wddx 5.2.6,REV=2009.03.08 SAME php5_xsl 5.2.6,REV=2009.03.08 SAME php5_zip 5.2.6,REV=2009.03.08 SAME ---------------------------------------------------------------------- (0005745) mwatters (manager) - 2009-03-26 19:23 http://www.opencsw.org/bugtrack/view.php?id=3499#c5745 ---------------------------------------------------------------------- I was able to reproduce. this issue also affects php5_curl. I suspect a php5_module dependency issue. i.e. php5_foo depends on php5_bar ---------------------------------------------------------------------- (0005765) Nicolai Schwindt (reporter) - 2009-03-27 08:12 http://www.opencsw.org/bugtrack/view.php?id=3499#c5765 ---------------------------------------------------------------------- It has been there several time i.e : http://bugs.php.net/bug.php?id=45557&edit=1 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 2009-03-26 16:22 Nicolai SchwindtNote Added: 0005737 2009-03-26 19:23 mwatters Note Added: 0005745 2009-03-26 19:23 mwatters Status feedback => confirmed 2009-03-27 08:12 Nicolai SchwindtNote Added: 0005765 ====================================================================== From noreply at opencsw.org Fri Mar 27 10:37:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:37:22 +0100 Subject: [bug-notifications] [boost_devel 0003500]: Please update to 1.38 Message-ID: <4fcda20d82c2ed60a2e61486829a695c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3500 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: boost_devel Issue ID: 3500 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:37 CET Last Modified: 2009-03-27 10:37 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:37 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:38:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:38:01 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 Message-ID: <7b2482595a1c57e2f2b86e02df1e5530@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3501 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: boost_rt Issue ID: 3501 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:38 CET Last Modified: 2009-03-27 10:38 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:38 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:39:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:39:14 +0100 Subject: [bug-notifications] [faad2 0003502]: Please update to 2.7 Message-ID: <9717bd2e7663083568e3143a1554e1a2@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3502 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: faad2 Issue ID: 3502 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:39 CET Last Modified: 2009-03-27 10:39 CET ====================================================================== Summary: Please update to 2.7 Description: Please update to 2.7 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:39 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:40:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:40:52 +0100 Subject: [bug-notifications] [ffmpeg 0003503]: Please upgrade to latest subversion snapshot Message-ID: <34c52b353e539fb2aafa67f76f0ebbe1@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3503 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: ffmpeg Issue ID: 3503 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:40 CET Last Modified: 2009-03-27 10:40 CET ====================================================================== Summary: Please upgrade to latest subversion snapshot Description: Please upgrade to latest subversion snapshot ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:40 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:46:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:46:27 +0100 Subject: [bug-notifications] [xosd 0003504]: Please update to 2.2.12 Message-ID: <370a3349a1885466afe6dbea9fe6c0a5@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3504 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: xosd Issue ID: 3504 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:46 CET Last Modified: 2009-03-27 10:46 CET ====================================================================== Summary: Please update to 2.2.12 Description: Please update to 2.2.12 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:46 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:47:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:47:27 +0100 Subject: [bug-notifications] [ggetopt 0003505]: Please upgrade to 1.1.4 Message-ID: <4d7b4dac1ffaa9c9f56c54f403643b52@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3505 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: ggetopt Issue ID: 3505 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:47 CET Last Modified: 2009-03-27 10:47 CET ====================================================================== Summary: Please upgrade to 1.1.4 Description: Please upgrade to 1.1.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:47 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:49:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:49:54 +0100 Subject: [bug-notifications] [libcddb 0003506]: Please upgrade to 1.3.0 Message-ID: <486e9423684498e45cfe88c4b7c22535@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3506 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libcddb Issue ID: 3506 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:49 CET Last Modified: 2009-03-27 10:49 CET ====================================================================== Summary: Please upgrade to 1.3.0 Description: Please upgrade to 1.3.0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:49 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 11:17:35 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 11:17:35 +0100 Subject: [bug-notifications] [clusterssh 0003507]: clusterssh upgrade to 3.25 Message-ID: <98de62a129f00cc21d51c264245dfbed@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3507 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: clusterssh Issue ID: 3507 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 11:17 CET Last Modified: 2009-03-27 11:17 CET ====================================================================== Summary: clusterssh upgrade to 3.25 Description: The Makefile is already updated, can you please build the package? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 11:17 automatthias New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 13:14:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:14:14 +0100 Subject: [bug-notifications] [boost_devel 0003500]: Please update to 1.38 In-Reply-To: <073a728d83b82626abe79e35013828fc> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3500 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: boost_devel Issue ID: 3500 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:37 CET Last Modified: 2009-03-27 13:14 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:37 dam New Issue 2009-03-27 13:14 mjensen Status new => assigned 2009-03-27 13:14 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:15:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:15:27 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 In-Reply-To: <2f11c98565f396188bb0e1ebece64059> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://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: 2009-03-27 13:15 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:38 dam New Issue 2009-03-27 13:15 mjensen Status new => assigned 2009-03-27 13:15 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:16:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:16:20 +0100 Subject: [bug-notifications] [faad2 0003502]: Please update to 2.7 In-Reply-To: <1262bec38a5e36c3ff1671f8a97edf3d> Message-ID: <408b5ec152c0a3aba1fba49eff300c20@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3502 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: faad2 Issue ID: 3502 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:39 CET Last Modified: 2009-03-27 13:16 CET ====================================================================== Summary: Please update to 2.7 Description: Please update to 2.7 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:39 dam New Issue 2009-03-27 13:16 mjensen Status new => assigned 2009-03-27 13:16 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:17:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:17:01 +0100 Subject: [bug-notifications] [ffmpeg 0003503]: Please upgrade to latest subversion snapshot In-Reply-To: <14ebf72218c9841cc1b1ec3b1bf725a0> Message-ID: <372bbe67d25d9275abff744bfda159fa@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3503 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: ffmpeg Issue ID: 3503 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:40 CET Last Modified: 2009-03-27 13:17 CET ====================================================================== Summary: Please upgrade to latest subversion snapshot Description: Please upgrade to latest subversion snapshot ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:40 dam New Issue 2009-03-27 13:17 mjensen Status new => assigned 2009-03-27 13:17 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:17:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:17:45 +0100 Subject: [bug-notifications] [xosd 0003504]: Please update to 2.2.12 In-Reply-To: <384e0902ce8c5a455e540c4be670dc5e> Message-ID: <3abb91238440bf34b549641417f49e5e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3504 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: xosd Issue ID: 3504 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:46 CET Last Modified: 2009-03-27 13:17 CET ====================================================================== Summary: Please update to 2.2.12 Description: Please update to 2.2.12 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:46 dam New Issue 2009-03-27 13:17 mjensen Status new => assigned 2009-03-27 13:17 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:19:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:19:13 +0100 Subject: [bug-notifications] [ggetopt 0003505]: Please upgrade to 1.1.4 In-Reply-To: <0e22fcd2c3fce79e9c79b35ee001b41d> Message-ID: <5174131473aaeccbd4e5e72a3aefca34@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3505 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: ggetopt Issue ID: 3505 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:47 CET Last Modified: 2009-03-27 13:19 CET ====================================================================== Summary: Please upgrade to 1.1.4 Description: Please upgrade to 1.1.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:47 dam New Issue 2009-03-27 13:19 mjensen Status new => assigned 2009-03-27 13:19 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:23:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:23:19 +0100 Subject: [bug-notifications] [libcddb 0003506]: Please upgrade to 1.3.0 In-Reply-To: <19296650cf8f77fa90d10b0ad71a7b6a> Message-ID: <47fea2ae829c267ab88e020d81d223a9@opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/mantis/view.php?id=3506 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: libcddb Issue ID: 3506 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:49 CET Last Modified: 2009-03-27 13:23 CET ====================================================================== Summary: Please upgrade to 1.3.0 Description: Please upgrade to 1.3.0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:49 dam New Issue 2009-03-27 13:23 mjensen Status new => assigned 2009-03-27 13:23 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:56:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:56:07 +0100 Subject: [bug-notifications] [irrtoolset 0002716]: Missing depend for gcc rt In-Reply-To: <94c0f394eb45ec746a99d0c55e187cd2> Message-ID: <689165509573eb16bf32b8d711ccdced@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2716 ====================================================================== Reported By: james Assigned To: iand ====================================================================== Project: irrtoolset Issue ID: 2716 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-12-27 12:10 CET Last Modified: 2009-03-27 13:56 CET ====================================================================== Summary: Missing depend for gcc rt Description: $ RtConfig ld.so.1: RtConfig: fatal: libstdc++.so.6: open failed: No such file or directory zsh: killed RtConfig libstdc++.so.6 is in gcc3g++rt and gcc4g++rt, I think gcc3 was used, please add depend for CSWgcc3g++rt or CSWgcc4g++rt ====================================================================== ---------------------------------------------------------------------- (0005024) iand (manager) - 2007-12-27 21:28 http://www.opencsw.org/bugtrack/view.php?id=2716#c5024 ---------------------------------------------------------------------- Dependency to CSWgcc3g++rt added and placed back into newpkgs ---------------------------------------------------------------------- (0005766) iand (manager) - 2009-03-27 13:56 http://www.opencsw.org/bugtrack/view.php?id=2716#c5766 ---------------------------------------------------------------------- Resolved and re-released a long time ago Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 13:56 iand Note Added: 0005766 2009-03-27 13:56 iand Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 27 13:56:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:56:50 +0100 Subject: [bug-notifications] [aggregate 0002820]: Not Sun4m compatible In-Reply-To: <09b903410a0ec9591c025dd3bcb0c445> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2820 ====================================================================== Reported By: james Assigned To: iand ====================================================================== Project: aggregate Issue ID: 2820 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-03-21 12:51 CET Last Modified: 2009-03-27 13:56 CET ====================================================================== Summary: Not Sun4m compatible Description: /opt/csw/bin/aggregate: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped Remember to use -xarch=v8 or -xarch=386 as appropriate. ====================================================================== ---------------------------------------------------------------------- (0005203) iand (manager) - 2008-03-21 21:40 http://www.opencsw.org/bugtrack/view.php?id=2820#c5203 ---------------------------------------------------------------------- Was built with -fast -xarch=v8 - will rebuild and check before resubmitting. ---------------------------------------------------------------------- (0005204) iand (manager) - 2008-03-21 21:52 http://www.opencsw.org/bugtrack/view.php?id=2820#c5204 ---------------------------------------------------------------------- aggregate: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped aggregate-1.6,REV=2008.03.22 now in newpkgs edited on: 2008-03-21 21:52 ---------------------------------------------------------------------- (0005767) iand (manager) - 2009-03-27 13:56 http://www.opencsw.org/bugtrack/view.php?id=2820#c5767 ---------------------------------------------------------------------- Resolved and re-released a long time ago Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 13:56 iand Note Added: 0005767 2009-03-27 13:56 iand Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 27 15:04:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 15:04:11 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <87bd759cc903794e8b57997f49804579@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-27 15:04 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl ---------------------------------------------------------------------- (0005737) Nicolai Schwindt (reporter) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=3499#c5737 ---------------------------------------------------------------------- Just in case : ap2_modphp5 5.2.6,REV=2008.10.28 SAME php5 5.2.6,REV=2009.03.08 SAME php5_bz2 5.2.6,REV=2009.03.08 SAME php5_ctype 5.2.6,REV=2009.03.08 SAME php5_curl 5.2.6,REV=2009.03.08 SAME php5_dba 5.2.6,REV=2009.03.08 SAME php5_devel 5.2.6,REV=2009.03.08 SAME php5_ftp 5.2.6,REV=2009.03.08 SAME php5_gd 5.2.6,REV=2009.03.08 SAME php5_gettext 5.2.6,REV=2009.03.08 SAME php5_gmp 5.2.6,REV=2009.03.08 SAME php5_imap 5.2.6,REV=2009.03.08 SAME php5_ldap 5.2.6,REV=2009.03.08 SAME php5_mbstring 5.2.6,REV=2009.03.08 SAME php5_mcrypt 5.2.6,REV=2009.03.08 SAME php5_mhash 5.2.6,REV=2009.03.08 SAME php5_mssql 5.2.6,REV=2009.03.08 SAME php5_mysql 5.2.6,REV=2009.03.08 SAME php5_mysqli 5.2.6,REV=2009.03.08 SAME php5_odbc 5.2.6,REV=2009.03.08 SAME php5_openssl 5.2.6,REV=2009.03.08 SAME php5_pdomysql 5.2.6,REV=2009.03.08 SAME php5_pdoodbc 5.2.6,REV=2009.03.08 SAME php5_pdopgsql 5.2.6,REV=2009.03.08 SAME php5_pdosqlite 5.2.6,REV=2009.03.08 SAME php5_pgsql 5.2.6,REV=2009.03.08 SAME php5_pspell 5.2.6,REV=2009.03.08 SAME php5_readline 5.2.6,REV=2008.10.28 SAME php5_session 5.2.6,REV=2009.03.08 SAME php5_snmp 5.2.6,REV=2009.03.08 SAME php5_soap 5.2.6,REV=2009.03.08 SAME php5_sqlite 5.2.6,REV=2009.03.08 SAME php5_wddx 5.2.6,REV=2009.03.08 SAME php5_xsl 5.2.6,REV=2009.03.08 SAME php5_zip 5.2.6,REV=2009.03.08 SAME ---------------------------------------------------------------------- (0005745) mwatters (manager) - 2009-03-26 19:23 http://www.opencsw.org/bugtrack/view.php?id=3499#c5745 ---------------------------------------------------------------------- I was able to reproduce. this issue also affects php5_curl. I suspect a php5_module dependency issue. i.e. php5_foo depends on php5_bar ---------------------------------------------------------------------- (0005765) Nicolai Schwindt (reporter) - 2009-03-27 08:12 http://www.opencsw.org/bugtrack/view.php?id=3499#c5765 ---------------------------------------------------------------------- It has been there several time i.e : http://bugs.php.net/bug.php?id=45557&edit=1 ---------------------------------------------------------------------- (0005768) mwatters (manager) - 2009-03-27 15:04 http://www.opencsw.org/bugtrack/view.php?id=3499#c5768 ---------------------------------------------------------------------- Thank you! I saw that last night. I will go through the proposed patch and get it in the 5.2.9 build. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 2009-03-26 16:22 Nicolai SchwindtNote Added: 0005737 2009-03-26 19:23 mwatters Note Added: 0005745 2009-03-26 19:23 mwatters Status feedback => confirmed 2009-03-27 08:12 Nicolai SchwindtNote Added: 0005765 2009-03-27 15:04 mwatters Note Added: 0005768 ====================================================================== From noreply at opencsw.org Fri Mar 27 17:30:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 17:30:22 +0100 Subject: [bug-notifications] [tetex 0003508]: Package shouldn't contain texi2pdf Message-ID: <6526587006e1766641434ed82754c673@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3508 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: tetex Issue ID: 3508 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 17:30 CET Last Modified: 2009-03-27 17:30 CET ====================================================================== Summary: Package shouldn't contain texi2pdf Description: The package contains /opt/csw/bin/texi2pdf which is also in CSWtexinfo. IMHO it should not be in CSWtetex. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 17:30 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 17:38:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 17:38:56 +0100 Subject: [bug-notifications] [pkg_get 0003509]: Can't install packages which contain hypens Message-ID: <8da04280e9bc9d2f78ec54ba6ad63c7d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3509 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: pkg_get Issue ID: 3509 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 17:38 CET Last Modified: 2009-03-27 17:38 CET ====================================================================== Summary: Can't install packages which contain hypens Description: Installing packages with '-' in the CSW-name doesn't work, e. g. pkg-get -i CSWpython-tk However, pkg-get -i python_tk works ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 17:38 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 18:37:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 18:37:25 +0100 Subject: [bug-notifications] [tetex 0003508]: Package shouldn't contain texi2pdf In-Reply-To: <7524d12e6c5ebc4c9b559f33ac66c4a2> Message-ID: <9fc653b8732518547ca4e32048ea3743@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3508 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 3508 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 17:30 CET Last Modified: 2009-03-27 18:37 CET ====================================================================== Summary: Package shouldn't contain texi2pdf Description: The package contains /opt/csw/bin/texi2pdf which is also in CSWtexinfo. IMHO it should not be in CSWtetex. ====================================================================== ---------------------------------------------------------------------- (0005769) pfelecan (manager) - 2009-03-27 18:37 http://www.opencsw.org/mantis/view.php?id=3508#c5769 ---------------------------------------------------------------------- That's so true. When a new upstream version is available I'll remove this from the package. However, teTeX is not evolving anymore and a TeXLive packaging seems more adequate. Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 17:30 dam New Issue 2009-03-27 18:37 pfelecan Note Added: 0005769 2009-03-27 18:37 pfelecan Status new => acknowledged 2009-03-27 18:37 pfelecan Status acknowledged => assigned 2009-03-27 18:37 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Sat Mar 28 09:22:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 09:22:03 +0100 Subject: [bug-notifications] [python 0003510]: 'import curses' fails in currrent Python (2.6.1, REV=2009.03.02) Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3510 ====================================================================== Reported By: maciej Assigned To: ====================================================================== Project: python Issue ID: 3510 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-28 09:22 CET Last Modified: 2009-03-28 09:22 CET ====================================================================== Summary: 'import curses' fails in currrent Python (2.6.1,REV=2009.03.02) Description: I'm unable to import 'curses' module in current Python. The same symptom is observed on x86 and sparc. maciej at vsol01 ~ $ pkgparam CSWpython VERSION 2.6.1,REV=2009.03.02 maciej at vsol01 ~ $ python Python 2.6.1 (r261:67515, Mar 2 2009, 15:07:22) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in from _curses import * ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol wchgat: referenced symbol not found ncurses is installed: maciej at vsol01 ~ $ pkgparam CSWncurses VERSION 5.7,REV=2009.01.23 On sparc, it looks like this: maciej at netra ~ $ python Python 2.6.1 (r261:67515, Mar 2 2009, 14:14:28) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in from _curses import * ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol mvwchgat: referenced symbol not found >>> ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 09:22 maciej New Issue ====================================================================== From noreply at opencsw.org Sat Mar 28 12:10:09 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 12:10:09 +0100 Subject: [bug-notifications] [cyrus_imapd 0002996]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: <086bbf707bd32224f1034bb85fdb8bb7> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2996 ====================================================================== Reported By: dam Assigned To: yann ====================================================================== Project: cyrus_imapd Issue ID: 2996 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:21 CET Last Modified: 2009-03-28 12:10 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0005770) yann (manager) - 2009-03-28 12:10 http://www.opencsw.org/bugtrack/view.php?id=2996#c5770 ---------------------------------------------------------------------- Fixed in 2.3.14,REV=2009.03.27 Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:21 dam New Issue 2009-02-28 11:42 yann Status new => assigned 2009-02-28 11:42 yann Assigned To => yann 2009-03-28 12:10 yann Note Added: 0005770 2009-03-28 12:10 yann Status assigned => closed ====================================================================== From noreply at opencsw.org Sat Mar 28 12:10:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 12:10:18 +0100 Subject: [bug-notifications] [cyrus_imapd_utils 0002995]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: <9cba49f2baf8cc17db1bb7b7e325cf65@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2995 ====================================================================== Reported By: dam Assigned To: yann ====================================================================== Project: cyrus_imapd_utils Issue ID: 2995 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:20 CET Last Modified: 2009-03-28 12:10 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0005771) yann (manager) - 2009-03-28 12:10 http://www.opencsw.org/bugtrack/view.php?id=2995#c5771 ---------------------------------------------------------------------- Fixed in 2.3.14,REV=2009.03.27 Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:20 dam New Issue 2009-02-28 11:42 yann Status new => assigned 2009-02-28 11:42 yann Assigned To => yann 2009-03-28 12:10 yann Note Added: 0005771 2009-03-28 12:10 yann Status assigned => closed ====================================================================== From noreply at opencsw.org Sat Mar 28 14:00:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 14:00:34 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core Message-ID: <715693de2e73824a6a88ffd680878d76@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 14:00 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue ====================================================================== From noreply at opencsw.org Sat Mar 28 14:12:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 14:12:21 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: <33fe54212461f8150aefbb528f25f550@opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 14:12 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann ====================================================================== From noreply at opencsw.org Sat Mar 28 14:22:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 14:22:53 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: The following issue requires your FEEDBACK. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 14:22 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== ---------------------------------------------------------------------- (0005772) yann (manager) - 2009-03-28 14:22 http://opencsw.org/bugtrack/view.php?id=3511#c5772 ---------------------------------------------------------------------- Can you tell me more about your environnement 'cause I don't reproduce this bug on solaris 8 branded zone and solaris 10 x86 ? Can you join the core file, give me the output of "ldd /opt/csw/bin/lftp" and "pkg-get -c" ? Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann 2009-03-28 14:22 yann Note Added: 0005772 2009-03-28 14:22 yann Status assigned => feedback ====================================================================== From noreply at opencsw.org Sat Mar 28 18:02:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 18:02:15 +0100 Subject: [bug-notifications] [mutt 0003483]: Please upgrade to 1.5.19 In-Reply-To: Message-ID: <1010917fc7d6535d2fa1a56abfe4f662@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3483 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mutt Issue ID: 3483 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 22:23 CET Last Modified: 2009-03-28 18:02 CET ====================================================================== Summary: Please upgrade to 1.5.19 Description: Please upgrade to 1.5.19 ====================================================================== ---------------------------------------------------------------------- (0005774) philadmin (administrator) - 2009-03-28 18:02 http://www.opencsw.org/mantis/view.php?id=3483#c5774 ---------------------------------------------------------------------- YOU again?!?! :-) will be released today Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:23 dam New Issue 2009-03-28 18:02 philadmin Note Added: 0005774 2009-03-28 18:02 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Sat Mar 28 18:23:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 18:23:27 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 18:23 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== ---------------------------------------------------------------------- (0005772) yann (manager) - 2009-03-28 14:22 http://opencsw.org/bugtrack/view.php?id=3511#c5772 ---------------------------------------------------------------------- Can you tell me more about your environnement 'cause I don't reproduce this bug on solaris 8 branded zone and solaris 10 x86 ? Can you join the core file, give me the output of "ldd /opt/csw/bin/lftp" and "pkg-get -c" ? ---------------------------------------------------------------------- (0005775) wbonnet (reporter) - 2009-03-28 18:23 http://opencsw.org/bugtrack/view.php?id=3511#c5775 ---------------------------------------------------------------------- core file is available on the farm in my homedir $ ldd /opt/csw/bin/lftp libexpat.so.1 => /opt/csw/lib/i386/libexpat.so.1 libssl.so.0.9.8 => /opt/csw/lib/pentium_pro/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 librt.so.1 => /lib/librt.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libiconv.so.2 => /opt/csw/lib/i386/libiconv.so.2 libreadline.so.6 => /opt/csw/lib/i386/libreadline.so.6 libcurses.so.1 => /lib/libcurses.so.1 libresolv.so.2 => /lib/libresolv.so.2 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libCstd.so.1 => /usr/lib/libCstd.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libsec.so.1 => /lib/libsec.so.1 libncurses.so.5 => /opt/csw/lib/libncurses.so.5 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libavl.so.1 => /lib/libavl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann 2009-03-28 14:22 yann Note Added: 0005772 2009-03-28 14:22 yann Status assigned => feedback 2009-03-28 18:21 wbonnet File Added: pkglist.txt 2009-03-28 18:23 wbonnet Note Added: 0005775 ====================================================================== From noreply at opencsw.org Sat Mar 28 22:33:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 22:33:45 +0100 Subject: [bug-notifications] [dhcp 0003464]: DHCP 4.1 does not work on some Solaris systems In-Reply-To: Message-ID: <4a22fc11e4c91d19f1e6ec9863434d45@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3464 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: dhcp Issue ID: 3464 Category: regular use Reproducibility: sometimes Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-13 13:59 CET Last Modified: 2009-03-28 22:33 CET ====================================================================== Summary: DHCP 4.1 does not work on some Solaris systems Description: There's a problem with DHCP 4.1 on Solaris and possibly some other OS:es. I have reports from two people that they can't get their old config (from 3.x) to work with 4.1. One has tested extensively by compiling 4.1 himself with exactly the same result so it's not unique to our package. He backed down to our old 3.1 package and all is well again. ====================================================================== ---------------------------------------------------------------------- (0005776) bonivart (manager) - 2009-03-28 22:33 http://www.opencsw.org/mantis/view.php?id=3464#c5776 ---------------------------------------------------------------------- DHCP 3.1 in testing for those who need it: http://mirror.opencsw.org/testing/dhcp-3.1.0,REV=2007.10.29-SunOS5.8-sparc-CSW.pkg.gz http://mirror.opencsw.org/testing/dhcp-3.1.0,REV=2007.10.29-SunOS5.8-i386-CSW.pkg.gz Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 13:59 bonivart New Issue 2009-03-13 13:59 bonivart Status new => assigned 2009-03-13 13:59 bonivart Assigned To => bonivart 2009-03-28 22:33 bonivart Note Added: 0005776 ====================================================================== From noreply at opencsw.org Sun Mar 29 12:55:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 12:55:45 +0200 Subject: [bug-notifications] [dovecot 0002911]: Error: child 19438 (auth-worker) killed with signal 11 --- SQL Authentication In-Reply-To: <2fba4eefeb8d6e3b3560d5426035dcb0> Message-ID: <7e27711c465e4840361a0853ad69f35d@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2911 ====================================================================== Reported By: Tomas Das Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 2911 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-06-08 06:21 CEST Last Modified: 2009-03-29 12:55 CEST ====================================================================== Summary: Error: child 19438 (auth-worker) killed with signal 11 --- SQL Authentication Description: When I use SQL Authentication in the dovecot, auth-worker procces crash immediately after starting dovecot. dovecot: Jun 08 12:04:10 Info: Dovecot v1.0.13 starting up dovecot: Jun 08 12:04:11 Error: child 19438 (auth-worker) killed with signal 11 When I have in the \"auth default\" only \"passdb pam\" it is ok. ====================================================================== ---------------------------------------------------------------------- (0005777) skayser (administrator) - 2009-03-29 12:55 http://www.opencsw.org/mantis/view.php?id=2911#c5777 ---------------------------------------------------------------------- CSWdovecot has a new maintainer and an updated dovecot version (1.1.11) has been published to current. Could you please verify whether your problem persists with the updated version. Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 12:55 skayser Note Added: 0005777 2009-03-29 12:55 skayser Assigned To => skayser 2009-03-29 12:55 skayser Status new => feedback ====================================================================== From noreply at opencsw.org Sun Mar 29 13:00:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 13:00:03 +0200 Subject: [bug-notifications] [dovecot 0003027]: Auto SSL cert generation does not work In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3027 ====================================================================== Reported By: rpp3po Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 3027 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-01-20 03:36 CET Last Modified: 2009-03-29 13:00 CEST ====================================================================== Summary: Auto SSL cert generation does not work Description: Dovecot includes the mkcert.sh script (in opt/csw/doc/dovecot). You can use it to easily generate a certificate and private key for secure SSL connections. The script has not been modified for the CSW directory structure, yet. It can easily be done: just correct a line in mkcert.sh to SSLDIR=${SSLDIR-/opt/csw/ssl} instead of SSLDIR=${SSLDIR-/etc/ssl} and add the directory '/opt/csw/ssl/private' to the tree. ====================================================================== ---------------------------------------------------------------------- (0005778) skayser (administrator) - 2009-03-29 13:00 http://www.opencsw.org/mantis/view.php?id=3027#c5778 ---------------------------------------------------------------------- Thanks for reporting this issue. CSWdovecot has a new maintainer and a new dovecot version (1.1.11) has been published that includes a fix to mkcert.sh as well as a pre-generated self-signed sample cert for out-of-the-box IMAPS/POP3S usage. Issue History Date Modified Username Field Change ====================================================================== 2009-01-20 03:36 rpp3po New Issue 2009-03-29 13:00 skayser Note Added: 0005778 2009-03-29 13:00 skayser Status new => resolved 2009-03-29 13:00 skayser Resolution open => fixed 2009-03-29 13:00 skayser Assigned To => skayser ====================================================================== From noreply at opencsw.org Sun Mar 29 13:11:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 13:11:36 +0200 Subject: [bug-notifications] [dovecot 0002760]: Auth fails for LDAP users via PAM In-Reply-To: Message-ID: The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2760 ====================================================================== Reported By: laurent Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 2760 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-01-31 08:38 CET Last Modified: 2009-03-29 13:11 CEST ====================================================================== Summary: Auth fails for LDAP users via PAM Description: My Solaris 10 is configured to have most users in LDAP, they\'re authenticated via configuration in PAM and nsswitch. It works fine with WU-IMAP, Qpopper, and even a self-built dovecot 1.0.10, but not with the Blastwave version. The Blastwave version will accept a local (/etc/passwd) user, but the auth fails for all PAM LDAP users. My self-built version works, using the Blastwave SMF method and the same configuration file. ====================================================================== ---------------------------------------------------------------------- (0005118) asmoore (reporter) - 2008-01-31 18:17 http://www.opencsw.org/mantis/view.php?id=2760#c5118 ---------------------------------------------------------------------- Whose LDAP? ---------------------------------------------------------------------- (0005119) asmoore (reporter) - 2008-01-31 18:20 http://www.opencsw.org/mantis/view.php?id=2760#c5119 ---------------------------------------------------------------------- Sorry, I meant to ask: Whose ldap libraries? ---------------------------------------------------------------------- (0005120) laurent (reporter) - 2008-02-01 03:33 http://www.opencsw.org/mantis/view.php?id=2760#c5120 ---------------------------------------------------------------------- It\'s Solaris LDAP that are used by the system\'s PAM. But I have to be clear, I have not configured Dovecot to use LDAP directly, and the version I built is not even linked with LDAP. I\'m only trying to use PAM here. ---------------------------------------------------------------------- (0005123) asmoore (reporter) - 2008-02-03 09:45 http://www.opencsw.org/mantis/view.php?id=2760#c5123 ---------------------------------------------------------------------- Please test the dovecot_pam package at http://www.blastwave.org/testing . It will be listed on the web page within the next hour or so. You need to `pkgrm CSWdovecot`, download dovecot_pam for your architecture, gunzip the file and `pkgadd -d <filename>` ---------------------------------------------------------------------- (0005124) laurent (reporter) - 2008-02-04 04:12 http://www.opencsw.org/mantis/view.php?id=2760#c5124 ---------------------------------------------------------------------- I installed it, and a first test shows that a AM authenticated user now can log in. Thanks! ---------------------------------------------------------------------- (0005125) asmoore (reporter) - 2008-02-04 06:47 http://www.opencsw.org/mantis/view.php?id=2760#c5125 ---------------------------------------------------------------------- For CSWdovecot-pam, I removed --with-ldap. Since you did not need --with-mysql, I removed that as well. This proves that dovecot is doing something with the OpenLDAP linkage that breaks pam using Sun\'s ldap. I do not know how to integrate CSWdovecot-pam within the blastwave packaging framework and rules/standards. I am working on it and may find an answer. ---------------------------------------------------------------------- (0005126) laurent (reporter) - 2008-02-04 07:26 http://www.opencsw.org/mantis/view.php?id=2760#c5126 ---------------------------------------------------------------------- FWIW, I\'d like to have both PAM and LDAP built in. PAM is practical to make it work easily, however, we can\'t rule out switching to direct LDAP authentication in the future, while keeping any /etc/passwd account working. ---------------------------------------------------------------------- (0005127) asmoore (reporter) - 2008-02-04 18:40 http://www.opencsw.org/mantis/view.php?id=2760#c5127 ---------------------------------------------------------------------- Yes, I have to keep OpenLDAP working with dovecot. I think that is a more typical way to setup virtual accounts. I have used the current CSWdovecot package with pam and passwd/shadow accounts. It works fine. ---------------------------------------------------------------------- (0005129) laurent (reporter) - 2008-02-05 09:13 http://www.opencsw.org/mantis/view.php?id=2760#c5129 ---------------------------------------------------------------------- In my case, accounts are not completely virtual, some are really needed for login on the server, hence the need for PAM, at least now. When you say it works, it means that you managed to have PAM work as expected using the unmodified Dovecot package? Could you show me a sample of your configuration files? In my case, I use the *same* configuration, and one binary works with PAM accounts, the other does not. Local accounts did work, though. ---------------------------------------------------------------------- (0005130) asmoore (reporter) - 2008-02-05 18:37 http://www.opencsw.org/mantis/view.php?id=2760#c5130 ---------------------------------------------------------------------- Here is my /opt/csw/etc/dovecot.conf for passwd - files (not ldap). I removed the commented lines. base_dir = /opt/csw/var/run/dovecot/ protocols = imap shutdown_clients = yes syslog_facility = mail login_dir = /opt/csw/var/run/dovecot/login login_chroot = yes login_user = dovecot login_process_per_connection = yes login_processes_count = 3 login_max_processes_count = 128 login_max_connections = 256 default_mail_env = maildir:%h/Maildir:INDEX=/opt/csw/var/dovecot/indexes/%n mail_full_filesystem_access = no lock_method = fcntl first_valid_uid = 100 last_valid_uid = 32766 mailbox_idle_check_interval = 30 protocol imap { login_executable = /opt/csw/libexec/dovecot/imap-login mail_executable = /opt/csw/libexec/dovecot/imap } auth_executable = /opt/csw/libexec/dovecot/dovecot-auth auth_verbose = no auth default { mechanisms = plain passdb pam { args = dovecot } userdb passwd { } user = root } plugin { } ---------------------------------------------------------------------- (0005147) asmoore (reporter) - 2008-02-24 11:05 http://www.opencsw.org/mantis/view.php?id=2760#c5147 ---------------------------------------------------------------------- Please see how this works for you. I have built dovecot twice and have only the one package available. I added /opt/csw/sbin/dovecot-pam.ldap to the package, as I think that this is all that is really needed. However, I have no way to test this. Packages are at http://www.blastwave.org/testing for download and manual install. Please confirm that this does or does not work for you. Here is the text that I added to README.CSW: 2008-02-24 If you are having trouble using pam with Solaris ldap naming services, rename /opt/csw/sbin/dovecot to /opt/csw/sbin/dovecot.OFF and rename /opt/csw/sbin/dovecot-pam.ldap to /opt/csw/sbin/dovecot and restart dovecot. Thanks ---------------------------------------------------------------------- (0005153) laurent (reporter) - 2008-02-27 11:06 http://www.opencsw.org/mantis/view.php?id=2760#c5153 ---------------------------------------------------------------------- Sorry, I tried, but neither of them worked. First did the pkgadd, I checked that the process had been restarted. Then tried a login to a PAM LDAP account: it failed Then did the following to replace the binary: mv /opt/csw/sbin/dovecot /opt/csw/sbin/dovecot.OFF mv /opt/csw/sbin/dovecot-pam.ldap /opt/csw/sbin/dovecot svcadm restart cswdovecot I checked it was restarted, tried the same login: failur again. I removed the package, put back the previous testing one, and it worked again. ---------------------------------------------------------------------- (0005155) asmoore (reporter) - 2008-02-28 06:46 http://www.opencsw.org/mantis/view.php?id=2760#c5155 ---------------------------------------------------------------------- Thanks for trying. Sorry, I do not know how to fix this, since I do not see how to merge the two packages and end up with two binaries that work differently. ---------------------------------------------------------------------- (0005156) laurent (reporter) - 2008-02-28 07:47 http://www.opencsw.org/mantis/view.php?id=2760#c5156 ---------------------------------------------------------------------- It sounds very much like there is a bug in Dovecot, though. LDAP and PAM should both work together. Can you send me the details of your build configuration? I can try to reproduce it and get it fixed by the Dovecot developer. ---------------------------------------------------------------------- (0005158) asmoore (reporter) - 2008-02-29 06:55 http://www.opencsw.org/mantis/view.php?id=2760#c5158 ---------------------------------------------------------------------- I agree. To build, source the following options, source myconfigure (these are in a file), run gmake and gmake install. I noticed the addtion of -lldap -llber to LDFLAGS. That may be carried over from an earlier dovecot release and not be needed anymore. To see if this is causing the problem, I did a build without \'-lldap -llber\' and put the package at http://www.blastwave.org/testing The update should be on the web page list within the half hour. Please test this package before going to Timo. # \'compiler and linker flags\' #!/usr/bin/sh LD_OPTIONS=\'-R/opt/csw/lib/$ISALIST:/opt/csw/mysql5/lib/mysql/$ISALIST\' LDFLAGS=\'-L/opt/csw/lib -L/opt/csw/mysql5/lib/mysql -lldap -llber\' CPPFLAGS=\'-I/opt/csw/include -I/opt/csw/mysql5/include/mysql\' CFLAGS=\'-O -xarch=v8\' export LD_OPTIONS LDFLAGS CPPFLAGS CFLAGS CC=/opt/studio/SOS8/SUNWspro/bin/cc CXX=/opt/studio/SOS8/SUNWspro/bin/CC F77=/opt/studio/SOS8/SUNWspro/bin/f77 export CC CXX F77 PKG_CONFIG_PATH=/opt/csw/lib export PKG_CONFIG_PATH #!/usr/bin/sh ./configure \\ --prefix=/opt/csw \\ --mandir=/opt/csw/share/man \\ --with-libiconv-prefix=/opt/csw \\ --with-shadow \\ --with-pam \\ --with-ldap \\ --with-ssl=openssl \\ --with-ssldir=/opt/csw/ssl \\ --with-mysql \\ --enable-header-install \\ --with-gssapi ---------------------------------------------------------------------- (0005160) laurent (reporter) - 2008-03-03 10:10 http://www.opencsw.org/mantis/view.php?id=2760#c5160 ---------------------------------------------------------------------- Still not working with the latest package, so it\'s now the compile road for me, hope I\'ll reproduce the problem, I\'d rather use the Blastwave package than my own. ---------------------------------------------------------------------- (0005161) laurent (reporter) - 2008-03-03 10:53 http://www.opencsw.org/mantis/view.php?id=2760#c5161 ---------------------------------------------------------------------- Only a sidenote, I\'ve just done the configure, against the same /opt/csw where the dovecot package and its dependencies were pulled. I noted that the following is given to ./configure: --with-gssapi But it doesn\'t actually work: Building with GSSAPI support ........ : no ---------------------------------------------------------------------- (0005162) laurent (reporter) - 2008-03-04 05:46 http://www.opencsw.org/mantis/view.php?id=2760#c5162 ---------------------------------------------------------------------- Okay, after more testing, the conclusion is that linking Dovecot against OpenLDAP breaks the PAM LDAP. When it\'s linked against Solaris LDAP libs, it works (I haven\'t tried using LDAP directly, though). I built using your environment, against Blastwave libs, with very little changes. I suppose it\'s some kind of LDAP function override by the OpenLDAP library at runtime. So now the question is, is that something you can fix, or is it up to Timo? I\'d wager it\'s the latter, but I\'m not completely sure. Compilation details: First, using OpenLDAP: export PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/SUNWspro/bin LD_OPTIONS=\'-R/opt/csw/lib/$ISALIST:/opt/csw/mysql5/lib/mysql/$ISALIST\' CPPFLAGS=\'-I/opt/csw/include -I/opt/csw/mysql5/include/mysql\' LDFLAGS=\'-L/opt/csw/lib -L/opt/csw/mysql5/lib/mysql -lldap -llber\' CFLAGS=\'-O -xarch=v8\' export LD_OPTIONS LDFLAGS CPPFLAGS CFLAGS CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC F77=/opt/SUNWspro/bin/f77 export CC CXX F77 PKG_CONFIG_PATH=/opt/csw/lib export PKG_CONFIG_PATH ./configure \\ --prefix=/usr/local/dovecot-1.0.10_test \\ --mandir=/opt/csw/share/man \\ --with-libiconv-prefix=/opt/csw \\ --with-shadow \\ --with-pam \\ --with-ldap \\ --with-mysql \\ --with-ssl=openssl \\ --with-ssldir=/opt/csw/ssl \\ --enable-header-install \\ --with-gssapi make make install # ldd /usr/local/dovecot-1.0.10_test/sbin/dovecot libldap-2.3.so.0 => /opt/csw/lib/sparcv8/libldap-2.3.so.0 liblber-2.3.so.0 => /opt/csw/lib/sparcv8/liblber-2.3.so.0 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 librt.so.1 => /lib/librt.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 libc.so.1 => /lib/libc.so.1 libresolv.so.2 => /lib/libresolv.so.2 libgen.so.1 => /lib/libgen.so.1 libnet.so => /opt/csw/lib/sparcv8/libnet.so libsasl2.so.2 => /opt/csw/lib/sparcv8/libsasl2.so.2 libssl.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libaio.so.1 => /lib/libaio.so.1 libdl.so.1 => /lib/libdl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1 Then to use Sun LDAP, I removed the Blastwave OpenLDAP packages, and only -llber from the build environment: pkgrm CSWoldapclient CSWoldaprt export PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/SUNWspro/bin LD_OPTIONS=\'-R/opt/csw/lib/$ISALIST:/opt/csw/mysql5/lib/mysql/$ISALIST\' CPPFLAGS=\'-I/opt/csw/include -I/opt/csw/mysql5/include/mysql\' LDFLAGS=\'-L/opt/csw/lib -L/opt/csw/mysql5/lib/mysql -lldap\' CFLAGS=\'-O -xarch=v8\' export LD_OPTIONS LDFLAGS CPPFLAGS CFLAGS CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC F77=/opt/SUNWspro/bin/f77 export CC CXX F77 PKG_CONFIG_PATH=/opt/csw/lib export PKG_CONFIG_PATH ./configure \\ --prefix=/usr/local/dovecot-1.0.10_test_sunldap \\ --mandir=/opt/csw/share/man \\ --with-libiconv-prefix=/opt/csw \\ --with-shadow \\ --with-pam \\ --with-ldap \\ --with-mysql \\ --with-ssl=openssl \\ --with-ssldir=/opt/csw/ssl \\ --enable-header-install \\ --with-gssapi make make install # ldd /usr/local/dovecot-1.0.10_test_sunldap/sbin/dovecot libldap.so.5 => /usr/lib/libldap.so.5 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 librt.so.1 => /lib/librt.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 libc.so.1 => /lib/libc.so.1 libsasl.so.1 => /usr/lib/libsasl.so.1 libmd5.so.1 => /lib/libmd5.so.1 libnspr4.so => /usr/lib/mps/libnspr4.so libplc4.so => /usr/lib/mps/libplc4.so libnss3.so => /usr/lib/mps/libnss3.so libssl3.so => /usr/lib/mps/libssl3.so libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libaio.so.1 => /lib/libaio.so.1 libpthread.so.1 => /lib/libpthread.so.1 libthread.so.1 => /lib/libthread.so.1 libdl.so.1 => /lib/libdl.so.1 libsoftokn3.so => /usr/lib/mps/libsoftokn3.so libplds4.so => /usr/lib/mps/libplds4.so libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libbsm.so.1 => /lib/libbsm.so.1 libsecdb.so.1 => /lib/libsecdb.so.1 libtsol.so.2 => /lib/libtsol.so.2 libcmd.so.1 => /lib/libcmd.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1 /usr/lib/mps/cpu/sparcv8plus/libnspr_flt4.so Each time, the dovecot binary was linked to /opt/csw/sbin/dovecot, and the cswdovecot service restarted, using always the same /opt/csw/etc/dovecot.conf file. ---------------------------------------------------------------------- (0005163) asmoore (reporter) - 2008-03-04 07:16 http://www.opencsw.org/mantis/view.php?id=2760#c5163 ---------------------------------------------------------------------- I am not sure, but I doubt either of us can fix this. That is why I built dovecot-pam without OpenLDAP to prove that OpenLDAP bindings were the problem. The next package tried to determine which binary needed to be switched by adding /opt/csw/sbin/dovecot-pam for you to rename. I do not mind building dovecot twice, but I need to have only one package since I cannot duplicate filenames across packages. The best option is to determine which binaries needs to be switched. Assuming it is that simple. Let me make another package that includes some files to rename. ---------------------------------------------------------------------- (0005177) laurent (reporter) - 2008-03-07 10:42 http://www.opencsw.org/mantis/view.php?id=2760#c5177 ---------------------------------------------------------------------- The strange thing is, when you provided me with the testing package including two binaries, neither of them worked as I reported above, when the one without LDAP should have... ---------------------------------------------------------------------- (0005178) asmoore (reporter) - 2008-03-07 18:02 http://www.opencsw.org/mantis/view.php?id=2760#c5178 ---------------------------------------------------------------------- Now I am confused. I have copied text from above for verification. This test was done with a dovecot package built without OpenLDAP at all. ------copied ----------------------------------------------------------------------- laurent - 2008-02-04 04:12 EST ----------------------------------------------------------------------- I installed it, and a first test shows that a AM authenticated user now can log in. Thanks! ------end of copied text If that package actually did Not work, then I am at a loss for what to do. ---------------------------------------------------------------------- (0005179) laurent (reporter) - 2008-03-10 11:33 http://www.opencsw.org/mantis/view.php?id=2760#c5179 ---------------------------------------------------------------------- I was referring to your message from 2008-02-24 11:05, in which you said: ==== I have built dovecot twice and have only the one package available. I added /opt/csw/sbin/dovecot-pam.ldap to the package, as I think that this is all that is really needed. ==== And *that* didn\'t work, as I pointed out below. I believe it might be because /opt/csw/libexec/dovecot binaries also contains references to libldap: imap: libldap-2.3.so.0 => /opt/csw/lib/sparcv8/libldap-2.3.so.0 imap-login: libldap-2.3.so.0 => /opt/csw/lib/sparcv8/libldap-2.3.so.0 So including an alternative, OpenLDAP-free version doesn\'t seem to be that simple. ---------------------------------------------------------------------- (0005181) asmoore (reporter) - 2008-03-10 19:06 http://www.opencsw.org/mantis/view.php?id=2760#c5181 ---------------------------------------------------------------------- Yes, I agree that the problem is all of the other files that still have the link to OpenLDAP. One option is for me to create something like this. A core package dovecot_core which does not include any files from the following packages, then a dovecot bin package with OpenLDAP dovecot (the old one), and finally, a dovecot bin package without OpenLDAP that is named dovecot_pam. Both packages would depend on dovecot_core. dovecot_core would have no files linked with OpenLDAP. This will make more sense when I have the install scripts correct. I started working on this a few days ago. When I am ready, I will let you know. ---------------------------------------------------------------------- (0005185) laurent (reporter) - 2008-03-11 05:23 http://www.opencsw.org/mantis/view.php?id=2760#c5185 ---------------------------------------------------------------------- Okay, sounds good, I\'ll try it as soon as it\'s ready! ---------------------------------------------------------------------- (0005779) skayser (administrator) - 2009-03-29 13:11 http://www.opencsw.org/mantis/view.php?id=2760#c5779 ---------------------------------------------------------------------- CSWdovecot has a new maintainer and an updated dovecot version (1.1.11) has been published to current. I have successfully tested this new package on Solaris 10 x86 with dovecot authenticating users directly against LDAP (Sun DS 6.3) as well as via PAM LDAP. Could you please verify that the updated package addresses your authentication problems also. Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 13:11 skayser Note Added: 0005779 2009-03-29 13:11 skayser Assigned To asmoore => skayser 2009-03-29 13:11 skayser Status assigned => feedback ====================================================================== From noreply at opencsw.org Sun Mar 29 16:20:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 16:20:53 +0200 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: <4b7dda2bd84ec6f479ca80a1a1757e03@opencsw.org> A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-29 16:20 CEST ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== ---------------------------------------------------------------------- (0005772) yann (manager) - 2009-03-28 14:22 http://opencsw.org/bugtrack/view.php?id=3511#c5772 ---------------------------------------------------------------------- Can you tell me more about your environnement 'cause I don't reproduce this bug on solaris 8 branded zone and solaris 10 x86 ? Can you join the core file, give me the output of "ldd /opt/csw/bin/lftp" and "pkg-get -c" ? ---------------------------------------------------------------------- (0005775) wbonnet (reporter) - 2009-03-28 18:23 http://opencsw.org/bugtrack/view.php?id=3511#c5775 ---------------------------------------------------------------------- core file is available on the farm in my homedir $ ldd /opt/csw/bin/lftp libexpat.so.1 => /opt/csw/lib/i386/libexpat.so.1 libssl.so.0.9.8 => /opt/csw/lib/pentium_pro/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 librt.so.1 => /lib/librt.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libiconv.so.2 => /opt/csw/lib/i386/libiconv.so.2 libreadline.so.6 => /opt/csw/lib/i386/libreadline.so.6 libcurses.so.1 => /lib/libcurses.so.1 libresolv.so.2 => /lib/libresolv.so.2 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libCstd.so.1 => /usr/lib/libCstd.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libsec.so.1 => /lib/libsec.so.1 libncurses.so.5 => /opt/csw/lib/libncurses.so.5 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libavl.so.1 => /lib/libavl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 ---------------------------------------------------------------------- (0005780) yann (manager) - 2009-03-29 16:20 http://opencsw.org/bugtrack/view.php?id=3511#c5780 ---------------------------------------------------------------------- The core is not group readable on the farm, could you give me read access ? Can you send me the output of 'uname -a', do a "truss -f lftp ftp.debian.org" and send me the output ? Are you able to reproduce this bug on other computer or only on a specific one ? Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann 2009-03-28 14:22 yann Note Added: 0005772 2009-03-28 14:22 yann Status assigned => feedback 2009-03-28 18:21 wbonnet File Added: pkglist.txt 2009-03-28 18:23 wbonnet Note Added: 0005775 2009-03-29 16:20 yann Note Added: 0005780 ====================================================================== From noreply at opencsw.org Sun Mar 29 18:40:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 18:40:52 +0200 Subject: [bug-notifications] [jpeg 0000350]: Add support for lossless cropping to jpegtran In-Reply-To: <2303894bc8e1af3464bff9f0d47dd0ad> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=350 ====================================================================== Reported By: komadori Assigned To: james ====================================================================== Project: jpeg Issue ID: 350 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-04-05 12:41 CEST Last Modified: 2009-03-29 18:40 CEST ====================================================================== Summary: Add support for lossless cropping to jpegtran Description: The following patch adds support for seamless cropping to the jpegtran utillity supplied with the IJG reference implementation. http://sylvana.net/jpegcrop/croppatch.tar.gz ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 18:40 james Assigned To phil => james ====================================================================== From noreply at opencsw.org Sun Mar 29 19:16:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 19:16:20 +0200 Subject: [bug-notifications] [fontconfig 0003512]: Please upgrade to version 2.6.0 Message-ID: <56968e5ed28ba6a3f5466ec03435d60e@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3512 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: fontconfig Issue ID: 3512 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-29 19:16 CEST Last Modified: 2009-03-29 19:16 CEST ====================================================================== Summary: Please upgrade to version 2.6.0 Description: Please upgrade to version 2.6.0 This upgrade is needed to compile the latest version of cairo and pango ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 19:16 wbonnet New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 15:57:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 15:57:14 +0200 Subject: [bug-notifications] [glib2 0003513]: Update glib2 to v2.20.0 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3513 ====================================================================== Reported By: kenmays Assigned To: ====================================================================== Project: glib2 Issue ID: 3513 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 15:57 CEST Last Modified: 2009-03-30 15:57 CEST ====================================================================== Summary: Update glib2 to v2.20.0 Description: Glib2 requires an upgrade do to GNOME 2.26.x app integration efforts needed for future GNOME 2.26.x and GTK+ application implementations. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 15:57 kenmays New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 17:59:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 17:59:24 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: <3cac4073ee7f0f69b02558f091780cf9@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-30 17:59 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 30 18:02:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 18:02:56 +0200 Subject: [bug-notifications] [libgsasl 0003435]: Depend on CSWggettextrt In-Reply-To: <2744170782eef12fc5000cd33338ade1> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3435 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgsasl Issue ID: 3435 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:27 CET Last Modified: 2009-03-30 18:02 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:27 harpchad New Issue 2009-03-30 18:02 dam Status new => assigned 2009-03-30 18:02 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 30 18:24:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 18:24:23 +0200 Subject: [bug-notifications] [readline 0002609]: history.3 man page macro bug In-Reply-To: Message-ID: <12d38adcff7c6e428bd434ff0a21b011@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2609 ====================================================================== Reported By: jeff Assigned To: dam ====================================================================== Project: readline Issue ID: 2609 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-10-05 02:33 CEST Last Modified: 2009-03-30 18:24 CEST ====================================================================== Summary: history.3 man page macro bug Description: The history.3 manual page defines 3-character macros that fail when being formatted with Sun\'s nroff. Must change to 2-character macros. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 18:24 dam Status new => assigned 2009-03-30 18:24 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 30 20:47:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:47:00 +0200 Subject: [bug-notifications] [mpeg2dec 0003514]: Please update to 0.5.1 Message-ID: <183d2fdc806e63e24311db04bff90d88@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3514 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mpeg2dec Issue ID: 3514 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 20:46 CEST Last Modified: 2009-03-30 20:46 CEST ====================================================================== Summary: Please update to 0.5.1 Description: Please update to 0.5.1 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:46 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 20:47:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:47:12 +0200 Subject: [bug-notifications] [opensp 0003515]: broken search path Message-ID: <82f654d859cc473fe01734bb64ba464d@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3515 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: opensp Issue ID: 3515 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 20:47 CEST Last Modified: 2009-03-30 20:47 CEST ====================================================================== Summary: broken search path Description: When using the ospcat program, it fails to behave as expected unless using either -D or $CWD contains a valid sgml catalog file. I think the configure option --enable-default-search-path should be set to .:/opt/csw/share/sgml:/opt/csw/share/xml:/opt/csw/etc/sgml, which would match behaviour on redhat linux. It is possible to avoid this issue by passing -D /opt/csw/etc/sgml to ospcat, but there are configure scripts (see mutt) that don't do this. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:47 bwalton New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 20:49:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:49:21 +0200 Subject: [bug-notifications] [libxrender 0003516]: Please upgrade to 0.9.4 Message-ID: <7b56cf4b166904d7292f1ae821a535c6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3516 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libxrender Issue ID: 3516 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 20:49 CEST Last Modified: 2009-03-30 20:49 CEST ====================================================================== Summary: Please upgrade to 0.9.4 Description: Please upgrade to 0.9.4 New home is http://www.t2-project.org/packages/libxrender.html ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:49 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 20:55:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:55:41 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: <15ca52300ed128fe88246afb5dc90835@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-30 20:55 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== ---------------------------------------------------------------------- (0005781) dam (manager) - 2009-03-30 20:55 http://www.opencsw.org/mantis/view.php?id=3496#c5781 ---------------------------------------------------------------------- Testing packages available in /home/testing: neon-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz Please verify that the issue is resolved. Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam 2009-03-30 20:55 dam Note Added: 0005781 2009-03-30 20:55 dam Status assigned => feedback ====================================================================== From noreply at opencsw.org Mon Mar 30 22:43:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:43:42 +0200 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location In-Reply-To: <67d3addf53deb0e2b38082dccf116e4f> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-30 22:43 CEST ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== ---------------------------------------------------------------------- (0005731) ja (manager) - 2009-03-24 22:50 http://www.opencsw.org/bugtrack/view.php?id=3495#c5731 ---------------------------------------------------------------------- new packages are available in testing. the problem should be fixed there. ---------------------------------------------------------------------- (0005782) ja (manager) - 2009-03-30 22:43 http://www.opencsw.org/bugtrack/view.php?id=3495#c5782 ---------------------------------------------------------------------- new package version released, which fixes the bug: REV=2009.03.30 Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue 2009-03-24 22:48 ja Status new => assigned 2009-03-24 22:48 ja Assigned To => ja 2009-03-24 22:50 ja Status assigned => confirmed 2009-03-24 22:50 ja Note Added: 0005731 2009-03-30 22:43 ja Note Added: 0005782 2009-03-30 22:43 ja Status confirmed => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:46:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:46:28 +0200 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file In-Reply-To: <924aac3d8edf26f807b26883d2903a14> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-30 22:46 CEST ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== ---------------------------------------------------------------------- (0005728) ja (manager) - 2009-03-24 21:04 http://www.opencsw.org/bugtrack/view.php?id=3493#c5728 ---------------------------------------------------------------------- There is a new version of nsca and send_nsca in testing, where the problem should be fixed. ---------------------------------------------------------------------- (0005783) ja (manager) - 2009-03-30 22:46 http://www.opencsw.org/bugtrack/view.php?id=3493#c5783 ---------------------------------------------------------------------- new package version released, which fixes the bug: REV=2009.03.30 Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue 2009-03-24 21:03 ja Status new => assigned 2009-03-24 21:03 ja Assigned To => ja 2009-03-24 21:03 ja Status assigned => confirmed 2009-03-24 21:04 ja Note Added: 0005728 2009-03-30 22:46 ja Note Added: 0005783 2009-03-30 22:46 ja Status confirmed => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:52:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:52:32 +0200 Subject: [bug-notifications] [glib2 0003106]: Depend on CSWggettextrt In-Reply-To: <9f8495398ec904a37edcb3eaba9e9c5c> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3106 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: glib2 Issue ID: 3106 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:52 CET Last Modified: 2009-03-30 22:52 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005784) harpchad (manager) - 2009-03-30 22:52 http://www.opencsw.org/mantis/view.php?id=3106#c5784 ---------------------------------------------------------------------- Resolved in 2.18.4,REV=2009.03.23 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:52 harpchad New Issue 2009-03-30 22:52 harpchad Note Added: 0005784 2009-03-30 22:52 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:54:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:54:03 +0200 Subject: [bug-notifications] [gnutls 0003142]: Depend on CSWggettextrt In-Reply-To: <1a0355b0eeb77b8620e8fe51ddcdbbfb> Message-ID: <69cff5f174e5b819398159bad75a31c3@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3142 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gnutls Issue ID: 3142 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:56 CET Last Modified: 2009-03-30 22:54 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005786) harpchad (manager) - 2009-03-30 22:54 http://www.opencsw.org/mantis/view.php?id=3142#c5786 ---------------------------------------------------------------------- Resolved in 2.6.4,REV=2009.03.16 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:56 harpchad New Issue 2009-03-30 22:54 harpchad Note Added: 0005786 2009-03-30 22:54 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:55:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:55:27 +0200 Subject: [bug-notifications] [rdesktop 0002917]: rdesktop crashes on 8 bpp desktop In-Reply-To: Message-ID: <6f793b660b5311676a6285c69f90af35@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2917 ====================================================================== Reported By: laurent Assigned To: harpchad ====================================================================== Project: rdesktop Issue ID: 2917 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-06-23 04:06 CEST Last Modified: 2009-03-30 22:55 CEST ====================================================================== Summary: rdesktop crashes on 8 bpp desktop Description: When used on an X server which is set 8 bpp, rdesktop shows the login screen of the remote Windows server, but crashes immediately after logging in. If rdesktop is set as 8 bpp on a 24 bpp X server, there is no problem. ====================================================================== ---------------------------------------------------------------------- (0005346) laurent (reporter) - 2008-07-01 03:14 http://www.opencsw.org/mantis/view.php?id=2917#c5346 ---------------------------------------------------------------------- I\'ve just noticed that rdesktop also crashes in a similar way when run inside a VNC session. The server uses Solaris\' VNC 4.1.2, the client is a RealVNC, the standard build for Windows, no special settings. ---------------------------------------------------------------------- (0005671) harpchad (manager) - 2009-03-18 23:06 http://www.opencsw.org/mantis/view.php?id=2917#c5671 ---------------------------------------------------------------------- Can you retry with version 1.6.0,REV=2009.02.22. If you still have a crash please try to obtain a backtrace (or attach the core). ---------------------------------------------------------------------- (0005787) harpchad (manager) - 2009-03-30 22:55 http://www.opencsw.org/mantis/view.php?id=2917#c5787 ---------------------------------------------------------------------- Please open/reopen if you're able to replicate on the new version. Issue History Date Modified Username Field Change ====================================================================== 2009-03-18 23:06 harpchad Note Added: 0005671 2009-03-18 23:06 harpchad Assigned To => harpchad 2009-03-18 23:06 harpchad Status new => acknowledged 2009-03-30 22:55 harpchad Note Added: 0005787 2009-03-30 22:55 harpchad Status acknowledged => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 23:12:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 23:12:05 +0200 Subject: [bug-notifications] [nagios 0002694]: CSWnagios requires CSWapache, interfering with CSWapache2 In-Reply-To: Message-ID: <0846d6dbcafe1acf296985d0343b626d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2694 ====================================================================== Reported By: irilyth Assigned To: ja ====================================================================== Project: nagios Issue ID: 2694 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-12-08 09:41 CET Last Modified: 2009-03-30 23:12 CEST ====================================================================== Summary: CSWnagios requires CSWapache, interfering with CSWapache2 Description: Since CSWnagios requires CSWapache, it\'s hard to run nagios on a machine with CSWapache2. Is it possible to make it depend on one or the other, or to otherwise make it easier to have Apache 2 and Nagios together? ====================================================================== ---------------------------------------------------------------------- (0005710) ja (manager) - 2009-03-23 19:22 http://www.opencsw.org/bugtrack/view.php?id=2694#c5710 ---------------------------------------------------------------------- Current version depends on CSWapache2. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:22 ja Assigned To asmoore => ja 2009-03-23 19:22 ja Note Added: 0005710 2009-03-23 19:22 ja Status assigned => resolved 2009-03-23 19:22 ja Resolution open => fixed 2009-03-30 23:12 ja Status resolved => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 23:14:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 23:14:02 +0200 Subject: [bug-notifications] [nagios 0002580]: Example Apache configuration is not sufficient to get Nagios running In-Reply-To: <1d09f5e4dff5ca6c970595f24c4a4fa4> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2580 ====================================================================== Reported By: trygvis Assigned To: ja ====================================================================== Project: nagios Issue ID: 2580 Category: regular use Reproducibility: always Severity: text Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-09-01 06:14 CEST Last Modified: 2009-03-30 23:14 CEST ====================================================================== Summary: Example Apache configuration is not sufficient to get Nagios running Description: In /opt/csw/nagios/etc/httpd-nagios.conf the directory /opt/csw/nagios/share is alised to /nagios, but the config doesn\'t include a <Directory> stanza for the directory. I suggest adding this to the file: <Directory \"/opt/csw/nagios/share/\"> Order allow,deny Allow from all </Directory> ====================================================================== ---------------------------------------------------------------------- (0005711) ja (manager) - 2009-03-23 19:25 http://www.opencsw.org/bugtrack/view.php?id=2580#c5711 ---------------------------------------------------------------------- Fixed in current version of Nagios. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:24 ja Assigned To asmoore => ja 2009-03-23 19:25 ja Note Added: 0005711 2009-03-23 19:25 ja Status assigned => resolved 2009-03-23 19:25 ja Resolution open => fixed 2009-03-30 23:14 ja Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 01:50:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 01:50:25 +0200 Subject: [bug-notifications] [mpeg2dec 0003514]: Please update to 0.5.1 In-Reply-To: Message-ID: <0cfd2f860cf40674006f0fb17284a476@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3514 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: mpeg2dec Issue ID: 3514 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-30 20:46 CEST Last Modified: 2009-03-31 01:50 CEST ====================================================================== Summary: Please update to 0.5.1 Description: Please update to 0.5.1 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:46 dam New Issue 2009-03-31 01:50 mjensen Status new => assigned 2009-03-31 01:50 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Tue Mar 31 09:47:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 09:47:17 +0200 Subject: [bug-notifications] [ncurses 0003444]: pkgmap missing man page directory creation In-Reply-To: Message-ID: <73f86d125b840ddf18dc7697564c6645@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3444 ====================================================================== Reported By: diget Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3444 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-20 19:45 CET Last Modified: 2009-03-31 09:47 CEST ====================================================================== Summary: pkgmap missing man page directory creation Description: The pkgmap for ncurses-5.7,REV=2009.01.12-SunOS5.8-sparc-CSW is missing the following directories: /opt/csw/share/man/man1 /opt/csw/share/man/man3 /opt/csw/share/man/man5 /opt/csw/share/man/man7 The problem is that if the directory does not exist, the required directory is made, but it ends up having the wrong owner/group/permissions. (Do an fresh install and notice the "" output during the pkgadd.) So, if a package later on tries to add files into, say, man5 and that package has /opt/csw/share/man/man5 in its pkgmap with what I believe to be normal "0755 root bin" permissions, you get the following: The following files are already installed on the system and are being used by another package: * /opt/csw/share/man/man5 which requires a y,n response. ====================================================================== ---------------------------------------------------------------------- (0005551) diget (reporter) - 2009-02-20 19:51 http://www.opencsw.org/mantis/view.php?id=3444#c5551 ---------------------------------------------------------------------- The error that I mention does not actually come from the the syslog_ng package, but rather from CSWtcpwrap with is being installed to fulfill a dependency for syslog_ng. ---------------------------------------------------------------------- (0005788) dam (manager) - 2009-03-31 09:47 http://www.opencsw.org/mantis/view.php?id=3444#c5788 ---------------------------------------------------------------------- The issue has been resolved in r3993 by changing the way pathes in GAR are included. A new package will be produced when the other outstanding bugs are fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-02-20 19:45 diget New Issue 2009-02-20 19:51 diget Note Added: 0005551 2009-03-26 15:52 dam Status new => assigned 2009-03-26 15:52 dam Assigned To => dam 2009-03-31 09:47 dam Note Added: 0005788 2009-03-31 09:47 dam Status assigned => resolved 2009-03-31 09:47 dam Resolution open => fixed ====================================================================== From noreply at opencsw.org Tue Mar 31 09:48:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 09:48:41 +0200 Subject: [bug-notifications] [libgsasl 0003435]: Depend on CSWggettextrt In-Reply-To: <2744170782eef12fc5000cd33338ade1> Message-ID: <4792b1c881c551abfea15314f4c84a14@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3435 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgsasl Issue ID: 3435 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:27 CET Last Modified: 2009-03-31 09:48 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005789) dam (manager) - 2009-03-31 09:48 http://www.opencsw.org/mantis/view.php?id=3435#c5789 ---------------------------------------------------------------------- The issue is fixed in 1.1,REV=2009.03.26 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:27 harpchad New Issue 2009-03-30 18:02 dam Status new => assigned 2009-03-30 18:02 dam Assigned To => dam 2009-03-30 18:04 dam Status assigned => acknowledged 2009-03-31 09:48 dam Note Added: 0005789 2009-03-31 09:48 dam Status acknowledged => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 12:16:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 12:16:24 +0200 Subject: [bug-notifications] [gv 0003517]: Please upgrade to 3.6.7 Message-ID: <8ccd0c424debecf58bba3648dfc49093@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3517 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: gv Issue ID: 3517 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 12:16 CEST Last Modified: 2009-03-31 12:16 CEST ====================================================================== Summary: Please upgrade to 3.6.7 Description: Please upgrade to 3.6.7. The new home is http://www.gnu.org/software/gv/ ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 12:16 dam New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 13:23:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 13:23:30 +0200 Subject: [bug-notifications] [libsdl 0003518]: link libSDL-1.2.so.0 not pointing to the right lib Message-ID: <902d2cc07f00c45c013e07ab869226d6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3518 ====================================================================== Reported By: yjobic Assigned To: ====================================================================== Project: libsdl Issue ID: 3518 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 13:23 CEST Last Modified: 2009-03-31 13:23 CEST ====================================================================== Summary: link libSDL-1.2.so.0 not pointing to the right lib Description: Crash when running mplayer. homard-jobic% ldd /opt/csw/bin/mplayer | grep SDL libSDL-1.2.so.0 => (file not found) The hack : ln -s /opt/csw/lib/libSDL-1.2.so.0.11.2 /opt/csw/lib/libSDL-1.2.so.0 Then it's running fine. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 13:23 yjobic New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 14:19:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 14:19:30 +0200 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <852624a88b42bf6f1caec9a8c11a1f2a@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-31 14:19 CEST ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/mantis/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/mantis/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. ---------------------------------------------------------------------- (0005790) pfelecan (manager) - 2009-03-31 14:19 http://www.opencsw.org/mantis/view.php?id=3471#c5790 ---------------------------------------------------------------------- mkdirentries is anew in texinfo Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened 2009-03-20 18:38 pfelecan Status feedback => assigned 2009-03-20 18:38 pfelecan Assigned To => pfelecan 2009-03-31 14:19 pfelecan Note Added: 0005790 2009-03-31 14:19 pfelecan Status assigned => resolved 2009-03-31 14:19 pfelecan Resolution reopened => fixed ====================================================================== From noreply at opencsw.org Tue Mar 31 14:20:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 14:20:10 +0200 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <19ffc4fecb50637f87eef81a33f5cc37@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-31 14:20 CEST ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/mantis/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/mantis/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. ---------------------------------------------------------------------- (0005790) pfelecan (manager) - 2009-03-31 14:19 http://www.opencsw.org/mantis/view.php?id=3471#c5790 ---------------------------------------------------------------------- mkdirentries is anew in texinfo Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened 2009-03-20 18:38 pfelecan Status feedback => assigned 2009-03-20 18:38 pfelecan Assigned To => pfelecan 2009-03-31 14:19 pfelecan Note Added: 0005790 2009-03-31 14:19 pfelecan Status assigned => resolved 2009-03-31 14:19 pfelecan Resolution reopened => fixed 2009-03-31 14:20 pfelecan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 15:56:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 15:56:44 +0200 Subject: [bug-notifications] [opensp 0003515]: broken search path In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3515 ====================================================================== Reported By: bwalton Assigned To: pfelecan ====================================================================== Project: opensp Issue ID: 3515 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-30 20:47 CEST Last Modified: 2009-03-31 15:56 CEST ====================================================================== Summary: broken search path Description: When using the ospcat program, it fails to behave as expected unless using either -D or $CWD contains a valid sgml catalog file. I think the configure option --enable-default-search-path should be set to .:/opt/csw/share/sgml:/opt/csw/share/xml:/opt/csw/etc/sgml, which would match behaviour on redhat linux. It is possible to avoid this issue by passing -D /opt/csw/etc/sgml to ospcat, but there are configure scripts (see mutt) that don't do this. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:47 bwalton New Issue 2009-03-31 15:56 pfelecan Status new => assigned 2009-03-31 15:56 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 17:43:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 17:43:40 +0200 Subject: [bug-notifications] [git 0003519]: perl module location Message-ID: <46ebe330c841e9273f295482b9efdcac@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3519 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: git Issue ID: 3519 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 17:43 CEST Last Modified: 2009-03-31 17:43 CEST ====================================================================== Summary: perl module location Description: Git.pm is installed in the $SITE directory instead of $VENDOR. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 17:43 bwalton New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 18:35:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:35:55 +0200 Subject: [bug-notifications] [emacs_gtk 0003379]: Depend on CSWggettextrt In-Reply-To: <636ce238dd68c413c19f0f8fd2fa4f08> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3379 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: emacs_gtk Issue ID: 3379 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:21 CET Last Modified: 2009-03-31 18:35 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:21 harpchad New Issue 2009-03-31 18:35 pfelecan Status new => assigned 2009-03-31 18:35 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:36:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:36:41 +0200 Subject: [bug-notifications] [gnucash 0003367]: Depend on CSWggettextrt In-Reply-To: <280d8b369caadddc05b938ad1faaed0f> Message-ID: <61585057f6c8b7c1f331d8a24cade543@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3367 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: gnucash Issue ID: 3367 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:20 CET Last Modified: 2009-03-31 18:36 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:20 harpchad New Issue 2009-03-31 18:36 pfelecan Status new => assigned 2009-03-31 18:36 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:37:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:37:24 +0200 Subject: [bug-notifications] [libofx 0003365]: Depend on CSWggettextrt In-Reply-To: <361f6f9563eab6d3ae5a0e11caca33ab> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3365 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: libofx Issue ID: 3365 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:20 CET Last Modified: 2009-03-31 18:37 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:20 harpchad New Issue 2009-03-31 18:37 pfelecan Status new => assigned 2009-03-31 18:37 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:38:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:38:01 +0200 Subject: [bug-notifications] [opensp 0003353]: Depend on CSWggettextrt In-Reply-To: <15f195b31288d73a45b9278ef1d94595> Message-ID: <589d7568e2201758faf811405a310026@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3353 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: opensp Issue ID: 3353 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:18 CET Last Modified: 2009-03-31 18:38 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:18 harpchad New Issue 2009-03-31 18:38 pfelecan Status new => assigned 2009-03-31 18:38 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:38:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:38:45 +0200 Subject: [bug-notifications] [libgnet2rt 0003348]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3348 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: libgnet2rt Issue ID: 3348 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:18 CET Last Modified: 2009-03-31 18:38 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:18 harpchad New Issue 2009-03-31 18:38 pfelecan Status new => assigned 2009-03-31 18:38 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:39:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:39:28 +0200 Subject: [bug-notifications] [plucker 0003331]: Depend on CSWggettextrt In-Reply-To: Message-ID: <96e728fc185fce40bf747f7b91022a77@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3331 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: plucker Issue ID: 3331 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-31 18:39 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-03-31 18:39 pfelecan Status new => assigned 2009-03-31 18:39 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:40:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:40:10 +0200 Subject: [bug-notifications] [namazu 0003322]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2f82698895219315680f03ab0a2cf402@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3322 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: namazu Issue ID: 3322 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:15 CET Last Modified: 2009-03-31 18:40 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:15 harpchad New Issue 2009-03-31 18:40 pfelecan Status new => assigned 2009-03-31 18:40 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:42:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:42:39 +0200 Subject: [bug-notifications] [tetex 0000839]: teTeX 3.0 was announced today In-Reply-To: Message-ID: <26e4e7a1ff0573d14e781331e6b5c29d@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=839 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 839 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-02-07 09:28 CET Last Modified: 2009-03-31 18:42 CEST ====================================================================== Summary: teTeX 3.0 was announced today Description: This is a major version with a lot of interesting features. It would be nice to have it. ====================================================================== ---------------------------------------------------------------------- (0001650) pfelecan (manager) - 2005-03-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=839#c1650 ---------------------------------------------------------------------- available ---------------------------------------------------------------------- (0005792) pfelecan (manager) - 2009-03-31 18:42 http://www.opencsw.org/bugtrack/view.php?id=839#c5792 ---------------------------------------------------------------------- done Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 18:42 pfelecan Note Added: 0005792 2009-03-31 18:42 pfelecan Status closed => resolved 2009-03-31 18:42 pfelecan Resolution open => fixed 2009-03-31 18:42 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:43:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:43:12 +0200 Subject: [bug-notifications] [tetex 0000839]: teTeX 3.0 was announced today In-Reply-To: Message-ID: <168aa5945ec602eb342c3cb774673776@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=839 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 839 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-02-07 09:28 CET Last Modified: 2009-03-31 18:43 CEST ====================================================================== Summary: teTeX 3.0 was announced today Description: This is a major version with a lot of interesting features. It would be nice to have it. ====================================================================== ---------------------------------------------------------------------- (0001650) pfelecan (manager) - 2005-03-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=839#c1650 ---------------------------------------------------------------------- available ---------------------------------------------------------------------- (0005792) pfelecan (manager) - 2009-03-31 18:42 http://www.opencsw.org/bugtrack/view.php?id=839#c5792 ---------------------------------------------------------------------- done ---------------------------------------------------------------------- (0005793) pfelecan (manager) - 2009-03-31 18:43 http://www.opencsw.org/bugtrack/view.php?id=839#c5793 ---------------------------------------------------------------------- done Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 18:42 pfelecan Note Added: 0005792 2009-03-31 18:42 pfelecan Status closed => resolved 2009-03-31 18:42 pfelecan Resolution open => fixed 2009-03-31 18:42 pfelecan Assigned To => pfelecan 2009-03-31 18:43 pfelecan Note Added: 0005793 2009-03-31 18:43 pfelecan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 18:43:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:43:46 +0200 Subject: [bug-notifications] [grip 0003286]: Depend on CSWggettextrt In-Reply-To: <27950a0886e2c9be4c27bef7a342a64c> Message-ID: <2cc94c9c6bd58d54f6e8d9a0c14b14d8@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3286 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: grip Issue ID: 3286 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-31 18:43 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-31 18:43 pfelecan Status new => assigned 2009-03-31 18:43 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:44:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:44:21 +0200 Subject: [bug-notifications] [jpilot 0003279]: Depend on CSWggettextrt In-Reply-To: <41bc09d94ade0779e1bb6533fc44b9d2> Message-ID: <630aea6e6b165795fa4acdd9a22cc46b@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3279 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: jpilot Issue ID: 3279 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:10 CET Last Modified: 2009-03-31 18:44 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:10 harpchad New Issue 2009-03-31 18:44 pfelecan Status new => assigned 2009-03-31 18:44 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 19:58:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 19:58:55 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-31 19:58 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== ---------------------------------------------------------------------- (0005781) dam (manager) - 2009-03-30 20:55 http://www.opencsw.org/mantis/view.php?id=3496#c5781 ---------------------------------------------------------------------- Testing packages available in /home/testing: neon-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz Please verify that the issue is resolved. ---------------------------------------------------------------------- (0005794) james (reporter) - 2009-03-31 19:58 http://www.opencsw.org/mantis/view.php?id=3496#c5794 ---------------------------------------------------------------------- Yes. ldd -r shows nothing missing but also my build succeeds without a hack. Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam 2009-03-30 20:55 dam Note Added: 0005781 2009-03-30 20:55 dam Status assigned => feedback 2009-03-31 19:58 james Note Added: 0005794 ====================================================================== From noreply at opencsw.org Tue Mar 31 20:00:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 20:00:01 +0200 Subject: [bug-notifications] [gv 0003517]: Please upgrade to 3.6.7 In-Reply-To: <47d4ee53a6d9ef365067a1d32e1329c1> Message-ID: <7750d0e8f21d6db5ca784e8f85e93e44@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3517 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: gv Issue ID: 3517 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-31 12:16 CEST Last Modified: 2009-03-31 20:00 CEST ====================================================================== Summary: Please upgrade to 3.6.7 Description: Please upgrade to 3.6.7. The new home is http://www.gnu.org/software/gv/ ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 12:16 dam New Issue 2009-03-31 20:00 james Status new => assigned 2009-03-31 20:00 james Assigned To => james ====================================================================== From noreply at opencsw.org Tue Mar 31 20:48:35 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 20:48:35 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-31 20:48 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== ---------------------------------------------------------------------- (0005781) dam (manager) - 2009-03-30 20:55 http://www.opencsw.org/mantis/view.php?id=3496#c5781 ---------------------------------------------------------------------- Testing packages available in /home/testing: neon-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz Please verify that the issue is resolved. ---------------------------------------------------------------------- (0005794) james (reporter) - 2009-03-31 19:58 http://www.opencsw.org/mantis/view.php?id=3496#c5794 ---------------------------------------------------------------------- Yes. ldd -r shows nothing missing but also my build succeeds without a hack. ---------------------------------------------------------------------- (0005795) dam (manager) - 2009-03-31 20:48 http://www.opencsw.org/mantis/view.php?id=3496#c5795 ---------------------------------------------------------------------- Fixed in 0.28.4,REV=2009.03.30 Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam 2009-03-30 20:55 dam Note Added: 0005781 2009-03-30 20:55 dam Status assigned => feedback 2009-03-31 19:58 james Note Added: 0005794 2009-03-31 20:48 dam Note Added: 0005795 2009-03-31 20:48 dam Status feedback => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 21:27:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:27:07 +0200 Subject: [bug-notifications] [ap2_modpython 0003520]: RPATH contains /opt/csw/lib/\$$ISALIST Message-ID: <617ab0cdd29449e3890b4cdf9ea30765@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3520 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: ap2_modpython Issue ID: 3520 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:27 CEST Last Modified: 2009-03-31 21:27 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$$ISALIST Description: RPATH contains /opt/csw/lib/\$$ISALIST Excess shell escaping? As the prerequisite packages don't have arch libs (libpython2.6.so.1.0) this is redundant anyway. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:27 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:36:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:36:13 +0200 Subject: [bug-notifications] [ap2_modpython 0003520]: RPATH contains /opt/csw/lib/\$$ISALIST In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3520 ====================================================================== Reported By: james Assigned To: mwatters ====================================================================== Project: ap2_modpython Issue ID: 3520 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-31 21:27 CEST Last Modified: 2009-03-31 21:36 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$$ISALIST Description: RPATH contains /opt/csw/lib/\$$ISALIST Excess shell escaping? As the prerequisite packages don't have arch libs (libpython2.6.so.1.0) this is redundant anyway. ====================================================================== ---------------------------------------------------------------------- (0005796) mwatters (manager) - 2009-03-31 21:35 http://www.opencsw.org/bugtrack/view.php?id=3520#c5796 ---------------------------------------------------------------------- thanks for the report ;) I will take a look at the escaping. ---------------------------------------------------------------------- (0005797) dam (reporter) - 2009-03-31 21:36 http://www.opencsw.org/bugtrack/view.php?id=3520#c5797 ---------------------------------------------------------------------- To skip this entirely in GAR you can use 'NOISALIST=1'. How much shell escaping is necessary depends on if the application uses autoconf and/or libtool. The quoting-level can be reduced with 'RUNPATHQUOTE=1' (quote for one expansion) as opposed to 'RUNPATHQUOTE=2' (quote for double expansion). Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:27 james New Issue 2009-03-31 21:35 mwatters Note Added: 0005796 2009-03-31 21:35 mwatters Assigned To => mwatters 2009-03-31 21:35 mwatters Status new => confirmed 2009-03-31 21:36 dam Note Added: 0005797 ====================================================================== From noreply at opencsw.org Tue Mar 31 21:37:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:37:27 +0200 Subject: [bug-notifications] [antiword 0003521]: Not sun4m compatible Message-ID: <66d6b4421831833c62bce9f21757b447@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3521 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: antiword Issue ID: 3521 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:37 CEST Last Modified: 2009-03-31 21:37 CEST ====================================================================== Summary: Not sun4m compatible Description: $ file /opt/csw/bin/antiword /opt/csw/bin/antiword: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:37 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:38:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:38:55 +0200 Subject: [bug-notifications] [axel 0003522]: Not sun4m compatible Message-ID: <489b9f9ab727b2158a91b357225f7705@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3522 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: axel Issue ID: 3522 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:38 CEST Last Modified: 2009-03-31 21:38 CEST ====================================================================== Summary: Not sun4m compatible Description: CSWaxel 2.3,REV=2009.02.28 /opt/csw/bin/axel: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:38 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:43:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:43:17 +0200 Subject: [bug-notifications] [boincclient 0003523]: RPATH contains /opt/csw/lib/-R/opt/csw/lib Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3523 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: boincclient Issue ID: 3523 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:43 CEST Last Modified: 2009-03-31 21:43 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib This is not important as elements higher in the RPATH will be used first. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:43 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:43:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:43:48 +0200 Subject: [bug-notifications] [libiconv 0003524]: Please upgrade to 1.13 Message-ID: <02635dd14b221d9ca87cd2eedcb71f9e@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3524 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libiconv Issue ID: 3524 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:43 CEST Last Modified: 2009-03-31 21:43 CEST ====================================================================== Summary: Please upgrade to 1.13 Description: A new version of libiconv (1.13) is available. Finally it knows about Solaris encoding 646! ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:43 dam New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:44:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:44:32 +0200 Subject: [bug-notifications] [boinclibs 0003525]: RPATH contains /opt/csw/lib/-R/opt/csw/lib Message-ID: <18ea375a9509e4853361e9c24d91409c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3525 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: boinclibs Issue ID: 3525 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:44 CEST Last Modified: 2009-03-31 21:44 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib Not important as elements higher in the RPATH will be used first. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:44 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:45:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:45:28 +0200 Subject: [bug-notifications] [boinclibs 0003525]: RPATH contains /opt/csw/lib/-R/opt/csw/lib In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3525 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: boinclibs Issue ID: 3525 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:44 CEST Last Modified: 2009-03-31 21:45 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib Not important as elements higher in the RPATH will be used first. ====================================================================== ---------------------------------------------------------------------- (0005798) james (reporter) - 2009-03-31 21:45 http://www.opencsw.org/bugtrack/view.php?id=3525#c5798 ---------------------------------------------------------------------- And CSWboincmanager, I'll spare the extra report: file = /opt/csw/bin/boincmgr RPATH contains /opt/csw/lib/-R/opt/csw/lib RPATH = [27] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib/-R/opt/csw/lib:/opt/studio/SOS11/SUNWspro/lib/rw7:/opt/studio/SOS11/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:44 james New Issue 2009-03-31 21:45 james Note Added: 0005798 ====================================================================== From noreply at opencsw.org Tue Mar 31 22:10:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:10:39 +0200 Subject: [bug-notifications] [clamav 0003526]: RPATH in reverse Message-ID: <0ec6e7c34bd89625ee4bd5ca2097d480@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3526 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: clamav Issue ID: 3526 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:10 CEST Last Modified: 2009-03-31 22:10 CEST ====================================================================== Summary: RPATH in reverse Description: file = /opt/csw/sbin/clamd [14] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST So /opt/csw/lib/$ISALIST is not used, hence arch libs not used. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:10 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:12:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:12:45 +0200 Subject: [bug-notifications] [cmake 0003527]: RPATH contains /opt/csw/lib/\$$ISALIST Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3527 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cmake Issue ID: 3527 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:12 CEST Last Modified: 2009-03-31 22:12 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$$ISALIST Description: RPATH contains /opt/csw/lib/\$$ISALIST So won't pick up arch dependent libs. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:12 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:15:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:15:37 +0200 Subject: [bug-notifications] [cvsps 0003528]: RPATH contains /opt/csw/lib/\$ISALIST Message-ID: <8b49bb2ccc8f2e387402e93cbb551961@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3528 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cvsps Issue ID: 3528 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:15 CEST Last Modified: 2009-03-31 22:15 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$ISALIST Description: RPATH contains /opt/csw/lib/\$ISALIST hence won't correctly pick the arch libs. Excess shell escaping? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:15 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:19:09 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:19:09 +0200 Subject: [bug-notifications] [cscope 0003529]: Sparc package contains i386 binary Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3529 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cscope Issue ID: 3529 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:19 CEST Last Modified: 2009-03-31 22:19 CEST ====================================================================== Summary: Sparc package contains i386 binary Description: CSWcscope 15.6,REV=2008.04.09 ./opt/csw/bin/cscope: ELF 32-bit LSB executable 80386 Version 1, dynamically linked, stripped ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:19 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:23:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:23:57 +0200 Subject: [bug-notifications] [lua 0002932]: Shared Librarys In-Reply-To: <987daab0d422ac7d01d6ebe835e0d403> Message-ID: <009976356b830135f84bfa039da5d346@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2932 ====================================================================== Reported By: cryptronic Assigned To: ====================================================================== Project: lua Issue ID: 2932 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2008-08-13 14:45 CEST Last Modified: 2009-03-31 22:23 CEST ====================================================================== Summary: Shared Librarys Description: Is it possible to get the shared library liblua.so with the normal package? ====================================================================== ---------------------------------------------------------------------- (0005799) wmeler (manager) - 2009-03-31 22:23 http://www.opencsw.org/mantis/view.php?id=2932#c5799 ---------------------------------------------------------------------- 5.1.4,REV=2009.03.30 has both static and dynamic library Issue History Date Modified Username Field Change ====================================================================== 2008-08-13 14:45 cryptronic New Issue 2009-03-31 22:23 wmeler Note Added: 0005799 ====================================================================== From noreply at opencsw.org Tue Mar 31 22:25:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:25:29 +0200 Subject: [bug-notifications] [lua 0002932]: Shared Librarys In-Reply-To: <987daab0d422ac7d01d6ebe835e0d403> Message-ID: <94315590798bd9bb763fa10a439da35e@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2932 ====================================================================== Reported By: cryptronic Assigned To: ====================================================================== Project: lua Issue ID: 2932 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-08-13 14:45 CEST Last Modified: 2009-03-31 22:25 CEST ====================================================================== Summary: Shared Librarys Description: Is it possible to get the shared library liblua.so with the normal package? ====================================================================== ---------------------------------------------------------------------- (0005800) wmeler (manager) - 2009-03-31 22:25 http://www.opencsw.org/mantis/view.php?id=2932#c5800 ---------------------------------------------------------------------- 5.1.4,REV=2009.03.30 has both static and shared lib Issue History Date Modified Username Field Change ====================================================================== 2008-08-13 14:45 cryptronic New Issue 2009-03-31 22:23 wmeler Note Added: 0005799 2009-03-31 22:24 wmeler Note Deleted: 0005799 2009-03-31 22:25 wmeler Note Added: 0005800 2009-03-31 22:25 wmeler Status new => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 22:48:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:48:07 +0200 Subject: [bug-notifications] [dcc 0003530]: RPATH contains /opt/csw/lib/\SALIST Message-ID: <309016fc67cf2df1e19c35ba44a8fca6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3530 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: dcc Issue ID: 3530 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:48 CEST Last Modified: 2009-03-31 22:48 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\SALIST Description: RPATH = [9] RPATH /opt/csw/lib/\SALIST:/opt/csw/lib However there are no dependant libs so the ISALIST is redundant. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:48 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:51:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:51:07 +0200 Subject: [bug-notifications] [dhcp 0003531]: RPATH contains /opt/csw/lib/\$ISALIST Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3531 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: dhcp Issue ID: 3531 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:51 CEST Last Modified: 2009-03-31 22:51 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$ISALIST Description: RPATH contains /opt/csw/lib/\$ISALIST hence won't pick up arch libs if any (ssl?). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:51 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:54:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:54:01 +0200 Subject: [bug-notifications] [distcc 0003532]: RPATH contains /opt/csw/lib/SALIST and /opt/csw/lib/\$ISALIST Message-ID: <05c352d5c2400d4f51ec79a03b52c7f0@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3532 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: distcc Issue ID: 3532 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:54 CEST Last Modified: 2009-03-31 22:54 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/SALIST and /opt/csw/lib/\$ISALIST Description: RPATH contains /opt/csw/lib/SALIST and /opt/csw/lib/\$ISALIST however I think ISALIST is redundant as there are no arch libs in the prerequsites. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:54 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:58:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:58:42 +0200 Subject: [bug-notifications] [axel 0003522]: Not sun4m compatible In-Reply-To: <13bd7602d292ca95db07dbf51a1390df> Message-ID: <5b3f5214a9fcf728eaf62ba464bebe0f@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/mantis/view.php?id=3522 ====================================================================== Reported By: james Assigned To: skayser ====================================================================== Project: axel Issue ID: 3522 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-31 21:38 CEST Last Modified: 2009-03-31 22:58 CEST ====================================================================== Summary: Not sun4m compatible Description: CSWaxel 2.3,REV=2009.02.28 /opt/csw/bin/axel: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== ---------------------------------------------------------------------- (0005801) skayser (administrator) - 2009-03-31 22:58 http://opencsw.org/mantis/view.php?id=3522#c5801 ---------------------------------------------------------------------- Fixed SPARC package (as well as a rebuilt i386 one) is on its way to current axel-2.3,REV=2009.03.31-SunOS5.8-i386-CSW.pkg.gz axel-2.3,REV=2009.03.31-SunOS5.8-sparc-CSW.pkg.gz Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:38 james New Issue 2009-03-31 22:58 skayser Note Added: 0005801 2009-03-31 22:58 skayser Status new => resolved 2009-03-31 22:58 skayser Resolution open => fixed 2009-03-31 22:58 skayser Assigned To => skayser ====================================================================== From noreply at opencsw.org Tue Mar 31 22:59:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:59:11 +0200 Subject: [bug-notifications] [dsniff 0003533]: RPATH contains /opt/csw/lib/\$ISALIST and /opt/csw/lib/SALIST Message-ID: <88d13ec5140b335177d00ad52b78d748@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3533 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: dsniff Issue ID: 3533 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:59 CEST Last Modified: 2009-03-31 22:59 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$ISALIST and /opt/csw/lib/SALIST Description: Hence won't pick up arch libs - if availible. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:59 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 23:31:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:31:21 +0200 Subject: [bug-notifications] [libidn 0003230]: Depend on CSWggettextrt In-Reply-To: Message-ID: <65a58d754849ab44f5173bd782230af5@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3230 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libidn Issue ID: 3230 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:05 CET Last Modified: 2009-03-31 23:31 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:05 harpchad New Issue 2009-03-31 23:31 dam Status new => assigned 2009-03-31 23:31 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 31 23:31:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:31:43 +0200 Subject: [bug-notifications] [libidn 0003230]: Depend on CSWggettextrt In-Reply-To: Message-ID: <57fc0709dc332eb7ae6bb2d962cd1947@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3230 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libidn Issue ID: 3230 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:05 CET Last Modified: 2009-03-31 23:31 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005802) dam (manager) - 2009-03-31 23:31 http://www.opencsw.org/mantis/view.php?id=3230#c5802 ---------------------------------------------------------------------- Fixed in 1.13,REV=2009.03.31 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:05 harpchad New Issue 2009-03-31 23:31 dam Status new => assigned 2009-03-31 23:31 dam Assigned To => dam 2009-03-31 23:31 dam Note Added: 0005802 2009-03-31 23:31 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:32:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:32:23 +0200 Subject: [bug-notifications] [libidn 0003482]: Please upgrade to 1.13 In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3482 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libidn Issue ID: 3482 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:21 CET Last Modified: 2009-03-31 23:32 CEST ====================================================================== Summary: Please upgrade to 1.13 Description: Please upgrade to 1.13 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:21 dam New Issue 2009-03-31 23:32 dam Status new => assigned 2009-03-31 23:32 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 31 23:32:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:32:45 +0200 Subject: [bug-notifications] [libidn 0003482]: Please upgrade to 1.13 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3482 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libidn Issue ID: 3482 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 22:21 CET Last Modified: 2009-03-31 23:32 CEST ====================================================================== Summary: Please upgrade to 1.13 Description: Please upgrade to 1.13 ====================================================================== ---------------------------------------------------------------------- (0005803) dam (manager) - 2009-03-31 23:32 http://www.opencsw.org/mantis/view.php?id=3482#c5803 ---------------------------------------------------------------------- Fixed in 1.13,REV=2009.03.31 Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:21 dam New Issue 2009-03-31 23:32 dam Status new => assigned 2009-03-31 23:32 dam Assigned To => dam 2009-03-31 23:32 dam Note Added: 0005803 2009-03-31 23:32 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:33:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:33:59 +0200 Subject: [bug-notifications] [readline 0002609]: history.3 man page macro bug In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2609 ====================================================================== Reported By: jeff Assigned To: dam ====================================================================== Project: readline Issue ID: 2609 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-05 02:33 CEST Last Modified: 2009-03-31 23:33 CEST ====================================================================== Summary: history.3 man page macro bug Description: The history.3 manual page defines 3-character macros that fail when being formatted with Sun\'s nroff. Must change to 2-character macros. ====================================================================== ---------------------------------------------------------------------- (0005804) dam (manager) - 2009-03-31 23:33 http://www.opencsw.org/mantis/view.php?id=2609#c5804 ---------------------------------------------------------------------- Fixed by patch in 6.0,REV=2009.03.31, bug reported upstream. Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 18:24 dam Status new => assigned 2009-03-30 18:24 dam Assigned To => dam 2009-03-31 23:33 dam Note Added: 0005804 2009-03-31 23:33 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:35:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:35:23 +0200 Subject: [bug-notifications] [ncurses 0003444]: pkgmap missing man page directory creation In-Reply-To: Message-ID: <62698051655199a0eac7285a03b18869@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3444 ====================================================================== Reported By: diget Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3444 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-20 19:45 CET Last Modified: 2009-03-31 23:35 CEST ====================================================================== Summary: pkgmap missing man page directory creation Description: The pkgmap for ncurses-5.7,REV=2009.01.12-SunOS5.8-sparc-CSW is missing the following directories: /opt/csw/share/man/man1 /opt/csw/share/man/man3 /opt/csw/share/man/man5 /opt/csw/share/man/man7 The problem is that if the directory does not exist, the required directory is made, but it ends up having the wrong owner/group/permissions. (Do an fresh install and notice the "" output during the pkgadd.) So, if a package later on tries to add files into, say, man5 and that package has /opt/csw/share/man/man5 in its pkgmap with what I believe to be normal "0755 root bin" permissions, you get the following: The following files are already installed on the system and are being used by another package: * /opt/csw/share/man/man5 which requires a y,n response. ====================================================================== ---------------------------------------------------------------------- (0005551) diget (reporter) - 2009-02-20 19:51 http://www.opencsw.org/mantis/view.php?id=3444#c5551 ---------------------------------------------------------------------- The error that I mention does not actually come from the the syslog_ng package, but rather from CSWtcpwrap with is being installed to fulfill a dependency for syslog_ng. ---------------------------------------------------------------------- (0005788) dam (manager) - 2009-03-31 09:47 http://www.opencsw.org/mantis/view.php?id=3444#c5788 ---------------------------------------------------------------------- The issue has been resolved in r3993 by changing the way pathes in GAR are included. A new package will be produced when the other outstanding bugs are fixed. ---------------------------------------------------------------------- (0005805) dam (manager) - 2009-03-31 23:35 http://www.opencsw.org/mantis/view.php?id=3444#c5805 ---------------------------------------------------------------------- Fixed in package 5.7,REV=2009.03.31 and in GAR by CSWcommon pathes in cswproto Issue History Date Modified Username Field Change ====================================================================== 2009-02-20 19:45 diget New Issue 2009-02-20 19:51 diget Note Added: 0005551 2009-03-26 15:52 dam Status new => assigned 2009-03-26 15:52 dam Assigned To => dam 2009-03-31 09:47 dam Note Added: 0005788 2009-03-31 09:47 dam Status assigned => resolved 2009-03-31 09:47 dam Resolution open => fixed 2009-03-31 23:35 dam Note Added: 0005805 2009-03-31 23:35 dam Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:35:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:35:59 +0200 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-31 23:35 CEST ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== ---------------------------------------------------------------------- (0005684) skayser (administrator) - 2009-03-20 17:42 http://www.opencsw.org/mantis/view.php?id=3457#c5684 ---------------------------------------------------------------------- I am just trying to build mcabber, which also complains about missing UTF-8 support in ncurses. What's worse this time is that mcabber then uses VT100 line drawing characters (via ncurses) to draw its TUI and this doesn't work with a UTF-8 CSWxterm (and i suppose neither with any other UTF-8 terminal emulator). The vertical lines are shifted, sometimes they don't display at all and words are not correctly wrapped on the right hand side of the terminal. I can work around this by either setting NCURSES_NO_UTF8_ACS=1 when calling mcabber or using xterm in non UTF-8 mode, but IMHO it could be more straight-forward when we would have UTF-8 support in ncurses. I had a look at the ncurses README again: --enable-widec produces a separate set of libs with a "w" suffix. Those are _not_ compatible with the regular ncurses libs, but because of the "w" suffix they don't clash, so i think it should be safe to build an additional wide ncurses version without breaking existing stuff. Debian does it this way, they have libncurses5 and libncursesw5. ---------------------------------------------------------------------- (0005806) dam (manager) - 2009-03-31 23:35 http://www.opencsw.org/mantis/view.php?id=3457#c5806 ---------------------------------------------------------------------- Fixed in 5.7,REV=2009.03.31 Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue 2009-03-20 17:42 skayser Note Added: 0005684 2009-03-26 15:51 dam Status new => assigned 2009-03-26 15:51 dam Assigned To => dam 2009-03-31 23:35 dam Note Added: 0005806 2009-03-31 23:35 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:36:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:36:46 +0200 Subject: [bug-notifications] [audiofile 0000766]: audiofile fails to install In-Reply-To: <587da1ccbffd984e9b2b0902af294398> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=766 ====================================================================== Reported By: tom.simpson Assigned To: dam ====================================================================== Project: audiofile Issue ID: 766 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-12-17 11:37 CET Last Modified: 2009-03-31 23:36 CEST ====================================================================== Summary: audiofile fails to install Description: Processing package instance <CSWaudiofile> from </var> cpio: Unexpected end-of-archive encountered. 1 errors pkgadd: ERROR: attempt to process datastream failed - process </usr> /dev/null> failed, exit code 1 pkgadd: ERROR: unable to find archive for <CSWaudiofile> in datastream 1 package was not processed! ERROR: could not add CSWaudiofile. ====================================================================== ---------------------------------------------------------------------- (0001387) tom.simpson (reporter) - 2004-12-17 12:16 http://www.opencsw.org/mantis/view.php?id=766#c1387 ---------------------------------------------------------------------- sorry - forget this. It\'s a bug in pkgadd on zones. Should have realised that before I submitted it. Apologies. ---------------------------------------------------------------------- (0003308) james (reporter) - 2006-03-19 17:23 http://www.opencsw.org/mantis/view.php?id=766#c3308 ---------------------------------------------------------------------- Appears to be no problem. Please close. Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 23:36 dam Assigned To dnewman => dam ====================================================================== From noreply at opencsw.org Tue Mar 31 23:37:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:37:32 +0200 Subject: [bug-notifications] [audiofile 0000766]: audiofile fails to install In-Reply-To: <587da1ccbffd984e9b2b0902af294398> Message-ID: <7ac06cc956257e7193323bac3a83609a@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=766 ====================================================================== Reported By: tom.simpson Assigned To: dam ====================================================================== Project: audiofile Issue ID: 766 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2004-12-17 11:37 CET Last Modified: 2009-03-31 23:37 CEST ====================================================================== Summary: audiofile fails to install Description: Processing package instance <CSWaudiofile> from </var> cpio: Unexpected end-of-archive encountered. 1 errors pkgadd: ERROR: attempt to process datastream failed - process </usr> /dev/null> failed, exit code 1 pkgadd: ERROR: unable to find archive for <CSWaudiofile> in datastream 1 package was not processed! ERROR: could not add CSWaudiofile. ====================================================================== ---------------------------------------------------------------------- (0001387) tom.simpson (reporter) - 2004-12-17 12:16 http://www.opencsw.org/mantis/view.php?id=766#c1387 ---------------------------------------------------------------------- sorry - forget this. It\'s a bug in pkgadd on zones. Should have realised that before I submitted it. Apologies. ---------------------------------------------------------------------- (0003308) james (reporter) - 2006-03-19 17:23 http://www.opencsw.org/mantis/view.php?id=766#c3308 ---------------------------------------------------------------------- Appears to be no problem. Please close. Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 23:36 dam Assigned To dnewman => dam 2009-03-31 23:37 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:56:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:56:30 +0200 Subject: [bug-notifications] [boinclibs 0003525]: RPATH contains /opt/csw/lib/-R/opt/csw/lib In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3525 ====================================================================== Reported By: james Assigned To: korpela ====================================================================== Project: boinclibs Issue ID: 3525 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-31 21:44 CEST Last Modified: 2009-03-31 23:56 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib Not important as elements higher in the RPATH will be used first. ====================================================================== ---------------------------------------------------------------------- (0005798) james (reporter) - 2009-03-31 21:45 http://www.opencsw.org/bugtrack/view.php?id=3525#c5798 ---------------------------------------------------------------------- And CSWboincmanager, I'll spare the extra report: file = /opt/csw/bin/boincmgr RPATH contains /opt/csw/lib/-R/opt/csw/lib RPATH = [27] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib/-R/opt/csw/lib:/opt/studio/SOS11/SUNWspro/lib/rw7:/opt/studio/SOS11/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:44 james New Issue 2009-03-31 21:45 james Note Added: 0005798 2009-03-31 23:47 korpela Status new => acknowledged 2009-03-31 23:56 korpela Status acknowledged => assigned 2009-03-31 23:56 korpela Assigned To => korpela ====================================================================== From noreply at opencsw.org Sun Mar 1 03:08:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:08:37 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:08 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 ====================================================================== From noreply at opencsw.org Sun Mar 1 03:09:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:09:04 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: <7a8e7747786b5b286c4a627d44879393@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:09 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 2009-03-01 03:09 phil Status assigned => resolved 2009-03-01 03:09 phil Resolution open => fixed ====================================================================== From noreply at opencsw.org Sun Mar 1 03:10:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:10:45 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:10 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. ---------------------------------------------------------------------- (0005596) phil (manager) - 2009-03-01 03:10 http://opencsw.org/mantis/view.php?id=673#c5596 ---------------------------------------------------------------------- PS: it hasnt quite yet been released :) but expect pkg-get 4.1 to be released to testing this weekend. http://mirror.opencsw.org/testing.html Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 2009-03-01 03:09 phil Status assigned => resolved 2009-03-01 03:09 phil Resolution open => fixed 2009-03-01 03:10 phil Note Added: 0005596 ====================================================================== From noreply at opencsw.org Sun Mar 1 03:12:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 1 Mar 2009 03:12:58 +0100 Subject: [bug-notifications] [pkg_get 0000673]: pkg-get doesnt cope with pkgask files yet In-Reply-To: <0e153fcedac620fc3a62697db0b506b9> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=673 ====================================================================== Reported By: duncs Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 673 Category: other Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2004-10-19 09:18 CEST Last Modified: 2009-03-01 03:12 CET ====================================================================== Summary: pkg-get doesnt cope with pkgask files yet Description: pkg-get doesnt know how to use pkgask files. (i.e. pkgadd -r <pkgask> <pkg>). Patch provided in \"additional information\". Note: the patch requires the catalog file to include $6 as \"pkgask\" and will be used for a package name call <pkg>.pkgask[.gz] (whereas package is <pkg>.pkg[.gz]). Patch is against pkg-get version \"pkg-get SCCS rev 2.45\". Why do i need this? I use pkg-get against my own internal repository for distributing packages around a few hundred machines. A few of those packages need pkgask files to install correctly. Note also in my own package i drop in a verion of wget into /var/pkg-get/ to ensure there is always one available if it hasnt otherwise been installed on the machine. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0000679 Even with pkg-get -f requires interac... ====================================================================== ---------------------------------------------------------------------- (0001201) phil (manager) - 2004-10-19 14:38 http://opencsw.org/mantis/view.php?id=673#c1201 ---------------------------------------------------------------------- rather than just dumping a hundred or so lines of patch on me, how about describing from the user\'s point of view how your proposal would work. I dont see how this would work in a clean fashion, from a user\'s perspective. ---------------------------------------------------------------------- (0001202) phil (manager) - 2004-10-19 14:39 http://opencsw.org/mantis/view.php?id=673#c1202 ---------------------------------------------------------------------- PS: putting wget in /var/pkg-get seems like a non-optimal method of doing things. It can be anywhere in the PATH, so you should either just copy it over to somewhere in your standard PATH, or extend your PATH to somewhere temporary, rather than hacking up the pkg-get script. ---------------------------------------------------------------------- (0001205) duncs (reporter) - 2004-10-20 05:27 http://opencsw.org/mantis/view.php?id=673#c1205 ---------------------------------------------------------------------- re: the patch - sorry \'bout that but couldnt see any way of uploading it as a file instead (maybe add an \"upload patch\" option on the web page?) Basically, for those people that use pkg-get with their own repository (and maybe for some CSW packages too) the repository admin drops in the pkgask file in the same place as the package, but called <pkg>.pkgask instead of <pkg>.pkg. In the \"pkg-get -c\" output a 4th column is added that should state whether or not a package ask file exists )\"pkgask\" in column 6 of the catalog file). The user can then decide whether or not to use it for installing the package by using \"pkg-get -p -i <pkg>\". Why? To totally automate installation of all packges for 100% hands-off installs (i.e. for SUNWexplo 4.2 and 4.2.1 - i think 4.3 is differnt now). We have 400+ solaris servers and we have always had a nightmare of a time trying to keep up to date on packages. edited on: 10-20 02:27 ---------------------------------------------------------------------- (0001206) duncs (reporter) - 2004-10-20 05:28 http://opencsw.org/mantis/view.php?id=673#c1206 ---------------------------------------------------------------------- re: wget - i have stuck the pkg-get package into our jumpstart system, and this seemed the easiest way of ensuring there was a bog-standard wget install (that could be superceeded by installing a more up-to-date package - /var/pkg-get is last in the PATH). This way it should always work by only having to install 1 package instead of 2 or more to get pkg-get working. One problem I have (working in a financial institution) is our security team do not want extra (\"unnecessary\") packages installed where it can be avoided and this was one of their rules. BTW - i am also working on a possible solution to the dependency version checking for I, P and R (if you are interested in having it and when i prove it works...) edited on: 10-20 02:28 ---------------------------------------------------------------------- (0001208) phil (manager) - 2004-10-20 13:57 http://opencsw.org/mantis/view.php?id=673#c1208 ---------------------------------------------------------------------- Having to modify the catalog file seems like an extreme and unneccessary task. Particularly if you plan to have per-package unique pkgadd files. How about a nice simple standard /var/pkg-get/pkgask/CSWxxxxx ? pkg-get could then check for the existance of a pkgadd file for a package, directly before it pkgadds it. My ownly reservation about this would be whether to go by PKGname, or software name. Perhaps I should check for both. But in that case, I still need to decide on which would take priority if both are present. ---------------------------------------------------------------------- (0001221) duncs (reporter) - 2004-10-25 09:46 http://opencsw.org/mantis/view.php?id=673#c1221 ---------------------------------------------------------------------- I dont fully understand what you mean by the pkgask files being in /var/pkg-get/pkgask - however, if the repository contains a pkgask file without the catalog being modified, pkg-get will need to check for the pkgask for every package every time you run -U which to me seems a very \"expensive\" way of doing things, and modifying the catalog/description generator is a trivial task. As for the software name - i wouldnt worry about that bit - pkgask files are specific to packages (and version of packages in most cases). In my mind the pkgask file should always match the package name, otherwise it can all get too confusing. ---------------------------------------------------------------------- (0001222) phil (manager) - 2004-10-25 11:35 http://opencsw.org/mantis/view.php?id=673#c1222 ---------------------------------------------------------------------- pkgadd files in the *repository*? nono. pkgadd files must be site-local. you make your own. you would put them in /var/pkg-get/pkgask yourself. ---------------------------------------------------------------------- (0001223) duncs (reporter) - 2004-10-25 11:44 http://opencsw.org/mantis/view.php?id=673#c1223 ---------------------------------------------------------------------- This is the whole point of me running my own internal repository, so i don\'t have to locally admin any of my 400+ servers for such things. I guess i\'ll have to keep patching my own local copy for any new versions then. Oh well. ---------------------------------------------------------------------- (0005595) phil (manager) - 2009-03-01 03:08 http://opencsw.org/mantis/view.php?id=673#c5595 ---------------------------------------------------------------------- it's been a long time coming, i'm afraid... but i finally am having a "patch the heck out of pkg-get" day again :) and this bug has hit the top of the remaining list. I have implemented some code changes, so that pkg-get 4.x will now check for BOTH a local pkgask file, and ALSO a GLOBAL pkg-ask file. Going with our assumption that /opt/csw is globally shared, the global config is looked for in /opt/csw/etc/pkgask/ even if you dont currently nfs-share out /opt/csw, you could then choose to at least globally share /opt/csw/etc/pkgask. hope this meets your needs. ---------------------------------------------------------------------- (0005596) phil (manager) - 2009-03-01 03:10 http://opencsw.org/mantis/view.php?id=673#c5596 ---------------------------------------------------------------------- PS: it hasnt quite yet been released :) but expect pkg-get 4.1 to be released to testing this weekend. http://mirror.opencsw.org/testing.html ---------------------------------------------------------------------- (0005597) phil (manager) - 2009-03-01 03:12 http://opencsw.org/mantis/view.php?id=673#c5597 ---------------------------------------------------------------------- Hmm. in retrospect, it doesnt quite make sense to have a globally shared /opt/csw, if you are adding packages locally. but at least the location is consistent; If you want global configurations, you can share out /opt/csw/etc. Or config/replicate it with puppet or something, as you require. That way, it can stay nice and automated, and globally consistant, one way or another. Issue History Date Modified Username Field Change ====================================================================== 2009-03-01 03:08 phil Note Added: 0005595 2009-03-01 03:09 phil Status assigned => resolved 2009-03-01 03:09 phil Resolution open => fixed 2009-03-01 03:10 phil Note Added: 0005596 2009-03-01 03:12 phil Note Added: 0005597 ====================================================================== From noreply at opencsw.org Mon Mar 2 19:32:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 2 Mar 2009 19:32:39 +0100 Subject: [bug-notifications] [pkg_get 0003455]: reminder for me: -e flag In-Reply-To: Message-ID: <100bf835a90a1520295b4856f0cacf44@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3455 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: pkg_get Issue ID: 3455 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-28 16:59 CET Last Modified: 2009-03-02 19:32 CET ====================================================================== Summary: reminder for me: -e flag Description: reminder for me, to finish coding the -e flag before release! ====================================================================== ---------------------------------------------------------------------- (0005598) phil (manager) - 2009-03-02 19:32 http://opencsw.org/mantis/view.php?id=3455#c5598 ---------------------------------------------------------------------- flag is present in 4.1 version, now sitting in testing Issue History Date Modified Username Field Change ====================================================================== 2009-02-28 16:59 phil New Issue 2009-03-02 19:32 phil Note Added: 0005598 2009-03-02 19:32 phil Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 2 19:36:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 2 Mar 2009 19:36:18 +0100 Subject: [bug-notifications] [pkg_get 0003051]: pkg-get upgrade all --> ERROR: all unrecognized In-Reply-To: Message-ID: <21a16d61eac6c3d5456078dc0cc01073@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3051 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: pkg_get Issue ID: 3051 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-30 01:25 CET Last Modified: 2009-03-02 19:36 CET ====================================================================== Summary: pkg-get upgrade all --> ERROR: all unrecognized Description: Just wanted to install dovecot, when pkg-get advised me to update dependencies with "pkg-get upgrade all". The "all" keyword in "upgrade all" doesn't seem to be recognized by pkg-get, though. Just using "pkg-get upgrade" works. Either the pkg-get argument parsing or the message refering to "upgrade all" needs a tweak. # pkg-get -i dovecot Error: dependancies for dovecot not up to date. You may call pkg-get again with '-v -u dovecot' to see which ones Or, call pkg-get with 'upgrade all' to bring all installed pkgs up to date # pkg-get upgrade all ERROR: all unrecognized Perhaps you need to run pkg-get -U # pkg-get upgrade note: upgrading ALL INSTALLED PACKAGES ... ====================================================================== ---------------------------------------------------------------------- (0005599) phil (manager) - 2009-03-02 19:36 http://opencsw.org/mantis/view.php?id=3051#c5599 ---------------------------------------------------------------------- WHOOPS. Thanks for catchin that. fixed in new 4.1 package Issue History Date Modified Username Field Change ====================================================================== 2009-01-30 01:25 skayser New Issue 2009-03-02 19:36 phil Note Added: 0005599 2009-03-02 19:36 phil Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 2 19:47:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 2 Mar 2009 19:47:21 +0100 Subject: [bug-notifications] [ruby 0003445]: Missing rb_hash_foreach In-Reply-To: Message-ID: <7db932d001a99a75d821ba415fb0b41a@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3445 ====================================================================== Reported By: mswatters Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 3445 Category: regular use Reproducibility: always Severity: block Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-02-21 22:31 CET Last Modified: 2009-03-02 19:47 CET ====================================================================== Summary: Missing rb_hash_foreach Description: Configure scripts check if rb_hash_foreach function exists using the following command. if it does not exist, it is assumed the release level is prior to 1.8.2. $ /opt/csw/bin/ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8] $ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")' checking for rb_hash_foreach()... no ====================================================================== ---------------------------------------------------------------------- (0005558) bwalton (manager) - 2009-02-22 01:15 http://www.opencsw.org/mantis/view.php?id=3445#c5558 ---------------------------------------------------------------------- The have_func feature of mkmf is a header test. The function is defined in /opt/csw/lib/ruby/1.8/$arch-solaris2.8/intern.h. I'll determine why the test is failing to find this function. Confirmed on solaris 10 x86 (other platforms not tested yet). -Ben ---------------------------------------------------------------------- (0005559) bwalton (manager) - 2009-02-22 03:29 http://www.opencsw.org/mantis/view.php?id=3445#c5559 ---------------------------------------------------------------------- have_func builds a small c extension that requires the rb_hash_foreach symbol. This is linked against ruby-static. The ruby-static library isn't included with the package. I'll resolve this asap. ---------------------------------------------------------------------- (0005561) bwalton (manager) - 2009-02-22 14:23 http://www.opencsw.org/mantis/view.php?id=3445#c5561 ---------------------------------------------------------------------- Modified the GAR build to allow libruby-static.a to be bundled. Have verified the problem is resolved after including this file. I'll have packages in testing/ by days end. ---------------------------------------------------------------------- (0005562) mwatters (reporter) - 2009-02-23 17:49 http://www.opencsw.org/mantis/view.php?id=3445#c5562 ---------------------------------------------------------------------- I have tested it and ruby itself works fine. however, the dependency list is wrong or there is still a bug ;) I found that I actually needed the gcc binary itself and not just the libraries for mkmf...have_func work correctly The output of mkmf.log is below. without gcc it rb_hash_foreach returns no and fails with the shell command {path to gcc}/gcc not found. $ cat mkmf.log have_func: checking for rb_hash_foreach()... -------------------- yes "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" conftest.c: In function 't': conftest.c:3: error: 'rb_hash_foreach' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_hash_foreach; return 0; } /* end */ "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_hash_foreach(); return 0; } /* end */ -------------------- ---------------------------------------------------------------------- (0005563) bwalton (manager) - 2009-02-23 18:02 http://www.opencsw.org/mantis/view.php?id=3445#c5563 ---------------------------------------------------------------------- Looking at how Debian package ruby, they've split out a ruby-dev package which includes the headers, mkmf module and libruby stuff. I think that would be a better solution for us too, thus the gcc dependency would only affect people that want to build native extensions. Will try to get to this today. ---------------------------------------------------------------------- (0005600) philadmin (administrator) - 2009-03-02 19:47 http://www.opencsw.org/mantis/view.php?id=3445#c5600 ---------------------------------------------------------------------- Well, that's also a side issue to, "doing dev work with ruby, requires remembering to link in the gcc4 runtime lib, because it was compiled with gcc". A reminder that if there is a way to compile ruby with SUN compilers, this issue goes away. Another reminder, that if there is any equivalent to "pkg-config" for ruby, with some "ruby.pc" like file... that file should mention required link args of -R/opt/csw/gcc4/lib -L/opt/csw/gcc4/lib -l[whatever] Issue History Date Modified Username Field Change ====================================================================== 2009-02-21 22:31 mswatters New Issue 2009-02-22 01:15 bwalton Note Added: 0005558 2009-02-22 01:15 bwalton Assigned To => bwalton 2009-02-22 01:15 bwalton Status new => confirmed 2009-02-22 03:29 bwalton Note Added: 0005559 2009-02-22 14:23 bwalton Note Added: 0005561 2009-02-23 17:49 mwatters Note Added: 0005562 2009-02-23 18:02 bwalton Note Added: 0005563 2009-03-02 19:47 philadmin Note Added: 0005600 ====================================================================== From noreply at opencsw.org Thu Mar 5 23:01:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 5 Mar 2009 23:01:20 +0100 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support Message-ID: <379029b221ac1d4e24c4cb877117eff1@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-05 23:01 CET ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 00:01:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 00:01:34 +0100 Subject: [bug-notifications] [nano 0002969]: Any chance for an update (it has been 3 years). In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/mantis/view.php?id=2969 ====================================================================== Reported By: dspake Assigned To: ====================================================================== Project: nano Issue ID: 2969 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2008-12-15 21:48 CET Last Modified: 2009-03-06 00:01 CET ====================================================================== Summary: Any chance for an update (it has been 3 years). Description: nano 2.1.7 was released 2008.11.10. Current version on CSW is 1.2.5 published in 2005. ====================================================================== ---------------------------------------------------------------------- (0005601) skayser (administrator) - 2009-03-06 00:01 http://opencsw.org/mantis/view.php?id=2969#c5601 ---------------------------------------------------------------------- Hi dspake, there is an updated nano version (stable 2.0.9) in testing now. http://mirror.opencsw.org/testing.html Give it a spin and let us know whether it does the job for you. Issue History Date Modified Username Field Change ====================================================================== 2008-12-15 21:48 dspake New Issue 2009-03-06 00:01 skayser Note Added: 0005601 ====================================================================== From noreply at opencsw.org Fri Mar 6 00:20:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 00:20:10 +0100 Subject: [bug-notifications] [httping 0003458]: Please upgrade to 1.3.0 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3458 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: httping Issue ID: 3458 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 00:20 CET Last Modified: 2009-03-06 00:20 CET ====================================================================== Summary: Please upgrade to 1.3.0 Description: Version 1.3.0 is out and contains some fixes / new features http://www.vanheusden.com/httping/ Changes: 1.3.0 httping used to put an absolute URI in the GET/HEAD request when not via proxy which is incorrect, that is now fixed 1.2.9 binding to an adapter did not work, 'SIGPIPE' was not handled correctly 1.2.8 fixed a segfault introduced in version 1.2.7 1.2.7 http statuscodes are now correctly interpreted (if selected) 1.2.6 Can now split measured latency in time to connect and time to exchange a request with the HTTP server 1.2.5 showing the status code would garble the screen 1.2.4 fixed memory-leak in SSL code 1.2.3 added audible ping (patch by Nico Golde) 1.2.2 one can now set the interface through which the http-pings will be send 1.2.1 fix to get httping to work with sites that use the Apache mod_security module ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 00:20 skayser New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 04:32:49 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 04:32:49 +0100 Subject: [bug-notifications] [wmf 0003110]: Depend on CSWggettextrt In-Reply-To: <0918c4a8010e429640d64c854b62aec4> Message-ID: <9ca12b02640d4f641a7aab1db4bf54b0@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3110 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: wmf Issue ID: 3110 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:52 CET Last Modified: 2009-03-06 04:32 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005602) hson (manager) - 2009-03-06 04:32 http://opencsw.org/bugtrack/view.php?id=3110#c5602 ---------------------------------------------------------------------- Fixed in released package Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:52 harpchad New Issue 2009-03-06 04:32 hson Note Added: 0005602 2009-03-06 04:32 hson Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 6 09:43:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 09:43:48 +0100 Subject: [bug-notifications] [common 0003459]: "Mirrors" subpage points to blastwave (!=opencsw) package repository Message-ID: <88aa116ed41c2f5bfe85190626ad4718@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3459 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3459 Category: other Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 09:43 CET Last Modified: 2009-03-06 09:43 CET ====================================================================== Summary: "Mirrors" subpage points to blastwave (!=opencsw) package repository Description: Mirrors website (http://www.opencsw.org/mirrors) says that the mirror in Ireland is ftp://ftp.heanet.ie/pub/csw. However, if you view the parent directory, ftp://ftp.heanet.ie/pub, you'll see that "csw" is a symlink to "blastwave" while OpenCSW has its own subdirectory, "opencsw". The correct url (for http, ftp and rsync) is: ftp://ftp.heanet.ie/pub/opencsw Other links might be also affected by this issue. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 09:43 automatthias New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 17:59:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 17:59:50 +0100 Subject: [bug-notifications] [common 0003459]: "Mirrors" subpage points to blastwave (!=opencsw) package repository In-Reply-To: <62f0143d0d27f952b718eca623786fc9> Message-ID: <8e5c38d0d995d5a7abcb50fd5748ba80@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3459 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3459 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-06 09:43 CET Last Modified: 2009-03-06 17:59 CET ====================================================================== Summary: "Mirrors" subpage points to blastwave (!=opencsw) package repository Description: Mirrors website (http://www.opencsw.org/mirrors) says that the mirror in Ireland is ftp://ftp.heanet.ie/pub/csw. However, if you view the parent directory, ftp://ftp.heanet.ie/pub, you'll see that "csw" is a symlink to "blastwave" while OpenCSW has its own subdirectory, "opencsw". The correct url (for http, ftp and rsync) is: ftp://ftp.heanet.ie/pub/opencsw Other links might be also affected by this issue. ====================================================================== ---------------------------------------------------------------------- (0005603) philadmin (administrator) - 2009-03-06 17:59 http://www.opencsw.org/bugtrack/view.php?id=3459#c5603 ---------------------------------------------------------------------- Thank you for bringing this to our attention. if you happen to notice any other broken ones, please let us know. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 09:43 automatthias New Issue 2009-03-06 17:59 philadmin Note Added: 0005603 2009-03-06 17:59 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 6 21:43:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 21:43:20 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-06 21:43 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue ====================================================================== From noreply at opencsw.org Fri Mar 6 22:00:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 22:00:31 +0100 Subject: [bug-notifications] [pkg_get 0003453]: have pkg_get accept CSWxxx names, as well as software names, for operations. In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3453 ====================================================================== Reported By: phil Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3453 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-27 02:16 CET Last Modified: 2009-03-06 22:00 CET ====================================================================== Summary: have pkg_get accept CSWxxx names, as well as software names, for operations. Description: Summary line is clear :) ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002287 naming inconsistency, stop guessing pac... ====================================================================== ---------------------------------------------------------------------- (0005604) automatthias (reporter) - 2009-03-06 22:00 http://www.opencsw.org/bugtrack/view.php?id=3453#c5604 ---------------------------------------------------------------------- A suggestion: use [[:upper:]] instead of [A-Z] when matching package names for locale compatibility. (related to issues 0003021 and 0003052) Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 02:16 phil New Issue 2009-02-27 02:16 phil Status new => assigned 2009-02-27 02:16 phil Assigned To => phil 2009-02-27 02:17 phil Relationship added related to 0002287 2009-03-06 22:00 automatthias Note Added: 0005604 ====================================================================== From noreply at opencsw.org Fri Mar 6 23:20:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 23:20:14 +0100 Subject: [bug-notifications] [pkg_get 0003453]: have pkg_get accept CSWxxx names, as well as software names, for operations. In-Reply-To: Message-ID: <30461b8f394e4c8eb2d91d710f3832ab@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3453 ====================================================================== Reported By: phil Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3453 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-27 02:16 CET Last Modified: 2009-03-06 23:20 CET ====================================================================== Summary: have pkg_get accept CSWxxx names, as well as software names, for operations. Description: Summary line is clear :) ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002287 naming inconsistency, stop guessing pac... ====================================================================== ---------------------------------------------------------------------- (0005604) automatthias (reporter) - 2009-03-06 22:00 http://www.opencsw.org/bugtrack/view.php?id=3453#c5604 ---------------------------------------------------------------------- A suggestion: use [[:upper:]] instead of [A-Z] when matching package names for locale compatibility. (related to issues 0003021 and 0003052) ---------------------------------------------------------------------- (0005605) philadmin (administrator) - 2009-03-06 23:20 http://www.opencsw.org/bugtrack/view.php?id=3453#c5605 ---------------------------------------------------------------------- making new bug for A-Z issue. Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 02:16 phil New Issue 2009-02-27 02:16 phil Status new => assigned 2009-02-27 02:16 phil Assigned To => phil 2009-02-27 02:17 phil Relationship added related to 0002287 2009-03-06 22:00 automatthias Note Added: 0005604 2009-03-06 23:20 philadmin Note Added: 0005605 2009-03-06 23:20 philadmin Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 6 23:22:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 23:22:22 +0100 Subject: [bug-notifications] [pkg_get 0003052]: pkg-get install fails when LC_ALL=en_US.UTF-8 in the environment. In-Reply-To: <156ac0e07634ec8258c06bdebfc6c4c3> Message-ID: <9b54926a351c32f7a396966dfd2b9ab9@www.opencsw.org> The following issue has been set as RELATED TO issue 0003453. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3052 ====================================================================== Reported By: korpela Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3052 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-01-31 04:06 CET Last Modified: 2009-03-06 23:22 CET ====================================================================== Summary: pkg-get install fails when LC_ALL=en_US.UTF-8 in the environment. Description: If LC_ALL=en_US.UTF-8 pkg-get will fail because the package "common" is out of date. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0003453 have pkg_get accept CSWxxx names, as we... related to 0003021 pkg-get says dependencies are not up to... ====================================================================== ---------------------------------------------------------------------- (0005589) phil (manager) - 2009-02-28 16:51 http://www.opencsw.org/bugtrack/view.php?id=3052#c5589 ---------------------------------------------------------------------- I've put in a tweak that forces AWK="LC_ALL=C nawk". should be released this weekend. ---------------------------------------------------------------------- (0005606) philadmin (administrator) - 2009-03-06 23:21 http://www.opencsw.org/bugtrack/view.php?id=3052#c5606 ---------------------------------------------------------------------- urk. not fixed properly. better solution, is to fix the ksh-local checks, to use [[:upper:]] as suggested in the note on bugid 3453 Issue History Date Modified Username Field Change ====================================================================== 2009-01-31 04:06 korpela New Issue 2009-02-27 17:04 philadmin Relationship added related to 0003021 2009-02-27 17:05 philadmin Status new => assigned 2009-02-27 17:05 philadmin Assigned To => phil 2009-02-28 16:51 phil Note Added: 0005589 2009-02-28 16:51 phil Status assigned => resolved 2009-02-28 16:51 phil Resolution open => fixed 2009-03-06 21:56 automatthias Issue Monitored: automatthias 2009-03-06 23:21 philadmin Note Added: 0005606 2009-03-06 23:21 philadmin Status resolved => confirmed 2009-03-06 23:22 philadmin Relationship added related to 0003453 ====================================================================== From noreply at opencsw.org Fri Mar 6 23:22:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 6 Mar 2009 23:22:23 +0100 Subject: [bug-notifications] [pkg_get 0003453]: have pkg_get accept CSWxxx names, as well as software names, for operations. In-Reply-To: Message-ID: <6deb35b5b568726b918f8d0376174ee6@www.opencsw.org> The following issue has been set as RELATED TO issue 0003052. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3453 ====================================================================== Reported By: phil Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3453 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-27 02:16 CET Last Modified: 2009-03-06 23:20 CET ====================================================================== Summary: have pkg_get accept CSWxxx names, as well as software names, for operations. Description: Summary line is clear :) ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0002287 naming inconsistency, stop guessing pac... related to 0003052 pkg-get install fails when LC_ALL=en_US... ====================================================================== ---------------------------------------------------------------------- (0005604) automatthias (reporter) - 2009-03-06 22:00 http://www.opencsw.org/bugtrack/view.php?id=3453#c5604 ---------------------------------------------------------------------- A suggestion: use [[:upper:]] instead of [A-Z] when matching package names for locale compatibility. (related to issues 0003021 and 0003052) ---------------------------------------------------------------------- (0005605) philadmin (administrator) - 2009-03-06 23:20 http://www.opencsw.org/bugtrack/view.php?id=3453#c5605 ---------------------------------------------------------------------- making new bug for A-Z issue. Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 02:16 phil New Issue 2009-02-27 02:16 phil Status new => assigned 2009-02-27 02:16 phil Assigned To => phil 2009-02-27 02:17 phil Relationship added related to 0002287 2009-03-06 22:00 automatthias Note Added: 0005604 2009-03-06 23:20 philadmin Note Added: 0005605 2009-03-06 23:20 philadmin Status assigned => closed 2009-03-06 23:20 philadmin Resolution open => fixed 2009-03-06 23:22 philadmin Relationship added related to 0003052 ====================================================================== From noreply at opencsw.org Sat Mar 7 19:43:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 19:43:18 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 In-Reply-To: <021da153eb5a8556a2a641af718e9b7c> Message-ID: <1c4bf39f6176196ad581f4bd93fd17ca@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-07 19:43 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== ---------------------------------------------------------------------- (0005607) waynehendricks (reporter) - 2009-03-07 19:43 http://www.opencsw.org/mantis/view.php?id=3460#c5607 ---------------------------------------------------------------------- This happens when BIND is run under chroot. It cannot find /dev/poll under chroot. Maybe a separate BIND package should be created especially for chroot. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue 2009-03-07 19:43 waynehendricks Note Added: 0005607 ====================================================================== From noreply at opencsw.org Sat Mar 7 22:06:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 22:06:48 +0100 Subject: [bug-notifications] [imagemagick 0003086]: Depend on CSWggettextrt In-Reply-To: <9fb9f85b2cf4eca598068af22a97a469> Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3086 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: imagemagick Issue ID: 3086 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2009-03-07 22:06 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005608) hson (manager) - 2009-03-07 22:06 http://opencsw.org/bugtrack/view.php?id=3086#c5608 ---------------------------------------------------------------------- Fixed in release 6.4.9,REV=2009.03.04 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:50 harpchad New Issue 2009-03-07 22:06 hson Note Added: 0005608 2009-03-07 22:06 hson Status new => closed ====================================================================== From noreply at opencsw.org Sat Mar 7 23:36:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 23:36:01 +0100 Subject: [bug-notifications] [freeciv 0003126]: Depend on CSWggettextrt In-Reply-To: Message-ID: <3ea5f6b3ce416869ba1859d067e22c91@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3126 ====================================================================== Reported By: harpchad Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 3126 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-07 23:36 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005609) jgoerzen (manager) - 2009-03-07 23:36 http://www.opencsw.org/mantis/view.php?id=3126#c5609 ---------------------------------------------------------------------- recompiled/repackaged with CSWggettextrt instead of CSWggettext as dependancy. New packages are in /testing and will be submitted in a few days Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-07 23:36 jgoerzen Note Added: 0005609 2009-03-07 23:36 jgoerzen Status new => resolved 2009-03-07 23:36 jgoerzen Resolution open => fixed 2009-03-07 23:36 jgoerzen Assigned To => jgoerzen ====================================================================== From noreply at opencsw.org Sat Mar 7 23:47:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 7 Mar 2009 23:47:29 +0100 Subject: [bug-notifications] [libsdl 0003048]: libSDL-1.2.so.0 doe snot link the good lib In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3048 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: libsdl Issue ID: 3048 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2009-01-24 01:11 CET Last Modified: 2009-03-07 23:47 CET ====================================================================== Summary: libSDL-1.2.so.0 doe snot link the good lib Description: /opt/csw/lib/libSDL-1.2.so.0 is a symlink to libSDL-1.2.so.0.7.2 bash-3.00# ls -la /opt/csw/lib/libSDL-1.2.so.0 lrwxrwxrwx 1 root root 19 janv. 24 00:05 /opt/csw/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.7.2 but this file doe sno longer exist it should be a symlink to libSDL-1.2.so.0.11.2 in this version of libsdl ====================================================================== ---------------------------------------------------------------------- (0005610) jgoerzen (manager) - 2009-03-07 23:47 http://www.opencsw.org/mantis/view.php?id=3048#c5610 ---------------------------------------------------------------------- I'm unable to duplicate error. Both buildfarm hosts b8s & b8x have CSWlibsdl installed and the sym-links look like this: build8x% ls -l /opt/csw/lib/libSDL-1.2.so.0 lrwxrwxrwx 1 root other 20 Dec 3 22:37 /opt/csw/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.2 build8x% sdl-config --version 1.2.13 please double check. Also, there are respun packages in /testing to try http://mirror.opencsw.org/testing/libsdl-1.2.13,REV=2009.03.07-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/libsdl-1.2.13,REV=2009.03.07-SunOS5.8-sparc-CSW.pkg.gz Issue History Date Modified Username Field Change ====================================================================== 2009-01-24 01:11 wbonnet New Issue 2009-03-07 23:47 jgoerzen Note Added: 0005610 ====================================================================== From noreply at opencsw.org Sun Mar 8 02:55:33 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 8 Mar 2009 02:55:33 +0100 Subject: [bug-notifications] [cswutils 0003461]: checkpkg incorrectly warns for V8+ binaries Message-ID: <92fe0cd4c19231d4210a7b513ee36248@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3461 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: cswutils Issue ID: 3461 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-08 02:55 CET Last Modified: 2009-03-08 02:55 CET ====================================================================== Summary: checkpkg incorrectly warns for V8+ binaries Description: When packaging libnids, checkpkg reports: WARNING: found binaries in normal bin dir that are V8+ libnids doesn't have any binaries in /opt/csw/bin so this message is incorrectly ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-08 02:55 hson New Issue ====================================================================== From noreply at opencsw.org Mon Mar 9 01:42:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 01:42:16 +0100 Subject: [bug-notifications] [binutils 0003462]: provide 64bit binaries for binutils Message-ID: <97048a5e2b5d663a04b873f182aa3658@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3462 ====================================================================== Reported By: mwatters Assigned To: ====================================================================== Project: binutils Issue ID: 3462 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-09 01:42 CET Last Modified: 2009-03-09 01:42 CET ====================================================================== Summary: provide 64bit binaries for binutils Description: Please compile 64bit binaries for binutils ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-09 01:42 mwatters New Issue ====================================================================== From noreply at opencsw.org Mon Mar 9 09:08:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 09:08:23 +0100 Subject: [bug-notifications] [pkg_get 0002971]: No installation instructions In-Reply-To: <112f60a51a80850dc7ed1b5ed74422d8> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=2971 ====================================================================== Reported By: kapilt Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 2971 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-12-16 23:13 CET Last Modified: 2009-03-09 09:08 CET ====================================================================== Summary: No installation instructions Description: tried to get past the fork literature, and get on with using opencsw. however there are no docs on how to actually install pkg-get. the user manual completely skips it. seems like a a great way to attrition your user base to zero. seriously, if you want people to use this stuff, you should document how to install it. ====================================================================== ---------------------------------------------------------------------- (0005473) phil (manager) - 2008-12-19 17:11 http://opencsw.org/bugtrack/view.php?id=2971#c5473 ---------------------------------------------------------------------- There IS documentation on how to install. However, perhaps you followed a path that did not lead you to the docs. What "user manual" are you referring to, that does not tell you how to install it? when you say "manual", I think "Man page". however, if you are reading the manpage, then isnt it already installed? :-) ---------------------------------------------------------------------- (0005584) philadmin (administrator) - 2009-02-27 18:09 http://opencsw.org/bugtrack/view.php?id=2971#c5584 ---------------------------------------------------------------------- user unresponsive as to specific needs. closing after 3 months. ---------------------------------------------------------------------- (0005592) kapilt (reporter) - 2009-02-28 19:27 http://opencsw.org/bugtrack/view.php?id=2971#c5592 ---------------------------------------------------------------------- okay, say i come to the opencsw.org site, and i want to use opencsw. nothing obvious on the home page. so i click on the next obvious link. the user guide link. i get a documentation page without any information on how to actual install opencsw, just how to use it. ---------------------------------------------------------------------- (0005611) automatthias (reporter) - 2009-03-09 09:08 http://opencsw.org/bugtrack/view.php?id=2971#c5611 ---------------------------------------------------------------------- I think kapilt means that opencsw.org should have a page similar to http://www.blastwave.org/howto.html - that is, a page which explains how to install pkg-get. In other words, instructions how to get started with opencsw.org with no previous knowledge of it. I'd suggest putting on the main page, http://www.opencsw.org/, something along the lines of: ----------------------------------------------------------------------- pkgadd -d http://www.ibiblio.org/pub/solaris/opencsw/pkg_get.pkg all echo >> /etc/opt/csw/pkg-get.conf \ "url=ftp://ftp.heanet.ie/pub/opencsw/current/" pkg-get -U pkg-get -i vim ----------------------------------------------------------------------- Issue History Date Modified Username Field Change ====================================================================== 2008-12-16 23:13 kapilt New Issue 2008-12-19 17:09 phil Status new => assigned 2008-12-19 17:09 phil Assigned To => phil 2008-12-19 17:11 phil Note Added: 0005473 2009-02-27 18:09 philadmin Note Added: 0005584 2009-02-27 18:09 philadmin Status assigned => resolved 2009-02-27 18:09 philadmin Resolution open => not fixable 2009-02-27 18:15 philadmin Status resolved => closed 2009-02-28 19:27 kapilt Note Added: 0005592 2009-02-28 19:27 kapilt Status closed => feedback 2009-02-28 19:27 kapilt Resolution not fixable => reopened 2009-03-09 09:08 automatthias Note Added: 0005611 ====================================================================== From noreply at opencsw.org Mon Mar 9 09:32:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 09:32:30 +0100 Subject: [bug-notifications] [cups 0002736]: CUPS 1.3.5 is out In-Reply-To: Message-ID: <788cd91a1256d467b8fd8f4652ba05a7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2736 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: cups Issue ID: 2736 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2008-01-09 05:50 CET Last Modified: 2009-03-09 09:32 CET ====================================================================== Summary: CUPS 1.3.5 is out Description: Cups 1.3.5 is available at http://www.cups.org/software.php and 1.4 is under development. The package should be updated. ====================================================================== ---------------------------------------------------------------------- (0005612) automatthias (reporter) - 2009-03-09 09:32 http://www.opencsw.org/bugtrack/view.php?id=2736#c5612 ---------------------------------------------------------------------- Looking at [1] I can see cups has been already upgraded to 1.3.9. http://gar.svn.sourceforge.net/viewvc/gar/csw/mgar/pkg/cups/trunk/Makefile?view=markup Issue History Date Modified Username Field Change ====================================================================== 2009-03-09 09:32 automatthias Note Added: 0005612 ====================================================================== From noreply at opencsw.org Mon Mar 9 17:21:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 17:21:25 +0100 Subject: [bug-notifications] [pkg_get 0002971]: No installation instructions In-Reply-To: <112f60a51a80850dc7ed1b5ed74422d8> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=2971 ====================================================================== Reported By: kapilt Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 2971 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-12-16 23:13 CET Last Modified: 2009-03-09 17:21 CET ====================================================================== Summary: No installation instructions Description: tried to get past the fork literature, and get on with using opencsw. however there are no docs on how to actually install pkg-get. the user manual completely skips it. seems like a a great way to attrition your user base to zero. seriously, if you want people to use this stuff, you should document how to install it. ====================================================================== ---------------------------------------------------------------------- (0005473) phil (manager) - 2008-12-19 17:11 http://opencsw.org/bugtrack/view.php?id=2971#c5473 ---------------------------------------------------------------------- There IS documentation on how to install. However, perhaps you followed a path that did not lead you to the docs. What "user manual" are you referring to, that does not tell you how to install it? when you say "manual", I think "Man page". however, if you are reading the manpage, then isnt it already installed? :-) ---------------------------------------------------------------------- (0005584) philadmin (administrator) - 2009-02-27 18:09 http://opencsw.org/bugtrack/view.php?id=2971#c5584 ---------------------------------------------------------------------- user unresponsive as to specific needs. closing after 3 months. ---------------------------------------------------------------------- (0005592) kapilt (reporter) - 2009-02-28 19:27 http://opencsw.org/bugtrack/view.php?id=2971#c5592 ---------------------------------------------------------------------- okay, say i come to the opencsw.org site, and i want to use opencsw. nothing obvious on the home page. so i click on the next obvious link. the user guide link. i get a documentation page without any information on how to actual install opencsw, just how to use it. ---------------------------------------------------------------------- (0005611) automatthias (reporter) - 2009-03-09 09:08 http://opencsw.org/bugtrack/view.php?id=2971#c5611 ---------------------------------------------------------------------- I think kapilt means that opencsw.org should have a page similar to http://www.blastwave.org/howto.html - that is, a page which explains how to install pkg-get. In other words, instructions how to get started with opencsw.org with no previous knowledge of it. I'd suggest putting on the main page, http://www.opencsw.org/, something along the lines of: ----------------------------------------------------------------------- pkgadd -d http://www.ibiblio.org/pub/solaris/opencsw/pkg_get.pkg all echo >> /etc/opt/csw/pkg-get.conf \ "url=ftp://ftp.heanet.ie/pub/opencsw/current/" pkg-get -U pkg-get -i vim ----------------------------------------------------------------------- ---------------------------------------------------------------------- (0005613) phil (manager) - 2009-03-09 17:21 http://opencsw.org/bugtrack/view.php?id=2971#c5613 ---------------------------------------------------------------------- I updated things a bit. Please let me know if this helps enough. Hopefully, the front page is a bit more blatant about "go read this page" now. Issue History Date Modified Username Field Change ====================================================================== 2008-12-16 23:13 kapilt New Issue 2008-12-19 17:09 phil Status new => assigned 2008-12-19 17:09 phil Assigned To => phil 2008-12-19 17:11 phil Note Added: 0005473 2009-02-27 18:09 philadmin Note Added: 0005584 2009-02-27 18:09 philadmin Status assigned => resolved 2009-02-27 18:09 philadmin Resolution open => not fixable 2009-02-27 18:15 philadmin Status resolved => closed 2009-02-28 19:27 kapilt Note Added: 0005592 2009-02-28 19:27 kapilt Status closed => feedback 2009-02-28 19:27 kapilt Resolution not fixable => reopened 2009-03-09 09:08 automatthias Note Added: 0005611 2009-03-09 17:21 phil Note Added: 0005613 ====================================================================== From noreply at opencsw.org Mon Mar 9 20:31:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 20:31:00 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 In-Reply-To: <021da153eb5a8556a2a641af718e9b7c> Message-ID: <02ce0fa12a0abe61d5a66f4e0b6fd9d5@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: bonivart ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-09 20:31 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== ---------------------------------------------------------------------- (0005607) waynehendricks (reporter) - 2009-03-07 19:43 http://www.opencsw.org/mantis/view.php?id=3460#c5607 ---------------------------------------------------------------------- This happens when BIND is run under chroot. It cannot find /dev/poll under chroot. Maybe a separate BIND package should be created especially for chroot. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue 2009-03-07 19:43 waynehendricks Note Added: 0005607 2009-03-09 20:31 bonivart Status new => assigned 2009-03-09 20:31 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 9 22:23:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 22:23:17 +0100 Subject: [bug-notifications] [top 0002844]: Top 3.6 is compiled for single CPU In-Reply-To: <589a03e7d5df287eeff034b5491fd0df> Message-ID: <34c39f6c257bde297266b89eac7d8906@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2844 ====================================================================== Reported By: rey_dominique Assigned To: dam ====================================================================== Project: top Issue ID: 2844 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-04-02 14:49 CEST Last Modified: 2009-03-09 22:23 CET ====================================================================== Summary: Top 3.6 is compiled for single CPU Description: Hello, The current top 3.6 seems be compiled on a single CPU, if installed on a multi-CPU, the detail line %CPU are not really good. Perhaps the package must check the type of CPU. Dominique Rey ====================================================================== ---------------------------------------------------------------------- (0005228) rey_dominique (reporter) - 2008-04-02 15:03 http://www.opencsw.org/mantis/view.php?id=2844#c5228 ---------------------------------------------------------------------- Perhaps you must have two packages, one for single processor and one for multi processors. Dominique. ---------------------------------------------------------------------- (0005518) dam (manager) - 2009-02-04 16:24 http://www.opencsw.org/mantis/view.php?id=2844#c5518 ---------------------------------------------------------------------- I just released 3.7, please recheck if the error persists ---------------------------------------------------------------------- (0005528) dam (manager) - 2009-02-13 11:55 http://www.opencsw.org/mantis/view.php?id=2844#c5528 ---------------------------------------------------------------------- Any news if the error still persists in the current version? ---------------------------------------------------------------------- (0005567) dam (manager) - 2009-02-24 22:54 http://www.opencsw.org/mantis/view.php?id=2844#c5567 ---------------------------------------------------------------------- Please check if the issue is still present or the bug will be closed. ---------------------------------------------------------------------- (0005568) rey_dominique (reporter) - 2009-02-25 17:33 http://www.opencsw.org/mantis/view.php?id=2844#c5568 ---------------------------------------------------------------------- Hello dam, I just tested now with the 3.7 and it looks good. Thank you very much, Have a nice day, Dominique. ---------------------------------------------------------------------- (0005614) dam (manager) - 2009-03-09 22:23 http://www.opencsw.org/mantis/view.php?id=2844#c5614 ---------------------------------------------------------------------- Fixed in the current 3.7 release. Issue History Date Modified Username Field Change ====================================================================== 2009-02-04 16:24 dam Note Added: 0005518 2009-02-13 11:55 dam Note Added: 0005528 2009-02-13 11:55 dam Assigned To => dam 2009-02-13 11:55 dam Status new => feedback 2009-02-24 22:53 dam Status feedback => assigned 2009-02-24 22:54 dam Note Added: 0005567 2009-02-24 22:54 dam Status assigned => feedback 2009-02-25 17:33 rey_dominique Note Added: 0005568 2009-03-09 22:23 dam Note Added: 0005614 2009-03-09 22:23 dam Status feedback => closed ====================================================================== From noreply at opencsw.org Mon Mar 9 22:49:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 9 Mar 2009 22:49:47 +0100 Subject: [bug-notifications] [bind 0003460]: BIND 9.6.0 fails to run on Solaris 10 x86 In-Reply-To: <021da153eb5a8556a2a641af718e9b7c> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3460 ====================================================================== Reported By: waynehendricks Assigned To: bonivart ====================================================================== Project: bind Issue ID: 3460 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-06 21:43 CET Last Modified: 2009-03-09 22:49 CET ====================================================================== Summary: BIND 9.6.0 fails to run on Solaris 10 x86 Description: Bind 9.6.0 fails when trying to run on the latest Solaris 10 x86 build with all patches installed. ====================================================================== ---------------------------------------------------------------------- (0005607) waynehendricks (reporter) - 2009-03-07 19:43 http://www.opencsw.org/mantis/view.php?id=3460#c5607 ---------------------------------------------------------------------- This happens when BIND is run under chroot. It cannot find /dev/poll under chroot. Maybe a separate BIND package should be created especially for chroot. ---------------------------------------------------------------------- (0005615) bonivart (manager) - 2009-03-09 22:49 http://www.opencsw.org/mantis/view.php?id=3460#c5615 ---------------------------------------------------------------------- I'm looking into it with another maintainer. Not sure yet what will come out of it, could be some docs, a new package or something in between. I will update this bug with any progress. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 21:43 waynehendricks New Issue 2009-03-07 19:43 waynehendricks Note Added: 0005607 2009-03-09 20:31 bonivart Status new => assigned 2009-03-09 20:31 bonivart Assigned To => bonivart 2009-03-09 22:49 bonivart Note Added: 0005615 ====================================================================== From noreply at opencsw.org Tue Mar 10 00:50:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 00:50:27 +0100 Subject: [bug-notifications] [ruby 0003445]: Missing rb_hash_foreach In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3445 ====================================================================== Reported By: mswatters Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 3445 Category: regular use Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-21 22:31 CET Last Modified: 2009-03-10 00:50 CET ====================================================================== Summary: Missing rb_hash_foreach Description: Configure scripts check if rb_hash_foreach function exists using the following command. if it does not exist, it is assumed the release level is prior to 1.8.2. $ /opt/csw/bin/ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8] $ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")' checking for rb_hash_foreach()... no ====================================================================== ---------------------------------------------------------------------- (0005558) bwalton (manager) - 2009-02-22 01:15 http://opencsw.org/bugtrack/view.php?id=3445#c5558 ---------------------------------------------------------------------- The have_func feature of mkmf is a header test. The function is defined in /opt/csw/lib/ruby/1.8/$arch-solaris2.8/intern.h. I'll determine why the test is failing to find this function. Confirmed on solaris 10 x86 (other platforms not tested yet). -Ben ---------------------------------------------------------------------- (0005559) bwalton (manager) - 2009-02-22 03:29 http://opencsw.org/bugtrack/view.php?id=3445#c5559 ---------------------------------------------------------------------- have_func builds a small c extension that requires the rb_hash_foreach symbol. This is linked against ruby-static. The ruby-static library isn't included with the package. I'll resolve this asap. ---------------------------------------------------------------------- (0005561) bwalton (manager) - 2009-02-22 14:23 http://opencsw.org/bugtrack/view.php?id=3445#c5561 ---------------------------------------------------------------------- Modified the GAR build to allow libruby-static.a to be bundled. Have verified the problem is resolved after including this file. I'll have packages in testing/ by days end. ---------------------------------------------------------------------- (0005562) mwatters (reporter) - 2009-02-23 17:49 http://opencsw.org/bugtrack/view.php?id=3445#c5562 ---------------------------------------------------------------------- I have tested it and ruby itself works fine. however, the dependency list is wrong or there is still a bug ;) I found that I actually needed the gcc binary itself and not just the libraries for mkmf...have_func work correctly The output of mkmf.log is below. without gcc it rb_hash_foreach returns no and fails with the shell command {path to gcc}/gcc not found. $ cat mkmf.log have_func: checking for rb_hash_foreach()... -------------------- yes "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" conftest.c: In function 't': conftest.c:3: error: 'rb_hash_foreach' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_hash_foreach; return 0; } /* end */ "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_hash_foreach(); return 0; } /* end */ -------------------- ---------------------------------------------------------------------- (0005563) bwalton (manager) - 2009-02-23 18:02 http://opencsw.org/bugtrack/view.php?id=3445#c5563 ---------------------------------------------------------------------- Looking at how Debian package ruby, they've split out a ruby-dev package which includes the headers, mkmf module and libruby stuff. I think that would be a better solution for us too, thus the gcc dependency would only affect people that want to build native extensions. Will try to get to this today. ---------------------------------------------------------------------- (0005600) philadmin (administrator) - 2009-03-02 19:47 http://opencsw.org/bugtrack/view.php?id=3445#c5600 ---------------------------------------------------------------------- Well, that's also a side issue to, "doing dev work with ruby, requires remembering to link in the gcc4 runtime lib, because it was compiled with gcc". A reminder that if there is a way to compile ruby with SUN compilers, this issue goes away. Another reminder, that if there is any equivalent to "pkg-config" for ruby, with some "ruby.pc" like file... that file should mention required link args of -R/opt/csw/gcc4/lib -L/opt/csw/gcc4/lib -l[whatever] ---------------------------------------------------------------------- (0005616) bwalton (manager) - 2009-03-10 00:50 http://opencsw.org/bugtrack/view.php?id=3445#c5616 ---------------------------------------------------------------------- This issue should be fixed by the updated packages that will hit mirrors shortly. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-02-21 22:31 mswatters New Issue 2009-02-22 01:15 bwalton Note Added: 0005558 2009-02-22 01:15 bwalton Assigned To => bwalton 2009-02-22 01:15 bwalton Status new => confirmed 2009-02-22 03:29 bwalton Note Added: 0005559 2009-02-22 14:23 bwalton Note Added: 0005561 2009-02-23 17:49 mwatters Note Added: 0005562 2009-02-23 18:02 bwalton Note Added: 0005563 2009-03-02 19:47 philadmin Note Added: 0005600 2009-03-10 00:50 bwalton Note Added: 0005616 2009-03-10 00:50 bwalton Status confirmed => resolved 2009-03-10 00:50 bwalton Resolution open => fixed ====================================================================== From noreply at opencsw.org Tue Mar 10 00:51:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 00:51:28 +0100 Subject: [bug-notifications] [ruby 0003445]: Missing rb_hash_foreach In-Reply-To: Message-ID: <57221a40e1deea828f04c44fc37c053f@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3445 ====================================================================== Reported By: mswatters Assigned To: bwalton ====================================================================== Project: ruby Issue ID: 3445 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-21 22:31 CET Last Modified: 2009-03-10 00:51 CET ====================================================================== Summary: Missing rb_hash_foreach Description: Configure scripts check if rb_hash_foreach function exists using the following command. if it does not exist, it is assumed the release level is prior to 1.8.2. $ /opt/csw/bin/ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [sparc-solaris2.8] $ /opt/csw/bin/ruby -r mkmf -e 'have_func("rb_hash_foreach")' checking for rb_hash_foreach()... no ====================================================================== ---------------------------------------------------------------------- (0005558) bwalton (manager) - 2009-02-22 01:15 http://opencsw.org/bugtrack/view.php?id=3445#c5558 ---------------------------------------------------------------------- The have_func feature of mkmf is a header test. The function is defined in /opt/csw/lib/ruby/1.8/$arch-solaris2.8/intern.h. I'll determine why the test is failing to find this function. Confirmed on solaris 10 x86 (other platforms not tested yet). -Ben ---------------------------------------------------------------------- (0005559) bwalton (manager) - 2009-02-22 03:29 http://opencsw.org/bugtrack/view.php?id=3445#c5559 ---------------------------------------------------------------------- have_func builds a small c extension that requires the rb_hash_foreach symbol. This is linked against ruby-static. The ruby-static library isn't included with the package. I'll resolve this asap. ---------------------------------------------------------------------- (0005561) bwalton (manager) - 2009-02-22 14:23 http://opencsw.org/bugtrack/view.php?id=3445#c5561 ---------------------------------------------------------------------- Modified the GAR build to allow libruby-static.a to be bundled. Have verified the problem is resolved after including this file. I'll have packages in testing/ by days end. ---------------------------------------------------------------------- (0005562) mwatters (reporter) - 2009-02-23 17:49 http://opencsw.org/bugtrack/view.php?id=3445#c5562 ---------------------------------------------------------------------- I have tested it and ruby itself works fine. however, the dependency list is wrong or there is still a bug ;) I found that I actually needed the gcc binary itself and not just the libraries for mkmf...have_func work correctly The output of mkmf.log is below. without gcc it rb_hash_foreach returns no and fails with the shell command {path to gcc}/gcc not found. $ cat mkmf.log have_func: checking for rb_hash_foreach()... -------------------- yes "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" conftest.c: In function 't': conftest.c:3: error: 'rb_hash_foreach' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))rb_hash_foreach; return 0; } /* end */ "/opt/csw/gcc4/bin/gcc -o conftest -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -O2 -pipe -mcpu=v8 -I/opt/csw/include -fPIC conftest.c -L. -L/opt/csw/lib -Wl,-R/opt/csw/lib -L. -L/opt/csw/gcc4/lib -mcpu=v8 -L/opt/csw/lib -R/opt/csw/lib/\\\\\\$ISALIST -R/opt/csw/lib -lruby-static -lrt -lpthread -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { rb_hash_foreach(); return 0; } /* end */ -------------------- ---------------------------------------------------------------------- (0005563) bwalton (manager) - 2009-02-23 18:02 http://opencsw.org/bugtrack/view.php?id=3445#c5563 ---------------------------------------------------------------------- Looking at how Debian package ruby, they've split out a ruby-dev package which includes the headers, mkmf module and libruby stuff. I think that would be a better solution for us too, thus the gcc dependency would only affect people that want to build native extensions. Will try to get to this today. ---------------------------------------------------------------------- (0005600) philadmin (administrator) - 2009-03-02 19:47 http://opencsw.org/bugtrack/view.php?id=3445#c5600 ---------------------------------------------------------------------- Well, that's also a side issue to, "doing dev work with ruby, requires remembering to link in the gcc4 runtime lib, because it was compiled with gcc". A reminder that if there is a way to compile ruby with SUN compilers, this issue goes away. Another reminder, that if there is any equivalent to "pkg-config" for ruby, with some "ruby.pc" like file... that file should mention required link args of -R/opt/csw/gcc4/lib -L/opt/csw/gcc4/lib -l[whatever] ---------------------------------------------------------------------- (0005616) bwalton (manager) - 2009-03-10 00:50 http://opencsw.org/bugtrack/view.php?id=3445#c5616 ---------------------------------------------------------------------- This issue should be fixed by the updated packages that will hit mirrors shortly. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-02-21 22:31 mswatters New Issue 2009-02-22 01:15 bwalton Note Added: 0005558 2009-02-22 01:15 bwalton Assigned To => bwalton 2009-02-22 01:15 bwalton Status new => confirmed 2009-02-22 03:29 bwalton Note Added: 0005559 2009-02-22 14:23 bwalton Note Added: 0005561 2009-02-23 17:49 mwatters Note Added: 0005562 2009-02-23 18:02 bwalton Note Added: 0005563 2009-03-02 19:47 philadmin Note Added: 0005600 2009-03-10 00:50 bwalton Note Added: 0005616 2009-03-10 00:50 bwalton Status confirmed => resolved 2009-03-10 00:50 bwalton Resolution open => fixed 2009-03-10 00:51 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 10 09:12:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 09:12:43 +0100 Subject: [bug-notifications] [pkg_get 0002971]: No installation instructions In-Reply-To: <112f60a51a80850dc7ed1b5ed74422d8> Message-ID: <68826253fe8512225a7589b18f116db9@opencsw.org> A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=2971 ====================================================================== Reported By: kapilt Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 2971 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-12-16 23:13 CET Last Modified: 2009-03-10 09:12 CET ====================================================================== Summary: No installation instructions Description: tried to get past the fork literature, and get on with using opencsw. however there are no docs on how to actually install pkg-get. the user manual completely skips it. seems like a a great way to attrition your user base to zero. seriously, if you want people to use this stuff, you should document how to install it. ====================================================================== ---------------------------------------------------------------------- (0005473) phil (manager) - 2008-12-19 17:11 http://opencsw.org/bugtrack/view.php?id=2971#c5473 ---------------------------------------------------------------------- There IS documentation on how to install. However, perhaps you followed a path that did not lead you to the docs. What "user manual" are you referring to, that does not tell you how to install it? when you say "manual", I think "Man page". however, if you are reading the manpage, then isnt it already installed? :-) ---------------------------------------------------------------------- (0005584) philadmin (administrator) - 2009-02-27 18:09 http://opencsw.org/bugtrack/view.php?id=2971#c5584 ---------------------------------------------------------------------- user unresponsive as to specific needs. closing after 3 months. ---------------------------------------------------------------------- (0005592) kapilt (reporter) - 2009-02-28 19:27 http://opencsw.org/bugtrack/view.php?id=2971#c5592 ---------------------------------------------------------------------- okay, say i come to the opencsw.org site, and i want to use opencsw. nothing obvious on the home page. so i click on the next obvious link. the user guide link. i get a documentation page without any information on how to actual install opencsw, just how to use it. ---------------------------------------------------------------------- (0005611) automatthias (reporter) - 2009-03-09 09:08 http://opencsw.org/bugtrack/view.php?id=2971#c5611 ---------------------------------------------------------------------- I think kapilt means that opencsw.org should have a page similar to http://www.blastwave.org/howto.html - that is, a page which explains how to install pkg-get. In other words, instructions how to get started with opencsw.org with no previous knowledge of it. I'd suggest putting on the main page, http://www.opencsw.org/, something along the lines of: ----------------------------------------------------------------------- pkgadd -d http://www.ibiblio.org/pub/solaris/opencsw/pkg_get.pkg all echo >> /etc/opt/csw/pkg-get.conf \ "url=ftp://ftp.heanet.ie/pub/opencsw/current/" pkg-get -U pkg-get -i vim ----------------------------------------------------------------------- ---------------------------------------------------------------------- (0005613) phil (manager) - 2009-03-09 17:21 http://opencsw.org/bugtrack/view.php?id=2971#c5613 ---------------------------------------------------------------------- I updated things a bit. Please let me know if this helps enough. Hopefully, the front page is a bit more blatant about "go read this page" now. ---------------------------------------------------------------------- (0005617) automatthias (reporter) - 2009-03-10 09:12 http://opencsw.org/bugtrack/view.php?id=2971#c5617 ---------------------------------------------------------------------- The new sentence on the front page, "Please see the pkg-get page for details on how to get started with it" definitely helps. If there was an "Installation" header in front of it, it would be even better! Issue History Date Modified Username Field Change ====================================================================== 2008-12-16 23:13 kapilt New Issue 2008-12-19 17:09 phil Status new => assigned 2008-12-19 17:09 phil Assigned To => phil 2008-12-19 17:11 phil Note Added: 0005473 2009-02-27 18:09 philadmin Note Added: 0005584 2009-02-27 18:09 philadmin Status assigned => resolved 2009-02-27 18:09 philadmin Resolution open => not fixable 2009-02-27 18:15 philadmin Status resolved => closed 2009-02-28 19:27 kapilt Note Added: 0005592 2009-02-28 19:27 kapilt Status closed => feedback 2009-02-28 19:27 kapilt Resolution not fixable => reopened 2009-03-09 09:08 automatthias Note Added: 0005611 2009-03-09 17:21 phil Note Added: 0005613 2009-03-10 09:12 automatthias Note Added: 0005617 ====================================================================== From noreply at opencsw.org Tue Mar 10 20:42:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:42:00 +0100 Subject: [bug-notifications] [freeciv 0003126]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3126 ====================================================================== Reported By: harpchad Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 3126 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-10 20:41 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005609) jgoerzen (manager) - 2009-03-07 23:36 http://www.opencsw.org/bugtrack/view.php?id=3126#c5609 ---------------------------------------------------------------------- recompiled/repackaged with CSWggettextrt instead of CSWggettext as dependancy. New packages are in /testing and will be submitted in a few days ---------------------------------------------------------------------- (0005618) jgoerzen (manager) - 2009-03-10 20:41 http://www.opencsw.org/bugtrack/view.php?id=3126#c5618 ---------------------------------------------------------------------- updated pkgs fixing this bug are submitted to unstable Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-07 23:36 jgoerzen Note Added: 0005609 2009-03-07 23:36 jgoerzen Status new => resolved 2009-03-07 23:36 jgoerzen Resolution open => fixed 2009-03-07 23:36 jgoerzen Assigned To => jgoerzen 2009-03-10 20:41 jgoerzen Note Added: 0005618 2009-03-10 20:41 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 10 20:45:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:45:52 +0100 Subject: [bug-notifications] [freeciv 0001170]: Missing library on civclient In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1170 ====================================================================== Reported By: james Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 1170 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-09-23 04:26 CEST Last Modified: 2009-03-10 20:45 CET ====================================================================== Summary: Missing library on civclient Description: i386 only: $ civclient ld.so.1: civclient: fatal: libpangocairo-1.0.so.0: open failed: No such file or directory zsh: killed civclient find object=libpangocairo-1.0.so.0; required by civclient libpangocairo-1.0.so.0 => (file not found) ... find object=libcairo.so.2; required by civclient libcairo.so.2 => (file not found) ====================================================================== ---------------------------------------------------------------------- (0002347) jgoerzen (manager) - 2005-09-25 00:47 http://www.opencsw.org/bugtrack/view.php?id=1170#c2347 ---------------------------------------------------------------------- Waiting for CSWcairo package removal from daedal ---------------------------------------------------------------------- (0002353) jgoerzen (manager) - 2005-09-25 14:19 http://www.opencsw.org/bugtrack/view.php?id=1170#c2353 ---------------------------------------------------------------------- Recompiled & repackaged freeciv after CSWcairo removed from build host daedal. ---------------------------------------------------------------------- (0002934) aalmroth (reporter) - 2006-01-09 15:40 http://www.opencsw.org/bugtrack/view.php?id=1170#c2934 ---------------------------------------------------------------------- Closing report ---------------------------------------------------------------------- (0005619) jgoerzen (manager) - 2009-03-10 20:45 http://www.opencsw.org/bugtrack/view.php?id=1170#c5619 ---------------------------------------------------------------------- latest packages do not crash from missing library Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:45 jgoerzen Note Added: 0005619 2009-03-10 20:45 jgoerzen Status closed => resolved ====================================================================== From noreply at opencsw.org Tue Mar 10 20:46:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:46:46 +0100 Subject: [bug-notifications] [freeciv 0001170]: Missing library on civclient In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1170 ====================================================================== Reported By: james Assigned To: jgoerzen ====================================================================== Project: freeciv Issue ID: 1170 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-09-23 04:26 CEST Last Modified: 2009-03-10 20:46 CET ====================================================================== Summary: Missing library on civclient Description: i386 only: $ civclient ld.so.1: civclient: fatal: libpangocairo-1.0.so.0: open failed: No such file or directory zsh: killed civclient find object=libpangocairo-1.0.so.0; required by civclient libpangocairo-1.0.so.0 => (file not found) ... find object=libcairo.so.2; required by civclient libcairo.so.2 => (file not found) ====================================================================== ---------------------------------------------------------------------- (0002347) jgoerzen (manager) - 2005-09-25 00:47 http://www.opencsw.org/bugtrack/view.php?id=1170#c2347 ---------------------------------------------------------------------- Waiting for CSWcairo package removal from daedal ---------------------------------------------------------------------- (0002353) jgoerzen (manager) - 2005-09-25 14:19 http://www.opencsw.org/bugtrack/view.php?id=1170#c2353 ---------------------------------------------------------------------- Recompiled & repackaged freeciv after CSWcairo removed from build host daedal. ---------------------------------------------------------------------- (0002934) aalmroth (reporter) - 2006-01-09 15:40 http://www.opencsw.org/bugtrack/view.php?id=1170#c2934 ---------------------------------------------------------------------- Closing report ---------------------------------------------------------------------- (0005619) jgoerzen (manager) - 2009-03-10 20:45 http://www.opencsw.org/bugtrack/view.php?id=1170#c5619 ---------------------------------------------------------------------- latest packages do not crash from missing library ---------------------------------------------------------------------- (0005620) jgoerzen (manager) - 2009-03-10 20:46 http://www.opencsw.org/bugtrack/view.php?id=1170#c5620 ---------------------------------------------------------------------- no longer an issue with latest package. Closing bug Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:45 jgoerzen Note Added: 0005619 2009-03-10 20:45 jgoerzen Status closed => resolved 2009-03-10 20:46 jgoerzen Note Added: 0005620 2009-03-10 20:46 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 10 20:49:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:49:08 +0100 Subject: [bug-notifications] [freeciv 0000284]: Can\'t run /opt/csw/bin/civserver In-Reply-To: <6a91f9443cca41cf97d87b835509a411> Message-ID: <0c50e7acd7292c8abd751b855219dbd4@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=284 ====================================================================== Reported By: pettefar Assigned To: philadmin ====================================================================== Project: freeciv Issue ID: 284 Category: regular use Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 2004-03-10 05:57 CET Last Modified: 2009-03-10 20:49 CET ====================================================================== Summary: Can\'t run /opt/csw/bin/civserver Description: /opt/csw/bin/civserver reports ld.so.1: /opt/csw/bin/civserver: fatal: libintl.so.3: open failed: No such file or directory Killed ====================================================================== ---------------------------------------------------------------------- (0000344) philadmin (administrator) - 2004-03-10 10:50 http://www.opencsw.org/bugtrack/view.php?id=284#c344 ---------------------------------------------------------------------- You need to update your libraries. pkg-get -U -u ---------------------------------------------------------------------- (0005621) jgoerzen (manager) - 2009-03-10 20:49 http://www.opencsw.org/bugtrack/view.php?id=284#c5621 ---------------------------------------------------------------------- was not an issue with packaging. user needed to pkg-get -U -u Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:49 jgoerzen Note Added: 0005621 2009-03-10 20:49 jgoerzen Status closed => resolved ====================================================================== From noreply at opencsw.org Tue Mar 10 20:49:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 10 Mar 2009 20:49:54 +0100 Subject: [bug-notifications] [freeciv 0000284]: Can\'t run /opt/csw/bin/civserver In-Reply-To: <6a91f9443cca41cf97d87b835509a411> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=284 ====================================================================== Reported By: pettefar Assigned To: philadmin ====================================================================== Project: freeciv Issue ID: 284 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: no change required Fixed in Version: ====================================================================== Date Submitted: 2004-03-10 05:57 CET Last Modified: 2009-03-10 20:49 CET ====================================================================== Summary: Can\'t run /opt/csw/bin/civserver Description: /opt/csw/bin/civserver reports ld.so.1: /opt/csw/bin/civserver: fatal: libintl.so.3: open failed: No such file or directory Killed ====================================================================== ---------------------------------------------------------------------- (0000344) philadmin (administrator) - 2004-03-10 10:50 http://www.opencsw.org/bugtrack/view.php?id=284#c344 ---------------------------------------------------------------------- You need to update your libraries. pkg-get -U -u ---------------------------------------------------------------------- (0005621) jgoerzen (manager) - 2009-03-10 20:49 http://www.opencsw.org/bugtrack/view.php?id=284#c5621 ---------------------------------------------------------------------- was not an issue with packaging. user needed to pkg-get -U -u ---------------------------------------------------------------------- (0005622) jgoerzen (manager) - 2009-03-10 20:49 http://www.opencsw.org/bugtrack/view.php?id=284#c5622 ---------------------------------------------------------------------- was not an issue with packaging. user needed to pkg-get -U -u closing bug Issue History Date Modified Username Field Change ====================================================================== 2009-03-10 20:49 jgoerzen Note Added: 0005621 2009-03-10 20:49 jgoerzen Status closed => resolved 2009-03-10 20:49 jgoerzen Note Added: 0005622 2009-03-10 20:49 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:34:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:34:06 +0100 Subject: [bug-notifications] [python 0002803]: python-config --ldflags should include -L/opt/csw/lib In-Reply-To: <271fc0ef471554c4b9670ee60f0b052e> Message-ID: <0e70352652f425d7f448a9a801ddca94@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2803 ====================================================================== Reported By: dam Assigned To: mwatters ====================================================================== Project: python Issue ID: 2803 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-29 05:38 CET Last Modified: 2009-03-11 02:34 CET ====================================================================== Summary: python-config --ldflags should include -L/opt/csw/lib Description: Issueing # python-config --ldflags results in -lresolv -lsocket -lnsl -lrt -ldl -lpthread -lm -lpython2.5 which IMHO should include -L/opt/csw/lib to allow binding of third-party apps without LDFLAGS-magic ====================================================================== ---------------------------------------------------------------------- (0005585) mwatters (manager) - 2009-02-27 18:35 http://www.opencsw.org/bugtrack/view.php?id=2803#c5585 ---------------------------------------------------------------------- I need to do some research on how to do this. unfortunately it wasn't as easy as specifying it directly for configure ---------------------------------------------------------------------- (0005623) mwatters (manager) - 2009-03-11 02:34 http://www.opencsw.org/bugtrack/view.php?id=2803#c5623 ---------------------------------------------------------------------- this is resolved in REV=2009.03.02 Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 18:35 mwatters Note Added: 0005585 2009-02-27 18:35 mwatters Assigned To => mwatters 2009-02-27 18:35 mwatters Status new => acknowledged 2009-03-11 02:34 mwatters Note Added: 0005623 2009-03-11 02:34 mwatters Status acknowledged => resolved 2009-03-11 02:34 mwatters Resolution open => fixed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:35:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:35:20 +0100 Subject: [bug-notifications] [python 0002803]: python-config --ldflags should include -L/opt/csw/lib In-Reply-To: <271fc0ef471554c4b9670ee60f0b052e> Message-ID: <9e605c41cb60c22aab43d698fec6c5fc@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2803 ====================================================================== Reported By: dam Assigned To: mwatters ====================================================================== Project: python Issue ID: 2803 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-29 05:38 CET Last Modified: 2009-03-11 02:35 CET ====================================================================== Summary: python-config --ldflags should include -L/opt/csw/lib Description: Issueing # python-config --ldflags results in -lresolv -lsocket -lnsl -lrt -ldl -lpthread -lm -lpython2.5 which IMHO should include -L/opt/csw/lib to allow binding of third-party apps without LDFLAGS-magic ====================================================================== ---------------------------------------------------------------------- (0005585) mwatters (manager) - 2009-02-27 18:35 http://www.opencsw.org/bugtrack/view.php?id=2803#c5585 ---------------------------------------------------------------------- I need to do some research on how to do this. unfortunately it wasn't as easy as specifying it directly for configure ---------------------------------------------------------------------- (0005623) mwatters (manager) - 2009-03-11 02:34 http://www.opencsw.org/bugtrack/view.php?id=2803#c5623 ---------------------------------------------------------------------- this is resolved in REV=2009.03.02 ---------------------------------------------------------------------- (0005624) mwatters (manager) - 2009-03-11 02:35 http://www.opencsw.org/bugtrack/view.php?id=2803#c5624 ---------------------------------------------------------------------- resolved in python 2.6.1, REV=2009.03.02 Issue History Date Modified Username Field Change ====================================================================== 2009-02-27 18:35 mwatters Note Added: 0005585 2009-02-27 18:35 mwatters Assigned To => mwatters 2009-02-27 18:35 mwatters Status new => acknowledged 2009-03-11 02:34 mwatters Note Added: 0005623 2009-03-11 02:34 mwatters Status acknowledged => resolved 2009-03-11 02:34 mwatters Resolution open => fixed 2009-03-11 02:35 mwatters Note Added: 0005624 2009-03-11 02:35 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:37:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:37:40 +0100 Subject: [bug-notifications] [gnupg 0001754]: Upgrade gnupg from version 1.4.4 to version 1.4.5 In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1754 ====================================================================== Reported By: radiusmax Assigned To: asmoore ====================================================================== Project: gnupg Issue ID: 1754 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-08-21 14:55 CEST Last Modified: 2009-03-11 02:37 CET ====================================================================== Summary: Upgrade gnupg from version 1.4.4 to version 1.4.5 Description: Upgrade to the latest available source. ====================================================================== ---------------------------------------------------------------------- (0003770) asmoore (reporter) - 2006-08-22 07:20 http://www.opencsw.org/mantis/view.php?id=1754#c3770 ---------------------------------------------------------------------- The update is in http://www.blastwave.org/testing for manual download and install. I released to packages to admin for distribution to the CSW mirrors. ---------------------------------------------------------------------- (0005413) philadmin (administrator) - 2008-11-17 22:35 http://www.opencsw.org/mantis/view.php?id=1754#c5413 ---------------------------------------------------------------------- looks like our gnupg is up to 1.4.8 now.... however, "upstream" is up to 1.4.9! So this is still a valid "upgrade" bug. I was going to close this case otherwise. ---------------------------------------------------------------------- (0005625) mwatters (manager) - 2009-03-11 02:37 http://www.opencsw.org/mantis/view.php?id=1754#c5625 ---------------------------------------------------------------------- updated to the latest soruce 1.4.9 also compiled gnupg2 at 2.0.10 Issue History Date Modified Username Field Change ====================================================================== 2008-11-17 22:35 philadmin Note Added: 0005413 2009-03-11 02:37 mwatters Note Added: 0005625 2009-03-11 02:37 mwatters Status assigned => resolved 2009-03-11 02:37 mwatters Resolution open => fixed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:38:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:38:21 +0100 Subject: [bug-notifications] [gnupg 0001754]: Upgrade gnupg from version 1.4.4 to version 1.4.5 In-Reply-To: Message-ID: <588bdd2f2de52c2b56fe9206197efeea@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=1754 ====================================================================== Reported By: radiusmax Assigned To: asmoore ====================================================================== Project: gnupg Issue ID: 1754 Category: upgrade Reproducibility: N/A Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-08-21 14:55 CEST Last Modified: 2009-03-11 02:38 CET ====================================================================== Summary: Upgrade gnupg from version 1.4.4 to version 1.4.5 Description: Upgrade to the latest available source. ====================================================================== ---------------------------------------------------------------------- (0003770) asmoore (reporter) - 2006-08-22 07:20 http://www.opencsw.org/mantis/view.php?id=1754#c3770 ---------------------------------------------------------------------- The update is in http://www.blastwave.org/testing for manual download and install. I released to packages to admin for distribution to the CSW mirrors. ---------------------------------------------------------------------- (0005413) philadmin (administrator) - 2008-11-17 22:35 http://www.opencsw.org/mantis/view.php?id=1754#c5413 ---------------------------------------------------------------------- looks like our gnupg is up to 1.4.8 now.... however, "upstream" is up to 1.4.9! So this is still a valid "upgrade" bug. I was going to close this case otherwise. ---------------------------------------------------------------------- (0005625) mwatters (manager) - 2009-03-11 02:37 http://www.opencsw.org/mantis/view.php?id=1754#c5625 ---------------------------------------------------------------------- updated to the latest soruce 1.4.9 also compiled gnupg2 at 2.0.10 ---------------------------------------------------------------------- (0005626) mwatters (manager) - 2009-03-11 02:38 http://www.opencsw.org/mantis/view.php?id=1754#c5626 ---------------------------------------------------------------------- this is resolved, upgraded to 1.4.9 Issue History Date Modified Username Field Change ====================================================================== 2008-11-17 22:35 philadmin Note Added: 0005413 2009-03-11 02:37 mwatters Note Added: 0005625 2009-03-11 02:37 mwatters Status assigned => resolved 2009-03-11 02:37 mwatters Resolution open => fixed 2009-03-11 02:38 mwatters Note Added: 0005626 2009-03-11 02:38 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:40:26 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:40:26 +0100 Subject: [bug-notifications] [gnupg_minimal 0003354]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2f4b5c633784a84936748ba2810d276a@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3354 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: gnupg_minimal Issue ID: 3354 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:19 CET Last Modified: 2009-03-11 02:40 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005627) mwatters (manager) - 2009-03-11 02:40 http://www.opencsw.org/mantis/view.php?id=3354#c5627 ---------------------------------------------------------------------- resolved as of release 1.4.9,REV=2009.03.05 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:19 harpchad New Issue 2009-03-11 02:40 mwatters Note Added: 0005627 2009-03-11 02:40 mwatters Status new => resolved 2009-03-11 02:40 mwatters Resolution open => fixed 2009-03-11 02:40 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Wed Mar 11 02:41:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:41:12 +0100 Subject: [bug-notifications] [gnupg_minimal 0003354]: Depend on CSWggettextrt In-Reply-To: Message-ID: <67767a24bfb60287ee8eb77a1f62272a@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3354 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: gnupg_minimal Issue ID: 3354 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:19 CET Last Modified: 2009-03-11 02:41 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005627) mwatters (manager) - 2009-03-11 02:40 http://www.opencsw.org/mantis/view.php?id=3354#c5627 ---------------------------------------------------------------------- resolved as of release 1.4.9,REV=2009.03.05 ---------------------------------------------------------------------- (0005628) mwatters (manager) - 2009-03-11 02:41 http://www.opencsw.org/mantis/view.php?id=3354#c5628 ---------------------------------------------------------------------- resolved as of gnupg_minimal 1.4.9,REV=2009.03.05 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:19 harpchad New Issue 2009-03-11 02:40 mwatters Note Added: 0005627 2009-03-11 02:40 mwatters Status new => resolved 2009-03-11 02:40 mwatters Resolution open => fixed 2009-03-11 02:40 mwatters Assigned To => mwatters 2009-03-11 02:41 mwatters Note Added: 0005628 2009-03-11 02:41 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:43:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:43:51 +0100 Subject: [bug-notifications] [gnupg 0002980]: fatal relocation error: libreadline.so.5 In-Reply-To: <7ffc3281834e41f13c1d074f5099175b> Message-ID: <18294b306202f196bd3fcda300760ee7@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2980 ====================================================================== Reported By: casterln Assigned To: ====================================================================== Project: gnupg Issue ID: 2980 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-09 00:38 CET Last Modified: 2009-03-11 02:43 CET ====================================================================== Summary: fatal relocation error: libreadline.so.5 Description: similar to this report on blastwave: http://wiki.blastwave.org/forum/viewtopic.php?f=22&p=766#p766 gpg --edit-key A1888E90 gives this error: ld.so.1: gpg: fatal: relocation error: file /opt/csw/lib/libreadline.so.5: symbol tgetent: referenced symbol not found ====================================================================== ---------------------------------------------------------------------- (0005483) skayser (administrator) - 2009-01-15 09:58 http://www.opencsw.org/mantis/view.php?id=2980#c5483 ---------------------------------------------------------------------- Hi casterln, thanks for reporting the bug. The bug is not a bug in CSWgnupg, but a regression bug in CSWreadline. I filed a bug report against CSWreadline (http://www.opencsw.org/mantis/view.php?id=2984) so that the maintainer can release a fixed version and thereby solve your problem. Sebastian ---------------------------------------------------------------------- (0005486) skayser (administrator) - 2009-01-16 17:37 http://www.opencsw.org/mantis/view.php?id=2980#c5486 ---------------------------------------------------------------------- Hi casterln, the bug in CSWreadline is fixed and this bug here will be closed as soon as the bugfixed CSWreadline has made it to current/. Sebastian ---------------------------------------------------------------------- (0005629) mwatters (manager) - 2009-03-11 02:43 http://www.opencsw.org/mantis/view.php?id=2980#c5629 ---------------------------------------------------------------------- this is resolved as of readline 5.2,REV=2009.02.13 Issue History Date Modified Username Field Change ====================================================================== 2009-01-09 00:38 casterln New Issue 2009-01-09 18:01 casterln Issue Monitored: casterln 2009-01-15 09:58 skayser Note Added: 0005483 2009-01-16 17:37 skayser Note Added: 0005486 2009-03-11 02:43 mwatters Note Added: 0005629 2009-03-11 02:43 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:44:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:44:59 +0100 Subject: [bug-notifications] [gnupg 0003035]: ncurses dependency is missing In-Reply-To: <319243254d60cc326fadfe3f58093417> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3035 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: gnupg Issue ID: 3035 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-22 21:06 CET Last Modified: 2009-03-11 02:44 CET ====================================================================== Summary: ncurses dependency is missing Description: This package should depend on ncurses. This dep is missing in the current version and prevent gnupg to work. Installing ncurses by hand solves the problem ====================================================================== ---------------------------------------------------------------------- (0005505) mswatters (reporter) - 2009-02-04 05:29 http://www.opencsw.org/mantis/view.php?id=3035#c5505 ---------------------------------------------------------------------- This is the same issue as bug 2980 fatal relocation error for libreadline. gnupg does not have a direct requirement for curses, that comes from the dependency on readline. ---------------------------------------------------------------------- (0005630) mwatters (manager) - 2009-03-11 02:44 http://www.opencsw.org/mantis/view.php?id=3035#c5630 ---------------------------------------------------------------------- this is resolved with the release of readline 5.2,REV=2009.02.13 Issue History Date Modified Username Field Change ====================================================================== 2009-01-22 21:06 wbonnet New Issue 2009-02-04 05:29 mswatters Note Added: 0005505 2009-03-11 02:44 mwatters Note Added: 0005630 2009-03-11 02:44 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 02:46:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 02:46:15 +0100 Subject: [bug-notifications] [gnupg 0003076]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3076 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gnupg Issue ID: 3076 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: 2009-03-11 02:46 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005631) mwatters (manager) - 2009-03-11 02:46 http://www.opencsw.org/mantis/view.php?id=3076#c5631 ---------------------------------------------------------------------- this has been resoved with the release of gnupg 1.4.9,REV=2009.03.05 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:48 harpchad New Issue 2009-03-11 02:46 mwatters Note Added: 0005631 2009-03-11 02:46 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 11 15:49:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 11 Mar 2009 15:49:47 +0100 Subject: [bug-notifications] [pca 0003463]: pca version contained in 20090224.01, REV=2009.02.24 is 20081218-01 Message-ID: <5b8aa008a5023ea4085e8b8b6ad9dea6@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3463 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: pca Issue ID: 3463 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-11 15:49 CET Last Modified: 2009-03-11 15:49 CET ====================================================================== Summary: pca version contained in 20090224.01,REV=2009.02.24 is 20081218-01 Description: Seems as if a downrev version ended up in the current package root @ ray1 /# pkginfo -x CSWpca CSWpca pca - Patch Check Advanced (all) 20090224.01,REV=2009.02.24 root @ ray1 /# /opt/csw/bin/pca -v pca 20081218-01 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-11 15:49 skayser New Issue ====================================================================== From noreply at opencsw.org Thu Mar 12 11:14:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 11:14:34 +0100 Subject: [bug-notifications] [common 0003459]: "Mirrors" subpage points to blastwave (!=opencsw) package repository In-Reply-To: <62f0143d0d27f952b718eca623786fc9> Message-ID: <0e4236ee0fae79b74d49594b8efb15ae@www.opencsw.org> The following issue has been REOPENED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3459 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3459 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-06 09:43 CET Last Modified: 2009-03-12 11:14 CET ====================================================================== Summary: "Mirrors" subpage points to blastwave (!=opencsw) package repository Description: Mirrors website (http://www.opencsw.org/mirrors) says that the mirror in Ireland is ftp://ftp.heanet.ie/pub/csw. However, if you view the parent directory, ftp://ftp.heanet.ie/pub, you'll see that "csw" is a symlink to "blastwave" while OpenCSW has its own subdirectory, "opencsw". The correct url (for http, ftp and rsync) is: ftp://ftp.heanet.ie/pub/opencsw Other links might be also affected by this issue. ====================================================================== ---------------------------------------------------------------------- (0005603) philadmin (administrator) - 2009-03-06 17:59 http://www.opencsw.org/bugtrack/view.php?id=3459#c5603 ---------------------------------------------------------------------- Thank you for bringing this to our attention. if you happen to notice any other broken ones, please let us know. ---------------------------------------------------------------------- (0005632) automatthias (reporter) - 2009-03-12 11:14 http://www.opencsw.org/bugtrack/view.php?id=3459#c5632 ---------------------------------------------------------------------- I wrote a script to automatically check all the URLs from the mirrors page. The results are: Blastwave: ftp://carroll.aset.psu.edu/pub/solaris/csw ftp://ftp.corbina.net/pub/Solaris/csw ftp://ftp.gtlib.gatech.edu/pub/blastwave ftp://ftp.iasi.roedu.net/mirrors/blastwave.org/ ftp://ftp.iforceready.it/pub/csw/ ftp://ftp.sh.cvut.cz/MIRRORS/blastwave ftp://ftp.wayne.edu/blastwave ftp://mirrors.dotsrc.org/csw/ http://ftp.iasi.roedu.net/mirrors/blastwave.org/ http://ftp.iforceready.it/pub/csw http://ftp.sh.cvut.cz/MIRRORS/blastwave http://ftp.wayne.edu/blastwave http://mirror.unixheads.com/csw http://mirrors.dotsrc.org/csw/ http://www.consultico.de/csw http://www.gtlib.gatech.edu/pub/blastwave http://www.mirrorservice.org/sites/blastwave.org Unknown: http://planetmirror.com/pub/csw OpenCSW: ftp://csw.fx.lv/csw ftp://ftp.df.lth.se/pub/csw ftp://ftp.esat.net/mirrors/opencsw.org/csw ftp://ftp.heanet.ie/pub/opencsw ftp://ftp.ibiblio.org/pub/packages/solaris/opencsw ftp://ftp.math.purdue.edu/mirrors/opencsw.org ftp://ftp.ru/pub/csw ftp://ftp.uni-erlangen.de/pub/mirrors/csw ftp://ftp.uninett.no/sun/csw ftp://ftp.ussg.iu.edu/pub/csw/ ftp://mirror.pacific.net.au/solaris/opencsw ftp://mirror.switch.ch/mirror/opencsw ftp://mirrors.usc.edu/pub/csw http://csw.fx.lv http://csw.informatik.uni-erlangen.de/csw http://csw.informatik.uni-erlangen.de/oldpkgs/ http://csw.informatik.uni-erlangen.de/oldpkgs/ http://ftp.df.lth.se/pub/csw http://ftp.esat.net/mirrors/opencsw.org/csw/ http://ftp.heanet.ie/pub/opencsw/ http://ftp.math.purdue.edu/mirrors/opencsw.org/ http://ftp.uni-erlangen.de/pub/mirrors/csw http://ftp.ussg.iu.edu/csw/ http://ftp6.uni-erlangen.de/pub/mirrors/csw http://mirror.pacific.net.au/opencsw http://mirror.switch.ch/ftp/mirror/opencsw http://mirrors.usc.edu/pub/csw http://www.grangefields.co.uk/mirrors/csw/ http://www.ibiblio.org/pub/packages/solaris/opencsw Not found: ftp://ftp.belnet.be/mirrors/blastwave.org/ ftp://ftp.d-tabor.lj.edus.si/csw ftp://ftp.ntua.gr/pub/vendors/sun/csw ftp://ftp.planetmirror.com/pub/csw ftp://ftp6.uni-erlangen.de/pub/mirrors/csw ftp://mirror.unixheads.com/csw ftp://sunsite.utk.edu/pub/blastwave http://blastwave.berlios.de/csw http://blastwave.solaris-fr.org/ http://carroll.aset.psu.edu/pub/solaris/csw http://csw.ch.bme.hu http://ftp.belnet.be/mirrors/blastwave.org/ http://ftp.dk.xemacs.org/pub/sun/csw http://ftp.ind.net/pub/mirrors/ftp.ibiblio.org/csw http://ftp.ntua.gr/pub/vendors/sun/csw http://ftp.ntua.gr/pub/vendors/sun/csw http://ftp.pu.edu.tw/Sun/metalab.unc.edu/csw http://ftp.sh.cvut.cz/WEB/ http://ftp.uk.freebsd.org/pub/mirrors/sunsite.unc.edu/solaris/csw http://gigaload.org/blastwave.org http://mirrors.xservers.ro/blastwave/ http://stoofo.math.uni.lodz.pl/csw/ http://sunsite.bilkent.edu.tr/pub/sun-packages/csw http://sunsite.utk.edu/ftp/pub/blastwave Some of the URLs don't show on the page because they're commented out; the script checked them nonetheless. Issue History Date Modified Username Field Change ====================================================================== 2009-03-06 09:43 automatthias New Issue 2009-03-06 17:59 philadmin Note Added: 0005603 2009-03-06 17:59 philadmin Status new => closed 2009-03-06 17:59 philadmin Resolution open => fixed 2009-03-12 11:14 automatthias Note Added: 0005632 2009-03-12 11:14 automatthias Status closed => feedback 2009-03-12 11:14 automatthias Resolution fixed => reopened ====================================================================== From noreply at opencsw.org Thu Mar 12 16:56:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 16:56:15 +0100 Subject: [bug-notifications] [gtar 0003074]: Depend on CSWggettextrt In-Reply-To: <471f2b0c3e2a3c98834a9d6fcca4b7d2> Message-ID: <124505eb83d6e41df6ba4bf59a903eb3@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3074 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: gtar Issue ID: 3074 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:48 CET Last Modified: 2009-03-12 16:56 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:48 harpchad New Issue 2009-03-12 16:56 dam Status new => assigned 2009-03-12 16:56 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 12 16:56:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 16:56:38 +0100 Subject: [bug-notifications] [gtar 0003074]: Depend on CSWggettextrt In-Reply-To: <471f2b0c3e2a3c98834a9d6fcca4b7d2> Message-ID: <26a50e4366de0d05edf7266e54650608@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3074 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: gtar Issue ID: 3074 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: 2009-03-12 16:56 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005633) dam (manager) - 2009-03-12 16:56 http://www.opencsw.org/mantis/view.php?id=3074#c5633 ---------------------------------------------------------------------- Fixed in 1.21,REV=2009.02.24 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:48 harpchad New Issue 2009-03-12 16:56 dam Status new => assigned 2009-03-12 16:56 dam Assigned To => dam 2009-03-12 16:56 dam Note Added: 0005633 2009-03-12 16:56 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 12 17:55:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 12 Mar 2009 17:55:23 +0100 Subject: [bug-notifications] [freetype2 0003053]: Add 64-bit libraries In-Reply-To: <32d9b9716a9fbca39c677ba6419b2fea> Message-ID: <2c6859012ad7ee333c8de33c8788c698@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3053 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: freetype2 Issue ID: 3053 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-01 06:21 CET Last Modified: 2009-03-12 17:55 CET ====================================================================== Summary: Add 64-bit libraries Description: Required for 64-bit GTK ====================================================================== ---------------------------------------------------------------------- (0005634) harpchad (manager) - 2009-03-12 17:55 http://www.opencsw.org/mantis/view.php?id=3053#c5634 ---------------------------------------------------------------------- Fixed in 2.3.8,REV=2009.02.16 Issue History Date Modified Username Field Change ====================================================================== 2009-02-01 06:21 harpchad New Issue 2009-03-12 17:55 harpchad Note Added: 0005634 2009-03-12 17:55 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:32:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:32:51 +0100 Subject: [bug-notifications] [php5_mcrypt 0002797]: libtool dependancy deprecated: please use libtool_rt instead In-Reply-To: <48d406da1dafe79a57176b9991d33aa9> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2797 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: php5_mcrypt Issue ID: 2797 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-02-19 15:16 CET Last Modified: 2009-03-13 06:32 CET ====================================================================== Summary: libtool dependancy deprecated: please use libtool_rt instead Description: libtool dependancy deprecated: please use libtool_rt instead ====================================================================== ---------------------------------------------------------------------- (0005635) mwatters (manager) - 2009-03-13 06:32 http://www.opencsw.org/mantis/view.php?id=2797#c5635 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:32 mwatters Note Added: 0005635 2009-03-13 06:32 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:34:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:34:18 +0100 Subject: [bug-notifications] [php5_gettext 0003332]: Depend on CSWggettextrt In-Reply-To: <1d5d0b1c3e848e78b92e8fa76b5e7c35> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3332 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: php5_gettext Issue ID: 3332 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-13 06:34 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005636) mwatters (manager) - 2009-03-13 06:34 http://www.opencsw.org/mantis/view.php?id=3332#c5636 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-03-13 06:34 mwatters Note Added: 0005636 2009-03-13 06:34 mwatters Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:37:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:37:11 +0100 Subject: [bug-notifications] [php5 0002866]: Upgrade from 5.2.4 to 5.2.5 In-Reply-To: <42db327d40bf11c12a69cc74520f4b2e> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2866 ====================================================================== Reported By: rmaslinski Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2866 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-04-28 16:55 CEST Last Modified: 2009-03-13 06:37 CET ====================================================================== Summary: Upgrade from 5.2.4 to 5.2.5 Description: Current stable release appears to be 5.2.5, which includes a number of security fixes. ====================================================================== ---------------------------------------------------------------------- (0005344) oswego (reporter) - 2008-06-03 21:55 http://www.opencsw.org/mantis/view.php?id=2866#c5344 ---------------------------------------------------------------------- Would like to see an upgrade to 5.2.6 >From php.net \"The PHP development team would like to announce the immediate availability of PHP 5.2.6. This release focuses on improving the stability of the PHP 5.2.x branch with over 120 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.\" ---------------------------------------------------------------------- (0005637) mwatters (manager) - 2009-03-13 06:37 http://www.opencsw.org/mantis/view.php?id=2866#c5637 ---------------------------------------------------------------------- I recompiled and released a new php package. I successfully tested the pear functionality. Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:37 mwatters Note Added: 0005637 2009-03-13 06:37 mwatters Status new => resolved 2009-03-13 06:37 mwatters Resolution open => fixed 2009-03-13 06:37 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:38:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:38:00 +0100 Subject: [bug-notifications] [php5 0002866]: Upgrade from 5.2.4 to 5.2.5 In-Reply-To: <42db327d40bf11c12a69cc74520f4b2e> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2866 ====================================================================== Reported By: rmaslinski Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2866 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-04-28 16:55 CEST Last Modified: 2009-03-13 06:37 CET ====================================================================== Summary: Upgrade from 5.2.4 to 5.2.5 Description: Current stable release appears to be 5.2.5, which includes a number of security fixes. ====================================================================== ---------------------------------------------------------------------- (0005344) oswego (reporter) - 2008-06-03 21:55 http://www.opencsw.org/mantis/view.php?id=2866#c5344 ---------------------------------------------------------------------- Would like to see an upgrade to 5.2.6 >From php.net \"The PHP development team would like to announce the immediate availability of PHP 5.2.6. This release focuses on improving the stability of the PHP 5.2.x branch with over 120 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.\" ---------------------------------------------------------------------- (0005637) mwatters (manager) - 2009-03-13 06:37 http://www.opencsw.org/mantis/view.php?id=2866#c5637 ---------------------------------------------------------------------- I recompiled and released a new php package. I successfully tested the pear functionality. Resolved as of revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005638) mwatters (manager) - 2009-03-13 06:37 http://www.opencsw.org/mantis/view.php?id=2866#c5638 ---------------------------------------------------------------------- upgraded to 5.2.6 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:37 mwatters Note Added: 0005637 2009-03-13 06:37 mwatters Status new => resolved 2009-03-13 06:37 mwatters Resolution open => fixed 2009-03-13 06:37 mwatters Assigned To => mwatters 2009-03-13 06:37 mwatters Note Added: 0005638 2009-03-13 06:37 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 06:39:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:39:00 +0100 Subject: [bug-notifications] [php5 0002876]: Proxy server set in pear config In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2876 ====================================================================== Reported By: jda Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2876 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-07 13:40 CEST Last Modified: 2009-03-13 06:38 CET ====================================================================== Summary: Proxy server set in pear config Description: The config file for PEAR (/opt/csw/php5/etc/pear.conf) specifies a HTTP proxy server of http://svn:8080. This breaks PEAR update and install functionality out of the box. Work around: run /opt/csw/php5/bin/pear config-set http_proxy \"\" after installing the php5 package. I am using package version 5.2.4,REV=2007.10.29 ====================================================================== ---------------------------------------------------------------------- (0005284) jda (reporter) - 2008-05-07 13:44 http://www.opencsw.org/mantis/view.php?id=2876#c5284 ---------------------------------------------------------------------- Sorry, duplicate of bug 0002761 ---------------------------------------------------------------------- (0005639) mwatters (manager) - 2009-03-13 06:38 http://www.opencsw.org/mantis/view.php?id=2876#c5639 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:38 mwatters Note Added: 0005639 2009-03-13 06:38 mwatters Status new => resolved 2009-03-13 06:38 mwatters Resolution open => fixed 2009-03-13 06:38 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:40:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:40:02 +0100 Subject: [bug-notifications] [php5 0002907]: missing PEAR files In-Reply-To: <0a9a938b5a413eb2302661e8d4a6c56f> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2907 ====================================================================== Reported By: calessio Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2907 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-30 16:44 CEST Last Modified: 2009-03-13 06:40 CET ====================================================================== Summary: missing PEAR files Description: from the csw-users mailing list: \"...the PEAR installation seems to be broken since any \"pear\" operation complains about a missing Graph.php file. This file is a part of the Structure_Graph package http://pear.php.net/package/Structures_Graph and it should be present. Even if I try to install this package from a file system it fails: root at vm:tmp$ /opt/csw/php5/bin/pear install Structures_Graph-1.0.2.tgz Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required \'Structures/Graph.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 I talked about this in the #pear IRC channel and I was told that if the Structure package is missing the installation is likely broken. The quick solution I use is just to unpack the Structure directory from the Structures_Graph-1.0.2.tgz to the php include path (include_path=\'/opt/csw/php5/lib/php\') which fixes the issue but it\'s not really a clean solution.\" ====================================================================== ---------------------------------------------------------------------- (0005640) mwatters (manager) - 2009-03-13 06:40 http://www.opencsw.org/mantis/view.php?id=2907#c5640 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:40 mwatters Note Added: 0005640 2009-03-13 06:40 mwatters Status new => resolved 2009-03-13 06:40 mwatters Resolution open => fixed 2009-03-13 06:40 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:41:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:41:01 +0100 Subject: [bug-notifications] [php5 0002927]: \'pear\' installation missing required files In-Reply-To: Message-ID: <2dafcbf8120a6239d0f614b1a9a83db3@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2927 ====================================================================== Reported By: achace Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2927 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-07-10 13:02 CEST Last Modified: 2009-03-13 06:41 CET ====================================================================== Summary: \'pear\' installation missing required files Description: When trying to install any packages with \"pear\", I receive errors like this: Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required \'PEAR/REST/13.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 The file \"/opt/csw/php5/lib/php/PEAR/REST/13.php\" does not exist. This is a fresh installation of PHP5, and I have tried removing the package (and directory) and reinstalling it. ====================================================================== ---------------------------------------------------------------------- (0005464) caio (reporter) - 2008-12-15 12:21 http://www.opencsw.org/mantis/view.php?id=2927#c5464 ---------------------------------------------------------------------- I have the same issue when trying to install PEAR DB and XML_RPC library of pear: # pear install DB Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required 'PEAR/REST/13.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 I have installed php5 from opencsw repository (with pkg-get). # pkginfo -l CSWphp5 PKGINST: CSWphp5 NAME: php5 - PHP Hypertext Processor 5 CATEGORY: application ARCH: i386 VERSION: 5.2.4,REV=2007.10.29 BASEDIR: / VENDOR: http://www.php.net/downloads.php packaged for CSW by Cory Omand PSTAMP: com... at thor-20071029120615 INSTDATE: dic 09 2008 16:10 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: com... at opencsw.org STATUS: instalado completamente FILES: 157 nombres de ruta instalados 9 nombres de ruta compartidos 41 directorios 6 ejecutables 27966 bloques utilizados (aproximadamente) # pear -V PEAR Version: 1.6.1 PHP Version: 5.2.4 Zend Engine Version: 2.2.0 ---------------------------------------------------------------------- (0005465) caio (reporter) - 2008-12-16 12:02 http://www.opencsw.org/mantis/view.php?id=2927#c5465 ---------------------------------------------------------------------- Workaround: Download and add manually file "13.php" to PEAR/REST directory. Then I have the issue http://www.opencsw.org/mantis/view.php?id=2907 (missing Structures/Graph), so do the same: Download and add manually Strcutres/Graph dir on /opt/csw/php5/lib/php To let pear installation in a clearer state do: pear install Structures_Graph And finish with: pear upgrade PEAR Result: Structures_Graph installed by pear, and 13.php file installed when we upgrade pear. ---------------------------------------------------------------------- (0005641) mwatters (manager) - 2009-03-13 06:41 http://www.opencsw.org/mantis/view.php?id=2927#c5641 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2008-12-15 12:21 caio Note Added: 0005464 2008-12-16 12:02 caio Note Added: 0005465 2009-03-13 06:41 mwatters Note Added: 0005641 2009-03-13 06:41 mwatters Status new => resolved 2009-03-13 06:41 mwatters Resolution open => fixed 2009-03-13 06:41 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:43:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:43:17 +0100 Subject: [bug-notifications] [php5 0002966]: pear install doesn't work In-Reply-To: <666c2b9b862ed56fc17f676d2c2f214a> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2966 ====================================================================== Reported By: davez Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2966 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: duplicate Duplicate: 2866 Fixed in Version: ====================================================================== Date Submitted: 2008-12-04 17:57 CET Last Modified: 2009-03-13 06:43 CET ====================================================================== Summary: pear install doesn't work Description: I've tried to use pear to install Oracle PHP module, like this: /opt/csw/php5/bin/pear install oci8-1.3.4.tgz And I got the following error: Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required 'Structures/Graph.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 Graph.php doesn't exist anywhere in /opt/csw/php5. Other PHP files referenced by Dwnloader.php also don't exist. I'm using package php5, version 5.2.4,REV=2007.10.29 on Solaris 10 sparc. That's the latest package version according to pkg-get. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0002866 Upgrade from 5.2.4 to 5.2.5 ====================================================================== ---------------------------------------------------------------------- (0005642) mwatters (manager) - 2009-03-13 06:43 http://www.opencsw.org/mantis/view.php?id=2966#c5642 ---------------------------------------------------------------------- Duplicate issue of 2866 This is resolved as of Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2008-12-04 17:57 davez New Issue 2009-03-13 06:43 mwatters Note Added: 0005642 2009-03-13 06:43 mwatters Relationship added duplicate of 0002866 2009-03-13 06:43 mwatters Duplicate ID 0 => 2866 2009-03-13 06:43 mwatters Status new => resolved 2009-03-13 06:43 mwatters Resolution open => duplicate 2009-03-13 06:43 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 06:45:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 06:45:01 +0100 Subject: [bug-notifications] [php5 0002761]: Pear cannot connect to channels In-Reply-To: <863781f3b292680bee9c269b937c2ab7> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2761 ====================================================================== Reported By: abarrera Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2761 Category: other Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-01 09:30 CET Last Modified: 2009-03-13 06:45 CET ====================================================================== Summary: Pear cannot connect to channels Description: # pear install --onlyreqdeps DB_DataObject WARNING: \"pear/DB\" is deprecated in favor of \"pear/MDB2\" Did not download optional dependencies: pear/MDB2, pear/Validate, use --alldeps to download automatically pear/DB_DataObject can optionally use package \"pear/MDB2\" (version >= 2.0.0RC1) pear/DB_DataObject can optionally use package \"pear/Validate\" (version >= 0.1.1) Could not download from \"http://pear.php.net/get/DB_DataObject-1.8.8.tgz\", cannot download \"pear/DB_DataObject\" (Connection to `svn:8080\' failed: Connection timed out) I receive this on an attempt to install and PEAR module. I checked with a source install on the same machine and PEAR has no problems. ====================================================================== ---------------------------------------------------------------------- (0005643) mwatters (manager) - 2009-03-13 06:45 http://www.opencsw.org/mantis/view.php?id=2761#c5643 ---------------------------------------------------------------------- I have re-packaged php and upgraded to 5.2.6 tested pear install OK in this version. Resolved in Revision: 5.2.6,REV=2009.03.08 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:45 mwatters Note Added: 0005643 2009-03-13 06:45 mwatters Status new => resolved 2009-03-13 06:45 mwatters Resolution open => fixed 2009-03-13 06:45 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Fri Mar 13 13:42:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:42:46 +0100 Subject: [bug-notifications] [ldapvi 0003395]: Depend on CSWggettextrt In-Reply-To: <0465ef3b0f8ea831082970f5228ccd75> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3395 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: ldapvi Issue ID: 3395 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:23 CET Last Modified: 2009-03-13 13:42 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:23 harpchad New Issue 2009-03-13 13:42 dam Status new => assigned 2009-03-13 13:42 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 13:43:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:43:06 +0100 Subject: [bug-notifications] [ldapvi 0003395]: Depend on CSWggettextrt In-Reply-To: <0465ef3b0f8ea831082970f5228ccd75> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3395 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: ldapvi Issue ID: 3395 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:23 CET Last Modified: 2009-03-13 13:43 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005644) dam (manager) - 2009-03-13 13:43 http://www.opencsw.org/mantis/view.php?id=3395#c5644 ---------------------------------------------------------------------- fixed in 1.7,REV=2009.03.12 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:23 harpchad New Issue 2009-03-13 13:42 dam Status new => assigned 2009-03-13 13:42 dam Assigned To => dam 2009-03-13 13:43 dam Note Added: 0005644 2009-03-13 13:43 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 13:52:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:52:57 +0100 Subject: [bug-notifications] [pca 0003463]: pca version contained in 20090224.01, REV=2009.02.24 is 20081218-01 In-Reply-To: <6b6b51fb7616e8f4ebb9450390a99a49> Message-ID: <9d5b940e8aa35a91ad875859c01c5c34@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3463 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: pca Issue ID: 3463 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-11 15:49 CET Last Modified: 2009-03-13 13:52 CET ====================================================================== Summary: pca version contained in 20090224.01,REV=2009.02.24 is 20081218-01 Description: Seems as if a downrev version ended up in the current package root @ ray1 /# pkginfo -x CSWpca CSWpca pca - Patch Check Advanced (all) 20090224.01,REV=2009.02.24 root @ ray1 /# /opt/csw/bin/pca -v pca 20081218-01 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-11 15:49 skayser New Issue 2009-03-13 13:52 dam Status new => assigned 2009-03-13 13:52 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 13:53:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:53:22 +0100 Subject: [bug-notifications] [pca 0003463]: pca version contained in 20090224.01, REV=2009.02.24 is 20081218-01 In-Reply-To: <6b6b51fb7616e8f4ebb9450390a99a49> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3463 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: pca Issue ID: 3463 Category: packaging Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-11 15:49 CET Last Modified: 2009-03-13 13:53 CET ====================================================================== Summary: pca version contained in 20090224.01,REV=2009.02.24 is 20081218-01 Description: Seems as if a downrev version ended up in the current package root @ ray1 /# pkginfo -x CSWpca CSWpca pca - Patch Check Advanced (all) 20090224.01,REV=2009.02.24 root @ ray1 /# /opt/csw/bin/pca -v pca 20081218-01 ====================================================================== ---------------------------------------------------------------------- (0005645) dam (manager) - 2009-03-13 13:53 http://www.opencsw.org/mantis/view.php?id=3463#c5645 ---------------------------------------------------------------------- This is fixed in 20090224.01,REV=2009.03.12 Issue History Date Modified Username Field Change ====================================================================== 2009-03-11 15:49 skayser New Issue 2009-03-13 13:52 dam Status new => assigned 2009-03-13 13:52 dam Assigned To => dam 2009-03-13 13:53 dam Note Added: 0005645 2009-03-13 13:53 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 13:59:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:59:30 +0100 Subject: [bug-notifications] [dhcp 0003464]: DHCP 4.1 does not work on some Solaris systems Message-ID: <614606452bdb5b1de51c4bdcdb39cf14@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3464 ====================================================================== Reported By: bonivart Assigned To: ====================================================================== Project: dhcp Issue ID: 3464 Category: regular use Reproducibility: sometimes Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 13:59 CET Last Modified: 2009-03-13 13:59 CET ====================================================================== Summary: DHCP 4.1 does not work on some Solaris systems Description: There's a problem with DHCP 4.1 on Solaris and possibly some other OS:es. I have reports from two people that they can't get their old config (from 3.x) to work with 4.1. One has tested extensively by compiling 4.1 himself with exactly the same result so it's not unique to our package. He backed down to our old 3.1 package and all is well again. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 13:59 bonivart New Issue ====================================================================== From noreply at opencsw.org Fri Mar 13 13:59:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 13:59:59 +0100 Subject: [bug-notifications] [dhcp 0003464]: DHCP 4.1 does not work on some Solaris systems In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3464 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: dhcp Issue ID: 3464 Category: regular use Reproducibility: sometimes Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-13 13:59 CET Last Modified: 2009-03-13 13:59 CET ====================================================================== Summary: DHCP 4.1 does not work on some Solaris systems Description: There's a problem with DHCP 4.1 on Solaris and possibly some other OS:es. I have reports from two people that they can't get their old config (from 3.x) to work with 4.1. One has tested extensively by compiling 4.1 himself with exactly the same result so it's not unique to our package. He backed down to our old 3.1 package and all is well again. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 13:59 bonivart New Issue 2009-03-13 13:59 bonivart Status new => assigned 2009-03-13 13:59 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Fri Mar 13 15:52:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 15:52:22 +0100 Subject: [bug-notifications] [libao 0000463]: Have to specify -o dev:$UTAUDIODEV to work on sunray. In-Reply-To: <517d6bbae5b412900fe8d92ff7b503e5> Message-ID: <2133d8cc308e82b93999cb9fb81277be@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=463 ====================================================================== Reported By: alfborge Assigned To: dam ====================================================================== Project: libao Issue ID: 463 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-06-17 11:58 CEST Last Modified: 2009-03-13 15:52 CET ====================================================================== Summary: Have to specify -o dev:$UTAUDIODEV to work on sunray. Description: The Sun Ray system uses an env variable $AUDIODEV or $UTAUDIODEV that should be read when using the sun audio driver. This variable should override the default audio device. To get ogg123 to work I had to specify the device manually to get things to work. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 15:52 dam Assigned To komadori => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 15:53:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 15:53:04 +0100 Subject: [bug-notifications] [libao 0000463]: Have to specify -o dev:$UTAUDIODEV to work on sunray. In-Reply-To: <517d6bbae5b412900fe8d92ff7b503e5> Message-ID: <3373930f94314f5d8aa46fa7b59ec6ad@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=463 ====================================================================== Reported By: alfborge Assigned To: dam ====================================================================== Project: libao Issue ID: 463 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2004-06-17 11:58 CEST Last Modified: 2009-03-13 15:53 CET ====================================================================== Summary: Have to specify -o dev:$UTAUDIODEV to work on sunray. Description: The Sun Ray system uses an env variable $AUDIODEV or $UTAUDIODEV that should be read when using the sun audio driver. This variable should override the default audio device. To get ogg123 to work I had to specify the device manually to get things to work. ====================================================================== ---------------------------------------------------------------------- (0005646) dam (manager) - 2009-03-13 15:53 http://www.opencsw.org/mantis/view.php?id=463#c5646 ---------------------------------------------------------------------- Hi, I updated the package to 0.8.8,REV=2009.02.24. Please check if the bug is still present. Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 15:52 dam Assigned To komadori => dam 2009-03-13 15:53 dam Note Added: 0005646 2009-03-13 15:53 dam Status assigned => feedback ====================================================================== From noreply at opencsw.org Fri Mar 13 17:17:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 17:17:02 +0100 Subject: [bug-notifications] [wget 0003465]: Please upgrade to 1.11.4 Message-ID: <6eecc6b0e3bac05846aa352af6771fb8@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3465 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: wget Issue ID: 3465 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 17:17 CET Last Modified: 2009-03-13 17:17 CET ====================================================================== Summary: Please upgrade to 1.11.4 Description: Please upgrade to 1.11.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 17:17 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 13 17:25:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 17:25:42 +0100 Subject: [bug-notifications] [libao 0000463]: Have to specify -o dev:$UTAUDIODEV to work on sunray. In-Reply-To: <517d6bbae5b412900fe8d92ff7b503e5> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=463 ====================================================================== Reported By: alfborge Assigned To: dam ====================================================================== Project: libao Issue ID: 463 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2004-06-17 11:58 CEST Last Modified: 2009-03-13 17:25 CET ====================================================================== Summary: Have to specify -o dev:$UTAUDIODEV to work on sunray. Description: The Sun Ray system uses an env variable $AUDIODEV or $UTAUDIODEV that should be read when using the sun audio driver. This variable should override the default audio device. To get ogg123 to work I had to specify the device manually to get things to work. ====================================================================== ---------------------------------------------------------------------- (0005646) dam (manager) - 2009-03-13 15:53 http://www.opencsw.org/mantis/view.php?id=463#c5646 ---------------------------------------------------------------------- Hi, I updated the package to 0.8.8,REV=2009.02.24. Please check if the bug is still present. ---------------------------------------------------------------------- (0005647) alfborge (reporter) - 2009-03-13 17:25 http://www.opencsw.org/mantis/view.php?id=463#c5647 ---------------------------------------------------------------------- Unfortunately I no longer have access to a sunray to test. Hopefully somebody else can step up and verify that it's fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 15:52 dam Assigned To komadori => dam 2009-03-13 15:53 dam Note Added: 0005646 2009-03-13 15:53 dam Status assigned => feedback 2009-03-13 17:25 alfborge Note Added: 0005647 ====================================================================== From noreply at opencsw.org Fri Mar 13 18:20:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:20:54 +0100 Subject: [bug-notifications] [msmtp 0003174]: Depend on CSWggettextrt In-Reply-To: <64c1cdf293f4f69ede085df0ec783ec9> Message-ID: <3b6d7cd8f9d9c5274122545369f2b341@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3174 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: msmtp Issue ID: 3174 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:59 CET Last Modified: 2009-03-13 18:20 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:59 harpchad New Issue 2009-03-13 18:20 dam Status new => assigned 2009-03-13 18:20 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 18:21:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:21:20 +0100 Subject: [bug-notifications] [msmtp 0003174]: Depend on CSWggettextrt In-Reply-To: <64c1cdf293f4f69ede085df0ec783ec9> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3174 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: msmtp Issue ID: 3174 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:59 CET Last Modified: 2009-03-13 18:21 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005648) dam (manager) - 2009-03-13 18:21 http://www.opencsw.org/mantis/view.php?id=3174#c5648 ---------------------------------------------------------------------- Fixed in 1.4.17,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:59 harpchad New Issue 2009-03-13 18:20 dam Status new => assigned 2009-03-13 18:20 dam Assigned To => dam 2009-03-13 18:21 dam Note Added: 0005648 2009-03-13 18:21 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 18:22:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:22:55 +0100 Subject: [bug-notifications] [flex_new 0003300]: Depend on CSWggettextrt In-Reply-To: <8b768b8c1d0b7db6f2a3ce5de8b3d83c> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3300 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: flex_new Issue ID: 3300 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:13 CET Last Modified: 2009-03-13 18:22 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:13 harpchad New Issue 2009-03-13 18:22 dam Status new => assigned 2009-03-13 18:22 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 18:23:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:23:16 +0100 Subject: [bug-notifications] [flex_new 0003300]: Depend on CSWggettextrt In-Reply-To: <8b768b8c1d0b7db6f2a3ce5de8b3d83c> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3300 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: flex_new Issue ID: 3300 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:13 CET Last Modified: 2009-03-13 18:23 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005649) dam (manager) - 2009-03-13 18:23 http://www.opencsw.org/mantis/view.php?id=3300#c5649 ---------------------------------------------------------------------- Fixed in 2.5.35,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:13 harpchad New Issue 2009-03-13 18:22 dam Status new => assigned 2009-03-13 18:22 dam Assigned To => dam 2009-03-13 18:23 dam Note Added: 0005649 2009-03-13 18:23 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 18:23:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:23:51 +0100 Subject: [bug-notifications] [leafnode 0003011]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: <268e24cd94babdd18972c01ac7d97d74@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3011 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: leafnode Issue ID: 3011 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-15 16:27 CET Last Modified: 2009-03-13 18:23 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:27 dam New Issue 2009-03-13 18:23 dam Status new => assigned 2009-03-13 18:23 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Fri Mar 13 18:24:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 18:24:11 +0100 Subject: [bug-notifications] [leafnode 0003011]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3011 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: leafnode Issue ID: 3011 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:27 CET Last Modified: 2009-03-13 18:24 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0005650) dam (manager) - 2009-03-13 18:24 http://www.opencsw.org/mantis/view.php?id=3011#c5650 ---------------------------------------------------------------------- Fixed in 1.11.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:27 dam New Issue 2009-03-13 18:23 dam Status new => assigned 2009-03-13 18:23 dam Assigned To => dam 2009-03-13 18:24 dam Note Added: 0005650 2009-03-13 18:24 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 13 19:43:33 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 19:43:33 +0100 Subject: [bug-notifications] [cvsps 0003466]: cvsps uses %z in strftime Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3466 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: cvsps Issue ID: 3466 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 19:43 CET Last Modified: 2009-03-13 19:43 CET ====================================================================== Summary: cvsps uses %z in strftime Description: cvsps uses the non-portable %z in strftime calls which is causes git/cvs to fail when using it in some cases. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 19:43 bwalton New Issue ====================================================================== From noreply at opencsw.org Fri Mar 13 21:12:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 13 Mar 2009 21:12:42 +0100 Subject: [bug-notifications] [common 0003467]: template set to use GAR v1 Message-ID: <006474f08deb73d591e2d1f7513fc439@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3467 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3467 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-13 21:12 CET Last Modified: 2009-03-13 21:12 CET ====================================================================== Summary: template set to use GAR v1 Description: Instructions on how to make a new package with GAR instruct to copy the template - the template is set to use mGAR v1. $ svn pg svn:externals pkg/template/trunk gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 It should be pointing to v2. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 21:12 automatthias New Issue ====================================================================== From noreply at opencsw.org Sat Mar 14 13:48:49 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 13:48:49 +0100 Subject: [bug-notifications] [cvsps 0003466]: cvsps uses %z in strftime In-Reply-To: <1cccddbbb84e9247d7580dede8f4d9c1> Message-ID: <85d751aa910f6b149a731c417dffbf59@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3466 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: cvsps Issue ID: 3466 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-13 19:43 CET Last Modified: 2009-03-14 13:48 CET ====================================================================== Summary: cvsps uses %z in strftime Description: cvsps uses the non-portable %z in strftime calls which is causes git/cvs to fail when using it in some cases. ====================================================================== ---------------------------------------------------------------------- (0005651) bwalton (manager) - 2009-03-14 13:48 http://opencsw.org/bugtrack/view.php?id=3466#c5651 ---------------------------------------------------------------------- Resolved with a patch to switch %z to +0000 (all times were GMT based). New package released. Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 19:43 bwalton New Issue 2009-03-14 13:48 bwalton Note Added: 0005651 2009-03-14 13:48 bwalton Status new => closed ====================================================================== From noreply at opencsw.org Sat Mar 14 15:00:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 15:00:16 +0100 Subject: [bug-notifications] [ntp 0002492]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: <17ec80c90899ccd4dc688df42ec200dd> Message-ID: <5b8beaca22adef41503ae835f5ea8270@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2492 ====================================================================== Reported By: yann Assigned To: james ====================================================================== Project: ntp Issue ID: 2492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 09:17 CEST Last Modified: 2009-03-14 15:00 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005431) james (manager) - 2008-11-25 12:51 http://www.opencsw.org/bugtrack/view.php?id=2492#c5431 ---------------------------------------------------------------------- ntp updated, openssl_rt used ---------------------------------------------------------------------- (0005652) james (manager) - 2009-03-14 15:00 http://www.opencsw.org/bugtrack/view.php?id=2492#c5652 ---------------------------------------------------------------------- 4.2.4p6 release uses CSWosslrt Issue History Date Modified Username Field Change ====================================================================== 2008-11-25 12:51 james Note Added: 0005431 2008-11-25 12:51 james Resolution open => fixed 2008-11-25 12:51 james Description Updated 2008-11-25 12:52 james Status assigned => closed 2009-03-14 15:00 james Note Added: 0005652 2009-03-14 15:00 james Status closed => resolved ====================================================================== From noreply at opencsw.org Sat Mar 14 15:00:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 15:00:34 +0100 Subject: [bug-notifications] [ntp 0002492]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: <17ec80c90899ccd4dc688df42ec200dd> Message-ID: <9d9b95227b3f8f97ff4f54df62cf656f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2492 ====================================================================== Reported By: yann Assigned To: james ====================================================================== Project: ntp Issue ID: 2492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 09:17 CEST Last Modified: 2009-03-14 15:00 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005431) james (manager) - 2008-11-25 12:51 http://www.opencsw.org/bugtrack/view.php?id=2492#c5431 ---------------------------------------------------------------------- ntp updated, openssl_rt used ---------------------------------------------------------------------- (0005652) james (manager) - 2009-03-14 15:00 http://www.opencsw.org/bugtrack/view.php?id=2492#c5652 ---------------------------------------------------------------------- 4.2.4p6 release uses CSWosslrt Issue History Date Modified Username Field Change ====================================================================== 2008-11-25 12:51 james Note Added: 0005431 2008-11-25 12:51 james Resolution open => fixed 2008-11-25 12:51 james Description Updated 2008-11-25 12:52 james Status assigned => closed 2009-03-14 15:00 james Note Added: 0005652 2009-03-14 15:00 james Status closed => resolved 2009-03-14 15:00 james Status resolved => closed ====================================================================== From noreply at opencsw.org Sat Mar 14 16:30:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 16:30:53 +0100 Subject: [bug-notifications] [syslog_ng 0003468]: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Message-ID: <04c79dd358266c0e02d5417df214cb27@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3468 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: syslog_ng Issue ID: 3468 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-14 16:30 CET Last Modified: 2009-03-14 16:30 CET ====================================================================== Summary: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Description: After package installation, syslog_ng service is started, can't run, and goes into maintenance state. It would be better to do svcadm disable svc:/system/system-log:default Before starting syslog_ng. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:30 automatthias New Issue ====================================================================== From noreply at opencsw.org Sat Mar 14 16:34:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 16:34:56 +0100 Subject: [bug-notifications] [syslog_ng 0003469]: Zone support for syslog_ng Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: syslog_ng Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-14 16:34 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue ====================================================================== From noreply at opencsw.org Sat Mar 14 17:24:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 17:24:52 +0100 Subject: [bug-notifications] [hatari 0001825]: Better Spectrum 512 support! In-Reply-To: <06d55d4c8419f42372b715f9df8bc7c7> Message-ID: <6b32dac08e05c34b461e4ab7a67a0920@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1825 ====================================================================== Reported By: kenmays Assigned To: jgoerzen ====================================================================== Project: hatari Issue ID: 1825 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-24 17:44 CEST Last Modified: 2009-03-14 17:24 CET ====================================================================== Summary: Better Spectrum 512 support! Description: Version 0.90 (2006-08-22): - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates). - STE right border opening support (used in Obsession, Pacemaker). - Blitter Smudge mode support (used in Pacemaker demo). - Wheel-mouse simulates cursor up and down. - Work-around to FDC handling - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1. - Keys for all Hatari shortcuts can now be configured from hatari.cfg. - Added command line option for setting ST keyboard mapping. - Joystick command line option requires now parameter for a port for which the joystick cursor emu is enabled. - Fixed relative mouse event handling in zoomed low-rez. - Hatari shows now more of the bottom borden (screen size is now 384x276 instead of 384x267). - Fixed sync delay timings - sound should now be better ====================================================================== ---------------------------------------------------------------------- (0004401) jgoerzen (manager) - 2007-03-01 18:28 http://www.opencsw.org/mantis/view.php?id=1825#c4401 ---------------------------------------------------------------------- There is a compilation problem with version 0.90 hatari. stdint.h is now included and is not available on solaris 8. Will try to build with forte compiler with -C99 flag ---------------------------------------------------------------------- (0005653) jgoerzen (manager) - 2009-03-14 17:24 http://www.opencsw.org/mantis/view.php?id=1825#c5653 ---------------------------------------------------------------------- recompiled, repackaged and submitted latest source version 1.2.0 to unstable. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 17:24 jgoerzen Note Added: 0005653 2009-03-14 17:24 jgoerzen Status assigned => resolved 2009-03-14 17:24 jgoerzen Resolution open => fixed ====================================================================== From noreply at opencsw.org Sat Mar 14 17:57:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 14 Mar 2009 17:57:13 +0100 Subject: [bug-notifications] [wesnoth 0001818]: Correct Source URL Link and test upgrade to v1.1.10 In-Reply-To: Message-ID: <51ce962372f197fe8bf9c1b96071c5e2@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1818 ====================================================================== Reported By: kenmays Assigned To: jgoerzen ====================================================================== Project: wesnoth Issue ID: 1818 Category: upgrade Reproducibility: always Severity: trivial Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-24 16:45 CEST Last Modified: 2009-03-14 17:57 CET ====================================================================== Summary: Correct Source URL Link and test upgrade to v1.1.10 Description: Please fix Source URL to read: http://sourceforge.net/projects/wesnoth or http://www.wesnoth.org/ Also, please test a build of Wesnoth v1.1.10 (dev) against the current unstable build system. ;oP Ex: http://belnet.dl.sourceforge.net/sourceforge/wesnoth/wesnoth-1.1.10.tar.gz ====================================================================== ---------------------------------------------------------------------- (0004250) jgoerzen (manager) - 2006-12-20 14:22 http://www.opencsw.org/mantis/view.php?id=1818#c4250 ---------------------------------------------------------------------- This project uses sourceforge.net hosting. Is there a trick to do in the Gar buildsystem Makefile using MASTER_SITES = http:www.wesnoth.org but it will go and get he source dist throught sf.net\'s download mirrors? ---------------------------------------------------------------------- (0005451) kenmays (reporter) - 2008-11-26 17:25 http://www.opencsw.org/mantis/view.php?id=1818#c5451 ---------------------------------------------------------------------- This is an old ticket, but latest version is v1.5.6 (dev): http://internap.dl.sourceforge.net/sourceforge/wesnoth/wesnoth-1.5.6.tar.bz2 The correct reliable URL is: http://www.wesnoth.org/ ---------------------------------------------------------------------- (0005654) jgoerzen (manager) - 2009-03-14 17:57 http://www.opencsw.org/mantis/view.php?id=1818#c5654 ---------------------------------------------------------------------- Source URL has been set to MASTER_SITES += $(SF_MIRRORS) per GAR documentation. Also, request to test a build of the devel version of wesnoth (currently version 1.5.13) will have to wait as I do not have enough time right now. I will put it on my list todo. Issue History Date Modified Username Field Change ====================================================================== 2008-11-26 17:25 kenmays Note Added: 0005451 2008-11-26 17:26 kenmays Note Deleted: 0004260 2009-03-14 17:57 jgoerzen Note Added: 0005654 2009-03-14 17:57 jgoerzen Status assigned => resolved 2009-03-14 17:57 jgoerzen Resolution open => fixed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:46:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:46:36 +0100 Subject: [bug-notifications] [xchat 0003125]: Depend on CSWggettextrt In-Reply-To: Message-ID: <53a29ad75e670c5edfa93f9a4a2480b6@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3125 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3125 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-15 03:46 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005655) mwatters (manager) - 2009-03-15 03:46 http://www.opencsw.org/bugtrack/view.php?id=3125#c5655 ---------------------------------------------------------------------- resolved as of release 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-15 03:46 mwatters Note Added: 0005655 2009-03-15 03:46 mwatters Status new => resolved 2009-03-15 03:46 mwatters Resolution open => fixed 2009-03-15 03:46 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:47:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:47:19 +0100 Subject: [bug-notifications] [xchat_pl 0003280]: Depend on CSWggettextrt In-Reply-To: Message-ID: <9e2aff86c4b2e7cecfe80b5f6ddb1f30@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3280 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_pl Issue ID: 3280 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:47 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005656) mwatters (manager) - 2009-03-15 03:47 http://www.opencsw.org/bugtrack/view.php?id=3280#c5656 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:47 mwatters Note Added: 0005656 2009-03-15 03:47 mwatters Status new => resolved 2009-03-15 03:47 mwatters Resolution open => fixed 2009-03-15 03:47 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:48:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:48:10 +0100 Subject: [bug-notifications] [xchat_py 0003281]: Depend on CSWggettextrt In-Reply-To: Message-ID: <023984b39f9d4aa334766e167b0d3b6b@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3281 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_py Issue ID: 3281 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:48 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005657) mwatters (manager) - 2009-03-15 03:48 http://www.opencsw.org/bugtrack/view.php?id=3281#c5657 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:48 mwatters Note Added: 0005657 2009-03-15 03:48 mwatters Status new => resolved 2009-03-15 03:48 mwatters Resolution open => fixed 2009-03-15 03:48 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:50:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:50:05 +0100 Subject: [bug-notifications] [xchat_tcl 0003282]: Depend on CSWggettextrt In-Reply-To: Message-ID: <3c8683c743d48f941526913e2d1dadcf@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3282 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_tcl Issue ID: 3282 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:50 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005658) mwatters (manager) - 2009-03-15 03:50 http://www.opencsw.org/bugtrack/view.php?id=3282#c5658 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:50 mwatters Note Added: 0005658 2009-03-15 03:50 mwatters Status new => resolved 2009-03-15 03:50 mwatters Resolution open => fixed 2009-03-15 03:50 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:51:49 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:51:49 +0100 Subject: [bug-notifications] [xchat 0003062]: xchat has dependencies not indicated on install In-Reply-To: <0a956e4b2229b60cf38ed95734825a71> Message-ID: <9b6fedbca3155003dd62ba16b6a4e639@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3062 ====================================================================== Reported By: maverickbna Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3062 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-08 18:24 CET Last Modified: 2009-03-15 03:51 CET ====================================================================== Summary: xchat has dependencies not indicated on install Description: xchat crashes when I try to connect to any IRC network. Ran xchat directly from terminal, have dbus errors. Install dbus package will resolve this problem. Please update xchat package to require dbus. ====================================================================== ---------------------------------------------------------------------- (0005521) maverickbna (reporter) - 2009-02-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=3062#c5521 ---------------------------------------------------------------------- Problem exists on both Solaris 10 SPARC and x86 on current tree. ---------------------------------------------------------------------- (0005659) mwatters (manager) - 2009-03-15 03:51 http://www.opencsw.org/bugtrack/view.php?id=3062#c5659 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-08 18:24 maverickbna New Issue 2009-02-08 18:24 maverickbna Issue Monitored: maverickbna 2009-02-08 18:25 maverickbna Note Added: 0005521 2009-03-15 03:51 mwatters Note Added: 0005659 2009-03-15 03:51 mwatters Status new => resolved 2009-03-15 03:51 mwatters Resolution open => fixed 2009-03-15 03:51 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Sun Mar 15 03:52:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:52:28 +0100 Subject: [bug-notifications] [xchat_tcl 0003282]: Depend on CSWggettextrt In-Reply-To: Message-ID: <68eb82922413d5bc9bffd76c2da2c905@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3282 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_tcl Issue ID: 3282 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:52 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005658) mwatters (manager) - 2009-03-15 03:50 http://www.opencsw.org/bugtrack/view.php?id=3282#c5658 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005660) mwatters (manager) - 2009-03-15 03:52 http://www.opencsw.org/bugtrack/view.php?id=3282#c5660 ---------------------------------------------------------------------- resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:50 mwatters Note Added: 0005658 2009-03-15 03:50 mwatters Status new => resolved 2009-03-15 03:50 mwatters Resolution open => fixed 2009-03-15 03:50 mwatters Assigned To => mwatters 2009-03-15 03:52 mwatters Note Added: 0005660 2009-03-15 03:52 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:52:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:52:47 +0100 Subject: [bug-notifications] [xchat_py 0003281]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3281 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_py Issue ID: 3281 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:52 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005657) mwatters (manager) - 2009-03-15 03:48 http://www.opencsw.org/bugtrack/view.php?id=3281#c5657 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005661) mwatters (manager) - 2009-03-15 03:52 http://www.opencsw.org/bugtrack/view.php?id=3281#c5661 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:48 mwatters Note Added: 0005657 2009-03-15 03:48 mwatters Status new => resolved 2009-03-15 03:48 mwatters Resolution open => fixed 2009-03-15 03:48 mwatters Assigned To => mwatters 2009-03-15 03:52 mwatters Note Added: 0005661 2009-03-15 03:52 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:53:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:53:16 +0100 Subject: [bug-notifications] [xchat_pl 0003280]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2871225828c26f95ebe2bb74a5d958d5@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3280 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat_pl Issue ID: 3280 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-15 03:53 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005656) mwatters (manager) - 2009-03-15 03:47 http://www.opencsw.org/bugtrack/view.php?id=3280#c5656 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005662) mwatters (manager) - 2009-03-15 03:53 http://www.opencsw.org/bugtrack/view.php?id=3280#c5662 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-15 03:47 mwatters Note Added: 0005656 2009-03-15 03:47 mwatters Status new => resolved 2009-03-15 03:47 mwatters Resolution open => fixed 2009-03-15 03:47 mwatters Assigned To => mwatters 2009-03-15 03:53 mwatters Note Added: 0005662 2009-03-15 03:53 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:53:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:53:59 +0100 Subject: [bug-notifications] [xchat 0003125]: Depend on CSWggettextrt In-Reply-To: Message-ID: <7551a7c303fb447adc2781e5c36bfe71@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3125 ====================================================================== Reported By: harpchad Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3125 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:54 CET Last Modified: 2009-03-15 03:53 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005655) mwatters (manager) - 2009-03-15 03:46 http://www.opencsw.org/bugtrack/view.php?id=3125#c5655 ---------------------------------------------------------------------- resolved as of release 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005663) mwatters (manager) - 2009-03-15 03:53 http://www.opencsw.org/bugtrack/view.php?id=3125#c5663 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-03-15 03:46 mwatters Note Added: 0005655 2009-03-15 03:46 mwatters Status new => resolved 2009-03-15 03:46 mwatters Resolution open => fixed 2009-03-15 03:46 mwatters Assigned To => mwatters 2009-03-15 03:53 mwatters Note Added: 0005663 2009-03-15 03:53 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 03:55:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 03:55:11 +0100 Subject: [bug-notifications] [xchat 0003062]: xchat has dependencies not indicated on install In-Reply-To: <0a956e4b2229b60cf38ed95734825a71> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3062 ====================================================================== Reported By: maverickbna Assigned To: mwatters ====================================================================== Project: xchat Issue ID: 3062 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-08 18:24 CET Last Modified: 2009-03-15 03:55 CET ====================================================================== Summary: xchat has dependencies not indicated on install Description: xchat crashes when I try to connect to any IRC network. Ran xchat directly from terminal, have dbus errors. Install dbus package will resolve this problem. Please update xchat package to require dbus. ====================================================================== ---------------------------------------------------------------------- (0005521) maverickbna (reporter) - 2009-02-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=3062#c5521 ---------------------------------------------------------------------- Problem exists on both Solaris 10 SPARC and x86 on current tree. ---------------------------------------------------------------------- (0005659) mwatters (manager) - 2009-03-15 03:51 http://www.opencsw.org/bugtrack/view.php?id=3062#c5659 ---------------------------------------------------------------------- Resolved as of 2.8.6,REV=2009.03.13 ---------------------------------------------------------------------- (0005664) mwatters (manager) - 2009-03-15 03:55 http://www.opencsw.org/bugtrack/view.php?id=3062#c5664 ---------------------------------------------------------------------- resolved as of 2.8.6,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-02-08 18:24 maverickbna New Issue 2009-02-08 18:24 maverickbna Issue Monitored: maverickbna 2009-02-08 18:25 maverickbna Note Added: 0005521 2009-03-15 03:51 mwatters Note Added: 0005659 2009-03-15 03:51 mwatters Status new => resolved 2009-03-15 03:51 mwatters Resolution open => fixed 2009-03-15 03:51 mwatters Assigned To => mwatters 2009-03-15 03:55 mwatters Note Added: 0005664 2009-03-15 03:55 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Sun Mar 15 16:23:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 15 Mar 2009 16:23:57 +0100 Subject: [bug-notifications] [isaexec 0003470]: postinstall script fails on readonly /opt in zones Message-ID: <0598c02c57fadc3cbaed49e37fdbb724@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3470 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: isaexec Issue ID: 3470 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-15 16:23 CET Last Modified: 2009-03-15 16:23 CET ====================================================================== Summary: postinstall script fails on readonly /opt in zones Description: postinstall script assumes that /opt is writable and fails trying to write there. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-15 16:23 automatthias New Issue ====================================================================== From noreply at opencsw.org Mon Mar 16 23:11:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 16 Mar 2009 23:11:29 +0100 Subject: [bug-notifications] [rrdtool 0002974]: Current 1.3.4 librrd causes perl to core with mailgraph. In-Reply-To: Message-ID: <8afe51d12862151fe30f834e7851854e@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2974 ====================================================================== Reported By: rmf Assigned To: ====================================================================== Project: rrdtool Issue ID: 2974 Category: other Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2008-12-19 06:16 CET Last Modified: 2009-03-16 23:11 CET ====================================================================== Summary: Current 1.3.4 librrd causes perl to core with mailgraph. Description: The current 1.3.4 build in unstable causes perl to core when trying to load /opt/csw/lib/perl/csw/auto/RRDs/RRDs.so. Revering back to the stable branch stops perl from being unhappy. This is using the current perl5 in the unstable branch. ====================================================================== ---------------------------------------------------------------------- (0005665) ja (reporter) - 2009-03-16 23:11 http://www.opencsw.org/bugtrack/view.php?id=2974#c5665 ---------------------------------------------------------------------- I noticed the same problem on Solaris 10 sparc. The use of RRDs results in a segfault. On Solaris 8 sparc it works fine. It seems, that at least the function call RRDs::create leads into this behaviour. Issue History Date Modified Username Field Change ====================================================================== 2008-12-19 06:16 rmf New Issue 2009-03-16 23:11 ja Note Added: 0005665 ====================================================================== From noreply at opencsw.org Tue Mar 17 03:36:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 17 Mar 2009 03:36:02 +0100 Subject: [bug-notifications] [common 0003467]: template set to use GAR v1 In-Reply-To: <59772fe284adb6345d9af4174d2965ec> Message-ID: <48e23b8b69c5547135bae9e05cc6757b@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3467 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: common Issue ID: 3467 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-13 21:12 CET Last Modified: 2009-03-17 03:36 CET ====================================================================== Summary: template set to use GAR v1 Description: Instructions on how to make a new package with GAR instruct to copy the template - the template is set to use mGAR v1. $ svn pg svn:externals pkg/template/trunk gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1 It should be pointing to v2. ====================================================================== ---------------------------------------------------------------------- (0005666) philadmin (administrator) - 2009-03-17 03:36 http://www.opencsw.org/mantis/view.php?id=3467#c5666 ---------------------------------------------------------------------- Thank you for your feedback. However, please file bugs on GAR, at the sourceforge bugtracker for it. I have been told the way to do this, is to sign up for your own sourceforge account, and then use the URL below: https://sourceforge.net/tracker2/?func=add&group_id=229205&atid=1075770 Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 21:12 automatthias New Issue 2009-03-17 03:36 philadmin Note Added: 0005666 2009-03-17 03:36 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 03:11:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 03:11:12 +0100 Subject: [bug-notifications] [hatari 0001825]: Better Spectrum 512 support! In-Reply-To: <06d55d4c8419f42372b715f9df8bc7c7> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=1825 ====================================================================== Reported By: kenmays Assigned To: jgoerzen ====================================================================== Project: hatari Issue ID: 1825 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-24 17:44 CEST Last Modified: 2009-03-18 03:11 CET ====================================================================== Summary: Better Spectrum 512 support! Description: Version 0.90 (2006-08-22): - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates). - STE right border opening support (used in Obsession, Pacemaker). - Blitter Smudge mode support (used in Pacemaker demo). - Wheel-mouse simulates cursor up and down. - Work-around to FDC handling - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1. - Keys for all Hatari shortcuts can now be configured from hatari.cfg. - Added command line option for setting ST keyboard mapping. - Joystick command line option requires now parameter for a port for which the joystick cursor emu is enabled. - Fixed relative mouse event handling in zoomed low-rez. - Hatari shows now more of the bottom borden (screen size is now 384x276 instead of 384x267). - Fixed sync delay timings - sound should now be better ====================================================================== ---------------------------------------------------------------------- (0004401) jgoerzen (manager) - 2007-03-01 18:28 http://www.opencsw.org/mantis/view.php?id=1825#c4401 ---------------------------------------------------------------------- There is a compilation problem with version 0.90 hatari. stdint.h is now included and is not available on solaris 8. Will try to build with forte compiler with -C99 flag ---------------------------------------------------------------------- (0005653) jgoerzen (manager) - 2009-03-14 17:24 http://www.opencsw.org/mantis/view.php?id=1825#c5653 ---------------------------------------------------------------------- recompiled, repackaged and submitted latest source version 1.2.0 to unstable. ---------------------------------------------------------------------- (0005667) jgoerzen (manager) - 2009-03-18 03:11 http://www.opencsw.org/mantis/view.php?id=1825#c5667 ---------------------------------------------------------------------- latest version 1.2.0 is in unstable branch. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 17:24 jgoerzen Note Added: 0005653 2009-03-14 17:24 jgoerzen Status assigned => resolved 2009-03-14 17:24 jgoerzen Resolution open => fixed 2009-03-18 03:11 jgoerzen Note Added: 0005667 2009-03-18 03:11 jgoerzen Status resolved => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 19:07:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 19:07:45 +0100 Subject: [bug-notifications] [gftp 0003146]: Depend on CSWggettextrt In-Reply-To: <0a7cca9093c4930522000a3a4bbff9b8> Message-ID: <5cf16ffa4dfd9d0b85eae404a652c67e@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3146 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gftp Issue ID: 3146 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:56 CET Last Modified: 2009-03-18 19:07 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005668) jgoerzen (manager) - 2009-03-18 19:07 http://www.opencsw.org/mantis/view.php?id=3146#c5668 ---------------------------------------------------------------------- updated pkgs depending on CSWggettextrt instead of CSWggettext have been submitted and accepted to unstable tree. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:56 harpchad New Issue 2009-03-18 19:07 jgoerzen Note Added: 0005668 2009-03-18 19:07 jgoerzen Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:00:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:00:39 +0100 Subject: [bug-notifications] [rdesktop 0002374]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <1b23887696bd1d39cbef589c44d1185f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2374 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: rdesktop Issue ID: 2374 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-18 23:00 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005669) harpchad (manager) - 2009-03-18 23:00 http://www.opencsw.org/mantis/view.php?id=2374#c5669 ---------------------------------------------------------------------- Changed in 1.6.0,REV=2009.02.22 Issue History Date Modified Username Field Change ====================================================================== 2009-03-18 23:00 harpchad Note Added: 0005669 2009-03-18 23:00 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:02:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:02:10 +0100 Subject: [bug-notifications] [rdesktop 0002912]: new rdesktop version is available 1.6 In-Reply-To: Message-ID: <0869b5da86d1cbb76bff6b1b4939e9b2@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2912 ====================================================================== Reported By: vijayrajah Assigned To: ====================================================================== Project: rdesktop Issue ID: 2912 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-06-12 12:37 CEST Last Modified: 2009-03-18 23:02 CET ====================================================================== Summary: new rdesktop version is available 1.6 Description: New stable version of rdesktop 1.6 is available, yet the version in blastwave is 1.6 http://rdesktop.org ====================================================================== ---------------------------------------------------------------------- (0005670) harpchad (manager) - 2009-03-18 23:02 http://www.opencsw.org/mantis/view.php?id=2912#c5670 ---------------------------------------------------------------------- 1.6 is now in the unstable repository: 1.6.0,REV=2009.02.22 Issue History Date Modified Username Field Change ====================================================================== 2009-03-18 23:02 harpchad Note Added: 0005670 2009-03-18 23:02 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:07:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:07:12 +0100 Subject: [bug-notifications] [gvim 0003330]: Depend on CSWggettextrt In-Reply-To: <76d9dedce16e2b6cf0b0e2217ac2b5c3> Message-ID: <28ed093dca868613c05d34592e88ada7@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3330 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gvim Issue ID: 3330 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-18 23:07 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005672) harpchad (manager) - 2009-03-18 23:07 http://www.opencsw.org/mantis/view.php?id=3330#c5672 ---------------------------------------------------------------------- Changed in 7.2.128,REV=2009.03.01 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-03-18 23:07 harpchad Note Added: 0005672 2009-03-18 23:07 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:07:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:07:54 +0100 Subject: [bug-notifications] [vim 0003079]: Depend on CSWggettextrt In-Reply-To: <3fe8b86faa708152445854aad09bcf3b> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3079 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: vim Issue ID: 3079 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:49 CET Last Modified: 2009-03-18 23:07 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005673) harpchad (manager) - 2009-03-18 23:07 http://www.opencsw.org/mantis/view.php?id=3079#c5673 ---------------------------------------------------------------------- Changed in 7.2.128,REV=2009.03.01 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:49 harpchad New Issue 2009-03-18 23:07 harpchad Note Added: 0005673 2009-03-18 23:07 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:08:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:08:40 +0100 Subject: [bug-notifications] [pidgin 0003384]: Depend on CSWggettextrt In-Reply-To: <0e08a962ba279768fd0b4bb61ca69bc9> Message-ID: <9bcda2b9f40a2d6539706775cdc83b0c@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3384 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: pidgin Issue ID: 3384 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:22 CET Last Modified: 2009-03-18 23:08 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005674) harpchad (manager) - 2009-03-18 23:08 http://www.opencsw.org/mantis/view.php?id=3384#c5674 ---------------------------------------------------------------------- Changed in 2.5.5,REV=2009.03.12 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:22 harpchad New Issue 2009-03-18 23:08 harpchad Note Added: 0005674 2009-03-18 23:08 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Wed Mar 18 23:17:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 18 Mar 2009 23:17:57 +0100 Subject: [bug-notifications] [ggettextdoc 0001640]: Incorrect man page include paths In-Reply-To: Message-ID: <5831629a1cdab14e3b516b424d3ba75d@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1640 ====================================================================== Reported By: mol Assigned To: harpchad ====================================================================== Project: ggettextdoc Issue ID: 1640 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2006-06-19 10:18 CEST Last Modified: 2009-03-18 23:17 CET ====================================================================== Summary: Incorrect man page include paths Description: # catman -nM /opt/csw/share/man ... Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcngettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdngettext.3 Incorrect references in these files. They point to man3/gettext.3 and man3/ngettext.3 but these files don\'t exist. Should be changed to man3/ggettext.3 and man3/gngettext.3 respectively. ====================================================================== ---------------------------------------------------------------------- (0005524) harpchad (manager) - 2009-02-13 03:55 http://www.opencsw.org/mantis/view.php?id=1640#c5524 ---------------------------------------------------------------------- fix forthcoming ---------------------------------------------------------------------- (0005675) harpchad (manager) - 2009-03-18 23:17 http://www.opencsw.org/mantis/view.php?id=1640#c5675 ---------------------------------------------------------------------- Upstream bug: http://savannah.gnu.org/bugs/index.php?25921 Issue History Date Modified Username Field Change ====================================================================== 2009-02-13 03:55 harpchad Note Added: 0005524 2009-02-13 03:55 harpchad Assigned To => harpchad 2009-02-13 03:55 harpchad Status new => confirmed 2009-03-18 23:17 harpchad Note Added: 0005675 ====================================================================== From noreply at opencsw.org Thu Mar 19 12:24:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 12:24:51 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries Message-ID: <9c780e982ea98360549614178a2b6822@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-19 12:24 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue ====================================================================== From noreply at opencsw.org Thu Mar 19 21:28:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:28:08 +0100 Subject: [bug-notifications] [libmm 0003472]: Please update package to latest Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3472 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: libmm Issue ID: 3472 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 21:28 CET Last Modified: 2009-03-19 21:28 CET ====================================================================== Summary: Please update package to latest Description: The current version of package is from 2004. Can you please update to version 1.4.2 (which is also pretty but latest available) TiA ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:28 wbonnet New Issue ====================================================================== From noreply at opencsw.org Thu Mar 19 21:33:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:33:00 +0100 Subject: [bug-notifications] [saneback 0003132]: Depend on CSWggettextrt In-Reply-To: <0eafb07ad5707ad9fa512cdfd9d5c77d> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3132 ====================================================================== Reported By: harpchad Assigned To: james ====================================================================== Project: saneback Issue ID: 3132 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: 2009-03-19 21:32 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005676) james (manager) - 2009-03-19 21:32 http://www.opencsw.org/bugtrack/view.php?id=3132#c5676 ---------------------------------------------------------------------- 1.0.19,REV=2009.03.15 has depend for CSWggettextrt Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-02-14 12:16 james Status new => assigned 2009-02-14 12:16 james Assigned To => james 2009-03-19 21:32 james Note Added: 0005676 2009-03-19 21:32 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:35:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:35:14 +0100 Subject: [bug-notifications] [saneback 0002904]: update to 1.0.19 In-Reply-To: <9d5758e98fc4b5af14e86a4bd9997781> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2904 ====================================================================== Reported By: calessio Assigned To: james ====================================================================== Project: saneback Issue ID: 2904 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-05-29 13:35 CEST Last Modified: 2009-03-19 21:35 CET ====================================================================== Summary: update to 1.0.19 Description: could you update to 1.0.19? thanks! ====================================================================== ---------------------------------------------------------------------- (0005343) james (manager) - 2008-05-29 13:51 http://www.opencsw.org/bugtrack/view.php?id=2904#c5343 ---------------------------------------------------------------------- No, it\'s a bitch to compile, I forget the details, needs some time spent on it to solve the code bugs. ---------------------------------------------------------------------- (0005677) james (manager) - 2009-03-19 21:35 http://www.opencsw.org/bugtrack/view.php?id=2904#c5677 ---------------------------------------------------------------------- 1.0.19,REV=2009.03.15 released. Sorry for the delay, would have been easier had Makefile nor directed the error stream to /dev/null Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:35 james Note Added: 0005677 2009-03-19 21:35 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:39:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:39:34 +0100 Subject: [bug-notifications] [groff 0002610]: man page macro bugs In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2610 ====================================================================== Reported By: jeff Assigned To: james ====================================================================== Project: groff Issue ID: 2610 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-05 02:46 CEST Last Modified: 2009-03-19 21:39 CET ====================================================================== Summary: man page macro bugs Description: The groffer.1 manual page attempts to define macro \"author\", \"copyright\", \"Error\", etc. The pdfroff.1 manual page attempts to define macro \"nohy\", \"cmd\", etc. These fail when being formatted with Sun\'s nroff. Must change to 2-character macros. The groff_out.5 manual page fails to format with the following errors: eqn: missing \" in $h sub 1$\\~$v sub 1$ file /opt/csw/man/man5/groff_out.5, between lines 138 and 218 eqn: missing \" in $h sub n$\\~$v sub n$ file /opt/csw/man/man5/groff_out.5, between lines 138 and 219 eqn: fatal error: converted token -------------------------... too long file /opt/csw/man/man5/groff_out.5, between lines 232 and 246 ====================================================================== ---------------------------------------------------------------------- (0004795) james (manager) - 2007-10-05 04:07 http://www.opencsw.org/bugtrack/view.php?id=2610#c4795 ---------------------------------------------------------------------- Thanks for the report, all these man pages work for me, I\'m not sure what happening yet but I will look into this. ---------------------------------------------------------------------- (0004826) james (manager) - 2007-10-10 10:44 http://www.opencsw.org/bugtrack/view.php?id=2610#c4826 ---------------------------------------------------------------------- What does \"pkgchk CSWgroff\" say? ---------------------------------------------------------------------- (0004827) jeff (reporter) - 2007-10-10 12:29 http://www.opencsw.org/bugtrack/view.php?id=2610#c4827 ---------------------------------------------------------------------- The output of pkgchk is below. It only shows differences with the cattable versions of the manual pages shipped with the package, which is expected because I ran a program to recreate the cat* pages for all man pages on this system. 137-> pkgchk CSWgroff ERROR: /opt/csw/share/man/cat1/groff.1 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:37:46 PM> actual file size <28794> expected <34553> actual file cksum <17025> expected <36238> actual ERROR: /opt/csw/share/man/cat1/groffer.1 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:37:46 PM> actual file size <65886> expected <295> actual file cksum <34115> expected <15509> actual ERROR: /opt/csw/share/man/cat1/grops.1 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:37:46 PM> actual file size <22498> expected <27308> actual file cksum <17492> expected <32802> actual ERROR: /opt/csw/share/man/cat5/groff_out.5 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:14 PM> actual file size <39990> expected <0> actual file cksum <15487> expected <0> actual ERROR: /opt/csw/share/man/cat5/groff_tmac.5 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:15 PM> actual file size <19938> expected <22614> actual file cksum <62529> expected <37709> actual ERROR: /opt/csw/share/man/cat7 owner name <root> expected <bin> actual ERROR: /opt/csw/share/man/cat7/groff.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:25 PM> actual file size <64024> expected <76342> actual file cksum <1322> expected <22046> actual ERROR: /opt/csw/share/man/cat7/groff_diff.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:26 PM> actual file size <81557> expected <91651> actual file cksum <8303> expected <18045> actual ERROR: /opt/csw/share/man/cat7/groff_ms.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:28 PM> actual file size <30629> expected <36522> actual file cksum <33374> expected <45842> actual ERROR: /opt/csw/share/man/cat7/groff_trace.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:29 PM> actual file size <4937> expected <5663> actual file cksum <49773> expected <30532> actual ERROR: /opt/csw/share/man/cat7/roff.7 permissions <0444> expected <0664> actual owner name <root> expected <bin> actual modtime <09/12/05 04:16:19 AM> expected <09/26/07 07:38:29 PM> actual file size <29303> expected <32875> actual file cksum <4956> expected <31913> actual ---------------------------------------------------------------------- (0004828) james (manager) - 2007-10-10 12:48 http://www.opencsw.org/bugtrack/view.php?id=2610#c4828 ---------------------------------------------------------------------- That\'s the problem. Suggest pkgrm CSWgroff and reinstall. ---------------------------------------------------------------------- (0004831) jeff (reporter) - 2007-10-10 14:52 http://www.opencsw.org/bugtrack/view.php?id=2610#c4831 ---------------------------------------------------------------------- OK, I see what you are saying. Rather than fixing the man pages, you are pre-formatting them and then shipping these good cattable versions which I overwrote. I can accept that, but I think it is a shame that the GNU programmers choose to keep breaking existing programs and systems. ---------------------------------------------------------------------- (0004832) jeff (reporter) - 2007-10-10 15:00 http://www.opencsw.org/bugtrack/view.php?id=2610#c4832 ---------------------------------------------------------------------- I uninstalled/reinstalled CSWgroff. The groffer(1) and groff_out(5) pages look fine, but this is what I get in /opt/csw/man/cat1/pdfroff.1: ------------------------------------------------------------------------------ User Commands PDFROFF(1) NAME pdfroff - create PDF documents using groff \\$* SYNOPSIS Groff Version 1.19.2 Last change: 18 May 2005 1 ------------------------------------------------------------------------------ Just for your info. Not trying to be a PITA! :-) ---------------------------------------------------------------------- (0004833) james (manager) - 2007-10-11 04:54 http://www.opencsw.org/bugtrack/view.php?id=2610#c4833 ---------------------------------------------------------------------- I write my own macros for formatting documents but I gave up rewriting these man pages as a bad job and a gross waste of time. An alternative to putting formatted pages in cat is to put cw font in a nroff file and .nf. I don\'t like this because the formatting of the original is lost. If you set TROFF=groff and TCAT to some appropriate (that reads PS/PDF and displays/saves) you can see the original form using \"man -t ...\". A shame man can\'t use NROFF=gnroff. It\'s hardly surprising the groff people use the most complex macro coding. I can\'t be bothered to complain; the World has many more annoying issues that need attention first. Anyone is free to file a bug themselves: <bug-groff at gnu.org>. pdfroff is covered in: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0002200 ---------------------------------------------------------------------- (0005678) james (manager) - 2009-03-19 21:39 http://www.opencsw.org/bugtrack/view.php?id=2610#c5678 ---------------------------------------------------------------------- Closing, new package released with preformatted man pages in man/cat which is best I can do simply. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:39 james Note Added: 0005678 2009-03-19 21:39 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:40:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:40:59 +0100 Subject: [bug-notifications] [groff 0002200]: pdfroff manual page will not format In-Reply-To: <12f511042e668f979513828dd3cd9666> Message-ID: <21e6b2048815e9e410e76c4132d9e40f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2200 ====================================================================== Reported By: jeff Assigned To: james ====================================================================== Project: groff Issue ID: 2200 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-04-07 17:52 CEST Last Modified: 2009-03-19 21:40 CET ====================================================================== Summary: pdfroff manual page will not format Description: Attempts to nroff the /opt/csw/man /man1/pdfroff.1 file produce the following output: ------------------------------------------------------------ User Commands PDFROFF(1) NAME pdfroff - create PDF documents using groff \\$* SYNOPSIS Groff Version 1.19.2Last change: 18 May 2005 ------------------------------------------------------------ That\'s it! I haven\'t looked closely, but the macros in this file must be interfering with the man macros. Also notice that the last line in the output runs together. This is probably another artifact of the bad internal macros. -- Jeff ====================================================================== ---------------------------------------------------------------------- (0004484) james (manager) - 2007-04-08 04:46 http://www.opencsw.org/bugtrack/view.php?id=2200#c4484 ---------------------------------------------------------------------- Trust the the groff writer to not be able to write troff macros. The problem is the man pages are designed for groff and not troff as is used by the man command. My workaround for the pacakge is to pre-format the pages in man/cat, this page slipped through unformatted. To format your own copy: # sed -e \'/.TH/a\\ .ll 65n\' /opt/csw/share/man/man1/pdfroff.1 | \\ groff -T ascii -m man | \\ sed -e \'s/[^m]*m//g\' -e \'s/~/ /g\' > /opt/csw/share/man/cat1/pdfroff.1 The first escaped line break is important to sed, the other are just normal line wraps. Don\'t get too excited as pdfroff produces double copy of the output. I recommend using GS\'s ps2pdf, which is what the script does anyway: $ groff -m man /opt/csw/share/man/man1/pdfroff.1 | \\ ps2pdf /dev/fd/0 > pdfroff.pdf ---------------------------------------------------------------------- (0004485) james (manager) - 2007-04-08 05:08 http://www.opencsw.org/bugtrack/view.php?id=2200#c4485 ---------------------------------------------------------------------- Finish the job with: # installf -R / CSWgroff /opt/csw/share/man/cat1/pdfroff.1 then the formatted file will belong to CSWgroff and be removed on update. edited on: 04-08 05:08 ---------------------------------------------------------------------- (0005679) james (manager) - 2009-03-19 21:40 http://www.opencsw.org/bugtrack/view.php?id=2200#c5679 ---------------------------------------------------------------------- Closing, new package released with preformatted pdfroff man page in man/cat which is best I can do simply. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:40 james Note Added: 0005679 2009-03-19 21:40 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 21:44:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:44:19 +0100 Subject: [bug-notifications] [phpldapadmin 0003473]: File layout does not respect standard Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3473 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: phpldapadmin Issue ID: 3473 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 21:44 CET Last Modified: 2009-03-19 21:44 CET ====================================================================== Summary: File layout does not respect standard Description: The php files are installed under /opt/csw/apache2/share/htdocs instead of /opt/csw/share/www ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:44 wbonnet New Issue ====================================================================== From noreply at opencsw.org Thu Mar 19 21:44:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 21:44:37 +0100 Subject: [bug-notifications] [zip 0002947]: Please upgrade to 3.0 In-Reply-To: <660e5e04c5dac6ae417d477d7e998f82> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2947 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: zip Issue ID: 2947 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-11-17 16:39 CET Last Modified: 2009-03-19 21:44 CET ====================================================================== Summary: Please upgrade to 3.0 Description: Please upgrade to 3.0 ====================================================================== ---------------------------------------------------------------------- (0005680) james (manager) - 2009-03-19 21:44 http://www.opencsw.org/bugtrack/view.php?id=2947#c5680 ---------------------------------------------------------------------- Version 3.0,REV=2009.03.12 released Issue History Date Modified Username Field Change ====================================================================== 2008-11-17 16:39 dam New Issue 2009-01-18 12:09 james Status new => assigned 2009-01-18 12:09 james Assigned To => james 2009-01-18 12:10 james Note Added: 0005490 2009-03-19 21:44 james Note Deleted: 0005490 2009-03-19 21:44 james Note Added: 0005680 2009-03-19 21:44 james Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 19 22:20:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 22:20:08 +0100 Subject: [bug-notifications] [phpldapadmin 0003473]: File layout does not respect standard In-Reply-To: <556eedbae9039731efca850f0ea0588f> Message-ID: <2de3997190cc94b2e68bc7676b876bea@opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3473 ====================================================================== Reported By: wbonnet Assigned To: dam ====================================================================== Project: phpldapadmin Issue ID: 3473 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-19 21:44 CET Last Modified: 2009-03-19 22:20 CET ====================================================================== Summary: File layout does not respect standard Description: The php files are installed under /opt/csw/apache2/share/htdocs instead of /opt/csw/share/www ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 21:44 wbonnet New Issue 2009-03-19 22:20 dam Status new => assigned 2009-03-19 22:20 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 19 22:40:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 19 Mar 2009 22:40:16 +0100 Subject: [bug-notifications] [ggettextdoc 0001640]: Incorrect man page include paths In-Reply-To: Message-ID: <3c08e633406474cc9a447c275125ebd4@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=1640 ====================================================================== Reported By: mol Assigned To: harpchad ====================================================================== Project: ggettextdoc Issue ID: 1640 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2006-06-19 10:18 CEST Last Modified: 2009-03-19 22:40 CET ====================================================================== Summary: Incorrect man page include paths Description: # catman -nM /opt/csw/share/man ... Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdcngettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdgettext.3 Can\'t find referent of .so in /opt/csw/share/man/./man3/gdngettext.3 Incorrect references in these files. They point to man3/gettext.3 and man3/ngettext.3 but these files don\'t exist. Should be changed to man3/ggettext.3 and man3/gngettext.3 respectively. ====================================================================== ---------------------------------------------------------------------- (0005524) harpchad (manager) - 2009-02-13 03:55 http://www.opencsw.org/mantis/view.php?id=1640#c5524 ---------------------------------------------------------------------- fix forthcoming ---------------------------------------------------------------------- (0005675) harpchad (manager) - 2009-03-18 23:17 http://www.opencsw.org/mantis/view.php?id=1640#c5675 ---------------------------------------------------------------------- Upstream bug: http://savannah.gnu.org/bugs/index.php?25921 ---------------------------------------------------------------------- (0005681) harpchad (manager) - 2009-03-19 22:40 http://www.opencsw.org/mantis/view.php?id=1640#c5681 ---------------------------------------------------------------------- Further upstream (appears to be an autoconf problem): http://lists.gnu.org/archive/html/bug-automake/2009-03/msg00021.html Issue History Date Modified Username Field Change ====================================================================== 2009-02-13 03:55 harpchad Note Added: 0005524 2009-02-13 03:55 harpchad Assigned To => harpchad 2009-02-13 03:55 harpchad Status new => confirmed 2009-03-18 23:17 harpchad Note Added: 0005675 2009-03-19 22:40 harpchad Note Added: 0005681 ====================================================================== From noreply at opencsw.org Fri Mar 20 09:28:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 09:28:10 +0100 Subject: [bug-notifications] [libart 0002824]: RPATH contains /opt/csw/lib/sparcv9/$ISALIST In-Reply-To: Message-ID: <353a04603c0ffca7647db4c15f64b7c0@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2824 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: libart Issue ID: 2824 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-03-21 13:44 CET Last Modified: 2009-03-20 09:28 CET ====================================================================== Summary: RPATH contains /opt/csw/lib/sparcv9/$ISALIST Description: CSWlibart 2.3.20,REV=2008.03.04 file = /opt/csw/lib/sparcv9/libart_lgpl_2.so.2.3.20 RPATH contains /opt/csw/lib/sparcv9/$ISALIST RPATH = [5] RPATH /opt/csw/lib/sparcv9/$ISALIST:/opt/csw/lib/sparcv9 /opt/csw/lib/sparcv9/$ISALIST is nonsense, should be /opt/csw/lib/$ISALIST. It\'s unlikely this will cause an error but might stop it using the optimised libs (if any exist!) ====================================================================== ---------------------------------------------------------------------- (0005199) dam (manager) - 2008-03-21 15:25 http://www.opencsw.org/mantis/view.php?id=2824#c5199 ---------------------------------------------------------------------- I would like to fix this after moving to GAR with MultiISA-build. Doing this right in the current GAR is quite difficult. ---------------------------------------------------------------------- (0005682) dam (manager) - 2009-03-20 09:28 http://www.opencsw.org/mantis/view.php?id=2824#c5682 ---------------------------------------------------------------------- Fixed in 2.3.20,REV=2009.03.13 Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 09:28 dam Note Added: 0005682 2009-03-20 09:28 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 10:10:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 10:10:50 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 Message-ID: <78ab9d933e242c2596f7bcdb9a8bbabe@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-20 10:10 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 20 11:23:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 11:23:37 +0100 Subject: [bug-notifications] [ncurses 0002122]: ncurses apps crash in _nc_read_entry(), Illegal instruction on AMD K6-II In-Reply-To: <2dec14cb5eeb1906133326ed9179a30a> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2122 ====================================================================== Reported By: michaelk Assigned To: dam ====================================================================== Project: ncurses Issue ID: 2122 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-01-23 14:03 CET Last Modified: 2009-03-20 11:23 CET ====================================================================== Summary: ncurses apps crash in _nc_read_entry(), Illegal instruction on AMD K6-II Description: Hi! ncurses version is 5.5,REV=2006.02.10 All applications using ncurses (vim, gpg and probably many more) are crashing here during startup on my AMD K6-II, possibly because of CPU optimization: havsule:/tmp > gdb /opt/csw/bin/reset GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type \"show copying\" to see the conditions. There is absolutely no warranty for GDB. Type \"show warranty\" for details. This GDB was configured as \"i386-pc-solaris2.8\"...(no debugging symbols found)... (gdb) run Starting program: /opt/csw/bin/reset (no debugging symbols found)...(no debugging symbols found)... Program received signal SIGILL, Illegal instruction. 0xd2f851da in _nc_read_entry () from /opt/csw/lib/libncurses.so.5 (gdb) disass 0xd2f851da Dump of assembler code for function _nc_read_entry: [...] 0xd2f851d5 <_nc_read_entry+1358>: lea 0x1(%edx),%eax 0xd2f851d8 <_nc_read_entry+1361>: cmp %ecx,%eax 0xd2f851da <_nc_read_entry+1363>: cmovae 0x41c(%esp),%edx 0xd2f851e2 <_nc_read_entry+1371>: xor %eax,%eax 0xd2f851e4 <_nc_read_entry+1373>: mov %edx,%edi according to http://docs.sun.com/app/docs/doc/817-5477/6mkuavhri?a=view CMOVA is only valid for AMD64 havsule:/tmp > isainfo -v 32-bit i386 applications amd_3dnow mmx cx8 tsc fpu ====================================================================== ---------------------------------------------------------------------- (0005515) dam (manager) - 2009-02-04 12:09 http://www.opencsw.org/mantis/view.php?id=2122#c5515 ---------------------------------------------------------------------- This should be fixed in ncurses 5.7 in current/ ---------------------------------------------------------------------- (0005683) dam (manager) - 2009-03-20 11:23 http://www.opencsw.org/mantis/view.php?id=2122#c5683 ---------------------------------------------------------------------- Fixed in 5.7,REV=2009.01.12 Issue History Date Modified Username Field Change ====================================================================== 2009-02-04 12:09 dam Note Added: 0005515 2009-02-04 12:09 dam Status new => resolved 2009-02-04 12:09 dam Resolution open => fixed 2009-02-04 12:09 dam Assigned To => dam 2009-03-20 11:23 dam Note Added: 0005683 2009-03-20 11:23 dam Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 12:20:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 12:20:48 +0100 Subject: [bug-notifications] [xmlto 0003475]: Required package missing Message-ID: <80a439e2d34dc596887facc9b7f7a6c3@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3475 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: xmlto Issue ID: 3475 Category: packaging Reproducibility: sometimes Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 12:20 CET Last Modified: 2009-03-20 12:20 CET ====================================================================== Summary: Required package missing Description: xmlto need mktemp, but package dependency doesn't require CSWmktemp. I've comitted a patched Makefile which fixes this ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 12:20 hson New Issue ====================================================================== From noreply at opencsw.org Fri Mar 20 15:15:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 15:15:40 +0100 Subject: [bug-notifications] [otrdevel 0003476]: Missing dependency on CSWotr Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3476 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: otrdevel Issue ID: 3476 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 15:15 CET Last Modified: 2009-03-20 15:15 CET ====================================================================== Summary: Missing dependency on CSWotr Description: Could you add a dependency on CSWotr so that when you install CSWotrdevel, CSWotr is automatically pulled in. The header files alone are not that useful ;) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 15:15 skayser New Issue ====================================================================== From noreply at opencsw.org Fri Mar 20 17:42:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 17:42:36 +0100 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support In-Reply-To: Message-ID: <77d25dd49d7f56ce1719223a00c55709@opencsw.org> A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-20 17:42 CET ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== ---------------------------------------------------------------------- (0005684) skayser (administrator) - 2009-03-20 17:42 http://opencsw.org/bugtrack/view.php?id=3457#c5684 ---------------------------------------------------------------------- I am just trying to build mcabber, which also complains about missing UTF-8 support in ncurses. What's worse this time is that mcabber then uses VT100 line drawing characters (via ncurses) to draw its TUI and this doesn't work with a UTF-8 CSWxterm (and i suppose neither with any other UTF-8 terminal emulator). The vertical lines are shifted, sometimes they don't display at all and words are not correctly wrapped on the right hand side of the terminal. I can work around this by either setting NCURSES_NO_UTF8_ACS=1 when calling mcabber or using xterm in non UTF-8 mode, but IMHO it could be more straight-forward when we would have UTF-8 support in ncurses. I had a look at the ncurses README again: --enable-widec produces a separate set of libs with a "w" suffix. Those are _not_ compatible with the regular ncurses libs, but because of the "w" suffix they don't clash, so i think it should be safe to build an additional wide ncurses version without breaking existing stuff. Debian does it this way, they have libncurses5 and libncursesw5. Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue 2009-03-20 17:42 skayser Note Added: 0005684 ====================================================================== From noreply at opencsw.org Fri Mar 20 17:49:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 17:49:19 +0100 Subject: [bug-notifications] [xmlto 0003475]: Required package missing In-Reply-To: <0aee8a53a2ef3020a9fa1f5baa153656> Message-ID: <0ca804ac764d263f462565a2cb0a82ae@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3475 ====================================================================== Reported By: hson Assigned To: bwalton ====================================================================== Project: xmlto Issue ID: 3475 Category: packaging Reproducibility: sometimes Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 12:20 CET Last Modified: 2009-03-20 17:49 CET ====================================================================== Summary: Required package missing Description: xmlto need mktemp, but package dependency doesn't require CSWmktemp. I've comitted a patched Makefile which fixes this ====================================================================== ---------------------------------------------------------------------- (0005685) bwalton (manager) - 2009-03-20 17:49 http://opencsw.org/bugtrack/view.php?id=3475#c5685 ---------------------------------------------------------------------- Rerolled packages (with another missing dep fix) and have pushed them to newpkgs...will be released shortly. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 12:20 hson New Issue 2009-03-20 17:49 bwalton Note Added: 0005685 2009-03-20 17:49 bwalton Status new => resolved 2009-03-20 17:49 bwalton Resolution open => fixed 2009-03-20 17:49 bwalton Assigned To => bwalton ====================================================================== From noreply at opencsw.org Fri Mar 20 18:29:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:29:17 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:29 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the packages depends on it. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 ====================================================================== From noreply at opencsw.org Fri Mar 20 18:31:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:31:42 +0100 Subject: [bug-notifications] [autogen 0002859]: Postinstall script fails In-Reply-To: <60d7b33911c1b9cc32af587c32f2bd43> Message-ID: <2f7e43c8e4c3535c8a30e9064294c966@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2859 ====================================================================== Reported By: phubbard Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 2859 Category: packaging Reproducibility: have not tried Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-04-15 18:17 CEST Last Modified: 2009-03-20 18:31 CET ====================================================================== Summary: Postinstall script fails Description: ## Executing postinstall script. postinstall: anomaly : Info directory update failed! pkgadd: ERROR: postinstall script did not complete successfully Installation of <CSWautogen> failed. ERROR: could not add CSWautogen. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 18:31 pfelecan Status new => assigned 2009-03-20 18:31 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Fri Mar 20 18:36:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:36:04 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <8e6821c7c274b83ad8f02bee4d9f9327@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:36 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 18:37:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:37:31 +0100 Subject: [bug-notifications] [autogen 0002859]: Postinstall script fails In-Reply-To: <60d7b33911c1b9cc32af587c32f2bd43> Message-ID: <7b346c86588684c01d14e7d7cc695231@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2859 ====================================================================== Reported By: phubbard Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 2859 Category: packaging Reproducibility: have not tried Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-04-15 18:17 CEST Last Modified: 2009-03-20 18:37 CET ====================================================================== Summary: Postinstall script fails Description: ## Executing postinstall script. postinstall: anomaly : Info directory update failed! pkgadd: ERROR: postinstall script did not complete successfully Installation of <CSWautogen> failed. ERROR: could not add CSWautogen. ====================================================================== ---------------------------------------------------------------------- (0005687) pfelecan (manager) - 2009-03-20 18:37 http://www.opencsw.org/bugtrack/view.php?id=2859#c5687 ---------------------------------------------------------------------- cannot reproduce Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 18:31 pfelecan Status new => assigned 2009-03-20 18:31 pfelecan Assigned To => pfelecan 2009-03-20 18:37 pfelecan Note Added: 0005687 2009-03-20 18:37 pfelecan Status assigned => closed ====================================================================== From noreply at opencsw.org Fri Mar 20 18:38:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:38:32 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <9e93afb583579c557725815c3cce6935@www.opencsw.org> The following issue has been REOPENED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:38 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/bugtrack/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened ====================================================================== From noreply at opencsw.org Fri Mar 20 18:38:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 18:38:43 +0100 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-20 18:38 CET ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/bugtrack/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/bugtrack/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened 2009-03-20 18:38 pfelecan Status feedback => assigned 2009-03-20 18:38 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Fri Mar 20 19:06:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 20 Mar 2009 19:06:37 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old Message-ID: <28fd3fce5bdded3a9f20088d023da68c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-20 19:06 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 08:00:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 08:00:36 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script Message-ID: <3db1f88c52f51c4918c68c504252f470@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 08:00 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 08:51:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 08:51:46 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 08:51 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Sun Mar 22 09:08:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 09:08:25 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: <112b96fcb2c19cee762dd610ca1487f7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 09:08 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/mantis/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 ====================================================================== From noreply at opencsw.org Sun Mar 22 10:40:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 10:40:59 +0100 Subject: [bug-notifications] [php5_gd 0003479]: Uncomment line "extension_dir=..." in php5.ini Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3479 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: php5_gd Issue ID: 3479 Category: packaging Reproducibility: always Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 10:40 CET Last Modified: 2009-03-22 10:40 CET ====================================================================== Summary: Uncomment line "extension_dir=..." in php5.ini Description: The line "extension_dir=..." in /opt/csw/php5/lib/php5.ini should be uncommented to run php and it's extensions out of the box. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 10:40 ja New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 15:18:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 15:18:03 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: <29eedea50b483063bd00427c3dc74fbe@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-22 15:18 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/mantis/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. ---------------------------------------------------------------------- (0005690) jmarki (reporter) - 2009-03-22 15:18 http://www.opencsw.org/mantis/view.php?id=3478#c5690 ---------------------------------------------------------------------- package in testing works now. thanks! Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 2009-03-22 15:18 jmarki Note Added: 0005690 ====================================================================== From noreply at opencsw.org Sun Mar 22 20:04:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 20:04:58 +0100 Subject: [bug-notifications] [pkg_get 0003480]: package installation from testing fails with: Need TWO args to newer_rev (2) Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3480 ====================================================================== Reported By: maciej Assigned To: ====================================================================== Project: pkg_get Issue ID: 3480 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 20:04 CET Last Modified: 2009-03-22 20:04 CET ====================================================================== Summary: package installation from testing fails with: Need TWO args to newer_rev (2) Description: I couldn't reopen issue 0003026, so I'm creating a new one. For details see http://www.opencsw.org/mantis/view.php?id=3026 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 20:04 maciej New Issue 2009-03-22 20:04 maciej File Added: pkg-get-issue-0003026.patch ====================================================================== From noreply at opencsw.org Sun Mar 22 20:07:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 20:07:59 +0100 Subject: [bug-notifications] [php5_gd 0003479]: Uncomment line "extension_dir=..." in php5.ini In-Reply-To: <20f10687f9719f17dea09aa6c3ba28be> Message-ID: The following issue has been UPDATED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3479 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: php5_gd Issue ID: 3479 Category: packaging Reproducibility: always Severity: trivial Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 10:40 CET Last Modified: 2009-03-22 20:07 CET ====================================================================== Summary: Uncomment line "extension_dir=..." in php5.ini Description: The line "extension_dir=..." in /opt/csw/php5/lib/php5.ini should be uncommented to run php and it's extensions out of the box. ====================================================================== ---------------------------------------------------------------------- (0005691) mwatters (manager) - 2009-03-22 20:07 http://www.opencsw.org/mantis/view.php?id=3479#c5691 ---------------------------------------------------------------------- I will re-package the 5.2.9 release that is currently in testing to resolve this issue. Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 10:40 ja New Issue 2009-03-22 20:07 mwatters Note Added: 0005691 ====================================================================== From noreply at opencsw.org Sun Mar 22 21:52:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 21:52:04 +0100 Subject: [bug-notifications] [pwgen 0003481]: Please upgrade to 2.06 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3481 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: pwgen Issue ID: 3481 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 21:52 CET Last Modified: 2009-03-22 21:52 CET ====================================================================== Summary: Please upgrade to 2.06 Description: Please upgrade to 2.06 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 21:52 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:21:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:21:08 +0100 Subject: [bug-notifications] [libidn 0003482]: Please upgrade to 1.13 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3482 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libidn Issue ID: 3482 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:21 CET Last Modified: 2009-03-22 22:21 CET ====================================================================== Summary: Please upgrade to 1.13 Description: Please upgrade to 1.13 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:21 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:23:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:23:06 +0100 Subject: [bug-notifications] [mutt 0003483]: Please upgrade to 1.5.19 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3483 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mutt Issue ID: 3483 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:23 CET Last Modified: 2009-03-22 22:23 CET ====================================================================== Summary: Please upgrade to 1.5.19 Description: Please upgrade to 1.5.19 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:23 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:40:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:40:53 +0100 Subject: [bug-notifications] [texinfo 0003484]: sbin/mkdirentries is missing Message-ID: <01a551a972e59e0c629dc2170297ab49@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3484 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: texinfo Issue ID: 3484 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:40 CET Last Modified: 2009-03-22 22:40 CET ====================================================================== Summary: sbin/mkdirentries is missing Description: The previous package contained sbin/mkdirentries like this: #!/bin/sh BASE=/opt/csw FILES=`ls $BASE/share/info | /usr/xpg4/bin/grep -v -e "~" -e "dir"` for i in $FILES; do /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null done ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:40 dam New Issue ====================================================================== From noreply at opencsw.org Sun Mar 22 22:53:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 22 Mar 2009 22:53:13 +0100 Subject: [bug-notifications] [cswclassutils 0003485]: It would be nice to have a class for texinfo files Message-ID: <345d43429f60cf5257468d1ad3b09fc0@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3485 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: cswclassutils Issue ID: 3485 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-22 22:53 CET Last Modified: 2009-03-22 22:53 CET ====================================================================== Summary: It would be nice to have a class for texinfo files Description: Texinfo-files should have a specific class ('texinfo'?) which install the files in a way similar to /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:53 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 04:41:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 04:41:47 +0100 Subject: [bug-notifications] [pkg_get 0003480]: package installation from testing fails with: Need TWO args to newer_rev (2) In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3480 ====================================================================== Reported By: maciej Assigned To: phil ====================================================================== Project: pkg_get Issue ID: 3480 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 20:04 CET Last Modified: 2009-03-23 04:41 CET ====================================================================== Summary: package installation from testing fails with: Need TWO args to newer_rev (2) Description: I couldn't reopen issue 0003026, so I'm creating a new one. For details see http://www.opencsw.org/mantis/view.php?id=3026 ====================================================================== ---------------------------------------------------------------------- (0005692) phil (manager) - 2009-03-23 04:41 http://www.opencsw.org/mantis/view.php?id=3480#c5692 ---------------------------------------------------------------------- If you are going to reopen a bug, please restate, concisely, the exact "bug" you are trying to fix. as far as I know, the old bug is FIXED. So please upgrade to latest version of pkg-get, then say behaviour you see, and specific way to recreate? Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 20:04 maciej New Issue 2009-03-22 20:04 maciej File Added: pkg-get-issue-0003026.patch 2009-03-23 04:41 phil Note Added: 0005692 2009-03-23 04:41 phil Status new => resolved 2009-03-23 04:41 phil Resolution open => fixed 2009-03-23 04:41 phil Assigned To => phil ====================================================================== From noreply at opencsw.org Mon Mar 23 10:30:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 10:30:21 +0100 Subject: [bug-notifications] [cswclassutils 0003485]: It would be nice to have a class for texinfo files In-Reply-To: <4075dc68316686168a2957d8f8fbde44> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3485 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3485 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:53 CET Last Modified: 2009-03-23 10:30 CET ====================================================================== Summary: It would be nice to have a class for texinfo files Description: Texinfo-files should have a specific class ('texinfo'?) which install the files in a way similar to /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:53 dam New Issue 2009-03-23 10:30 bonivart Status new => assigned 2009-03-23 10:30 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 23 10:32:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 10:32:14 +0100 Subject: [bug-notifications] [cswclassutils 0003485]: It would be nice to have a class for texinfo files In-Reply-To: <4075dc68316686168a2957d8f8fbde44> Message-ID: <7e496f46ed7436c08a81eb067251b572@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3485 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3485 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:53 CET Last Modified: 2009-03-23 10:32 CET ====================================================================== Summary: It would be nice to have a class for texinfo files Description: Texinfo-files should have a specific class ('texinfo'?) which install the files in a way similar to /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null ====================================================================== ---------------------------------------------------------------------- (0005693) bonivart (manager) - 2009-03-23 10:32 http://www.opencsw.org/mantis/view.php?id=3485#c5693 ---------------------------------------------------------------------- I would be glad to receive such a script. :-) I would happily include it into the package but I don't know enough (anything really) about this to make the script myself. Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:53 dam New Issue 2009-03-23 10:30 bonivart Status new => assigned 2009-03-23 10:30 bonivart Assigned To => bonivart 2009-03-23 10:32 bonivart Note Added: 0005693 ====================================================================== From noreply at opencsw.org Mon Mar 23 10:37:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 10:37:44 +0100 Subject: [bug-notifications] [perl 0002890]: Solaris 10 no global zone CPAN Module installation In-Reply-To: Message-ID: <451d9c54c99fe18bcc213e511ec674cd@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2890 ====================================================================== Reported By: merlin Assigned To: ====================================================================== Project: perl Issue ID: 2890 Category: other Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-05-17 11:33 CEST Last Modified: 2009-03-23 10:37 CET ====================================================================== Summary: Solaris 10 no global zone CPAN Module installation Description: I have, on my Solaris 10 x86, a no global zone (cswzone) and use CPAN (or manuell install) to add additional Perl Modules. CPAN Modules will use /usr/bin vor binary and scrits. But this is in the no global zone not writable. This is only in the no global zone a problem. In the global Zone root have write access to /usr/bin, but is not the best way. - CSW Package (pm_*) go to INSTALLDIRS=vendor correct to /opt/csw/lib/perl/csw /opt/csw/share/perl/csw and /opt/csw/bin - CPAN use INSTALLDIRS=site_perl this go to /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl and /usr/bin perl -V:install.* installarchlib=\'/opt/csw/lib/perl/5.8.8\'; installbin=\'/opt/csw/bin\'; installhtml1dir=\'\'; installhtml3dir=\'\'; installman1dir=\'/opt/csw/share/man/man1\'; installman3dir=\'/opt/csw/share/man/man3\'; installprefix=\'/opt/csw\'; installprefixexp=\'/opt/csw\'; installprivlib=\'/opt/csw/share/perl/5.8.8\'; installscript=\'/opt/csw/bin\'; installsitearch=\'/opt/csw/lib/perl/site_perl\'; installsitebin=\'/usr/bin\'; installsitehtml1dir=\'\'; installsitehtml3dir=\'\'; installsitelib=\'/opt/csw/share/perl/site_perl\'; installsiteman1dir=\'/opt/csw/share/man/man1\'; installsiteman3dir=\'/opt/csw/share/man/man3\'; installsitescript=\'/usr/bin\'; installstyle=\'lib/perl5\'; installusrbinperl=\'undef\'; installvendorarch=\'/opt/csw/lib/perl/csw\'; installvendorbin=\'/opt/csw/bin\'; installvendorhtml1dir=\'\'; installvendorhtml3dir=\'\'; installvendorlib=\'/opt/csw/share/perl/csw\'; installvendorman1dir=\'/opt/csw/share/man/man1\'; installvendorman3dir=\'/opt/csw/share/man/man3\'; installvendorscript=\'/opt/csw/bin\'; For example: ----------- cpan> install Bundle::CPAN - Module:Build All tests successful. Files=26, Tests=772, 89 wallclock secs ( 0.77 usr 0.35 sys + 42.25 cusr 28.97 csys = 72.34 CPU) Result: PASS /usr/ccs/bin/make test -- OK Running make install /opt/csw/bin/perl Build --makefile_env_macros 1 install !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Cannot copy \'blib/script/config_data\' to \'/usr/bin/config_data\': Read-only file system !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at lib/Module/Build/Base.pm line 2788 Installing /opt/csw/share/man/man1/config_data.1 Installing /opt/csw/share/perl/site_perl/Module/Build.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Config.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Notes.pm Installing /opt/csw/share/perl/site_perl/Module/Build/YAML.pm Installing /opt/csw/share/perl/site_perl/Module/Build/ModuleInfo.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Cookbook.pm Installing /opt/csw/share/perl/site_perl/Module/Build/PodParser.pm Installing /opt/csw/share/perl/site_perl/Module/Build/API.pod Installing /opt/csw/share/perl/site_perl/Module/Build/Base.pm Installing /opt/csw/share/perl/site_perl/Module/Build/PPMMaker.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Version.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Compat.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Authoring.pod Installing /opt/csw/share/perl/site_perl/Module/Build/ConfigData.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/VMS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Windows.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/aix.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Unix.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/darwin.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Default.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/Amiga.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/EBCDIC.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/RiscOS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/VOS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/MacOS.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/os2.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/cygwin.pm Installing /opt/csw/share/perl/site_perl/Module/Build/Platform/MPEiX.pm Installing /opt/csw/share/man/man3/Module::Build::Platform::Default.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::Windows.3perl Installing /opt/csw/share/man/man3/Module::Build::Notes.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::Amiga.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::os2.3perl Installing /opt/csw/share/man/man3/Module::Build::ConfigData.3perl Installing /opt/csw/share/man/man3/Module::Build::PPMMaker.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::MacOS.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::RiscOS.3perl Installing /opt/csw/share/man/man3/Module::Build::YAML.3perl Installing /opt/csw/share/man/man3/Module::Build::Base.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::MPEiX.3perl Installing /opt/csw/share/man/man3/Module::Build::Compat.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::Unix.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::aix.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::darwin.3perl Installing /opt/csw/share/man/man3/Module::Build::Cookbook.3perl Installing /opt/csw/share/man/man3/Module::Build::ModuleInfo.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::cygwin.3perl Installing /opt/csw/share/man/man3/Module::Build.3perl Installing /opt/csw/share/man/man3/Module::Build::Authoring.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::EBCDIC.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::VOS.3perl Installing /opt/csw/share/man/man3/Module::Build::API.3perl Installing /opt/csw/share/man/man3/Module::Build::Platform::VMS.3perl Installing /usr/bin/config_data *** Error code 30 make: Fatal error: Command failed for target `install\' /usr/ccs/bin/make install -- NOT OK --- - Digest::SHA All tests successful. Files=21, Tests=120, 3 wallclock secs ( 0.24 usr 0.20 sys + 1.06 cusr 0.79 csys = 2.29 CPU) Result: PASS /usr/ccs/bin/make test -- OK Running make install Files found in blib/arch: installing files in blib/lib into architecture dependent library tree !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Cannot copy \'blib/script/shasum\' to \'/usr/bin/shasum\': Read-only file system !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! at -e line 1 Installing /opt/csw/lib/perl/site_perl/auto/Digest/SHA/SHA.bs Installing /opt/csw/lib/perl/site_perl/auto/Digest/SHA/SHA.so Installing /opt/csw/lib/perl/site_perl/Digest/SHA.pm Installing /opt/csw/share/man/man1/shasum.1 Installing /opt/csw/share/man/man3/Digest::SHA.3perl Installing /usr/bin/shasum *** Error code 30 The following command caused the error: /opt/csw/bin/perl -MExtUtils::Install -e \'install({@ARGV}, \'\\\'\'0\'\\\'\', 0, \'\\\'\'0\'\\\'\');\' -- \\ read /opt/csw/lib/perl/site_perl/auto/Digest/SHA/.packlist \\ write /opt/csw/lib/perl/site_perl/auto/Digest/SHA/.packlist \\ blib/lib /opt/csw/share/perl/site_perl \\ blib/arch /opt/csw/lib/perl/site_perl \\ blib/bin /usr/bin \\ blib/script /usr/bin \\ blib/man1 /opt/csw/share/man/man1 \\ blib/man3 /opt/csw/share/man/man3 make: Fatal error: Command failed for target `pure_site_install\' /usr/ccs/bin/make install -- NOT OK --- ====================================================================== ---------------------------------------------------------------------- (0005313) merlin (reporter) - 2008-05-18 07:20 http://www.opencsw.org/mantis/view.php?id=2890#c5313 ---------------------------------------------------------------------- I\'m Sorry! This bug is a Perl and not a PHP bug! You can close or delete this bug. I make a new bugreport on Perl. Best Regards Merlin ---------------------------------------------------------------------- (0005694) bonivart (manager) - 2009-03-23 10:37 http://www.opencsw.org/mantis/view.php?id=2890#c5694 ---------------------------------------------------------------------- Not sure how this popped up again, think it's an old closed one..? Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:46 mwatters Project php5 => perl 2009-03-23 10:37 bonivart Note Added: 0005694 2009-03-23 10:37 bonivart Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 14:16:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 14:16:31 +0100 Subject: [bug-notifications] [libgpg_error 0003141]: Depend on CSWggettextrt In-Reply-To: Message-ID: <8095ae2c4a7ab7af7e01bede040dca11@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3141 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgpg_error Issue ID: 3141 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 14:16 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 14:16 dam Status new => assigned 2009-03-23 14:16 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 23 14:16:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 14:16:53 +0100 Subject: [bug-notifications] [libgpg_error 0003141]: Depend on CSWggettextrt In-Reply-To: Message-ID: <8cafce159d8332bd302d43040c3fc3fe@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3141 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgpg_error Issue ID: 3141 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 14:16 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005695) dam (manager) - 2009-03-23 14:16 http://www.opencsw.org/mantis/view.php?id=3141#c5695 ---------------------------------------------------------------------- Fixed in 1.7,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 14:16 dam Status new => assigned 2009-03-23 14:16 dam Assigned To => dam 2009-03-23 14:16 dam Note Added: 0005695 2009-03-23 14:16 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 15:08:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:08:34 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: <18825950e4d5f66591c73adb20c766e0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-23 15:08 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 23 15:09:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:09:36 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: <04ae7dcae575c5f9c691c62c1c7e2eb7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-23 15:09 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== ---------------------------------------------------------------------- (0005696) bonivart (manager) - 2009-03-23 15:09 http://www.opencsw.org/mantis/view.php?id=3477#c5696 ---------------------------------------------------------------------- I can see that this is a problem if you use the stable catalog which doesn't change often, then you will have to download it every time anyway. I will fix this. Thanks for letting me know. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart 2009-03-23 15:09 bonivart Note Added: 0005696 ====================================================================== From noreply at opencsw.org Mon Mar 23 15:10:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:10:28 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 In-Reply-To: <83a5a360d61afa75fd31a87ebddd6b19> Message-ID: <77320bf013ce90ac9bb660c9b789380d@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-23 15:10 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue 2009-03-23 15:10 bonivart Status new => assigned 2009-03-23 15:10 bonivart Assigned To => bonivart ====================================================================== From noreply at opencsw.org Mon Mar 23 15:10:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 15:10:46 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 In-Reply-To: <83a5a360d61afa75fd31a87ebddd6b19> Message-ID: <8129d0fe59f53c279e9e897e859dc436@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-23 15:10 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== ---------------------------------------------------------------------- (0005697) bonivart (manager) - 2009-03-23 15:10 http://www.opencsw.org/mantis/view.php?id=3474#c5697 ---------------------------------------------------------------------- I have a new package in testing. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue 2009-03-23 15:10 bonivart Status new => assigned 2009-03-23 15:10 bonivart Assigned To => bonivart 2009-03-23 15:10 bonivart Note Added: 0005697 ====================================================================== From noreply at opencsw.org Mon Mar 23 17:35:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:35:06 +0100 Subject: [bug-notifications] [sbcl 0003486]: Different versions for sparc and i386 Message-ID: <04834e350af2dad6e4ba948caea99273@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3486 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: sbcl Issue ID: 3486 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:35 CET Last Modified: 2009-03-23 17:35 CET ====================================================================== Summary: Different versions for sparc and i386 Description: I am currently syncing up all buildfarm machines and noticed that CSWsbcl is 1.0.23,REV=2008.12.07 for i386 and 1.0.23,REV=2008.12.14 for sparc The versions for all archs should be exactly the same. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:35 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 17:51:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:51:58 +0100 Subject: [bug-notifications] [bison 0003487]: Please update bison to newer version Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3487 ====================================================================== Reported By: philadmin Assigned To: ====================================================================== Project: bison Issue ID: 3487 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:51 CET Last Modified: 2009-03-23 17:51 CET ====================================================================== Summary: Please update bison to newer version Description: 2.4.1 is out. please update? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:51 philadmin New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 17:57:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:57:45 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 Message-ID: <3974247449e23be082a5f0325088988d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 17:57 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 17:59:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:59:01 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 In-Reply-To: <997f19f6f28f51e9b8b3a63a3c8b438d> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 17:59 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue 2009-03-23 17:59 james Status new => assigned 2009-03-23 17:59 james Assigned To => james ====================================================================== From noreply at opencsw.org Mon Mar 23 17:59:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 17:59:24 +0100 Subject: [bug-notifications] [sqlite3 0003489]: please upgrade to 3.6 Message-ID: <77780cb0be1f760c34d55b438cb4d03d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3489 ====================================================================== Reported By: phil Assigned To: ====================================================================== Project: sqlite3 Issue ID: 3489 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 17:59 CET Last Modified: 2009-03-23 17:59 CET ====================================================================== Summary: please upgrade to 3.6 Description: please upgrade to 3.6 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:59 phil New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 18:00:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:00:17 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 In-Reply-To: <997f19f6f28f51e9b8b3a63a3c8b438d> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 18:00 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== ---------------------------------------------------------------------- (0005698) james (manager) - 2009-03-23 18:00 http://www.opencsw.org/mantis/view.php?id=3488#c5698 ---------------------------------------------------------------------- 3.9 was out a year ago... Should be one in testing... or somewhere... I'm using it. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue 2009-03-23 17:59 james Status new => assigned 2009-03-23 17:59 james Assigned To => james 2009-03-23 18:00 james Note Added: 0005698 ====================================================================== From noreply at opencsw.org Mon Mar 23 18:01:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:01:36 +0100 Subject: [bug-notifications] [dsniff 0002309]: dsniff needs to be recompiled with openssl 0.9.8 In-Reply-To: <539afc8e1953124db717e88f61d90d1d> Message-ID: <0a4dc68c06d86f9bfb71ec196087ff10@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2309 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: dsniff Issue ID: 2309 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-25 18:01 CEST Last Modified: 2009-03-23 18:01 CET ====================================================================== Summary: dsniff needs to be recompiled with openssl 0.9.8 Description: dsniff is still linked with openssl 0.9.7 which is not the current version. Please recompile this package with the current openssl version (0.9.8). Openssl 0.9.7 libraries are still provided in the openssl package for compatibility reasons but they are bound to be removed in the future. ====================================================================== ---------------------------------------------------------------------- (0005699) hson (manager) - 2009-03-23 18:01 http://www.opencsw.org/mantis/view.php?id=2309#c5699 ---------------------------------------------------------------------- Resolved in 2.4b1,REV=2009.03.20 which is build using CSWosslrt 0.9.8,REV=2009.01.28_rev=j Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:01 hson Note Added: 0005699 2009-03-23 18:01 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:02:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:02:10 +0100 Subject: [bug-notifications] [dsniff 0002426]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <3b7502fb08b734281c5ebe4c6f51de24@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2426 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: dsniff Issue ID: 2426 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:56 CEST Last Modified: 2009-03-23 18:02 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005700) hson (manager) - 2009-03-23 18:02 http://www.opencsw.org/mantis/view.php?id=2426#c5700 ---------------------------------------------------------------------- Resolved in 2.4b1,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:02 hson Note Added: 0005700 2009-03-23 18:02 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:02:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:02:43 +0100 Subject: [bug-notifications] [pwgen 0003481]: Please upgrade to 2.06 In-Reply-To: <1f6e1e6979a4bccd9b190f4543c24c84> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3481 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: pwgen Issue ID: 3481 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 21:52 CET Last Modified: 2009-03-23 18:02 CET ====================================================================== Summary: Please upgrade to 2.06 Description: Please upgrade to 2.06 ====================================================================== ---------------------------------------------------------------------- (0005701) hson (manager) - 2009-03-23 18:02 http://www.opencsw.org/mantis/view.php?id=3481#c5701 ---------------------------------------------------------------------- 2.06 released Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 21:52 dam New Issue 2009-03-23 18:02 hson Note Added: 0005701 2009-03-23 18:02 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:04:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:04:48 +0100 Subject: [bug-notifications] [w3m 0002331]: w3m needs to be recompiled with openssl 0.9.8 In-Reply-To: <52cb0dfd7818017af4db4a389bfee563> Message-ID: <24e3e3d16d88a40010043b0605376bcf@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2331 ====================================================================== Reported By: yann Assigned To: komadori ====================================================================== Project: w3m Issue ID: 2331 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-25 18:09 CEST Last Modified: 2009-03-23 18:04 CET ====================================================================== Summary: w3m needs to be recompiled with openssl 0.9.8 Description: w3m is still linked with openssl 0.9.7 which is not the current version. Please recompile this package with the current openssl version (0.9.8). Openssl 0.9.7 libraries are still provided in the openssl package for compatibility reasons but they are bound to be removed in the future. ====================================================================== ---------------------------------------------------------------------- (0005702) hson (manager) - 2009-03-23 18:04 http://www.opencsw.org/mantis/view.php?id=2331#c5702 ---------------------------------------------------------------------- Resolved in 0.5.2,REV=2009.03.20 which is build using CSWosslrt 0.9.8,REV=2009.01.28_rev=j Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:04 hson Note Added: 0005702 2009-03-23 18:04 hson Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:04:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:04:51 +0100 Subject: [bug-notifications] [radiance 0003488]: upgrade to 3.9 In-Reply-To: <997f19f6f28f51e9b8b3a63a3c8b438d> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3488 ====================================================================== Reported By: phil Assigned To: james ====================================================================== Project: radiance Issue ID: 3488 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 17:57 CET Last Modified: 2009-03-23 18:04 CET ====================================================================== Summary: upgrade to 3.9 Description: version 3.9 is out. please upgrade. ====================================================================== ---------------------------------------------------------------------- (0005698) james (manager) - 2009-03-23 18:00 http://www.opencsw.org/mantis/view.php?id=3488#c5698 ---------------------------------------------------------------------- 3.9 was out a year ago... Should be one in testing... or somewhere... I'm using it. ---------------------------------------------------------------------- (0005703) james (manager) - 2009-03-23 18:04 http://www.opencsw.org/mantis/view.php?id=3488#c5703 ---------------------------------------------------------------------- PKGINST: CSWradiance NAME: radiance - Radiance synthetic imaging system CATEGORY: application ARCH: sparc VERSION: 3.9,REV=2008.05.02 VENDOR: http://radsite.lbl.gov/radiance/ packaged for CSW by James Lee PSTAMP: ra20080502151111 INSTDATE: May 02 2008 20:20 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 628 installed pathnames 4 shared pathnames 12 linked files 28 directories 146 executables 54836 blocks used (approx) It was first built at the time we moved from blastwave and never got released nor updated again; I'll rebuild again. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 17:57 phil New Issue 2009-03-23 17:59 james Status new => assigned 2009-03-23 17:59 james Assigned To => james 2009-03-23 18:00 james Note Added: 0005698 2009-03-23 18:04 james Note Added: 0005703 ====================================================================== From noreply at opencsw.org Mon Mar 23 18:05:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:05:19 +0100 Subject: [bug-notifications] [w3m 0002397]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: <72fa9f43468803dc4901058d6fda909d> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2397 ====================================================================== Reported By: yann Assigned To: komadori ====================================================================== Project: w3m Issue ID: 2397 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:46 CEST Last Modified: 2009-03-23 18:05 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005704) hson (manager) - 2009-03-23 18:05 http://www.opencsw.org/mantis/view.php?id=2397#c5704 ---------------------------------------------------------------------- Resolved in 0.5.2,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 18:05 hson Note Added: 0005704 2009-03-23 18:05 hson Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:05:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:05:41 +0100 Subject: [bug-notifications] [w3m 0003150]: Depend on CSWggettextrt In-Reply-To: Message-ID: <209017762a09c8192db1c0f36c1b9916@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3150 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: w3m Issue ID: 3150 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:56 CET Last Modified: 2009-03-23 18:05 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005705) hson (manager) - 2009-03-23 18:05 http://www.opencsw.org/mantis/view.php?id=3150#c5705 ---------------------------------------------------------------------- Resolved in 0.5.2,REV=2009.03.20 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:56 harpchad New Issue 2009-03-23 18:05 hson Note Added: 0005705 2009-03-23 18:05 hson Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:57:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:57:57 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-23 18:57 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/bugtrack/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. ---------------------------------------------------------------------- (0005690) jmarki (reporter) - 2009-03-22 15:18 http://www.opencsw.org/bugtrack/view.php?id=3478#c5690 ---------------------------------------------------------------------- package in testing works now. thanks! ---------------------------------------------------------------------- (0005706) ja (manager) - 2009-03-23 18:57 http://www.opencsw.org/bugtrack/view.php?id=3478#c5706 ---------------------------------------------------------------------- Fixed package is now available in the official repository. Thanks for reporting! Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 2009-03-22 15:18 jmarki Note Added: 0005690 2009-03-23 18:57 ja Note Added: 0005706 2009-03-23 18:57 ja Status confirmed => resolved 2009-03-23 18:57 ja Resolution open => fixed ====================================================================== From noreply at opencsw.org Mon Mar 23 18:58:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 18:58:25 +0100 Subject: [bug-notifications] [nrpe 0003478]: wrong nrpe bin file location in service script In-Reply-To: <133fd7116421551c27fd9e75a0e3333c> Message-ID: <3ef8e8795104a599d551bc17c3e1290f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3478 ====================================================================== Reported By: jmarki Assigned To: ja ====================================================================== Project: nrpe Issue ID: 3478 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 08:00 CET Last Modified: 2009-03-23 18:58 CET ====================================================================== Summary: wrong nrpe bin file location in service script Description: smf service script /var/opt/csw/svc/method/svc-cswnrpe looks for nrpe binary in /opt/csw/nagios/bin/nrpe instead of /opt/csw/bin/nrpe (as installed by package) ====================================================================== ---------------------------------------------------------------------- (0005689) ja (manager) - 2009-03-22 09:08 http://www.opencsw.org/bugtrack/view.php?id=3478#c5689 ---------------------------------------------------------------------- Please check out the nrpe package in testing. The issue should be fixed there. If no more negative feedback comes back, the package will be released. ---------------------------------------------------------------------- (0005690) jmarki (reporter) - 2009-03-22 15:18 http://www.opencsw.org/bugtrack/view.php?id=3478#c5690 ---------------------------------------------------------------------- package in testing works now. thanks! ---------------------------------------------------------------------- (0005706) ja (manager) - 2009-03-23 18:57 http://www.opencsw.org/bugtrack/view.php?id=3478#c5706 ---------------------------------------------------------------------- Fixed package is now available in the official repository. Thanks for reporting! Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 08:00 jmarki New Issue 2009-03-22 08:51 ja Status new => assigned 2009-03-22 08:51 ja Assigned To => ja 2009-03-22 08:52 ja Status assigned => confirmed 2009-03-22 09:08 ja Note Added: 0005689 2009-03-22 15:18 jmarki Note Added: 0005690 2009-03-23 18:57 ja Note Added: 0005706 2009-03-23 18:57 ja Status confirmed => resolved 2009-03-23 18:57 ja Resolution open => fixed 2009-03-23 18:58 ja Status resolved => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:00:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:00:44 +0100 Subject: [bug-notifications] [nagios 0003446]: Nagios major release upgrade In-Reply-To: <1dba590c325b631d25bec7f8d48c6752> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3446 ====================================================================== Reported By: waynehendricks Assigned To: ja ====================================================================== Project: nagios Issue ID: 3446 Category: upgrade Reproducibility: N/A Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-22 20:04 CET Last Modified: 2009-03-23 19:00 CET ====================================================================== Summary: Nagios major release upgrade Description: Nagios current stable is 3.0.6 and the OpenCSW version is still at 2.10. Requesting push to current stable release as many new features and fixes have been implemented. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-22 20:04 waynehendricks New Issue 2009-03-23 19:00 ja Status new => assigned 2009-03-23 19:00 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:01:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:01:29 +0100 Subject: [bug-notifications] [nagios 0003446]: Nagios major release upgrade In-Reply-To: <1dba590c325b631d25bec7f8d48c6752> Message-ID: <1940e22e96de3ff0de9fdfb7c2d8a53b@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3446 ====================================================================== Reported By: waynehendricks Assigned To: ja ====================================================================== Project: nagios Issue ID: 3446 Category: upgrade Reproducibility: N/A Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-22 20:04 CET Last Modified: 2009-03-23 19:01 CET ====================================================================== Summary: Nagios major release upgrade Description: Nagios current stable is 3.0.6 and the OpenCSW version is still at 2.10. Requesting push to current stable release as many new features and fixes have been implemented. ====================================================================== ---------------------------------------------------------------------- (0005707) ja (manager) - 2009-03-23 19:01 http://www.opencsw.org/bugtrack/view.php?id=3446#c5707 ---------------------------------------------------------------------- Current version of Nagios is now available in the official repository. Issue History Date Modified Username Field Change ====================================================================== 2009-02-22 20:04 waynehendricks New Issue 2009-03-23 19:00 ja Status new => assigned 2009-03-23 19:00 ja Assigned To => ja 2009-03-23 19:01 ja Note Added: 0005707 2009-03-23 19:01 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:01:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:01:58 +0100 Subject: [bug-notifications] [nagios 0002979]: Nagios is in dire need of an upgrade In-Reply-To: <807369f051c140aac2367e7407f8d6cd> Message-ID: <7fb49ba7709edc15b41ec42aa3252d97@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2979 ====================================================================== Reported By: dheideman Assigned To: ja ====================================================================== Project: nagios Issue ID: 2979 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-01-07 19:03 CET Last Modified: 2009-03-23 19:01 CET ====================================================================== Summary: Nagios is in dire need of an upgrade Description: Current stable version from source site is 3.0.6. Thanks in advance! ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-01-07 19:03 dheideman New Issue 2009-01-08 18:13 dheideman Issue Monitored: dheideman 2009-03-23 19:01 ja Status new => assigned 2009-03-23 19:01 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:02:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:02:42 +0100 Subject: [bug-notifications] [nagios 0002979]: Nagios is in dire need of an upgrade In-Reply-To: <807369f051c140aac2367e7407f8d6cd> Message-ID: <350f65a9941219bbc1355f2002a2c903@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2979 ====================================================================== Reported By: dheideman Assigned To: ja ====================================================================== Project: nagios Issue ID: 2979 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-07 19:03 CET Last Modified: 2009-03-23 19:02 CET ====================================================================== Summary: Nagios is in dire need of an upgrade Description: Current stable version from source site is 3.0.6. Thanks in advance! ====================================================================== ---------------------------------------------------------------------- (0005708) ja (manager) - 2009-03-23 19:02 http://www.opencsw.org/bugtrack/view.php?id=2979#c5708 ---------------------------------------------------------------------- Current versions of Nagios, Nagios plugins, nrpe and nsca are now available in the official repository. Issue History Date Modified Username Field Change ====================================================================== 2009-01-07 19:03 dheideman New Issue 2009-01-08 18:13 dheideman Issue Monitored: dheideman 2009-03-23 19:01 ja Status new => assigned 2009-03-23 19:01 ja Assigned To => ja 2009-03-23 19:02 ja Note Added: 0005708 2009-03-23 19:02 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:19:35 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:19:35 +0100 Subject: [bug-notifications] [nagios 0002781]: libtool dependancy deprecated: please use libtool_rt instead In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2781 ====================================================================== Reported By: dam Assigned To: ja ====================================================================== Project: nagios Issue ID: 2781 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-02-19 14:50 CET Last Modified: 2009-03-23 19:19 CET ====================================================================== Summary: libtool dependancy deprecated: please use libtool_rt instead Description: libtool dependancy deprecated: please use libtool_rt instead ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:19 ja Assigned To asmoore => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:20:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:20:29 +0100 Subject: [bug-notifications] [nagios 0002781]: libtool dependancy deprecated: please use libtool_rt instead In-Reply-To: Message-ID: <3e7d54ba8a9255883205b927ffddcb67@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2781 ====================================================================== Reported By: dam Assigned To: ja ====================================================================== Project: nagios Issue ID: 2781 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-02-19 14:50 CET Last Modified: 2009-03-23 19:20 CET ====================================================================== Summary: libtool dependancy deprecated: please use libtool_rt instead Description: libtool dependancy deprecated: please use libtool_rt instead ====================================================================== ---------------------------------------------------------------------- (0005709) ja (manager) - 2009-03-23 19:20 http://www.opencsw.org/bugtrack/view.php?id=2781#c5709 ---------------------------------------------------------------------- libtool_rt is used by current version. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:19 ja Assigned To asmoore => ja 2009-03-23 19:20 ja Note Added: 0005709 2009-03-23 19:20 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:22:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:22:02 +0100 Subject: [bug-notifications] [nagios 0002694]: CSWnagios requires CSWapache, interfering with CSWapache2 In-Reply-To: Message-ID: <5434caf09e2d4e6943d47161b790e050@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2694 ====================================================================== Reported By: irilyth Assigned To: ja ====================================================================== Project: nagios Issue ID: 2694 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-12-08 09:41 CET Last Modified: 2009-03-23 19:22 CET ====================================================================== Summary: CSWnagios requires CSWapache, interfering with CSWapache2 Description: Since CSWnagios requires CSWapache, it\'s hard to run nagios on a machine with CSWapache2. Is it possible to make it depend on one or the other, or to otherwise make it easier to have Apache 2 and Nagios together? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:22 ja Assigned To asmoore => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:22:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:22:38 +0100 Subject: [bug-notifications] [nagios 0002694]: CSWnagios requires CSWapache, interfering with CSWapache2 In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2694 ====================================================================== Reported By: irilyth Assigned To: ja ====================================================================== Project: nagios Issue ID: 2694 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-12-08 09:41 CET Last Modified: 2009-03-23 19:22 CET ====================================================================== Summary: CSWnagios requires CSWapache, interfering with CSWapache2 Description: Since CSWnagios requires CSWapache, it\'s hard to run nagios on a machine with CSWapache2. Is it possible to make it depend on one or the other, or to otherwise make it easier to have Apache 2 and Nagios together? ====================================================================== ---------------------------------------------------------------------- (0005710) ja (manager) - 2009-03-23 19:22 http://www.opencsw.org/bugtrack/view.php?id=2694#c5710 ---------------------------------------------------------------------- Current version depends on CSWapache2. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:22 ja Assigned To asmoore => ja 2009-03-23 19:22 ja Note Added: 0005710 2009-03-23 19:22 ja Status assigned => resolved 2009-03-23 19:22 ja Resolution open => fixed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:24:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:24:31 +0100 Subject: [bug-notifications] [nagios 0002580]: Example Apache configuration is not sufficient to get Nagios running In-Reply-To: <1d09f5e4dff5ca6c970595f24c4a4fa4> Message-ID: <2b974b4ec62727be0b734ebff36c1bd0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2580 ====================================================================== Reported By: trygvis Assigned To: ja ====================================================================== Project: nagios Issue ID: 2580 Category: regular use Reproducibility: always Severity: text Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-09-01 06:14 CEST Last Modified: 2009-03-23 19:24 CET ====================================================================== Summary: Example Apache configuration is not sufficient to get Nagios running Description: In /opt/csw/nagios/etc/httpd-nagios.conf the directory /opt/csw/nagios/share is alised to /nagios, but the config doesn\'t include a <Directory> stanza for the directory. I suggest adding this to the file: <Directory \"/opt/csw/nagios/share/\"> Order allow,deny Allow from all </Directory> ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:24 ja Assigned To asmoore => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:25:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:25:08 +0100 Subject: [bug-notifications] [nagios 0002580]: Example Apache configuration is not sufficient to get Nagios running In-Reply-To: <1d09f5e4dff5ca6c970595f24c4a4fa4> Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2580 ====================================================================== Reported By: trygvis Assigned To: ja ====================================================================== Project: nagios Issue ID: 2580 Category: regular use Reproducibility: always Severity: text Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-09-01 06:14 CEST Last Modified: 2009-03-23 19:25 CET ====================================================================== Summary: Example Apache configuration is not sufficient to get Nagios running Description: In /opt/csw/nagios/etc/httpd-nagios.conf the directory /opt/csw/nagios/share is alised to /nagios, but the config doesn\'t include a <Directory> stanza for the directory. I suggest adding this to the file: <Directory \"/opt/csw/nagios/share/\"> Order allow,deny Allow from all </Directory> ====================================================================== ---------------------------------------------------------------------- (0005711) ja (manager) - 2009-03-23 19:25 http://www.opencsw.org/bugtrack/view.php?id=2580#c5711 ---------------------------------------------------------------------- Fixed in current version of Nagios. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:24 ja Assigned To asmoore => ja 2009-03-23 19:25 ja Note Added: 0005711 2009-03-23 19:25 ja Status assigned => resolved 2009-03-23 19:25 ja Resolution open => fixed ====================================================================== From noreply at opencsw.org Mon Mar 23 19:31:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:31:42 +0100 Subject: [bug-notifications] [nrpe 0002934]: unterminated multiline plugin garbage In-Reply-To: <1955dee0a18d1375428905b338fc022b> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2934 ====================================================================== Reported By: ulrich Assigned To: ja ====================================================================== Project: nrpe Issue ID: 2934 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-08-27 16:11 CEST Last Modified: 2009-03-23 19:31 CET ====================================================================== Summary: unterminated multiline plugin garbage Description: nrpe 2.10 contains bug which is fixed in version 2.12 ************** NRPE Changelog ************** 2.12 - 03/10/2008 ----------------- - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki) ====================================================================== ---------------------------------------------------------------------- (0005349) ulrich (reporter) - 2008-08-27 17:12 http://www.opencsw.org/bugtrack/view.php?id=2934#c5349 ---------------------------------------------------------------------- i compiled nrpe-2.12 from source using the following config script: #!/bin/bash LDFLAGS=-L/opt/csw/lib CPPFLAGS=-I/opt/csw/include \ ./configure --prefix=/opt/csw --enable-command-args \ --enable-ssl --with-ssl-inc=/opt/csw/include --with-ssl-lib=/opt/csw/lib i replaced /opt/csw/bin/nrpe and restarted using /etc/init.d/cswnrpe remote check from monitor host works without garbage. [root at monitor libexec]# ./check_nrpe -H clever -c check_load -a 15,10,5 30,25,20 OK - load average: 0.38, 0.45, 0.48|load1=0.379;15.000;30.000;0; load5=0.453;10.000;25.000;0; load15=0.484;5.000;20.000;0 Issue History Date Modified Username Field Change ====================================================================== 2008-08-27 16:11 ulrich New Issue 2008-08-27 17:12 ulrich Note Added: 0005349 2009-03-23 19:31 ja Status new => assigned 2009-03-23 19:31 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 19:33:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 19:33:55 +0100 Subject: [bug-notifications] [nrpe 0002934]: unterminated multiline plugin garbage In-Reply-To: <1955dee0a18d1375428905b338fc022b> Message-ID: <25ef7920dba07d695529558111f32eb2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2934 ====================================================================== Reported By: ulrich Assigned To: ja ====================================================================== Project: nrpe Issue ID: 2934 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-08-27 16:11 CEST Last Modified: 2009-03-23 19:33 CET ====================================================================== Summary: unterminated multiline plugin garbage Description: nrpe 2.10 contains bug which is fixed in version 2.12 ************** NRPE Changelog ************** 2.12 - 03/10/2008 ----------------- - Fix for unterminated multiline plugin (garbage) output (Krzysztof Oledzki) ====================================================================== ---------------------------------------------------------------------- (0005349) ulrich (reporter) - 2008-08-27 17:12 http://www.opencsw.org/bugtrack/view.php?id=2934#c5349 ---------------------------------------------------------------------- i compiled nrpe-2.12 from source using the following config script: #!/bin/bash LDFLAGS=-L/opt/csw/lib CPPFLAGS=-I/opt/csw/include \ ./configure --prefix=/opt/csw --enable-command-args \ --enable-ssl --with-ssl-inc=/opt/csw/include --with-ssl-lib=/opt/csw/lib i replaced /opt/csw/bin/nrpe and restarted using /etc/init.d/cswnrpe remote check from monitor host works without garbage. [root at monitor libexec]# ./check_nrpe -H clever -c check_load -a 15,10,5 30,25,20 OK - load average: 0.38, 0.45, 0.48|load1=0.379;15.000;30.000;0; load5=0.453;10.000;25.000;0; load15=0.484;5.000;20.000;0 ---------------------------------------------------------------------- (0005712) ja (manager) - 2009-03-23 19:33 http://www.opencsw.org/bugtrack/view.php?id=2934#c5712 ---------------------------------------------------------------------- Please try the current versions of nrpe and nrpe_plugin - with these packages I couldn't reproduce the mentionend behaviour. Issue History Date Modified Username Field Change ====================================================================== 2008-08-27 16:11 ulrich New Issue 2008-08-27 17:12 ulrich Note Added: 0005349 2009-03-23 19:31 ja Status new => assigned 2009-03-23 19:31 ja Assigned To => ja 2009-03-23 19:33 ja Note Added: 0005712 ====================================================================== From noreply at opencsw.org Mon Mar 23 21:00:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:00:11 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-23 21:00 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== ---------------------------------------------------------------------- (0005696) bonivart (manager) - 2009-03-23 15:09 http://www.opencsw.org/mantis/view.php?id=3477#c5696 ---------------------------------------------------------------------- I can see that this is a problem if you use the stable catalog which doesn't change often, then you will have to download it every time anyway. I will fix this. Thanks for letting me know. ---------------------------------------------------------------------- (0005713) bonivart (manager) - 2009-03-23 21:00 http://www.opencsw.org/mantis/view.php?id=3477#c5713 ---------------------------------------------------------------------- I have committed a change into svn (r14). Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart 2009-03-23 15:09 bonivart Note Added: 0005696 2009-03-23 21:00 bonivart Note Added: 0005713 ====================================================================== From noreply at opencsw.org Mon Mar 23 21:01:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:01:11 +0100 Subject: [bug-notifications] [texinfo 0003135]: Depend on CSWggettextrt In-Reply-To: <0764ff73192371841af0f158af381450> Message-ID: <0453fdd3640063edbffa6adfccfc99db@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3135 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3135 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 21:01 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 21:01 dam Status new => assigned 2009-03-23 21:01 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 23 21:01:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:01:50 +0100 Subject: [bug-notifications] [texinfo 0003135]: Depend on CSWggettextrt In-Reply-To: <0764ff73192371841af0f158af381450> Message-ID: <3ceaa50b4f2926711e2cfa440560b661@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3135 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3135 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:55 CET Last Modified: 2009-03-23 21:01 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005714) dam (manager) - 2009-03-23 21:01 http://www.opencsw.org/mantis/view.php?id=3135#c5714 ---------------------------------------------------------------------- Fixed in 4.13,REV=2009.03.22_rev=a Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:55 harpchad New Issue 2009-03-23 21:01 dam Status new => assigned 2009-03-23 21:01 dam Assigned To => dam 2009-03-23 21:01 dam Note Added: 0005714 2009-03-23 21:01 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 21:02:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:02:16 +0100 Subject: [bug-notifications] [texinfo 0003484]: sbin/mkdirentries is missing In-Reply-To: <44ef57bd0cded4bed4a84214ae3a7046> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3484 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3484 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:40 CET Last Modified: 2009-03-23 21:02 CET ====================================================================== Summary: sbin/mkdirentries is missing Description: The previous package contained sbin/mkdirentries like this: #!/bin/sh BASE=/opt/csw FILES=`ls $BASE/share/info | /usr/xpg4/bin/grep -v -e "~" -e "dir"` for i in $FILES; do /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null done ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:40 dam New Issue 2009-03-23 21:02 dam Status new => assigned 2009-03-23 21:02 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 23 21:02:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:02:38 +0100 Subject: [bug-notifications] [texinfo 0003484]: sbin/mkdirentries is missing In-Reply-To: <44ef57bd0cded4bed4a84214ae3a7046> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3484 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: texinfo Issue ID: 3484 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 22:40 CET Last Modified: 2009-03-23 21:02 CET ====================================================================== Summary: sbin/mkdirentries is missing Description: The previous package contained sbin/mkdirentries like this: #!/bin/sh BASE=/opt/csw FILES=`ls $BASE/share/info | /usr/xpg4/bin/grep -v -e "~" -e "dir"` for i in $FILES; do /opt/csw/bin/install-info $BASE/share/info/$i $BASE/share/info/dir 2> /dev/null done ====================================================================== ---------------------------------------------------------------------- (0005715) dam (manager) - 2009-03-23 21:02 http://www.opencsw.org/mantis/view.php?id=3484#c5715 ---------------------------------------------------------------------- Fixed in 4.13,REV=2009.03.22_rev=a Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:40 dam New Issue 2009-03-23 21:02 dam Status new => assigned 2009-03-23 21:02 dam Assigned To => dam 2009-03-23 21:02 dam Note Added: 0005715 2009-03-23 21:02 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 21:13:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:13:20 +0100 Subject: [bug-notifications] [nagios_plugins 0003100]: Depend on CSWggettextrt In-Reply-To: <92379cbf4dded6a1a69b8633d65e0e34> Message-ID: <4de9439dbc24668e4c4fee925b21d531@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3100 ====================================================================== Reported By: harpchad Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3100 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:51 CET Last Modified: 2009-03-23 21:13 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:51 harpchad New Issue 2009-03-23 21:13 ja Status new => assigned 2009-03-23 21:13 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Mon Mar 23 21:14:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 21:14:05 +0100 Subject: [bug-notifications] [nagios_plugins 0003100]: Depend on CSWggettextrt In-Reply-To: <92379cbf4dded6a1a69b8633d65e0e34> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3100 ====================================================================== Reported By: harpchad Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3100 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:51 CET Last Modified: 2009-03-23 21:14 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005716) ja (manager) - 2009-03-23 21:14 http://www.opencsw.org/mantis/view.php?id=3100#c5716 ---------------------------------------------------------------------- Current version of nagios_plugins depends on CSWgettextrt. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:51 harpchad New Issue 2009-03-23 21:13 ja Status new => assigned 2009-03-23 21:13 ja Assigned To => ja 2009-03-23 21:14 ja Note Added: 0005716 2009-03-23 21:14 ja Status assigned => closed ====================================================================== From noreply at opencsw.org Mon Mar 23 22:52:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 22:52:51 +0100 Subject: [bug-notifications] [pm_mailbox 0003490]: Please upgrade to 2.088 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3490 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: pm_mailbox Issue ID: 3490 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 22:52 CET Last Modified: 2009-03-23 22:52 CET ====================================================================== Summary: Please upgrade to 2.088 Description: Please upgrade to 2.088 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:52 wbonnet New Issue ====================================================================== From noreply at opencsw.org Mon Mar 23 22:54:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 23 Mar 2009 22:54:12 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 Message-ID: <9b70908957d6ca824b2554edc0123fb7@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-23 22:54 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 09:11:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 09:11:10 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ihsan ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-24 09:11 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue 2009-03-24 09:11 ihsan Status new => assigned 2009-03-24 09:11 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 09:16:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 09:16:22 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 In-Reply-To: Message-ID: <55632429f35335a7b308d2f59a86339d@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ihsan ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-24 09:16 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== ---------------------------------------------------------------------- (0005717) ihsan (manager) - 2009-03-24 09:16 http://opencsw.org/bugtrack/view.php?id=3491#c5717 ---------------------------------------------------------------------- 0.33 is already out since last week. --> http://www.opencsw.org/packages/pm_maildkim Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue 2009-03-24 09:11 ihsan Status new => assigned 2009-03-24 09:11 ihsan Assigned To => ihsan 2009-03-24 09:16 ihsan Note Added: 0005717 2009-03-24 09:16 ihsan Status assigned => resolved ====================================================================== From noreply at opencsw.org Tue Mar 24 10:07:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 10:07:24 +0100 Subject: [bug-notifications] [exim 0003492]: Package does not create /opt/csw/var/spool/exim if /opt/csw/var/spool does not already exist. Message-ID: <9d03c1be7cd9117c81e5cced85b27226@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3492 ====================================================================== Reported By: andrewnicols Assigned To: ====================================================================== Project: exim Issue ID: 3492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 10:07 CET Last Modified: 2009-03-24 10:07 CET ====================================================================== Summary: Package does not create /opt/csw/var/spool/exim if /opt/csw/var/spool does not already exist. Description: Upon installation, if $CSW/var/spool does not exist, the package does not create the required spool directory for exim and leads to mail being rejected. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 10:07 andrewnicols New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 10:33:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 10:33:40 +0100 Subject: [bug-notifications] [pkgutil 0003477]: catalog is always updated if catalog on mirror is old In-Reply-To: Message-ID: <46d17107dbb956d75a9c61b3dd3d99d2@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3477 ====================================================================== Reported By: iddecker Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3477 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 19:06 CET Last Modified: 2009-03-24 10:33 CET ====================================================================== Summary: catalog is always updated if catalog on mirror is old Description: when the catalog on the mirror is older than 14 days, the catalog is always updated, because the downloaded catalog file is older than 14 days ====================================================================== ---------------------------------------------------------------------- (0005696) bonivart (manager) - 2009-03-23 15:09 http://www.opencsw.org/mantis/view.php?id=3477#c5696 ---------------------------------------------------------------------- I can see that this is a problem if you use the stable catalog which doesn't change often, then you will have to download it every time anyway. I will fix this. Thanks for letting me know. ---------------------------------------------------------------------- (0005713) bonivart (manager) - 2009-03-23 21:00 http://www.opencsw.org/mantis/view.php?id=3477#c5713 ---------------------------------------------------------------------- I have committed a change into svn (r14). ---------------------------------------------------------------------- (0005718) bonivart (manager) - 2009-03-24 10:33 http://www.opencsw.org/mantis/view.php?id=3477#c5718 ---------------------------------------------------------------------- The fix has been tested and will be in v1.5. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 19:06 iddecker New Issue 2009-03-23 15:08 bonivart Status new => assigned 2009-03-23 15:08 bonivart Assigned To => bonivart 2009-03-23 15:09 bonivart Note Added: 0005696 2009-03-23 21:00 bonivart Note Added: 0005713 2009-03-24 10:33 bonivart Note Added: 0005718 2009-03-24 10:33 bonivart Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:00:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:00:42 +0100 Subject: [bug-notifications] [smartmontools 0001811]: install of CSWsmartmontools modifies /etc/rc3.d In-Reply-To: <3b2cc6bd3c4d404f5c73705d763d1eae> Message-ID: <68da233874cb44f0de0ce2d4d833acc3@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1811 ====================================================================== Reported By: dclarke Assigned To: ihsan ====================================================================== Project: smartmontools Issue ID: 1811 Category: packaging Reproducibility: always Severity: tweak Priority: high Status: resolved Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-09-20 12:07 CEST Last Modified: 2009-03-24 13:00 CET ====================================================================== Summary: install of CSWsmartmontools modifies /etc/rc3.d Description: Let\'s look at the two directories affected first : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxrwxr-x 2 root sys 512 Sep 20 01:29 /etc/rc3.d drwxr-xr-x 2 root other 512 Sep 20 12:00 /opt/csw/share/man/man1m # Now let\'s install the package : # pkgadd -d ./smartmontools-5.36,REV\\=2006.09.11-SunOS5.8-sparc-CSW.pkg all Processing package instance from smartmontools - S.M.A.R.T. utility toolset (sparc) 5.36,REV=2006.09.11 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 . . bypass the license verbage . This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. ## Processing package information. ## Processing system information. 10 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. The following files are already installed on the system and are being used by another package: /etc/rc3.d /opt/csw/share/man/man1m Do you want to install these conflicting files [y,n,?,q] y ## Checking for setuid/setgid programs. Installing smartmontools - S.M.A.R.T. utility toolset as ## Installing part 1 of 1. /etc/init.d/smartd /etc/rc0.d/K05smartd /etc/rc1.d/K05smartd /etc/rc2.d/K05smartd /etc/rc3.d/S95smartd /etc/rcS.d/K05smartd /opt/csw/etc/smartd.conf.CSW /opt/csw/sbin/smartctl /opt/csw/sbin/smartd /opt/csw/share/doc/smartmontools/AUTHORS /opt/csw/share/doc/smartmontools/CHANGELOG /opt/csw/share/doc/smartmontools/COPYING /opt/csw/share/doc/smartmontools/INSTALL /opt/csw/share/doc/smartmontools/NEWS /opt/csw/share/doc/smartmontools/README /opt/csw/share/doc/smartmontools/TODO /opt/csw/share/doc/smartmontools/WARNINGS /opt/csw/share/doc/smartmontools/examplescripts/Example1 /opt/csw/share/doc/smartmontools/examplescripts/Example2 /opt/csw/share/doc/smartmontools/examplescripts/Example3 /opt/csw/share/doc/smartmontools/examplescripts/README /opt/csw/share/doc/smartmontools/smartd.conf /opt/csw/share/man/man1m/smartctl.1m /opt/csw/share/man/man1m/smartd.1m /opt/csw/share/man/man4/smartd.conf.4 [ verifying class ] Installation of was successful. Now we go look at those two directories : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxr-xr-x 2 root sys 512 Sep 20 12:02 /etc/rc3.d drwxr-xr-x 2 root bin 512 Sep 20 12:02 /opt/csw/share/man/man1m # While the change to /opt/csw/share/man/man1m is minor the modification of /etc/rc3.d seems to be wrong. Dennis Clarke Wed Sep 20 12:07:41 EDT 2006 ====================================================================== ---------------------------------------------------------------------- (0003922) ihsan (manager) - 2006-09-20 13:24 http://www.opencsw.org/bugtrack/view.php?id=1811#c3922 ---------------------------------------------------------------------- Oups, I\'m going to fix that. ---------------------------------------------------------------------- (0005719) ihsan (manager) - 2009-03-24 13:00 http://www.opencsw.org/bugtrack/view.php?id=1811#c5719 ---------------------------------------------------------------------- a fixed version is already in the repository Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 13:00 ihsan Note Added: 0005719 2009-03-24 13:00 ihsan Status assigned => resolved 2009-03-24 13:00 ihsan Description Updated ====================================================================== From noreply at opencsw.org Tue Mar 24 13:01:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:01:51 +0100 Subject: [bug-notifications] [smartmontools 0001811]: install of CSWsmartmontools modifies /etc/rc3.d In-Reply-To: <3b2cc6bd3c4d404f5c73705d763d1eae> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1811 ====================================================================== Reported By: dclarke Assigned To: ihsan ====================================================================== Project: smartmontools Issue ID: 1811 Category: packaging Reproducibility: always Severity: tweak Priority: high Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-09-20 12:07 CEST Last Modified: 2009-03-24 13:01 CET ====================================================================== Summary: install of CSWsmartmontools modifies /etc/rc3.d Description: Let\'s look at the two directories affected first : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxrwxr-x 2 root sys 512 Sep 20 01:29 /etc/rc3.d drwxr-xr-x 2 root other 512 Sep 20 12:00 /opt/csw/share/man/man1m # Now let\'s install the package : # pkgadd -d ./smartmontools-5.36,REV\\=2006.09.11-SunOS5.8-sparc-CSW.pkg all Processing package instance from smartmontools - S.M.A.R.T. utility toolset (sparc) 5.36,REV=2006.09.11 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 . . bypass the license verbage . This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. ## Processing package information. ## Processing system information. 10 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. The following files are already installed on the system and are being used by another package: /etc/rc3.d /opt/csw/share/man/man1m Do you want to install these conflicting files [y,n,?,q] y ## Checking for setuid/setgid programs. Installing smartmontools - S.M.A.R.T. utility toolset as ## Installing part 1 of 1. /etc/init.d/smartd /etc/rc0.d/K05smartd /etc/rc1.d/K05smartd /etc/rc2.d/K05smartd /etc/rc3.d/S95smartd /etc/rcS.d/K05smartd /opt/csw/etc/smartd.conf.CSW /opt/csw/sbin/smartctl /opt/csw/sbin/smartd /opt/csw/share/doc/smartmontools/AUTHORS /opt/csw/share/doc/smartmontools/CHANGELOG /opt/csw/share/doc/smartmontools/COPYING /opt/csw/share/doc/smartmontools/INSTALL /opt/csw/share/doc/smartmontools/NEWS /opt/csw/share/doc/smartmontools/README /opt/csw/share/doc/smartmontools/TODO /opt/csw/share/doc/smartmontools/WARNINGS /opt/csw/share/doc/smartmontools/examplescripts/Example1 /opt/csw/share/doc/smartmontools/examplescripts/Example2 /opt/csw/share/doc/smartmontools/examplescripts/Example3 /opt/csw/share/doc/smartmontools/examplescripts/README /opt/csw/share/doc/smartmontools/smartd.conf /opt/csw/share/man/man1m/smartctl.1m /opt/csw/share/man/man1m/smartd.1m /opt/csw/share/man/man4/smartd.conf.4 [ verifying class ] Installation of was successful. Now we go look at those two directories : # ls -lad /etc/rc3.d /opt/csw/share/man/man1m drwxr-xr-x 2 root sys 512 Sep 20 12:02 /etc/rc3.d drwxr-xr-x 2 root bin 512 Sep 20 12:02 /opt/csw/share/man/man1m # While the change to /opt/csw/share/man/man1m is minor the modification of /etc/rc3.d seems to be wrong. Dennis Clarke Wed Sep 20 12:07:41 EDT 2006 ====================================================================== ---------------------------------------------------------------------- (0003922) ihsan (manager) - 2006-09-20 13:24 http://www.opencsw.org/bugtrack/view.php?id=1811#c3922 ---------------------------------------------------------------------- Oups, I\'m going to fix that. ---------------------------------------------------------------------- (0005719) ihsan (manager) - 2009-03-24 13:00 http://www.opencsw.org/bugtrack/view.php?id=1811#c5719 ---------------------------------------------------------------------- a fixed version is already in the repository Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 13:00 ihsan Note Added: 0005719 2009-03-24 13:00 ihsan Status assigned => resolved 2009-03-24 13:00 ihsan Description Updated 2009-03-24 13:01 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:05:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:05:30 +0100 Subject: [bug-notifications] [pm_maildkim 0003491]: Please upgrade to 0.33 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/bugtrack/view.php?id=3491 ====================================================================== Reported By: wbonnet Assigned To: ihsan ====================================================================== Project: pm_maildkim Issue ID: 3491 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-23 22:54 CET Last Modified: 2009-03-24 13:05 CET ====================================================================== Summary: Please upgrade to 0.33 Description: Please upgrade to 0.33 ====================================================================== ---------------------------------------------------------------------- (0005717) ihsan (manager) - 2009-03-24 09:16 http://opencsw.org/bugtrack/view.php?id=3491#c5717 ---------------------------------------------------------------------- 0.33 is already out since last week. --> http://www.opencsw.org/packages/pm_maildkim Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 22:54 wbonnet New Issue 2009-03-24 09:11 ihsan Status new => assigned 2009-03-24 09:11 ihsan Assigned To => ihsan 2009-03-24 09:16 ihsan Note Added: 0005717 2009-03-24 09:16 ihsan Status assigned => resolved 2009-03-24 13:05 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:07:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:07:07 +0100 Subject: [bug-notifications] [syslog_ng 0003468]: service is started automatically regardless to the state of Sun /usr/sbin/syslogd In-Reply-To: <3896957978e3a7993642d2c754721e16> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3468 ====================================================================== Reported By: automatthias Assigned To: ihsan ====================================================================== Project: syslog_ng Issue ID: 3468 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:30 CET Last Modified: 2009-03-24 13:07 CET ====================================================================== Summary: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Description: After package installation, syslog_ng service is started, can't run, and goes into maintenance state. It would be better to do svcadm disable svc:/system/system-log:default Before starting syslog_ng. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:30 automatthias New Issue 2009-03-24 13:07 ihsan Status new => assigned 2009-03-24 13:07 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:08:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:08:22 +0100 Subject: [bug-notifications] [wget 0003465]: Please upgrade to 1.11.4 In-Reply-To: <3dfd3cf9967201a17d72ad31f2a87b5b> Message-ID: <58dd35cb6145e48e43f5cdba79c2d94a@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3465 ====================================================================== Reported By: dam Assigned To: ihsan ====================================================================== Project: wget Issue ID: 3465 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-13 17:17 CET Last Modified: 2009-03-24 13:08 CET ====================================================================== Summary: Please upgrade to 1.11.4 Description: Please upgrade to 1.11.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 17:17 dam New Issue 2009-03-24 13:08 ihsan Status new => assigned 2009-03-24 13:08 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:09:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:09:11 +0100 Subject: [bug-notifications] [syslog_ng 0003469]: Zone support for syslog_ng In-Reply-To: <5901603d8da14293f093102325221082> Message-ID: <86622b91f81d96f5070e82ec8e083163@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: ihsan ====================================================================== Project: syslog_ng Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-24 13:09 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue 2009-03-24 13:09 ihsan Status new => assigned 2009-03-24 13:09 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:12:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:12:13 +0100 Subject: [bug-notifications] [apache2rt 0003283]: Depend on CSWggettextrt In-Reply-To: <6ee07b1bd61cc562fe481158127fb02e> Message-ID: <3cbf783306f4b7cf53005c85c8a9bb4f@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3283 ====================================================================== Reported By: harpchad Assigned To: ihsan ====================================================================== Project: apache2rt Issue ID: 3283 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-24 13:12 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-24 13:12 ihsan Status new => assigned 2009-03-24 13:12 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Tue Mar 24 13:30:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:30:01 +0100 Subject: [bug-notifications] [amavisd_new 0002597]: amavisd-new won\'t start - the \'XS\' version of pm_Scalar::Util is required In-Reply-To: <06cdc1d92c1defe4fe0f023adfadc565> Message-ID: <748636cac57b53183a914e4daed59c50@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=2597 ====================================================================== Reported By: barrem03 Assigned To: ihsan ====================================================================== Project: amavisd_new Issue ID: 2597 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-09-22 15:12 CEST Last Modified: 2009-03-24 13:30 CET ====================================================================== Summary: amavisd-new won\'t start - the \'XS\' version of pm_Scalar::Util is required Description: New installation of amavisd_new using pkg-get # ./amavisd-new ERROR: MISSING REQUIRED BASIC MODULES: Compress::Zlib BEGIN failed--compilation aborted at ./amavisd-new line 159. # find /opt/csw -name Zlib.pm /opt/csw/share/perl/csw/IO/Zlib.pm /opt/csw/share/perl/csw/Compress/Zlib.pm /opt/csw/lib/perl/csw/Compress/Raw/Zlib.pm # less /opt/csw/share/perl/csw/Compress/Zlib.pm ... use Scalar::Util qw(dualvar); ... vi t.pl #! /opt/csw/bin/perl use Compress::Zlib qw(dualvar); exit; # ./t.pl is only avaliable with the XS version at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9. Compilation failed in require at ./t.pl line 2. BEGIN failed--compilation aborted at ./t.pl line 2 # less /opt/csw/share/perl/5.8.8/Scalar/Util.pm package Scalar::Util; use strict; use vars qw(@ISA @EXPORT_OK $VERSION); require Exporter; require List::Util; # List::Util loads the XS @ISA = qw(Exporter); @EXPORT_OK = qw(blessed dualvar reftype weaken isweak tainted readonly openhandl e refaddr isvstring looks_like_number set_prototype); $VERSION = \"1.19\"; $VERSION = eval $VERSION; sub export_fail { if (grep { /^(weaken|isweak)$/ } @_ ) { require Carp; Carp::croak(\"Weak references are not implemented in the version of perl\"); } if (grep { /^(isvstring)$/ } @_ ) { require Carp; Carp::croak(\"Vstrings are not implemented in the version of perl\"); } if (grep { /^(dualvar|set_prototype)$/ } @_ ) { require Carp; Carp::croak(\"$1 is only avaliable with the XS version\"); } @_; } ====================================================================== ---------------------------------------------------------------------- (0004761) barrem03 (reporter) - 2007-09-22 15:18 http://opencsw.org/mantis/view.php?id=2597#c4761 ---------------------------------------------------------------------- Sorry \" vi t.pl #! /opt/csw/bin/perl use Compress::Zlib qw(dualvar); exit; # ./t.pl is only avaliable with the XS version at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9. Compilation failed in require at ./t.pl line 2. BEGIN failed--compilation aborted at ./t.pl line 2 \" Should be \"vi t.pl #! /opt/csw/bin/perl use Compress::Zlib; exit; # ./t.pl is only avaliable with the XS version at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9 BEGIN failed--compilation aborted at /opt/csw/share/perl/csw/Compress/Zlib.pm line 9. Compilation failed in require at ./t.pl line 2. BEGIN failed--compilation aborted at ./t.pl line 2 # less /opt/csw/share/perl/csw/Compress/Zlib.pm ... use Scalar::Util qw(dualvar); ... \" Thanks, - Mike ---------------------------------------------------------------------- (0004762) ihsan (manager) - 2007-09-22 16:17 http://opencsw.org/mantis/view.php?id=2597#c4762 ---------------------------------------------------------------------- can you please post the output of \'pkginfo -l CSWamavisdnew\'? ---------------------------------------------------------------------- (0004763) barrem03 (reporter) - 2007-09-22 17:31 http://opencsw.org/mantis/view.php?id=2597#c4763 ---------------------------------------------------------------------- Thanks for getting on this so quickly Ihsan! # pkginfo -l CSWamavisdnew PKGINST: CSWamavisdnew NAME: amavisd_new - Interface between MTA and content checkers CATEGORY: application ARCH: all VERSION: 2.4.5,REV=2007.03.23 BASEDIR: / VENDOR: http://www.ijs.si/software/amavisd/ packaged for CSW by Ihsan Dogan PSTAMP: ra20070323095121 INSTDATE: Sep 22 2007 14:31 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: ihsan at blastwave.org STATUS: completely installed FILES: 40 installed pathnames 5 shared pathnames 6 directories 2 executables 3559 blocks used (approx) ---------------------------------------------------------------------- (0005720) ihsan (manager) - 2009-03-24 13:30 http://opencsw.org/mantis/view.php?id=2597#c5720 ---------------------------------------------------------------------- shold be fixed in the newest version Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 13:30 ihsan Note Added: 0005720 2009-03-24 13:30 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 13:40:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 13:40:01 +0100 Subject: [bug-notifications] [apache2rt 0003283]: Depend on CSWggettextrt In-Reply-To: <6ee07b1bd61cc562fe481158127fb02e> Message-ID: <328cc1948f26c6a24a2895ddd498d90e@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3283 ====================================================================== Reported By: harpchad Assigned To: ihsan ====================================================================== Project: apache2rt Issue ID: 3283 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-24 13:40 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005721) ihsan (manager) - 2009-03-24 13:40 http://opencsw.org/mantis/view.php?id=3283#c5721 ---------------------------------------------------------------------- Fixed in svn commit 3907. The updated packge will be soon released. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-24 13:12 ihsan Status new => assigned 2009-03-24 13:12 ihsan Assigned To => ihsan 2009-03-24 13:40 ihsan Note Added: 0005721 2009-03-24 13:40 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 14:04:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 14:04:11 +0100 Subject: [bug-notifications] [rrdtool 0003129]: Depend on CSWggettextrt In-Reply-To: <30721c2732e14efb03cf9e9b84bf8c58> Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3129 ====================================================================== Reported By: harpchad Assigned To: ihsan ====================================================================== Project: rrdtool Issue ID: 3129 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: 2009-03-24 14:04 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005531) ihsan (manager) - 2009-02-14 21:29 http://opencsw.org/mantis/view.php?id=3129#c5531 ---------------------------------------------------------------------- new packages are in testing: http://mirror.opencsw.org/testing/rrdtool-1.3.6,REV=2009.02.14-SunOS5.8-i386-CSW.pkg.gz http://mirror.opencsw.org/testing/rrdtool-1.3.6,REV=2009.02.14-SunOS5.8-sparc-CSW.pkg.gz ---------------------------------------------------------------------- (0005722) ihsan (manager) - 2009-03-24 14:04 http://opencsw.org/mantis/view.php?id=3129#c5722 ---------------------------------------------------------------------- Fixed already, but package is not released yet Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:54 harpchad New Issue 2009-02-14 21:27 ihsan Status new => assigned 2009-02-14 21:27 ihsan Assigned To => ihsan 2009-02-14 21:29 ihsan Note Added: 0005531 2009-03-24 14:04 ihsan Note Added: 0005722 2009-03-24 14:04 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 14:06:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 14:06:56 +0100 Subject: [bug-notifications] [syslog_ng 0003468]: service is started automatically regardless to the state of Sun /usr/sbin/syslogd In-Reply-To: <3896957978e3a7993642d2c754721e16> Message-ID: <231fd662b306d3a14867be4afe16d983@opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://opencsw.org/mantis/view.php?id=3468 ====================================================================== Reported By: automatthias Assigned To: ihsan ====================================================================== Project: syslog_ng Issue ID: 3468 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-14 16:30 CET Last Modified: 2009-03-24 14:06 CET ====================================================================== Summary: service is started automatically regardless to the state of Sun /usr/sbin/syslogd Description: After package installation, syslog_ng service is started, can't run, and goes into maintenance state. It would be better to do svcadm disable svc:/system/system-log:default Before starting syslog_ng. ====================================================================== ---------------------------------------------------------------------- (0005723) ihsan (manager) - 2009-03-24 14:06 http://opencsw.org/mantis/view.php?id=3468#c5723 ---------------------------------------------------------------------- I don't think this is a bug. If you are going to install syslog_ng, it's for the purpose to replace the syslogd that comes with Solaris. Therefore, you should be already aware, that this might occur a conflict. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:30 automatthias New Issue 2009-03-24 13:07 ihsan Status new => assigned 2009-03-24 13:07 ihsan Assigned To => ihsan 2009-03-24 14:06 ihsan Note Added: 0005723 2009-03-24 14:06 ihsan Status assigned => feedback ====================================================================== From noreply at opencsw.org Tue Mar 24 14:11:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 14:11:04 +0100 Subject: [bug-notifications] [bmon 0000732]: bmon on solaris 8 will not use multicast packets for network multicast packets In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=732 ====================================================================== Reported By: Douglas Denny Assigned To: ihsan ====================================================================== Project: bmon Issue ID: 732 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2004-12-07 10:56 CET Last Modified: 2009-03-24 14:11 CET ====================================================================== Summary: bmon on solaris 8 will not use multicast packets for network multicast packets Description: On solaris 8 bmon will not display other hosts broadcasting bmon multicast packets. I have confirmed with tcpdump that the multicat packets are arriving. I use the following command for the slave device: bmon -o null -O distribution I use the following command for the master: bmon -I distribution:multicast I can see the multicast packets on the wire, but the bmon application is ignorring them. ====================================================================== ---------------------------------------------------------------------- (0001323) Douglas Denny (reporter) - 2004-12-07 11:16 http://opencsw.org/mantis/view.php?id=732#c1323 ---------------------------------------------------------------------- I just compiled from source for 2.0.1 and it still is not displaying the other hosts sending multicast packets. ---------------------------------------------------------------------- (0001324) ihsan (manager) - 2004-12-07 11:54 http://opencsw.org/mantis/view.php?id=732#c1324 ---------------------------------------------------------------------- Interesting, it should work. Does \"bmon -I distribution\" work? ---------------------------------------------------------------------- (0001325) Douglas Denny (reporter) - 2004-12-07 12:03 http://opencsw.org/mantis/view.php?id=732#c1325 ---------------------------------------------------------------------- Nope. This appears to be a bmon problem. Not a distribution problem. When I compiled from source I am getting the same response. I am wondering if this is a patch level thing. Does it work for you? SunOS mgmt1 5.8 Generic_108528-21 sun4u sparc SUNW,UltraAX-i2 ---------------------------------------------------------------------- (0001326) ihsan (manager) - 2004-12-07 17:33 http://opencsw.org/mantis/view.php?id=732#c1326 ---------------------------------------------------------------------- I reproduced the problem here too. But it seems to be a Solaris specific problem, because it works on FreeBSD. I will get in contact with Thomas Graf (the author of bmon). ---------------------------------------------------------------------- (0002468) ihsan (manager) - 2005-10-20 15:49 http://opencsw.org/mantis/view.php?id=732#c2468 ---------------------------------------------------------------------- bmon 2.1.0 is released, but it does not compile yet on Solaris. I\'m on contact with the bmon autor. ---------------------------------------------------------------------- (0005724) ihsan (manager) - 2009-03-24 14:11 http://opencsw.org/mantis/view.php?id=732#c5724 ---------------------------------------------------------------------- I'm closing this bug, because it is not a packaging bug. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 14:11 ihsan Note Added: 0005724 2009-03-24 14:11 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 17:58:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 17:58:56 +0100 Subject: [bug-notifications] [pm_localegettext 0003387]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3387 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pm_localegettext Issue ID: 3387 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:22 CET Last Modified: 2009-03-24 17:58 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:22 harpchad New Issue 2009-03-24 17:58 dam Status new => assigned 2009-03-24 17:58 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 24 17:59:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 17:59:21 +0100 Subject: [bug-notifications] [pm_localegettext 0003387]: Depend on CSWggettextrt In-Reply-To: Message-ID: <5d21e0821402af3cec0fa79bab1b5b4d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3387 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pm_localegettext Issue ID: 3387 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:22 CET Last Modified: 2009-03-24 17:59 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005726) dam (manager) - 2009-03-24 17:59 http://www.opencsw.org/mantis/view.php?id=3387#c5726 ---------------------------------------------------------------------- Fixed in 1.05,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:22 harpchad New Issue 2009-03-24 17:58 dam Status new => assigned 2009-03-24 17:58 dam Assigned To => dam 2009-03-24 17:59 dam Note Added: 0005726 2009-03-24 17:59 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 18:00:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 18:00:25 +0100 Subject: [bug-notifications] [pkgconfig 0003089]: Depend on CSWggettextrt In-Reply-To: <207670de1c90cef814971adf24ab69f8> Message-ID: <4efd432d3ad34f4bf36c6ef1fa780863@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3089 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pkgconfig Issue ID: 3089 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2009-03-24 18:00 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:50 harpchad New Issue 2009-03-24 18:00 dam Status new => assigned 2009-03-24 18:00 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 24 18:00:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 18:00:46 +0100 Subject: [bug-notifications] [pkgconfig 0003089]: Depend on CSWggettextrt In-Reply-To: <207670de1c90cef814971adf24ab69f8> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3089 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: pkgconfig Issue ID: 3089 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:50 CET Last Modified: 2009-03-24 18:00 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005727) dam (manager) - 2009-03-24 18:00 http://www.opencsw.org/mantis/view.php?id=3089#c5727 ---------------------------------------------------------------------- Fixed in 0.23,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:50 harpchad New Issue 2009-03-24 18:00 dam Status new => assigned 2009-03-24 18:00 dam Assigned To => dam 2009-03-24 18:00 dam Note Added: 0005727 2009-03-24 18:00 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 24 21:03:16 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:03:16 +0100 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file Message-ID: <1a077ee24b1e4724699ff91fd7684ad1@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-24 21:03 CET ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 21:03:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:03:28 +0100 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file In-Reply-To: <924aac3d8edf26f807b26883d2903a14> Message-ID: <533ac92cca5acd92e714bbfecedf076e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-24 21:03 CET ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue 2009-03-24 21:03 ja Status new => assigned 2009-03-24 21:03 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Tue Mar 24 21:04:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:04:36 +0100 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file In-Reply-To: <924aac3d8edf26f807b26883d2903a14> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-24 21:04 CET ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== ---------------------------------------------------------------------- (0005728) ja (manager) - 2009-03-24 21:04 http://www.opencsw.org/bugtrack/view.php?id=3493#c5728 ---------------------------------------------------------------------- There is a new version of nsca and send_nsca in testing, where the problem should be fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue 2009-03-24 21:03 ja Status new => assigned 2009-03-24 21:03 ja Assigned To => ja 2009-03-24 21:03 ja Status assigned => confirmed 2009-03-24 21:04 ja Note Added: 0005728 ====================================================================== From noreply at opencsw.org Tue Mar 24 21:07:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:07:28 +0100 Subject: [bug-notifications] [nagios_plugins 0003494]: Package nagios_plugins should depend on CSWperl Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3494 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: nagios_plugins Issue ID: 3494 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 21:07 CET Last Modified: 2009-03-24 21:07 CET ====================================================================== Summary: Package nagios_plugins should depend on CSWperl Description: nagios_plugins should be depend on CSWperl, because of many plugins are written in Perl. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:07 ja New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 21:07:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:07:44 +0100 Subject: [bug-notifications] [nagios_plugins 0003494]: Package nagios_plugins should depend on CSWperl In-Reply-To: <682b9f376594eb20c14274254a8be669> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3494 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3494 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-24 21:07 CET Last Modified: 2009-03-24 21:07 CET ====================================================================== Summary: Package nagios_plugins should depend on CSWperl Description: nagios_plugins should be depend on CSWperl, because of many plugins are written in Perl. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:07 ja New Issue 2009-03-24 21:07 ja Status new => assigned 2009-03-24 21:07 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Tue Mar 24 21:08:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 21:08:59 +0100 Subject: [bug-notifications] [nagios_plugins 0003494]: Package nagios_plugins should depend on CSWperl In-Reply-To: <682b9f376594eb20c14274254a8be669> Message-ID: <783d47d31815f305d45eafd3674cb5f4@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3494 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nagios_plugins Issue ID: 3494 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-24 21:07 CET Last Modified: 2009-03-24 21:08 CET ====================================================================== Summary: Package nagios_plugins should depend on CSWperl Description: nagios_plugins should be depend on CSWperl, because of many plugins are written in Perl. ====================================================================== ---------------------------------------------------------------------- (0005729) ja (manager) - 2009-03-24 21:08 http://www.opencsw.org/bugtrack/view.php?id=3494#c5729 ---------------------------------------------------------------------- new packages of nagios_plugins depending on CSWperl are available in testing. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:07 ja New Issue 2009-03-24 21:07 ja Status new => assigned 2009-03-24 21:07 ja Assigned To => ja 2009-03-24 21:08 ja Status assigned => confirmed 2009-03-24 21:08 ja Note Added: 0005729 ====================================================================== From noreply at opencsw.org Tue Mar 24 22:02:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:02:28 +0100 Subject: [bug-notifications] [cswclassutils 0003469]: Zone support for syslog_ng In-Reply-To: <5901603d8da14293f093102325221082> Message-ID: <9435777e249e954c3de283d497d960cd@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-24 22:02 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== ---------------------------------------------------------------------- (0005725) ihsan (reporter) - 2009-03-24 15:46 http://www.opencsw.org/mantis/view.php?id=3469#c5725 ---------------------------------------------------------------------- The smf manifest is provided by cswclassutils. I'll transfer this bug to cswlcassutils. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue 2009-03-24 13:09 ihsan Status new => assigned 2009-03-24 13:09 ihsan Assigned To => ihsan 2009-03-24 15:46 ihsan Note Added: 0005725 2009-03-24 15:46 ihsan Status assigned => acknowledged 2009-03-24 15:46 ihsan Project syslog_ng => cswclassutils 2009-03-24 22:02 bonivart Status acknowledged => assigned 2009-03-24 22:02 bonivart Assigned To ihsan => bonivart ====================================================================== From noreply at opencsw.org Tue Mar 24 22:04:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:04:39 +0100 Subject: [bug-notifications] [cswclassutils 0003469]: Zone support for syslog_ng In-Reply-To: <5901603d8da14293f093102325221082> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3469 ====================================================================== Reported By: automatthias Assigned To: bonivart ====================================================================== Project: cswclassutils Issue ID: 3469 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-14 16:34 CET Last Modified: 2009-03-24 22:04 CET ====================================================================== Summary: Zone support for syslog_ng Description: After installing syslog_ng, there is imported service definition into SMF, but it's lacking on all non-global zones. vsol01 ~ # svcs cswsyslog_ng STATE STIME FMRI online 0:58:42 svc:/network/cswsyslog_ng:default vsol01-zone1 ~ # svcs cswsyslog_ng svcs: Pattern 'cswsyslog_ng' doesn't match any instances STATE STIME FMRI ====================================================================== ---------------------------------------------------------------------- (0005725) ihsan (reporter) - 2009-03-24 15:46 http://www.opencsw.org/mantis/view.php?id=3469#c5725 ---------------------------------------------------------------------- The smf manifest is provided by cswclassutils. I'll transfer this bug to cswlcassutils. ---------------------------------------------------------------------- (0005730) bonivart (manager) - 2009-03-24 22:04 http://www.opencsw.org/mantis/view.php?id=3469#c5730 ---------------------------------------------------------------------- Ok, I have to do some tests to reproduce the problem. In the meantime, I guess you can just install the package into each zone manually, I hope it's not too many. Issue History Date Modified Username Field Change ====================================================================== 2009-03-14 16:34 automatthias New Issue 2009-03-24 13:09 ihsan Status new => assigned 2009-03-24 13:09 ihsan Assigned To => ihsan 2009-03-24 15:46 ihsan Note Added: 0005725 2009-03-24 15:46 ihsan Status assigned => acknowledged 2009-03-24 15:46 ihsan Project syslog_ng => cswclassutils 2009-03-24 22:02 bonivart Status acknowledged => assigned 2009-03-24 22:02 bonivart Assigned To ihsan => bonivart 2009-03-24 22:04 bonivart Note Added: 0005730 ====================================================================== From noreply at opencsw.org Tue Mar 24 22:48:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:48:15 +0100 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-24 22:48 CET ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue ====================================================================== From noreply at opencsw.org Tue Mar 24 22:48:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:48:34 +0100 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location In-Reply-To: <67d3addf53deb0e2b38082dccf116e4f> Message-ID: <17afd3d7fd4a7bc41c054a2b4551feed@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-24 22:48 CET ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue 2009-03-24 22:48 ja Status new => assigned 2009-03-24 22:48 ja Assigned To => ja ====================================================================== From noreply at opencsw.org Tue Mar 24 22:50:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 24 Mar 2009 22:50:44 +0100 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location In-Reply-To: <67d3addf53deb0e2b38082dccf116e4f> Message-ID: <7450c636c40d23e00116a05619b7a11c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-24 22:50 CET ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== ---------------------------------------------------------------------- (0005731) ja (manager) - 2009-03-24 22:50 http://www.opencsw.org/bugtrack/view.php?id=3495#c5731 ---------------------------------------------------------------------- new packages are available in testing. the problem should be fixed there. Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue 2009-03-24 22:48 ja Status new => assigned 2009-03-24 22:48 ja Assigned To => ja 2009-03-24 22:50 ja Status assigned => confirmed 2009-03-24 22:50 ja Note Added: 0005731 ====================================================================== From noreply at opencsw.org Wed Mar 25 17:18:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 17:18:21 +0100 Subject: [bug-notifications] [memconf 0003474]: Please update to 2.10 In-Reply-To: <83a5a360d61afa75fd31a87ebddd6b19> Message-ID: <1fa8fe3583003e8a92405d7d6ef20d05@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3474 ====================================================================== Reported By: dam Assigned To: bonivart ====================================================================== Project: memconf Issue ID: 3474 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 10:10 CET Last Modified: 2009-03-25 17:18 CET ====================================================================== Summary: Please update to 2.10 Description: Please update to 2.10 available on 10.3.2009 ====================================================================== ---------------------------------------------------------------------- (0005697) bonivart (manager) - 2009-03-23 15:10 http://www.opencsw.org/mantis/view.php?id=3474#c5697 ---------------------------------------------------------------------- I have a new package in testing. ---------------------------------------------------------------------- (0005732) bonivart (manager) - 2009-03-25 17:18 http://www.opencsw.org/mantis/view.php?id=3474#c5732 ---------------------------------------------------------------------- Released to current. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 10:10 dam New Issue 2009-03-23 15:10 bonivart Status new => assigned 2009-03-23 15:10 bonivart Assigned To => bonivart 2009-03-23 15:10 bonivart Note Added: 0005697 2009-03-25 17:18 bonivart Note Added: 0005732 2009-03-25 17:18 bonivart Status assigned => closed ====================================================================== From noreply at opencsw.org Wed Mar 25 17:24:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 17:24:39 +0100 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3496 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-25 17:24 CET ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue ====================================================================== From noreply at opencsw.org Wed Mar 25 20:27:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 20:27:37 +0100 Subject: [bug-notifications] [libmhash 0003497]: Please update to version 0.9.9.9 Message-ID: <442b4b5449562079c52f2a7f0ab127ab@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3497 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: libmhash Issue ID: 3497 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-25 20:27 CET Last Modified: 2009-03-25 20:27 CET ====================================================================== Summary: Please update to version 0.9.9.9 Description: Please update to version 0.9.9.9 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 20:27 wbonnet New Issue ====================================================================== From noreply at opencsw.org Wed Mar 25 22:22:58 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 25 Mar 2009 22:22:58 +0100 Subject: [bug-notifications] [trac 0003498]: Please update to 0.11.3 Message-ID: <6a1969a091df458f2fb57566ed57212a@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3498 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: trac Issue ID: 3498 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-25 22:22 CET Last Modified: 2009-03-25 22:22 CET ====================================================================== Summary: Please update to 0.11.3 Description: Please update to 0.11.3 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 22:22 wbonnet New Issue ====================================================================== From noreply at opencsw.org Thu Mar 26 14:03:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:03:56 +0100 Subject: [bug-notifications] [git_cvs 0003032]: missing dependency (cvsps) In-Reply-To: <8ee8134589935e49c2630ec18b970ee4> Message-ID: <515daa7fe60f03b22d2a3cec773e9ce2@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3032 ====================================================================== Reported By: bwalton Assigned To: bwalton ====================================================================== Project: git_cvs Issue ID: 3032 Category: packaging Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-01-22 02:21 CET Last Modified: 2009-03-26 14:03 CET ====================================================================== Summary: missing dependency (cvsps) Description: The git cvs module requires the cvsps tool to function. This tool is not yet available for CSW. ====================================================================== ---------------------------------------------------------------------- (0005733) bwalton (manager) - 2009-03-26 14:03 http://www.opencsw.org/bugtrack/view.php?id=3032#c5733 ---------------------------------------------------------------------- Fixed with release of 1.6.2.1...although the package name was changed mistakenly to gitcvs. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-01-22 02:21 bwalton New Issue 2009-03-26 14:03 bwalton Note Added: 0005733 2009-03-26 14:03 bwalton Status new => resolved 2009-03-26 14:03 bwalton Resolution open => fixed 2009-03-26 14:03 bwalton Assigned To => bwalton ====================================================================== From noreply at opencsw.org Thu Mar 26 14:04:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:04:30 +0100 Subject: [bug-notifications] [xmlto 0003475]: Required package missing In-Reply-To: <0aee8a53a2ef3020a9fa1f5baa153656> Message-ID: <78dfb0860a70383d63e87f9309b1e5aa@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3475 ====================================================================== Reported By: hson Assigned To: bwalton ====================================================================== Project: xmlto Issue ID: 3475 Category: packaging Reproducibility: sometimes Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-20 12:20 CET Last Modified: 2009-03-26 14:04 CET ====================================================================== Summary: Required package missing Description: xmlto need mktemp, but package dependency doesn't require CSWmktemp. I've comitted a patched Makefile which fixes this ====================================================================== ---------------------------------------------------------------------- (0005685) bwalton (manager) - 2009-03-20 17:49 http://www.opencsw.org/bugtrack/view.php?id=3475#c5685 ---------------------------------------------------------------------- Rerolled packages (with another missing dep fix) and have pushed them to newpkgs...will be released shortly. Issue History Date Modified Username Field Change ====================================================================== 2009-03-20 12:20 hson New Issue 2009-03-20 17:49 bwalton Note Added: 0005685 2009-03-20 17:49 bwalton Status new => resolved 2009-03-20 17:49 bwalton Resolution open => fixed 2009-03-20 17:49 bwalton Assigned To => bwalton 2009-03-26 14:04 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 14:05:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:05:02 +0100 Subject: [bug-notifications] [git_cvs 0003032]: missing dependency (cvsps) In-Reply-To: <8ee8134589935e49c2630ec18b970ee4> Message-ID: <6700a04873805ed7a1e1f23f2641eda8@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3032 ====================================================================== Reported By: bwalton Assigned To: bwalton ====================================================================== Project: git_cvs Issue ID: 3032 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-01-22 02:21 CET Last Modified: 2009-03-26 14:05 CET ====================================================================== Summary: missing dependency (cvsps) Description: The git cvs module requires the cvsps tool to function. This tool is not yet available for CSW. ====================================================================== ---------------------------------------------------------------------- (0005733) bwalton (manager) - 2009-03-26 14:03 http://www.opencsw.org/bugtrack/view.php?id=3032#c5733 ---------------------------------------------------------------------- Fixed with release of 1.6.2.1...although the package name was changed mistakenly to gitcvs. -Ben Issue History Date Modified Username Field Change ====================================================================== 2009-01-22 02:21 bwalton New Issue 2009-03-26 14:03 bwalton Note Added: 0005733 2009-03-26 14:03 bwalton Status new => resolved 2009-03-26 14:03 bwalton Resolution open => fixed 2009-03-26 14:03 bwalton Assigned To => bwalton 2009-03-26 14:05 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 14:05:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:05:29 +0100 Subject: [bug-notifications] [openjade 0003436]: Depend on CSWggettextrt In-Reply-To: Message-ID: <0acc1cf9e5bf694ecfa0cc72a216f99d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3436 ====================================================================== Reported By: harpchad Assigned To: bwalton ====================================================================== Project: openjade Issue ID: 3436 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:27 CET Last Modified: 2009-03-26 14:05 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005530) bwalton (manager) - 2009-02-14 18:14 http://www.opencsw.org/bugtrack/view.php?id=3436#c5530 ---------------------------------------------------------------------- I've already updated the build description, I just need to build the packages and release. ---------------------------------------------------------------------- (0005549) bwalton (manager) - 2009-02-19 16:56 http://www.opencsw.org/bugtrack/view.php?id=3436#c5549 ---------------------------------------------------------------------- New packages placed in newpkgs for release by Phil. Issue resolved. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:27 harpchad New Issue 2009-02-14 18:13 bwalton Status new => assigned 2009-02-14 18:13 bwalton Assigned To => bwalton 2009-02-14 18:14 bwalton Note Added: 0005530 2009-02-14 18:14 bwalton Status assigned => confirmed 2009-02-19 16:56 bwalton Note Added: 0005549 2009-02-19 16:56 bwalton Status confirmed => resolved 2009-02-19 16:56 bwalton Resolution open => fixed 2009-03-26 14:05 bwalton Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 14:37:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:37:47 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken Message-ID: <18835cccc181f9ecb5cd78f2c444e12b@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 14:37 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue ====================================================================== From noreply at opencsw.org Thu Mar 26 14:53:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 14:53:24 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <4fcbbb8bfb4db7abe78dded1bda348ef@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 14:53 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters ====================================================================== From noreply at opencsw.org Thu Mar 26 15:01:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:01:03 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 15:01 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback ====================================================================== From noreply at opencsw.org Thu Mar 26 15:29:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:29:57 +0100 Subject: [bug-notifications] [pv 0003329]: Depend on CSWggettextrt In-Reply-To: <01fad1a5d6728acafe7419a496e19d26> Message-ID: <60e8b79044c416d2350b4bc61a6151db@opencsw.org> The following issue has been CLOSED ====================================================================== http://opencsw.org/mantis/view.php?id=3329 ====================================================================== Reported By: harpchad Assigned To: skayser ====================================================================== Project: pv Issue ID: 3329 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-26 15:29 CET ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005571) skayser (administrator) - 2009-02-26 00:29 http://opencsw.org/mantis/view.php?id=3329#c5571 ---------------------------------------------------------------------- Fixed in 1.1.4,REV=2009.02.24, pushed to current/. Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-02-14 11:36 skayser Status new => assigned 2009-02-14 11:36 skayser Assigned To => skayser 2009-02-26 00:29 skayser Note Added: 0005571 2009-02-26 00:29 skayser Status assigned => resolved 2009-02-26 00:29 skayser Resolution open => fixed 2009-03-26 15:29 skayser Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 15:51:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:51:38 +0100 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support In-Reply-To: Message-ID: <1e2ccb82fdb9f6d0636842e9043512e3@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-26 15:51 CET ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== ---------------------------------------------------------------------- (0005684) skayser (administrator) - 2009-03-20 17:42 http://www.opencsw.org/mantis/view.php?id=3457#c5684 ---------------------------------------------------------------------- I am just trying to build mcabber, which also complains about missing UTF-8 support in ncurses. What's worse this time is that mcabber then uses VT100 line drawing characters (via ncurses) to draw its TUI and this doesn't work with a UTF-8 CSWxterm (and i suppose neither with any other UTF-8 terminal emulator). The vertical lines are shifted, sometimes they don't display at all and words are not correctly wrapped on the right hand side of the terminal. I can work around this by either setting NCURSES_NO_UTF8_ACS=1 when calling mcabber or using xterm in non UTF-8 mode, but IMHO it could be more straight-forward when we would have UTF-8 support in ncurses. I had a look at the ncurses README again: --enable-widec produces a separate set of libs with a "w" suffix. Those are _not_ compatible with the regular ncurses libs, but because of the "w" suffix they don't clash, so i think it should be safe to build an additional wide ncurses version without breaking existing stuff. Debian does it this way, they have libncurses5 and libncursesw5. Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue 2009-03-20 17:42 skayser Note Added: 0005684 2009-03-26 15:51 dam Status new => assigned 2009-03-26 15:51 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 26 15:52:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 15:52:01 +0100 Subject: [bug-notifications] [ncurses 0003444]: pkgmap missing man page directory creation In-Reply-To: Message-ID: <8c70c317761fa28edf94357d3e041a6f@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3444 ====================================================================== Reported By: diget Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3444 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-20 19:45 CET Last Modified: 2009-03-26 15:52 CET ====================================================================== Summary: pkgmap missing man page directory creation Description: The pkgmap for ncurses-5.7,REV=2009.01.12-SunOS5.8-sparc-CSW is missing the following directories: /opt/csw/share/man/man1 /opt/csw/share/man/man3 /opt/csw/share/man/man5 /opt/csw/share/man/man7 The problem is that if the directory does not exist, the required directory is made, but it ends up having the wrong owner/group/permissions. (Do an fresh install and notice the "" output during the pkgadd.) So, if a package later on tries to add files into, say, man5 and that package has /opt/csw/share/man/man5 in its pkgmap with what I believe to be normal "0755 root bin" permissions, you get the following: The following files are already installed on the system and are being used by another package: * /opt/csw/share/man/man5 which requires a y,n response. ====================================================================== ---------------------------------------------------------------------- (0005551) diget (reporter) - 2009-02-20 19:51 http://www.opencsw.org/mantis/view.php?id=3444#c5551 ---------------------------------------------------------------------- The error that I mention does not actually come from the the syslog_ng package, but rather from CSWtcpwrap with is being installed to fulfill a dependency for syslog_ng. Issue History Date Modified Username Field Change ====================================================================== 2009-02-20 19:45 diget New Issue 2009-02-20 19:51 diget Note Added: 0005551 2009-03-26 15:52 dam Status new => assigned 2009-03-26 15:52 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Thu Mar 26 16:18:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:18:29 +0100 Subject: [bug-notifications] [pm_berkeleydb 0001636]: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1636 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pm_berkeleydb Issue ID: 1636 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-06-16 07:18 CEST Last Modified: 2009-03-26 16:18 CET ====================================================================== Summary: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so Description: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so has no RPATH and so can\'t find libdb-4.3.so capetown:/home/james$ ldd /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so libdb-4.3.so => (file not found) ====================================================================== ---------------------------------------------------------------------- (0004228) james (reporter) - 2006-12-17 15:41 http://www.opencsw.org/bugtrack/view.php?id=1636#c4228 ---------------------------------------------------------------------- REV=2006.09.10 has same problem CSWpmberkeleydb 0.29,REV=2006.09.10 CSWbdb43 4.3.29,REV=2006.01.13 CSWcommon 1.4.3,REV=2006.01.22 CSWperl 5.8.8,REV=2006.09.29 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.3.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0004633) james (reporter) - 2007-06-18 11:55 http://www.opencsw.org/bugtrack/view.php?id=1636#c4633 ---------------------------------------------------------------------- 0.31,REV=2007.03.12 is no better. CSWpmberkeleydb 0.31,REV=2007.03.12 CSWbdb44 4.4.20,REV=2007.01.27 CSWcommon 1.4.5 CSWperl 5.8.8,REV=2007.03.16 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.4.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:18 ihsan Status new => assigned 2009-03-26 16:18 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:18:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:18:59 +0100 Subject: [bug-notifications] [pm_berkeleydb 0001636]: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so In-Reply-To: Message-ID: <21ff5083fe29e6a74a27877b8900acec@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1636 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pm_berkeleydb Issue ID: 1636 Category: other Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-06-16 07:18 CEST Last Modified: 2009-03-26 16:18 CET ====================================================================== Summary: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so Description: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so has no RPATH and so can\'t find libdb-4.3.so capetown:/home/james$ ldd /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so libdb-4.3.so => (file not found) ====================================================================== ---------------------------------------------------------------------- (0004228) james (reporter) - 2006-12-17 15:41 http://www.opencsw.org/bugtrack/view.php?id=1636#c4228 ---------------------------------------------------------------------- REV=2006.09.10 has same problem CSWpmberkeleydb 0.29,REV=2006.09.10 CSWbdb43 4.3.29,REV=2006.01.13 CSWcommon 1.4.3,REV=2006.01.22 CSWperl 5.8.8,REV=2006.09.29 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.3.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0004633) james (reporter) - 2007-06-18 11:55 http://www.opencsw.org/bugtrack/view.php?id=1636#c4633 ---------------------------------------------------------------------- 0.31,REV=2007.03.12 is no better. CSWpmberkeleydb 0.31,REV=2007.03.12 CSWbdb44 4.4.20,REV=2007.01.27 CSWcommon 1.4.5 CSWperl 5.8.8,REV=2007.03.16 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.4.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0005735) ihsan (manager) - 2009-03-26 16:18 http://www.opencsw.org/bugtrack/view.php?id=1636#c5735 ---------------------------------------------------------------------- already fixed Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:18 ihsan Status new => assigned 2009-03-26 16:18 ihsan Assigned To => ihsan 2009-03-26 16:18 ihsan Note Added: 0005735 2009-03-26 16:18 ihsan Status assigned => resolved 2009-03-26 16:18 ihsan Resolution open => fixed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:20:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:20:20 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <34bb67511b0121e778d2a66795b87e43@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 16:20 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 ====================================================================== From noreply at opencsw.org Thu Mar 26 16:22:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:22:22 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <3e18e62fc15fd62f5c5e1ff165e20249@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-26 16:22 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl ---------------------------------------------------------------------- (0005737) Nicolai Schwindt (reporter) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=3499#c5737 ---------------------------------------------------------------------- Just in case : ap2_modphp5 5.2.6,REV=2008.10.28 SAME php5 5.2.6,REV=2009.03.08 SAME php5_bz2 5.2.6,REV=2009.03.08 SAME php5_ctype 5.2.6,REV=2009.03.08 SAME php5_curl 5.2.6,REV=2009.03.08 SAME php5_dba 5.2.6,REV=2009.03.08 SAME php5_devel 5.2.6,REV=2009.03.08 SAME php5_ftp 5.2.6,REV=2009.03.08 SAME php5_gd 5.2.6,REV=2009.03.08 SAME php5_gettext 5.2.6,REV=2009.03.08 SAME php5_gmp 5.2.6,REV=2009.03.08 SAME php5_imap 5.2.6,REV=2009.03.08 SAME php5_ldap 5.2.6,REV=2009.03.08 SAME php5_mbstring 5.2.6,REV=2009.03.08 SAME php5_mcrypt 5.2.6,REV=2009.03.08 SAME php5_mhash 5.2.6,REV=2009.03.08 SAME php5_mssql 5.2.6,REV=2009.03.08 SAME php5_mysql 5.2.6,REV=2009.03.08 SAME php5_mysqli 5.2.6,REV=2009.03.08 SAME php5_odbc 5.2.6,REV=2009.03.08 SAME php5_openssl 5.2.6,REV=2009.03.08 SAME php5_pdomysql 5.2.6,REV=2009.03.08 SAME php5_pdoodbc 5.2.6,REV=2009.03.08 SAME php5_pdopgsql 5.2.6,REV=2009.03.08 SAME php5_pdosqlite 5.2.6,REV=2009.03.08 SAME php5_pgsql 5.2.6,REV=2009.03.08 SAME php5_pspell 5.2.6,REV=2009.03.08 SAME php5_readline 5.2.6,REV=2008.10.28 SAME php5_session 5.2.6,REV=2009.03.08 SAME php5_snmp 5.2.6,REV=2009.03.08 SAME php5_soap 5.2.6,REV=2009.03.08 SAME php5_sqlite 5.2.6,REV=2009.03.08 SAME php5_wddx 5.2.6,REV=2009.03.08 SAME php5_xsl 5.2.6,REV=2009.03.08 SAME php5_zip 5.2.6,REV=2009.03.08 SAME Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 2009-03-26 16:22 Nicolai SchwindtNote Added: 0005737 ====================================================================== From noreply at opencsw.org Thu Mar 26 16:22:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:22:29 +0100 Subject: [bug-notifications] [irssi 0002373]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <5b16e83da65a453623f4f9831238dfa3@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2373 ====================================================================== Reported By: yann Assigned To: ihsan ====================================================================== Project: irssi Issue ID: 2373 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-26 16:22 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:22 ihsan Status new => assigned 2009-03-26 16:22 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:22:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:22:51 +0100 Subject: [bug-notifications] [irssi 0002373]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <47b6b96cd0423ec73f47c90cf3935c13@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2373 ====================================================================== Reported By: yann Assigned To: ihsan ====================================================================== Project: irssi Issue ID: 2373 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-26 16:22 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005738) ihsan (manager) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=2373#c5738 ---------------------------------------------------------------------- fixed in 0.8.12,REV=2009.02.17 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:22 ihsan Status new => assigned 2009-03-26 16:22 ihsan Assigned To => ihsan 2009-03-26 16:22 ihsan Note Added: 0005738 2009-03-26 16:22 ihsan Status assigned => resolved 2009-03-26 16:22 ihsan Resolution open => fixed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:23:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:23:43 +0100 Subject: [bug-notifications] [irssi 0002373]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <636c557993be879d2bdc80da6693dd99@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2373 ====================================================================== Reported By: yann Assigned To: ihsan ====================================================================== Project: irssi Issue ID: 2373 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:39 CEST Last Modified: 2009-03-26 16:23 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005738) ihsan (manager) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=2373#c5738 ---------------------------------------------------------------------- fixed in 0.8.12,REV=2009.02.17 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:22 ihsan Status new => assigned 2009-03-26 16:22 ihsan Assigned To => ihsan 2009-03-26 16:22 ihsan Note Added: 0005738 2009-03-26 16:22 ihsan Status assigned => resolved 2009-03-26 16:22 ihsan Resolution open => fixed 2009-03-26 16:23 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:25:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:25:54 +0100 Subject: [bug-notifications] [rrdtool 0002656]: samba 3.0.23 has critical security flaws In-Reply-To: <198d234ba1cc6060a73d1e781a0bf332> Message-ID: <2978fea14eb1bd63d3a297e8c8bac3d1@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2656 ====================================================================== Reported By: ssd Assigned To: ====================================================================== Project: rrdtool Issue ID: 2656 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-11-05 14:29 CET Last Modified: 2009-03-26 16:25 CET ====================================================================== Summary: samba 3.0.23 has critical security flaws Description: Samba 3.0.25 is the minimum safe version apparently. 3.0.26 is current stable according to the samba web site. 3.0.23 is what is in the unstable branch ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:25 ihsan Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:26:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:26:19 +0100 Subject: [bug-notifications] [pm_berkeleydb 0001636]: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so In-Reply-To: Message-ID: <93dd11bcc60f8ac6cf8a1ed5740cab72@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1636 ====================================================================== Reported By: james Assigned To: ihsan ====================================================================== Project: pm_berkeleydb Issue ID: 1636 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-06-16 07:18 CEST Last Modified: 2009-03-26 16:26 CET ====================================================================== Summary: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so can\'t find libdb-4.3.so Description: /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so has no RPATH and so can\'t find libdb-4.3.so capetown:/home/james$ ldd /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so libdb-4.3.so => (file not found) ====================================================================== ---------------------------------------------------------------------- (0004228) james (reporter) - 2006-12-17 15:41 http://www.opencsw.org/bugtrack/view.php?id=1636#c4228 ---------------------------------------------------------------------- REV=2006.09.10 has same problem CSWpmberkeleydb 0.29,REV=2006.09.10 CSWbdb43 4.3.29,REV=2006.01.13 CSWcommon 1.4.3,REV=2006.01.22 CSWperl 5.8.8,REV=2006.09.29 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.3.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0004633) james (reporter) - 2007-06-18 11:55 http://www.opencsw.org/bugtrack/view.php?id=1636#c4633 ---------------------------------------------------------------------- 0.31,REV=2007.03.12 is no better. CSWpmberkeleydb 0.31,REV=2007.03.12 CSWbdb44 4.4.20,REV=2007.01.27 CSWcommon 1.4.5 CSWperl 5.8.8,REV=2007.03.16 CSWgdbm 1.8.3,REV=2006.01.01 libdb-4.4.so => (file not found) /opt/csw/lib/perl/csw/auto/BerkeleyDB/BerkeleyDB.so ---------------------------------------------------------------------- (0005735) ihsan (manager) - 2009-03-26 16:18 http://www.opencsw.org/bugtrack/view.php?id=1636#c5735 ---------------------------------------------------------------------- already fixed Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:18 ihsan Status new => assigned 2009-03-26 16:18 ihsan Assigned To => ihsan 2009-03-26 16:18 ihsan Note Added: 0005735 2009-03-26 16:18 ihsan Status assigned => resolved 2009-03-26 16:18 ihsan Resolution open => fixed 2009-03-26 16:26 ihsan Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:28:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:28:28 +0100 Subject: [bug-notifications] [apache2 0002766]: mod_wsgi for running software like edgewall trac In-Reply-To: <31c60cde81173c5e9472dc60a669a614> Message-ID: <3f67ef436926711a98ef739cfe3a5f73@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2766 ====================================================================== Reported By: ThurnerRupert Assigned To: ====================================================================== Project: apache2 Issue ID: 2766 Category: other Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-02-03 21:42 CET Last Modified: 2009-03-26 16:28 CET ====================================================================== Summary: mod_wsgi for running software like edgewall trac Description: providing mod_wsgi for running software like edgewall trac would be great ====================================================================== ---------------------------------------------------------------------- (0005739) ihsan (manager) - 2009-03-26 16:28 http://www.opencsw.org/bugtrack/view.php?id=2766#c5739 ---------------------------------------------------------------------- this is a feature request and not a bug... there is already a package in testing: http://mirror.opencsw.org/testing.html Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:28 ihsan Note Added: 0005739 2009-03-26 16:28 ihsan Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:33:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:33:19 +0100 Subject: [bug-notifications] [apache2 0002867]: Upgrade from 2.2.6 to 2.2.8 In-Reply-To: <370764c9b01f9387cc9622078b618dae> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2867 ====================================================================== Reported By: rmaslinski Assigned To: ====================================================================== Project: apache2 Issue ID: 2867 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-04-28 17:01 CEST Last Modified: 2009-03-26 16:33 CET ====================================================================== Summary: Upgrade from 2.2.6 to 2.2.8 Description: Current stable release appears to be 2.2.8, which includes a number of security fixes. ====================================================================== ---------------------------------------------------------------------- (0005740) ihsan (manager) - 2009-03-26 16:33 http://www.opencsw.org/bugtrack/view.php?id=2867#c5740 ---------------------------------------------------------------------- 2.2.10 is already in the repository. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:33 ihsan Note Added: 0005740 2009-03-26 16:33 ihsan Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:33:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:33:56 +0100 Subject: [bug-notifications] [apache2 0002937]: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 In-Reply-To: <39c6bd9f0e5d430c0d5bcd720c5d1fca> Message-ID: <39abef9eca1c20e5ec5e2200bbe7607e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2937 ====================================================================== Reported By: ltalley Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2937 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-10-01 19:50 CEST Last Modified: 2009-03-26 16:33 CET ====================================================================== Summary: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 Description: Yesterday I did a pkg-get upgrade on two servers, and in both cases I ended up with a broken Apache2 instance. Both servers broke in exactly the same way. After the upgrade the start of Apache2 failed with the error ld.so.1: httpd: fatal: libssl.so.0.9.8: open failed: No such file or directory and on investigation I discovered that the files /opt/csw/lib/libcrypto.so.0.9.8.20080930141858.29450 /opt/csw/lib/libssl.so.0.9.8.20080930141858.29450 existed but there were no symbolic links /opt/csw/lib/libssl.so.0.9.8 /opt/csw/lib/libcrypto.so.0.9.8 so I manually resolved this situation and Apache2 was then able to start. I don't know where the fault lies but I suggest this might be worth looking into because I assume other people will run into the same problem. ====================================================================== ---------------------------------------------------------------------- (0005353) ltalley (reporter) - 2008-10-01 19:52 http://www.opencsw.org/bugtrack/view.php?id=2937#c5353 ---------------------------------------------------------------------- dang, got something wrong in the title of this issue! libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 should be: libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libssl.so.0.9.8 this issue did involve two files and two symlinks, but, I should have at least got the correspondence right in the title! ---------------------------------------------------------------------- (0005354) ltalley (reporter) - 2008-10-01 19:58 http://www.opencsw.org/bugtrack/view.php?id=2937#c5354 ---------------------------------------------------------------------- Please see http://wiki.joyent.com/accelerators:kb:blastwave for a posting about this issue from earlier this year. This posting was helpful to me in resolving the problem... and I guess from the contents of this posting I probably shouldn't have categorized this as an Apache2 issue, because it apparently is effecting other packages also. Issue History Date Modified Username Field Change ====================================================================== 2008-10-01 19:50 ltalley New Issue 2008-10-01 19:52 ltalley Note Added: 0005353 2008-10-01 19:58 ltalley Note Added: 0005354 2009-03-26 16:33 ihsan Status new => assigned 2009-03-26 16:33 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:34:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:34:15 +0100 Subject: [bug-notifications] [apache2 0002937]: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 In-Reply-To: <39c6bd9f0e5d430c0d5bcd720c5d1fca> Message-ID: <2ea6f6475a6a4b52fabc4ad86fb6af2f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2937 ====================================================================== Reported By: ltalley Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2937 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-10-01 19:50 CEST Last Modified: 2009-03-26 16:34 CET ====================================================================== Summary: pkg-get upgrade broke apache2 -- downloaded libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 Description: Yesterday I did a pkg-get upgrade on two servers, and in both cases I ended up with a broken Apache2 instance. Both servers broke in exactly the same way. After the upgrade the start of Apache2 failed with the error ld.so.1: httpd: fatal: libssl.so.0.9.8: open failed: No such file or directory and on investigation I discovered that the files /opt/csw/lib/libcrypto.so.0.9.8.20080930141858.29450 /opt/csw/lib/libssl.so.0.9.8.20080930141858.29450 existed but there were no symbolic links /opt/csw/lib/libssl.so.0.9.8 /opt/csw/lib/libcrypto.so.0.9.8 so I manually resolved this situation and Apache2 was then able to start. I don't know where the fault lies but I suggest this might be worth looking into because I assume other people will run into the same problem. ====================================================================== ---------------------------------------------------------------------- (0005353) ltalley (reporter) - 2008-10-01 19:52 http://www.opencsw.org/bugtrack/view.php?id=2937#c5353 ---------------------------------------------------------------------- dang, got something wrong in the title of this issue! libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libcrypto.so.0.9.8 should be: libssl.so.0.9.8.20080930141858.29450 etc but did not symlink libssl.so.0.9.8 this issue did involve two files and two symlinks, but, I should have at least got the correspondence right in the title! ---------------------------------------------------------------------- (0005354) ltalley (reporter) - 2008-10-01 19:58 http://www.opencsw.org/bugtrack/view.php?id=2937#c5354 ---------------------------------------------------------------------- Please see http://wiki.joyent.com/accelerators:kb:blastwave for a posting about this issue from earlier this year. This posting was helpful to me in resolving the problem... and I guess from the contents of this posting I probably shouldn't have categorized this as an Apache2 issue, because it apparently is effecting other packages also. ---------------------------------------------------------------------- (0005741) ihsan (manager) - 2009-03-26 16:34 http://www.opencsw.org/bugtrack/view.php?id=2937#c5741 ---------------------------------------------------------------------- fixed in 2.2.10,REV=2008.10.30 Issue History Date Modified Username Field Change ====================================================================== 2008-10-01 19:50 ltalley New Issue 2008-10-01 19:52 ltalley Note Added: 0005353 2008-10-01 19:58 ltalley Note Added: 0005354 2009-03-26 16:33 ihsan Status new => assigned 2009-03-26 16:33 ihsan Assigned To => ihsan 2009-03-26 16:34 ihsan Note Added: 0005741 2009-03-26 16:34 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:34:31 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:34:31 +0100 Subject: [bug-notifications] [apache2 0002940]: libaprutil-1.so.0 => (file not found) In-Reply-To: <7938376397b910706a14bdbb735691a2> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2940 ====================================================================== Reported By: wcohrs Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2940 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-10-29 15:41 CET Last Modified: 2009-03-26 16:34 CET ====================================================================== Summary: libaprutil-1.so.0 => (file not found) Description: ldd /opt/csw/apache2/sbin/httpd libm.so.1 => /lib/libm.so.1 libaprutil-1.so.0 => (file not found) libdb-4.4.so => /opt/csw/bdb44/lib/libdb-4.4.so libexpat.so.0 => /opt/csw/lib/sparcv8/libexpat.so.0 libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2 libapr-1.so.0 => (file not found) libuuid.so.1 => /lib/libuuid.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 librt.so.1 => /lib/librt.so.1 libsocket.so.1 => /lib/libsocket.so.1 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libthread.so.1 => /lib/libthread.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-T200/lib/libmd_psr.so.1 ====================================================================== ---------------------------------------------------------------------- (0005357) wcohrs (reporter) - 2008-10-29 15:42 http://www.opencsw.org/bugtrack/view.php?id=2940#c5357 ---------------------------------------------------------------------- # cd /opt/csw/apache2/lib # ls -al total 1486 drwxr-xr-x 3 root bin 512 Oct 29 14:17 . drwxr-xr-x 11 root bin 512 Oct 29 14:17 .. lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so -> libapr-1.so.0.2.11 lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so.0 -> libapr-1.so.0.2.11 -rwxr-xr-x 1 root bin 440764 Oct 27 08:53 libapr-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so -> libaprutil-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so.0 -> libaprutil-1.so.0.3.3 -rwxr-xr-x 1 root bin 294000 Oct 27 08:53 libaprutil-1.so.0.3.4 drwxr-xr-x 2 root bin 512 May 27 11:11 perl ---------------------------------------------------------------------- (0005358) wcohrs (reporter) - 2008-10-30 08:15 http://www.opencsw.org/bugtrack/view.php?id=2940#c5358 ---------------------------------------------------------------------- now i am back to 2.2.6,REV and all is ok Issue History Date Modified Username Field Change ====================================================================== 2008-10-29 15:41 wcohrs New Issue 2008-10-29 15:42 wcohrs Note Added: 0005357 2008-10-30 08:15 wcohrs Note Added: 0005358 2009-03-26 16:34 ihsan Status new => assigned 2009-03-26 16:34 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:35:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:35:05 +0100 Subject: [bug-notifications] [apache2 0002940]: libaprutil-1.so.0 => (file not found) In-Reply-To: <7938376397b910706a14bdbb735691a2> Message-ID: <59740ea78e332890c905e1fc84016246@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2940 ====================================================================== Reported By: wcohrs Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2940 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-10-29 15:41 CET Last Modified: 2009-03-26 16:35 CET ====================================================================== Summary: libaprutil-1.so.0 => (file not found) Description: ldd /opt/csw/apache2/sbin/httpd libm.so.1 => /lib/libm.so.1 libaprutil-1.so.0 => (file not found) libdb-4.4.so => /opt/csw/bdb44/lib/libdb-4.4.so libexpat.so.0 => /opt/csw/lib/sparcv8/libexpat.so.0 libiconv.so.2 => /opt/csw/lib/sparcv8/libiconv.so.2 libapr-1.so.0 => (file not found) libuuid.so.1 => /lib/libuuid.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 librt.so.1 => /lib/librt.so.1 libsocket.so.1 => /lib/libsocket.so.1 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libthread.so.1 => /lib/libthread.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-T200/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-T200/lib/libmd_psr.so.1 ====================================================================== ---------------------------------------------------------------------- (0005357) wcohrs (reporter) - 2008-10-29 15:42 http://www.opencsw.org/bugtrack/view.php?id=2940#c5357 ---------------------------------------------------------------------- # cd /opt/csw/apache2/lib # ls -al total 1486 drwxr-xr-x 3 root bin 512 Oct 29 14:17 . drwxr-xr-x 11 root bin 512 Oct 29 14:17 .. lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so -> libapr-1.so.0.2.11 lrwxrwxrwx 1 root root 18 Oct 29 14:17 libapr-1.so.0 -> libapr-1.so.0.2.11 -rwxr-xr-x 1 root bin 440764 Oct 27 08:53 libapr-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so -> libaprutil-1.so.0.3.3 lrwxrwxrwx 1 root root 21 Oct 29 14:17 libaprutil-1.so.0 -> libaprutil-1.so.0.3.3 -rwxr-xr-x 1 root bin 294000 Oct 27 08:53 libaprutil-1.so.0.3.4 drwxr-xr-x 2 root bin 512 May 27 11:11 perl ---------------------------------------------------------------------- (0005358) wcohrs (reporter) - 2008-10-30 08:15 http://www.opencsw.org/bugtrack/view.php?id=2940#c5358 ---------------------------------------------------------------------- now i am back to 2.2.6,REV and all is ok ---------------------------------------------------------------------- (0005742) ihsan (manager) - 2009-03-26 16:35 http://www.opencsw.org/bugtrack/view.php?id=2940#c5742 ---------------------------------------------------------------------- fixed in 2.2.10,REV=2008.10.30 Issue History Date Modified Username Field Change ====================================================================== 2008-10-29 15:41 wcohrs New Issue 2008-10-29 15:42 wcohrs Note Added: 0005357 2008-10-30 08:15 wcohrs Note Added: 0005358 2009-03-26 16:34 ihsan Status new => assigned 2009-03-26 16:34 ihsan Assigned To => ihsan 2009-03-26 16:35 ihsan Note Added: 0005742 2009-03-26 16:35 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:35:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:35:27 +0100 Subject: [bug-notifications] [rrdtool 0002974]: Current 1.3.4 librrd causes perl to core with mailgraph. In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2974 ====================================================================== Reported By: rmf Assigned To: ihsan ====================================================================== Project: rrdtool Issue ID: 2974 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2008-12-19 06:16 CET Last Modified: 2009-03-26 16:35 CET ====================================================================== Summary: Current 1.3.4 librrd causes perl to core with mailgraph. Description: The current 1.3.4 build in unstable causes perl to core when trying to load /opt/csw/lib/perl/csw/auto/RRDs/RRDs.so. Revering back to the stable branch stops perl from being unhappy. This is using the current perl5 in the unstable branch. ====================================================================== ---------------------------------------------------------------------- (0005665) ja (reporter) - 2009-03-16 23:11 http://www.opencsw.org/bugtrack/view.php?id=2974#c5665 ---------------------------------------------------------------------- I noticed the same problem on Solaris 10 sparc. The use of RRDs results in a segfault. On Solaris 8 sparc it works fine. It seems, that at least the function call RRDs::create leads into this behaviour. Issue History Date Modified Username Field Change ====================================================================== 2008-12-19 06:16 rmf New Issue 2009-03-16 23:11 ja Note Added: 0005665 2009-03-16 23:11 ja Issue Monitored: ja 2009-03-26 16:35 ihsan Status new => assigned 2009-03-26 16:35 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:43:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:43:25 +0100 Subject: [bug-notifications] [apache2 0002616]: Apache 2.2 large file suppot In-Reply-To: <56a326fc2f23c23f9e77480f7deb1f6e> Message-ID: <28af3cb4ae8a5c7544d83a70d2fbdc2e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2616 ====================================================================== Reported By: toha Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2616 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-10-08 14:19 CEST Last Modified: 2009-03-26 16:43 CET ====================================================================== Summary: Apache 2.2 large file suppot Description: Apache 2.2 is not compiled with large file support, it is not possible to host for example DVD images since file size is limited to 2GB. ====================================================================== ---------------------------------------------------------------------- (0004802) comand (reporter) - 2007-10-08 15:26 http://www.opencsw.org/bugtrack/view.php?id=2616#c4802 ---------------------------------------------------------------------- I checked our apache config, and it\'s compiled with the flags provided by \'getconf LFS64_CFLAGS\', which should be good... ---------------------------------------------------------------------- (0004803) comand (reporter) - 2007-10-08 15:29 http://www.opencsw.org/bugtrack/view.php?id=2616#c4803 ---------------------------------------------------------------------- oh, nevermind. I still need to set _FILE_OFFSET_BITS=64 ---------------------------------------------------------------------- (0004901) comand (reporter) - 2007-11-02 21:03 http://www.opencsw.org/bugtrack/view.php?id=2616#c4901 ---------------------------------------------------------------------- When I build with the flags recommended in the blog linked above, I get nothing but SEGVs. Unless I can get the exact method that Sun used to build their apache2 with LFS on 32-bit platforms, this bug will not get fixed (which is a shame, but I don\'t have time to try to dig up what Sun did). Maybe someone that really wants this fixed can find a patch or howto and attach it to this bug? Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:43 ihsan Assigned To comand => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:43:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:43:46 +0100 Subject: [bug-notifications] [apache2 0002616]: Apache 2.2 large file suppot In-Reply-To: <56a326fc2f23c23f9e77480f7deb1f6e> Message-ID: <113bea076f88dfcb2b2628372f71883f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2616 ====================================================================== Reported By: toha Assigned To: ihsan ====================================================================== Project: apache2 Issue ID: 2616 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-08 14:19 CEST Last Modified: 2009-03-26 16:43 CET ====================================================================== Summary: Apache 2.2 large file suppot Description: Apache 2.2 is not compiled with large file support, it is not possible to host for example DVD images since file size is limited to 2GB. ====================================================================== ---------------------------------------------------------------------- (0004802) comand (reporter) - 2007-10-08 15:26 http://www.opencsw.org/bugtrack/view.php?id=2616#c4802 ---------------------------------------------------------------------- I checked our apache config, and it\'s compiled with the flags provided by \'getconf LFS64_CFLAGS\', which should be good... ---------------------------------------------------------------------- (0004803) comand (reporter) - 2007-10-08 15:29 http://www.opencsw.org/bugtrack/view.php?id=2616#c4803 ---------------------------------------------------------------------- oh, nevermind. I still need to set _FILE_OFFSET_BITS=64 ---------------------------------------------------------------------- (0004901) comand (reporter) - 2007-11-02 21:03 http://www.opencsw.org/bugtrack/view.php?id=2616#c4901 ---------------------------------------------------------------------- When I build with the flags recommended in the blog linked above, I get nothing but SEGVs. Unless I can get the exact method that Sun used to build their apache2 with LFS on 32-bit platforms, this bug will not get fixed (which is a shame, but I don\'t have time to try to dig up what Sun did). Maybe someone that really wants this fixed can find a patch or howto and attach it to this bug? ---------------------------------------------------------------------- (0005744) ihsan (manager) - 2009-03-26 16:43 http://www.opencsw.org/bugtrack/view.php?id=2616#c5744 ---------------------------------------------------------------------- already fixed Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:43 ihsan Assigned To comand => ihsan 2009-03-26 16:43 ihsan Note Added: 0005744 2009-03-26 16:43 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 16:44:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:44:23 +0100 Subject: [bug-notifications] [apache2c 0002632]: Support files >2GB In-Reply-To: <1011dfffc275c731eb259a6d9df9d7d3> Message-ID: <1a34e6eb00a3388ab27317727de9e526@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2632 ====================================================================== Reported By: trygvis Assigned To: ihsan ====================================================================== Project: apache2c Issue ID: 2632 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-10-18 07:01 CEST Last Modified: 2009-03-26 16:44 CET ====================================================================== Summary: Support files >2GB Description: When requesting files bigger than 2GB apache returns 0. Snippet from wget: ... HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Thu, 18 Oct 2007 10:53:47 GMT 3 Server: Apache/2.2.4 (Unix) 4 Last-Modified: Thu, 18 Oct 2007 08:16:28 GMT 5 ETag: \"2d785-0-8ed4f00\" 6 Accept-Ranges: bytes 7 Content-Length: 0 8 Content-Type: application/zip 9 Keep-Alive: timeout=5, max=100 10 Connection: Keep-Alive ... ====================================================================== ---------------------------------------------------------------------- (0004871) comand (reporter) - 2007-10-22 12:51 http://www.opencsw.org/bugtrack/view.php?id=2632#c4871 ---------------------------------------------------------------------- Unless I get a patch from somewhere, or instructions on how Sun got largefile support properly working, I won\'t be able to fix this bug. Simply defining -D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 does not work -- when I build subversion against such an apache2, it is totally broken. Dropping the severity of this bug, as it\'s not really a showstopper for most users. ---------------------------------------------------------------------- (0004872) trygvis (reporter) - 2007-10-23 03:37 http://www.opencsw.org/bugtrack/view.php?id=2632#c4872 ---------------------------------------------------------------------- Ok, I\'ll see what I can do. Even if Subversion doesn\'t work properly, did it work to fetch files > 2GB? Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:44 ihsan Assigned To => ihsan ====================================================================== From noreply at opencsw.org Thu Mar 26 16:44:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 16:44:40 +0100 Subject: [bug-notifications] [apache2c 0002632]: Support files >2GB In-Reply-To: <1011dfffc275c731eb259a6d9df9d7d3> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2632 ====================================================================== Reported By: trygvis Assigned To: ihsan ====================================================================== Project: apache2c Issue ID: 2632 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-18 07:01 CEST Last Modified: 2009-03-26 16:44 CET ====================================================================== Summary: Support files >2GB Description: When requesting files bigger than 2GB apache returns 0. Snippet from wget: ... HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Thu, 18 Oct 2007 10:53:47 GMT 3 Server: Apache/2.2.4 (Unix) 4 Last-Modified: Thu, 18 Oct 2007 08:16:28 GMT 5 ETag: \"2d785-0-8ed4f00\" 6 Accept-Ranges: bytes 7 Content-Length: 0 8 Content-Type: application/zip 9 Keep-Alive: timeout=5, max=100 10 Connection: Keep-Alive ... ====================================================================== ---------------------------------------------------------------------- (0004871) comand (reporter) - 2007-10-22 12:51 http://www.opencsw.org/bugtrack/view.php?id=2632#c4871 ---------------------------------------------------------------------- Unless I get a patch from somewhere, or instructions on how Sun got largefile support properly working, I won\'t be able to fix this bug. Simply defining -D_LARGEFILE_SOURCE and -D_FILE_OFFSET_BITS=64 does not work -- when I build subversion against such an apache2, it is totally broken. Dropping the severity of this bug, as it\'s not really a showstopper for most users. ---------------------------------------------------------------------- (0004872) trygvis (reporter) - 2007-10-23 03:37 http://www.opencsw.org/bugtrack/view.php?id=2632#c4872 ---------------------------------------------------------------------- Ok, I\'ll see what I can do. Even if Subversion doesn\'t work properly, did it work to fetch files > 2GB? Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 16:44 ihsan Assigned To => ihsan 2009-03-26 16:44 ihsan Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:31:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:31:12 +0100 Subject: [bug-notifications] [php5 0002761]: Pear cannot connect to channels In-Reply-To: <863781f3b292680bee9c269b937c2ab7> Message-ID: <74c2b64db8e4cbc9393d9f8295b16d3d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2761 ====================================================================== Reported By: abarrera Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2761 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-02-01 09:30 CET Last Modified: 2009-03-26 19:31 CET ====================================================================== Summary: Pear cannot connect to channels Description: # pear install --onlyreqdeps DB_DataObject WARNING: \"pear/DB\" is deprecated in favor of \"pear/MDB2\" Did not download optional dependencies: pear/MDB2, pear/Validate, use --alldeps to download automatically pear/DB_DataObject can optionally use package \"pear/MDB2\" (version >= 2.0.0RC1) pear/DB_DataObject can optionally use package \"pear/Validate\" (version >= 0.1.1) Could not download from \"http://pear.php.net/get/DB_DataObject-1.8.8.tgz\", cannot download \"pear/DB_DataObject\" (Connection to `svn:8080\' failed: Connection timed out) I receive this on an attempt to install and PEAR module. I checked with a source install on the same machine and PEAR has no problems. ====================================================================== ---------------------------------------------------------------------- (0005643) mwatters (manager) - 2009-03-13 06:45 http://www.opencsw.org/bugtrack/view.php?id=2761#c5643 ---------------------------------------------------------------------- I have re-packaged php and upgraded to 5.2.6 tested pear install OK in this version. Resolved in Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005746) mwatters (manager) - 2009-03-26 19:31 http://www.opencsw.org/bugtrack/view.php?id=2761#c5746 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:45 mwatters Note Added: 0005643 2009-03-13 06:45 mwatters Status new => resolved 2009-03-13 06:45 mwatters Resolution open => fixed 2009-03-13 06:45 mwatters Assigned To => mwatters 2009-03-26 19:31 mwatters Note Added: 0005746 2009-03-26 19:31 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:32:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:32:15 +0100 Subject: [bug-notifications] [php5 0002966]: pear install doesn't work In-Reply-To: <666c2b9b862ed56fc17f676d2c2f214a> Message-ID: <76c9c8c7d315248c44c097b78c3d1df5@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2966 ====================================================================== Reported By: davez Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2966 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: duplicate Duplicate: 2866 Fixed in Version: ====================================================================== Date Submitted: 2008-12-04 17:57 CET Last Modified: 2009-03-26 19:32 CET ====================================================================== Summary: pear install doesn't work Description: I've tried to use pear to install Oracle PHP module, like this: /opt/csw/php5/bin/pear install oci8-1.3.4.tgz And I got the following error: Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required 'Structures/Graph.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 Graph.php doesn't exist anywhere in /opt/csw/php5. Other PHP files referenced by Dwnloader.php also don't exist. I'm using package php5, version 5.2.4,REV=2007.10.29 on Solaris 10 sparc. That's the latest package version according to pkg-get. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0002866 Upgrade from 5.2.4 to 5.2.5 ====================================================================== ---------------------------------------------------------------------- (0005642) mwatters (manager) - 2009-03-13 06:43 http://www.opencsw.org/bugtrack/view.php?id=2966#c5642 ---------------------------------------------------------------------- Duplicate issue of 2866 This is resolved as of Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005747) mwatters (manager) - 2009-03-26 19:32 http://www.opencsw.org/bugtrack/view.php?id=2966#c5747 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2008-12-04 17:57 davez New Issue 2009-03-13 06:43 mwatters Note Added: 0005642 2009-03-13 06:43 mwatters Relationship added duplicate of 0002866 2009-03-13 06:43 mwatters Duplicate ID 0 => 2866 2009-03-13 06:43 mwatters Status new => resolved 2009-03-13 06:43 mwatters Resolution open => duplicate 2009-03-13 06:43 mwatters Assigned To => mwatters 2009-03-26 19:32 mwatters Note Added: 0005747 2009-03-26 19:32 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:33:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:33:38 +0100 Subject: [bug-notifications] [php5 0002927]: \'pear\' installation missing required files In-Reply-To: Message-ID: <037fd7af042d2f3f9a5ccca0342fe6ad@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2927 ====================================================================== Reported By: achace Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2927 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-07-10 13:02 CEST Last Modified: 2009-03-26 19:33 CET ====================================================================== Summary: \'pear\' installation missing required files Description: When trying to install any packages with \"pear\", I receive errors like this: Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required \'PEAR/REST/13.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 The file \"/opt/csw/php5/lib/php/PEAR/REST/13.php\" does not exist. This is a fresh installation of PHP5, and I have tried removing the package (and directory) and reinstalling it. ====================================================================== ---------------------------------------------------------------------- (0005464) caio (reporter) - 2008-12-15 12:21 http://www.opencsw.org/bugtrack/view.php?id=2927#c5464 ---------------------------------------------------------------------- I have the same issue when trying to install PEAR DB and XML_RPC library of pear: # pear install DB Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in PEAR/Config.php on line 2042 PHP Warning: PEAR_Config::require_once(PEAR/REST/13.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 PHP Fatal error: PEAR_Config::require_once(): Failed opening required 'PEAR/REST/13.php' (include_path='/opt/csw/php5/lib/php') in /opt/csw/php5/lib/php/PEAR/Config.php on line 2042 I have installed php5 from opencsw repository (with pkg-get). # pkginfo -l CSWphp5 PKGINST: CSWphp5 NAME: php5 - PHP Hypertext Processor 5 CATEGORY: application ARCH: i386 VERSION: 5.2.4,REV=2007.10.29 BASEDIR: / VENDOR: http://www.php.net/downloads.php packaged for CSW by Cory Omand PSTAMP: com... at thor-20071029120615 INSTDATE: dic 09 2008 16:10 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: com... at opencsw.org STATUS: instalado completamente FILES: 157 nombres de ruta instalados 9 nombres de ruta compartidos 41 directorios 6 ejecutables 27966 bloques utilizados (aproximadamente) # pear -V PEAR Version: 1.6.1 PHP Version: 5.2.4 Zend Engine Version: 2.2.0 ---------------------------------------------------------------------- (0005465) caio (reporter) - 2008-12-16 12:02 http://www.opencsw.org/bugtrack/view.php?id=2927#c5465 ---------------------------------------------------------------------- Workaround: Download and add manually file "13.php" to PEAR/REST directory. Then I have the issue http://www.opencsw.org/bugtrack/view.php?id=2907 (missing Structures/Graph), so do the same: Download and add manually Strcutres/Graph dir on /opt/csw/php5/lib/php To let pear installation in a clearer state do: pear install Structures_Graph And finish with: pear upgrade PEAR Result: Structures_Graph installed by pear, and 13.php file installed when we upgrade pear. ---------------------------------------------------------------------- (0005641) mwatters (manager) - 2009-03-13 06:41 http://www.opencsw.org/bugtrack/view.php?id=2927#c5641 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005748) mwatters (manager) - 2009-03-26 19:33 http://www.opencsw.org/bugtrack/view.php?id=2927#c5748 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2008-12-15 12:21 caio Note Added: 0005464 2008-12-16 12:02 caio Note Added: 0005465 2009-03-13 06:41 mwatters Note Added: 0005641 2009-03-13 06:41 mwatters Status new => resolved 2009-03-13 06:41 mwatters Resolution open => fixed 2009-03-13 06:41 mwatters Assigned To => mwatters 2009-03-26 19:33 mwatters Note Added: 0005748 2009-03-26 19:33 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:36:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:36:19 +0100 Subject: [bug-notifications] [php5 0002907]: missing PEAR files In-Reply-To: <0a9a938b5a413eb2302661e8d4a6c56f> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2907 ====================================================================== Reported By: calessio Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2907 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-30 16:44 CEST Last Modified: 2009-03-26 19:36 CET ====================================================================== Summary: missing PEAR files Description: from the csw-users mailing list: \"...the PEAR installation seems to be broken since any \"pear\" operation complains about a missing Graph.php file. This file is a part of the Structure_Graph package http://pear.php.net/package/Structures_Graph and it should be present. Even if I try to install this package from a file system it fails: root at vm:tmp$ /opt/csw/php5/bin/pear install Structures_Graph-1.0.2.tgz Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in PEAR/Downloader.php on line 1225 PHP Warning: PEAR_Downloader::require_once(Structures/Graph.php): failed to open stream: No such file or directory in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 PHP Fatal error: PEAR_Downloader::require_once(): Failed opening required \'Structures/Graph.php\' (include_path=\'/opt/csw/php5/lib/php\') in /opt/csw/php5/lib/php/PEAR/Downloader.php on line 1225 I talked about this in the #pear IRC channel and I was told that if the Structure package is missing the installation is likely broken. The quick solution I use is just to unpack the Structure directory from the Structures_Graph-1.0.2.tgz to the php include path (include_path=\'/opt/csw/php5/lib/php\') which fixes the issue but it\'s not really a clean solution.\" ====================================================================== ---------------------------------------------------------------------- (0005640) mwatters (manager) - 2009-03-13 06:40 http://www.opencsw.org/bugtrack/view.php?id=2907#c5640 ---------------------------------------------------------------------- Resolved as of Revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005749) mwatters (manager) - 2009-03-26 19:36 http://www.opencsw.org/bugtrack/view.php?id=2907#c5749 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:40 mwatters Note Added: 0005640 2009-03-13 06:40 mwatters Status new => resolved 2009-03-13 06:40 mwatters Resolution open => fixed 2009-03-13 06:40 mwatters Assigned To => mwatters 2009-03-26 19:36 mwatters Note Added: 0005749 2009-03-26 19:36 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:37:38 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:37:38 +0100 Subject: [bug-notifications] [php5 0002876]: Proxy server set in pear config In-Reply-To: Message-ID: <130b84503c4770e4d507574826715910@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2876 ====================================================================== Reported By: jda Assigned To: mwatters ====================================================================== Project: php5 Issue ID: 2876 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-05-07 13:40 CEST Last Modified: 2009-03-26 19:37 CET ====================================================================== Summary: Proxy server set in pear config Description: The config file for PEAR (/opt/csw/php5/etc/pear.conf) specifies a HTTP proxy server of http://svn:8080. This breaks PEAR update and install functionality out of the box. Work around: run /opt/csw/php5/bin/pear config-set http_proxy \"\" after installing the php5 package. I am using package version 5.2.4,REV=2007.10.29 ====================================================================== ---------------------------------------------------------------------- (0005284) jda (reporter) - 2008-05-07 13:44 http://www.opencsw.org/bugtrack/view.php?id=2876#c5284 ---------------------------------------------------------------------- Sorry, duplicate of bug 0002761 ---------------------------------------------------------------------- (0005639) mwatters (manager) - 2009-03-13 06:38 http://www.opencsw.org/bugtrack/view.php?id=2876#c5639 ---------------------------------------------------------------------- Resolved as of revision: 5.2.6,REV=2009.03.08 ---------------------------------------------------------------------- (0005750) mwatters (manager) - 2009-03-26 19:37 http://www.opencsw.org/bugtrack/view.php?id=2876#c5750 ---------------------------------------------------------------------- Resolved in Revision: 5.2.6,REV=2009.03.08 no new feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 06:38 mwatters Note Added: 0005639 2009-03-13 06:38 mwatters Status new => resolved 2009-03-13 06:38 mwatters Resolution open => fixed 2009-03-13 06:38 mwatters Assigned To => mwatters 2009-03-26 19:37 mwatters Note Added: 0005750 2009-03-26 19:37 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 19:40:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 19:40:40 +0100 Subject: [bug-notifications] [pth 0002041]: Upgrade and local paths in config file In-Reply-To: <61e7d6869a946f7c7bbfa50ccf8c6d42> Message-ID: <1cfd848edb2a31283fc21d7f58faa337@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2041 ====================================================================== Reported By: james Assigned To: mike ====================================================================== Project: pth Issue ID: 2041 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-12-03 12:17 CET Last Modified: 2009-03-26 19:40 CET ====================================================================== Summary: Upgrade and local paths in config file Description: CSWpth 2.0.0 /opt/csw/bin/pth-config pth_cflags=\"-fast -xarch=v8 -xstrconst -xildoff -I/export/medusa/mike/build/sparc.apollo/pth-2.0.0 -w\" Current release is 2.0.7 so could use a refresh anyway. ====================================================================== ---------------------------------------------------------------------- (0004213) mike (reporter) - 2006-12-12 17:56 http://www.opencsw.org/bugtrack/view.php?id=2041#c4213 ---------------------------------------------------------------------- Fixed in pth-2.0.7. ---------------------------------------------------------------------- (0005512) dam (reporter) - 2009-02-04 12:07 http://www.opencsw.org/bugtrack/view.php?id=2041#c5512 ---------------------------------------------------------------------- Still fixed in released pth 2.0.7, but other odditied with $ISAEXEC: build8s% pth-config --ldflags --all -L/opt/csw/lib -xarch=v8 -L/opt/csw/lib -R/opt/csw/lib/\$ -R/opt/csw/lib ---------------------------------------------------------------------- (0005751) mwatters (manager) - 2009-03-26 19:40 http://www.opencsw.org/bugtrack/view.php?id=2041#c5751 ---------------------------------------------------------------------- Resolved in Release: 2.0.7,REV=2009.02.05 no additional feedback, closing Issue History Date Modified Username Field Change ====================================================================== 2009-02-04 12:07 dam Note Added: 0005512 2009-03-26 19:40 mwatters Note Added: 0005751 2009-03-26 19:40 mwatters Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:02:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:02:32 +0100 Subject: [bug-notifications] [htmldoc 0002350]: openssl dependancy deprecated: please use openssl_rt instead In-Reply-To: Message-ID: <970d3a669211d7f606a4f2fa04c869f2@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2350 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: htmldoc Issue ID: 2350 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-07-28 08:31 CEST Last Modified: 2009-03-26 20:02 CET ====================================================================== Summary: openssl dependancy deprecated: please use openssl_rt instead Description: Following the openssl package split, the ssl libraries are now directly provided by the openssl_rt package. The openssl package still exists, it\'s a metapackage which will install openssl_rt, openssl_devel and openssl_utils which contains respectively the ssl libraries, the development files and the openssl utilities. Your package probably only use the ssl libraries, so to avoid installing unnecessary dependancies, please update your package to depend on openssl_rt rather than openssl. ====================================================================== ---------------------------------------------------------------------- (0005752) hson (manager) - 2009-03-26 20:02 http://www.opencsw.org/bugtrack/view.php?id=2350#c5752 ---------------------------------------------------------------------- Fixed in 1.8.27,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:02 hson Note Added: 0005752 2009-03-26 20:02 hson Status new => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:04:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:04:40 +0100 Subject: [bug-notifications] [htmldoc 0001448]: Not sun4m compatible In-Reply-To: <6cc20a7469c9483252d3c317d1bfdbc9> Message-ID: <216467c2f32513d8c627d1d52f4c4826@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1448 ====================================================================== Reported By: james Assigned To: jgoerzen ====================================================================== Project: htmldoc Issue ID: 1448 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-02-08 09:35 CET Last Modified: 2009-03-26 20:04 CET ====================================================================== Summary: Not sun4m compatible Description: /opt/csw/bin/htmldoc: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== ---------------------------------------------------------------------- (0005753) hson (manager) - 2009-03-26 20:04 http://www.opencsw.org/bugtrack/view.php?id=1448#c5753 ---------------------------------------------------------------------- Fixed in 1.8.27,REV=2009.03.24 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:04 hson Note Added: 0005753 2009-03-26 20:04 hson Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:29:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:29:44 +0100 Subject: [bug-notifications] [eclipse 0001223]: eclipse swt application azureus crashes In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1223 ====================================================================== Reported By: jlick Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1223 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-10-15 05:09 CEST Last Modified: 2009-03-26 20:29 CET ====================================================================== Summary: eclipse swt application azureus crashes Description: I am trying to run the application Azureus on Solaris 10 x86 using the CSWswtlibs package for the SWT libraries it uses. The splash screen will appear but then the application crashes with the following error: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x0 Serial number of failed request: 2532 Current serial number in output stream: 2532 Azureus TERMINATED. Most of these sorts of errors found with google relate to using X11Forwarding in ssh, but I am not using ssh tunnelling to run, but running it under Xvnc (tested with both Blastwave\'s vncserver and also RealVNC). Looking at the eclipse bug db, it appears that this is the bug I\'m encountering: https://bugs.eclipse.org/bugs/show_bug.cgi?id=74744 It is fixed in eclipse 3.1.x but Blastwave only has 3.0.x currently. ====================================================================== ---------------------------------------------------------------------- (0002463) jlick (reporter) - 2005-10-20 09:30 http://www.opencsw.org/bugtrack/view.php?id=1223#c2463 ---------------------------------------------------------------------- I have manually compiled swt-3.1.1 libs for solaris x86 and the problem described above no longer occurs when using the upgraded libraries. ---------------------------------------------------------------------- (0003323) james (reporter) - 2006-03-20 06:20 http://www.opencsw.org/bugtrack/view.php?id=1223#c3323 ---------------------------------------------------------------------- swtlibs-3.1.1 is now released. Is this problem fixed? ---------------------------------------------------------------------- (0003389) jlick (reporter) - 2006-03-28 00:48 http://www.opencsw.org/bugtrack/view.php?id=1223#c3389 ---------------------------------------------------------------------- The problem no longer occurs with the current swtlibs. ---------------------------------------------------------------------- (0003391) james (reporter) - 2006-03-28 04:34 http://www.opencsw.org/bugtrack/view.php?id=1223#c3391 ---------------------------------------------------------------------- Thanks for the feedback. There is another problem stopping swtlibs-3.1.1 although it won\'t be affecting Sol10: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0001544 ---------------------------------------------------------------------- (0004237) wbonnet (manager) - 2006-12-18 17:35 http://www.opencsw.org/bugtrack/view.php?id=1223#c4237 ---------------------------------------------------------------------- swtlibs has been updated, also was eclipse. The bug is fixed according to bug reporter. Thus i set state to fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:29 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:32:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:32:22 +0100 Subject: [bug-notifications] [eclipse 0001576]: Version 3.0 was built without the -R flag In-Reply-To: <19e5c61621df9060b7ba28093d2b77db> Message-ID: <6de1ddf943802df675c4a531a6d0f635@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1576 ====================================================================== Reported By: avi Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1576 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-04-17 23:31 CEST Last Modified: 2009-03-26 20:32 CET ====================================================================== Summary: Version 3.0 was built without the -R flag Description: Since the -R flag was not used, there is a need to set LD_LIBRARY_PATH which is contrary to the recommended in the Blastwave User Guide. If LD_LIBRARY_PATH is not set it results in the following error: java.lang.UnsatisfiedLinkError: no swt-motif-3139 in java.library.path This at least should be documented until it is fixed. ====================================================================== ---------------------------------------------------------------------- (0003667) james (reporter) - 2006-08-07 14:31 http://www.opencsw.org/bugtrack/view.php?id=1576#c3667 ---------------------------------------------------------------------- eclipse-3.2 is also missing RPATH=/opt/csw/lib ---------------------------------------------------------------------- (0004236) wbonnet (manager) - 2006-12-18 17:31 http://www.opencsw.org/bugtrack/view.php?id=1576#c4236 ---------------------------------------------------------------------- -R flag has been added to eclipse 3.2.1 ---------------------------------------------------------------------- (0005754) wbonnet (manager) - 2009-03-26 20:32 http://www.opencsw.org/bugtrack/view.php?id=1576#c5754 ---------------------------------------------------------------------- Fixed in latest version Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:32 wbonnet Note Added: 0005754 2009-03-26 20:32 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:34:47 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:34:47 +0100 Subject: [bug-notifications] [commons_math 0001310]: Dependency on non-existent package In-Reply-To: <480293520f0114138e9f97707ac02e57> Message-ID: <02ff6c57433248f27d7b46957e544765@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1310 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: commons_math Issue ID: 1310 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: reopened Fixed in Version: ====================================================================== Date Submitted: 2005-11-19 12:22 CET Last Modified: 2009-03-26 20:34 CET ====================================================================== Summary: Dependency on non-existent package Description: Package requires CSWajcdiscovery which does not exist ====================================================================== ---------------------------------------------------------------------- (0002639) wbonnet (manager) - 2005-11-19 13:52 http://www.opencsw.org/bugtrack/view.php?id=1310#c2639 ---------------------------------------------------------------------- Discovery package was missing and has been submited to newpkgs. This bug will be changed to fixed as soon as the package will be accepted ---------------------------------------------------------------------- (0005755) wbonnet (manager) - 2009-03-26 20:34 http://www.opencsw.org/bugtrack/view.php?id=1310#c5755 ---------------------------------------------------------------------- Package CSWajcdiscovery is now in the catalog Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:34 wbonnet Note Added: 0005755 2009-03-26 20:34 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:35:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:35:29 +0100 Subject: [bug-notifications] [tomcat5 0001833]: Update problems, /opt/csw/share/tomcat5/logs In-Reply-To: <4582c8075b3e501a937ee77da9ca648c> Message-ID: <4af3396d6ffb2cade7122ee7c9eb26bb@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1833 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: tomcat5 Issue ID: 1833 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-09-27 12:52 CEST Last Modified: 2009-03-26 20:35 CET ====================================================================== Summary: Update problems, /opt/csw/share/tomcat5/logs Description: Previous version of tomcat implicitly created the directory: /opt/csw/share/tomcat5/logs In the new package this is a link: 1 s none /opt/csw/share/tomcat5/logs=/var/opt/csw/tomcat5/logs And hence will fail. Needs a preinstall script to handle. # pkgchk CSWtomcat5 ERROR: /opt/csw/share/tomcat5/logs file type <s> expected <d> actual On install catalina.sh tries to create the file catalina.out, but fails. Could be because it is now running as user tomcat and previously was root. This causes pkgadd to fail because the return status of postinstall is that of init.d script, there is no explicit exit ion postintsall. ====================================================================== ---------------------------------------------------------------------- (0004060) wbonnet (manager) - 2006-10-11 18:21 http://www.opencsw.org/bugtrack/view.php?id=1833#c4060 ---------------------------------------------------------------------- A script in the preinstall has been added to handle the file system layout between version 5.5.12 and latest. A new version of the package is submitted, including this fix and an upgrade to 5.5.20 (latest available today) The same fix has been applied to tomcat4 package ---------------------------------------------------------------------- (0005756) wbonnet (manager) - 2009-03-26 20:35 http://www.opencsw.org/bugtrack/view.php?id=1833#c5756 ---------------------------------------------------------------------- Preinstall script added Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:35 wbonnet Note Added: 0005756 2009-03-26 20:35 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:36:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:36:22 +0100 Subject: [bug-notifications] [firefox 0002728]: Firefox hangs then core dumps on launch In-Reply-To: Message-ID: <728c246c34e4ec892c99d440ef47574c@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2728 ====================================================================== Reported By: bidzik Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 2728 Category: upgrade Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-01-04 14:43 CET Last Modified: 2009-03-26 20:36 CET ====================================================================== Summary: Firefox hangs then core dumps on launch Description: After running pkg-get -u, Firefox is no longer working. It paints a blank window, hangs for a minute or two, then core dumps. Pkg-get indicates that all prerequisite packages are present & up to date. ====================================================================== ---------------------------------------------------------------------- (0005223) wbonnet (manager) - 2008-03-29 12:36 http://www.opencsw.org/bugtrack/view.php?id=2728#c5223 ---------------------------------------------------------------------- Problem has been solved in version 2.0.0.12 ---------------------------------------------------------------------- (0005757) wbonnet (manager) - 2009-03-26 20:36 http://www.opencsw.org/bugtrack/view.php?id=2728#c5757 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:36 wbonnet Note Added: 0005757 2009-03-26 20:36 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:37:06 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:37:06 +0100 Subject: [bug-notifications] [eclipse 0002856]: Eclipse doesnot work on Solaris 10 x86 In-Reply-To: <92df8b57bb2b34150bd219e3dca62949> Message-ID: <6b4bd671772693649c734bbdada7d89f@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2856 ====================================================================== Reported By: werner.frerichs Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 2856 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-04-15 03:39 CEST Last Modified: 2009-03-26 20:37 CET ====================================================================== Summary: Eclipse doesnot work on Solaris 10 x86 Description: I installed eclipse 3.2.1 from blastwave using pkg-get and try to start it but it breaks immediately. ====================================================================== ---------------------------------------------------------------------- (0005248) wbonnet (manager) - 2008-04-15 15:32 http://www.opencsw.org/bugtrack/view.php?id=2856#c5248 ---------------------------------------------------------------------- Eclipse has been updated to 3.3.2. It is available from testing, and will be added to unstable soon since stabilization is over. ---------------------------------------------------------------------- (0005758) wbonnet (manager) - 2009-03-26 20:37 http://www.opencsw.org/bugtrack/view.php?id=2856#c5758 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:37 wbonnet Note Added: 0005758 2009-03-26 20:37 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:38:04 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:38:04 +0100 Subject: [bug-notifications] [firefox 0001875]: include SDK in the package In-Reply-To: <0ac2f21f1f76b3433a7ae2f4e1c4d099> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1875 ====================================================================== Reported By: pfelecan Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1875 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-10-20 14:46 CEST Last Modified: 2009-03-26 20:38 CET ====================================================================== Summary: include SDK in the package Description: The SDK should be included in the package. Even better is to have a SDK only package --- SUN packages this way in SUNWmozilla and SUNWmozilla-devel. This is needed for packages of product using the gecko engine. ====================================================================== ---------------------------------------------------------------------- (0005224) wbonnet (manager) - 2008-03-29 12:45 http://www.opencsw.org/bugtrack/view.php?id=1875#c5224 ---------------------------------------------------------------------- SDK is now included ---------------------------------------------------------------------- (0005759) wbonnet (manager) - 2009-03-26 20:38 http://www.opencsw.org/bugtrack/view.php?id=1875#c5759 ---------------------------------------------------------------------- SDK is included in package Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:38 wbonnet Note Added: 0005759 2009-03-26 20:38 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:38:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:38:25 +0100 Subject: [bug-notifications] [eclipse 0001909]: Eclipse 3.2.1 fails to start In-Reply-To: <6d02a52338c168a03a39b43c46cb7f71> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1909 ====================================================================== Reported By: Predrag.Zecevic Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1909 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2006-10-31 10:35 CET Last Modified: 2009-03-26 20:38 CET ====================================================================== Summary: Eclipse 3.2.1 fails to start Description: ls -al /opt/csw/lib/eclipse/eclipse -rwxr-xr-x 1 root bin 38308 Oct 23 21:46 /opt/csw/lib/eclipse/eclipse [predrag at guya dbabe]$ file !$ file /opt/csw/lib/eclipse/eclipse /opt/csw/lib/eclipse/eclipse: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped [predrag at guya dbabe]$ !$ /opt/csw/lib/eclipse/eclipse bash: /opt/csw/lib/eclipse/eclipse: Invalid argument ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0001910 Eclipse 3.2.1 fails to start (executabl... ====================================================================== ---------------------------------------------------------------------- (0004206) wbonnet (manager) - 2006-12-07 18:22 http://www.opencsw.org/bugtrack/view.php?id=1909#c4206 ---------------------------------------------------------------------- A new version of the package fix this bug. Package is in testing, and will be submitted to unstable by mid december if no bug report occur ---------------------------------------------------------------------- (0005760) wbonnet (manager) - 2009-03-26 20:38 http://www.opencsw.org/bugtrack/view.php?id=1909#c5760 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:38 wbonnet Note Added: 0005760 2009-03-26 20:38 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:38:51 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:38:51 +0100 Subject: [bug-notifications] [tomcat5 0002659]: Global config file /opt/csw/etc/tomcat5 is a directory In-Reply-To: <52277c4fb84944dd50f7e4071989212e> Message-ID: <483c14b83348af57e301a8f0f92e395e@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2659 ====================================================================== Reported By: dam Assigned To: wbonnet ====================================================================== Project: tomcat5 Issue ID: 2659 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-11-09 08:29 CET Last Modified: 2009-03-26 20:38 CET ====================================================================== Summary: Global config file /opt/csw/etc/tomcat5 is a directory Description: In /etc/init.d/cswtomcat5 a local and a global config file a tried to be sourced. The global config file is tested at /opt/csw/etc/tomcat5. This is already a directory containing conf/ with the global tomcat configuration. The location of the global config file should therefore be changed. ====================================================================== ---------------------------------------------------------------------- (0005236) wbonnet (manager) - 2008-04-08 15:41 http://www.opencsw.org/bugtrack/view.php?id=2659#c5236 ---------------------------------------------------------------------- Fixed ---------------------------------------------------------------------- (0005761) wbonnet (manager) - 2009-03-26 20:38 http://www.opencsw.org/bugtrack/view.php?id=2659#c5761 ---------------------------------------------------------------------- Fixed in latest Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:38 wbonnet Note Added: 0005761 2009-03-26 20:38 wbonnet Status resolved => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:02 +0100 Subject: [bug-notifications] [firefox 0001843]: i-firefox.png icon not installed In-Reply-To: <8c5baae3efc3a302169a6e2d482da9af> Message-ID: <9cd851a8ba6e096b5174c318ef1c2ffb@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1843 ====================================================================== Reported By: jgoerzen Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1843 Category: regular use Reproducibility: always Severity: trivial Priority: none Status: assigned ====================================================================== Date Submitted: 2006-09-29 12:41 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: i-firefox.png icon not installed Description: Need to copy desktop.png from source dist into $(DESTDIR)/share/pixmaps so that mime icon will work correctly. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To jgoerzen => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:08 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:08 +0100 Subject: [bug-notifications] [xfce_desktop 0001664]: Right-click (ie, \'Desktop\') menu not available In-Reply-To: <6ad908b55a88dd082550b21697ffdf64> Message-ID: <95579e9fb0c8e316133dc8896ae29d85@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1664 ====================================================================== Reported By: drawson Assigned To: wbonnet ====================================================================== Project: xfce_desktop Issue ID: 1664 Category: regular use Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-06-30 06:49 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Right-click (ie, \'Desktop\') menu not available Description: Using Solaris 10 01/06, desktop menu is not available. ~/.dt/sessionlogs/<logfile> shows: ** (xfdesktop:13445): CRITICAL **: XfceDesktopMenu init failed (The XfceDesktopMenu module could not be loaded: ld.so.1: xfdesktop: fatal: relocation error: file /opt/csw/lib/xfce4/modules/xfce4_desktop_menu.so: symbol desktop_menuspec_path_free: referenced symbol not found) ** (xfdesktop:13445): WARNING **: xfdesktop: Unable to initialise menu module. Right-click menu will be unavailable. ====================================================================== ---------------------------------------------------------------------- (0003561) wbonnet (manager) - 2006-07-02 17:13 http://www.opencsw.org/bugtrack/view.php?id=1664#c3561 ---------------------------------------------------------------------- Could you please give me more information on your configuration ? Solaris version, platform version ? Actually i cannot reproduce this bug on my box. I don\'t know yet if it is a packaging issue or a xfce bug ---------------------------------------------------------------------- (0003563) drawson (reporter) - 2006-07-03 06:44 http://www.opencsw.org/bugtrack/view.php?id=1664#c3563 ---------------------------------------------------------------------- Config info: Hardware: Dual proc. Xeon with 1Gb memory and 2-40G disk Software: Solaris 10 x86 01/06. No patches after OS install. xfce packages are 4.2.1, installed from blastwave.org using the blastwave \"pkg-get\" mechanism. ---------------------------------------------------------------------- (0003564) drawson (reporter) - 2006-07-03 07:42 http://www.opencsw.org/bugtrack/view.php?id=1664#c3564 ---------------------------------------------------------------------- It IS undefined . . . this is a diff between the symbol tables for the blastwave xfce_desktop_menu.so and a locally compiled copy (using 4.2.3). HTH . . . < UNDEF desktop_menuspec_path_free < UNDEF desktop_menuspec_path_free < .data dir_to_cat < .data displayname_to_icon --- > .text desktop_menuspec_path_free > .text desktop_menuspec_path_free > .bss dir_to_cat > .bss displayname_to_ico ---------------------------------------------------------------------- (0003565) drawson (reporter) - 2006-07-03 08:15 http://www.opencsw.org/bugtrack/view.php?id=1664#c3565 ---------------------------------------------------------------------- Last note :-) Re-compiling the 4.2.1 version of xfdesktop and then replacing the xfce4_desktop_menu libraries fixes this. My guess would be a packaging error on blastwave.org :-( Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:12 +0100 Subject: [bug-notifications] [xfce 0001615]: MIssing depends that make this meta package useful In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1615 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: xfce Issue ID: 1615 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-05-30 14:45 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: MIssing depends that make this meta package useful Description: CSWxfce has as depends CSWiconv, CSWglib2, CSWggettext, CSWcommon only. This makes it less than useful as its purpose is to install the xfce collection, ie, have the other CSWxfce* pacakges as depends. ====================================================================== ---------------------------------------------------------------------- (0004246) wbonnet (manager) - 2006-12-19 16:56 http://www.opencsw.org/bugtrack/view.php?id=1615#c4246 ---------------------------------------------------------------------- Fixed and included into unstable. Dependencies are now : bash-3.1$ cat CSWxfce/install/depend CSWxfceappfinder lightweight desktop environment, appfinder CSWxfcecalendar lightweight desktop environment, calendar CSWxfcedesktop lightweight desktop environment, desktop CSWxfcedtlogin lightweight desktop environment, dtlogin CSWxfceengine lightweight desktop environment, GTK engine CSWxfceiconbox lightweight desktop environment, iconbox CSWxfceiconthemes lightweight desktop environment, iconthemes CSWxfcelauncher lightweight desktop environment, launcher CSWxfcelibs lightweight desktop environment, core libraries CSWxfceload lightweight desktop environment, system load plugin CSWxfcemanager lightweight desktop environment, mcs manager CSWxfcemixer lightweight desktop environment, mixer CSWxfcepanel lightweight desktop environment, panel CSWxfceplugins lightweight desktop environment, mcs plugins CSWxfceprint lightweight desktop environment, print CSWxfcesession lightweight desktop environment, session CSWxfcesystray lightweight desktop environment, systray CSWxfcetoys lightweight desktop environment, toys CSWxfceutils lightweight desktop environment, utils CSWxfcexffm lightweight desktop environment, xffm CSWxfcexfwm lightweight desktop environment, xfwm CSWxfcexfwmthemes lightweight desktop environment, xfwm themes Please can you confirm it is ok, so i can close this bug Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To wbonnet => ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:26 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:26 +0100 Subject: [bug-notifications] [xfce_desktop 0001520]: Right click on desktop does not bring up menu In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1520 ====================================================================== Reported By: swo Assigned To: wbonnet ====================================================================== Project: xfce_desktop Issue ID: 1520 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-03-05 13:37 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Right click on desktop does not bring up menu Description: A right click on the desktop does not bring up the standard menu ( terminal, file manager, browser, etc.). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:30 +0100 Subject: [bug-notifications] [xfce_print 0001470]: Depend In Sparc but not i386: CSWlibcups In-Reply-To: Message-ID: <92985b04bf4c020d2a89e5051c29c985@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1470 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: xfce_print Issue ID: 1470 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-02-11 09:53 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Depend In Sparc but not i386: CSWlibcups Description: The Sparc pacakge names CSWxmms as depend but the i386 doesn\'t. This casues minor problem: /opt/csw/lib/xfce4/xfprint-plugins/cups_plugin.so libcups.so.2 => (file not found) Workaround, install libcups. ====================================================================== ---------------------------------------------------------------------- (0003114) james (reporter) - 2006-02-11 10:02 http://www.opencsw.org/bugtrack/view.php?id=1470#c3114 ---------------------------------------------------------------------- s/CSWxmms/CSWlibcups/ Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:33 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:33 +0100 Subject: [bug-notifications] [xfce_utils 0001372]: Application names are not always truncated in the taskbar In-Reply-To: Message-ID: <03d8022b532d0f0848a4edd2292dd7d6@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1372 ====================================================================== Reported By: dantes Assigned To: wbonnet ====================================================================== Project: xfce_utils Issue ID: 1372 Category: regular use Reproducibility: sometimes Severity: tweak Priority: normal Status: assigned ====================================================================== Date Submitted: 2005-12-24 21:52 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: Application names are not always truncated in the taskbar Description: The application names (or titles) displayed in the taskbar are no longer truncated, and spill over the next entries. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:40 +0100 Subject: [bug-notifications] [xfce 0001297]: xftaskbar doesn\'t truncate titles In-Reply-To: <0698cce7d9441adcb0cd2eeb83d40948> Message-ID: <9fca29c54dd4562f9a99572f9027e013@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1297 ====================================================================== Reported By: cbetts Assigned To: wbonnet ====================================================================== Project: xfce Issue ID: 1297 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2005-11-15 10:46 CET Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: xftaskbar doesn\'t truncate titles Description: Long titles in xftaskbar are not truncated and write over the buttons adjacent. Screenshot available: http://kharam.no-ip.info/images/taskbar.jpg ====================================================================== ---------------------------------------------------------------------- (0003646) cbetts (reporter) - 2006-08-02 18:25 http://www.opencsw.org/bugtrack/view.php?id=1297#c3646 ---------------------------------------------------------------------- Problem disappeared. Not sure when the fix happened. Thanks for any time spent on locating the problem. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To aalmroth => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:39:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:39:44 +0100 Subject: [bug-notifications] [firefox 0001143]: use lp instead of lpr for printing In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1143 ====================================================================== Reported By: pfelecan Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1143 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2005-09-07 07:36 CEST Last Modified: 2009-03-26 20:39 CET ====================================================================== Summary: use lp instead of lpr for printing Description: In version 1.0.6, the printing is done through lpr instead of lp, whichi is the nominal method on SunOS. There is a temporary fix by modifying, using the URI \"about:config\", print.printer_PostScript/default.print_command, print.print_command, print.postcript.print_command variables to use lp instead of lpr. ====================================================================== ---------------------------------------------------------------------- (0003973) jgoerzen (reporter) - 2006-09-22 13:39 http://www.opencsw.org/bugtrack/view.php?id=1143#c3973 ---------------------------------------------------------------------- setting lp as the default instead of lpr is planned for a future pkg release of firefox. until then please try using a global prefs.js file to set this. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:39 wbonnet Assigned To jgoerzen => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 20:40:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 20:40:11 +0100 Subject: [bug-notifications] [firefox 0001893]: Firefox directories keep moving In-Reply-To: <9389817065285a64e55b5163e99582dc> Message-ID: <190ee8598e448b44baabc71f037658f0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1893 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: firefox Issue ID: 1893 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2006-10-28 05:51 CEST Last Modified: 2009-03-26 20:40 CET ====================================================================== Summary: Firefox directories keep moving Description: The firefox directories contain the version, this means the plugins fail on update and it\'s difficult and/or foolish to link to any of the firefox libs, eg, libnss3.so. See bug: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0001889 I also need to link other packages to some mozilla libs. As for CSW packages we never need to have more than one instance can you please remove the version form the paths? The plugins and libs can then become just: /opt/csw/libexec/firefox/lib/firefox/plugins/ /opt/csw/libexec/firefox/lib/firefox/ There might be issues with version 1.X vs 2.X but the libs names themselves should allow for this I hope. ====================================================================== ---------------------------------------------------------------------- (0004137) jgoerzen (reporter) - 2006-10-30 12:02 http://www.opencsw.org/bugtrack/view.php?id=1893#c4137 ---------------------------------------------------------------------- Any idea how/where I can remove the version from the PATH? ---------------------------------------------------------------------- (0004139) james (reporter) - 2006-10-30 12:17 http://www.opencsw.org/bugtrack/view.php?id=1893#c4139 ---------------------------------------------------------------------- The RPATH doesn\'t contain the version anyway: $ dump -Lv firefox-bin | grep RPATH [58] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/SUNWspro/lib/rw7:/opt/SUNWspro/lib/v8:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib ...because the wrapper script sets LD_LIBRARY_PATH (see below). The exec script has line: moz_libdir=/opt/csw/libexec/firefox/lib/firefox-2.0 ...an easy edit. /opt/csw/libexec/firefox/lib/firefox-2.0/run-mozilla.sh sets the path from where is lives: cmdname=`basename \"$0\"` MOZ_DIST_BIN=`dirname \"$0\"` which sets LD_LIBRARY_PATH: ## Set LD_LIBRARY_PATH LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+\":$LD_LIBRARY_PATH\"} ...so no action is needed there (unless you want to strip that line and set the RPATH in the bins). Just move it and it will work from its location. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 20:40 wbonnet Assigned To jgoerzen => wbonnet ====================================================================== From noreply at opencsw.org Thu Mar 26 21:12:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 21:12:25 +0100 Subject: [bug-notifications] [eclipse 0001751]: Eclipse crashes on Solaris 9 In-Reply-To: Message-ID: <07024b3e3ddc01e6ebb0f48fe91098c0@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1751 ====================================================================== Reported By: AlanKrueger Assigned To: wbonnet ====================================================================== Project: eclipse Issue ID: 1751 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-08-17 20:18 CEST Last Modified: 2009-03-26 21:12 CET ====================================================================== Summary: Eclipse crashes on Solaris 9 Description: Used \"pkg-get install eclipse\" to download and install Eclipse. (Other tools previously fetched in the last week all work fine.) When I launch Eclipse, it prompts me for a workspace. Selecting a new directory (or anything else, apparently), it soon crashes with the gtk_tooltips_force_window bug described at https://bugs.eclipse.org/bugs/show_bug.cgi?id=149960. I\'ve tried \"pkg-get upgrade\" and everything is up-to-date, and this still happens. Not sure if I\'m looking at the version information correctly, but the version of gtk2 installed seems to be 2.10.1, which seems newer than the one they report this problem occurring on. Let me know if you need more information. ====================================================================== ---------------------------------------------------------------------- (0005762) wbonnet (manager) - 2009-03-26 21:12 http://www.opencsw.org/bugtrack/view.php?id=1751#c5762 ---------------------------------------------------------------------- Problem has not been reproduced Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 21:12 wbonnet Note Added: 0005762 2009-03-26 21:12 wbonnet Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 21:18:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 21:18:10 +0100 Subject: [bug-notifications] [xfce_load 0001616]: duplicate packages and naming problems In-Reply-To: <7289020a194317c015092dd1f6b26624> Message-ID: <0e576bbd1f36d0b3aa3c66bd15e9daed@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=1616 ====================================================================== Reported By: james Assigned To: wbonnet ====================================================================== Project: xfce_load Issue ID: 1616 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2006-05-30 14:48 CEST Last Modified: 2009-03-26 21:18 CET ====================================================================== Summary: duplicate packages and naming problems Description: i386 has: xfce_load 0.3.6,REV=2006.05.19 CSWxfceload xfce_systemload 0.3.4 CSWxfceload Sparc has: xfce_load 0.3.6,REV=2006.05.19 CSWxfcesystemload xfce_systemload 0.3.4 CSWxfceload ====================================================================== ---------------------------------------------------------------------- (0004247) wbonnet (manager) - 2006-12-19 17:02 http://www.opencsw.org/bugtrack/view.php?id=1616#c4247 ---------------------------------------------------------------------- It is fixed and included in unstable. Please can you confirm it is ok so i can close this bug ? ---------------------------------------------------------------------- (0005763) wbonnet (manager) - 2009-03-26 21:18 http://www.opencsw.org/bugtrack/view.php?id=1616#c5763 ---------------------------------------------------------------------- Extra package has been deleted Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 21:18 wbonnet Note Added: 0005763 2009-03-26 21:18 wbonnet Status assigned => closed ====================================================================== From noreply at opencsw.org Thu Mar 26 23:21:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 26 Mar 2009 23:21:17 +0100 Subject: [bug-notifications] [isaexec 0003470]: postinstall script fails on readonly /opt in zones In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3470 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: isaexec Issue ID: 3470 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-15 16:23 CET Last Modified: 2009-03-26 23:21 CET ====================================================================== Summary: postinstall script fails on readonly /opt in zones Description: postinstall script assumes that /opt is writable and fails trying to write there. ====================================================================== ---------------------------------------------------------------------- (0005764) philadmin (administrator) - 2009-03-26 23:21 http://www.opencsw.org/mantis/view.php?id=3470#c5764 ---------------------------------------------------------------------- Thanks for the report. i believe I have addressed the issue, in isaexec 0.2, which I am releasing today. Issue History Date Modified Username Field Change ====================================================================== 2009-03-15 16:23 automatthias New Issue 2009-03-26 23:21 philadmin Note Added: 0005764 2009-03-26 23:21 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Fri Mar 27 08:12:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 08:12:30 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-27 08:12 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl ---------------------------------------------------------------------- (0005737) Nicolai Schwindt (reporter) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=3499#c5737 ---------------------------------------------------------------------- Just in case : ap2_modphp5 5.2.6,REV=2008.10.28 SAME php5 5.2.6,REV=2009.03.08 SAME php5_bz2 5.2.6,REV=2009.03.08 SAME php5_ctype 5.2.6,REV=2009.03.08 SAME php5_curl 5.2.6,REV=2009.03.08 SAME php5_dba 5.2.6,REV=2009.03.08 SAME php5_devel 5.2.6,REV=2009.03.08 SAME php5_ftp 5.2.6,REV=2009.03.08 SAME php5_gd 5.2.6,REV=2009.03.08 SAME php5_gettext 5.2.6,REV=2009.03.08 SAME php5_gmp 5.2.6,REV=2009.03.08 SAME php5_imap 5.2.6,REV=2009.03.08 SAME php5_ldap 5.2.6,REV=2009.03.08 SAME php5_mbstring 5.2.6,REV=2009.03.08 SAME php5_mcrypt 5.2.6,REV=2009.03.08 SAME php5_mhash 5.2.6,REV=2009.03.08 SAME php5_mssql 5.2.6,REV=2009.03.08 SAME php5_mysql 5.2.6,REV=2009.03.08 SAME php5_mysqli 5.2.6,REV=2009.03.08 SAME php5_odbc 5.2.6,REV=2009.03.08 SAME php5_openssl 5.2.6,REV=2009.03.08 SAME php5_pdomysql 5.2.6,REV=2009.03.08 SAME php5_pdoodbc 5.2.6,REV=2009.03.08 SAME php5_pdopgsql 5.2.6,REV=2009.03.08 SAME php5_pdosqlite 5.2.6,REV=2009.03.08 SAME php5_pgsql 5.2.6,REV=2009.03.08 SAME php5_pspell 5.2.6,REV=2009.03.08 SAME php5_readline 5.2.6,REV=2008.10.28 SAME php5_session 5.2.6,REV=2009.03.08 SAME php5_snmp 5.2.6,REV=2009.03.08 SAME php5_soap 5.2.6,REV=2009.03.08 SAME php5_sqlite 5.2.6,REV=2009.03.08 SAME php5_wddx 5.2.6,REV=2009.03.08 SAME php5_xsl 5.2.6,REV=2009.03.08 SAME php5_zip 5.2.6,REV=2009.03.08 SAME ---------------------------------------------------------------------- (0005745) mwatters (manager) - 2009-03-26 19:23 http://www.opencsw.org/bugtrack/view.php?id=3499#c5745 ---------------------------------------------------------------------- I was able to reproduce. this issue also affects php5_curl. I suspect a php5_module dependency issue. i.e. php5_foo depends on php5_bar ---------------------------------------------------------------------- (0005765) Nicolai Schwindt (reporter) - 2009-03-27 08:12 http://www.opencsw.org/bugtrack/view.php?id=3499#c5765 ---------------------------------------------------------------------- It has been there several time i.e : http://bugs.php.net/bug.php?id=45557&edit=1 Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 2009-03-26 16:22 Nicolai SchwindtNote Added: 0005737 2009-03-26 19:23 mwatters Note Added: 0005745 2009-03-26 19:23 mwatters Status feedback => confirmed 2009-03-27 08:12 Nicolai SchwindtNote Added: 0005765 ====================================================================== From noreply at opencsw.org Fri Mar 27 10:37:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:37:22 +0100 Subject: [bug-notifications] [boost_devel 0003500]: Please update to 1.38 Message-ID: <4fcda20d82c2ed60a2e61486829a695c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3500 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: boost_devel Issue ID: 3500 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:37 CET Last Modified: 2009-03-27 10:37 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:37 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:38:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:38:01 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 Message-ID: <7b2482595a1c57e2f2b86e02df1e5530@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3501 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: boost_rt Issue ID: 3501 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:38 CET Last Modified: 2009-03-27 10:38 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:38 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:39:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:39:14 +0100 Subject: [bug-notifications] [faad2 0003502]: Please update to 2.7 Message-ID: <9717bd2e7663083568e3143a1554e1a2@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3502 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: faad2 Issue ID: 3502 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:39 CET Last Modified: 2009-03-27 10:39 CET ====================================================================== Summary: Please update to 2.7 Description: Please update to 2.7 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:39 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:40:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:40:52 +0100 Subject: [bug-notifications] [ffmpeg 0003503]: Please upgrade to latest subversion snapshot Message-ID: <34c52b353e539fb2aafa67f76f0ebbe1@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3503 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: ffmpeg Issue ID: 3503 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:40 CET Last Modified: 2009-03-27 10:40 CET ====================================================================== Summary: Please upgrade to latest subversion snapshot Description: Please upgrade to latest subversion snapshot ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:40 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:46:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:46:27 +0100 Subject: [bug-notifications] [xosd 0003504]: Please update to 2.2.12 Message-ID: <370a3349a1885466afe6dbea9fe6c0a5@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3504 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: xosd Issue ID: 3504 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:46 CET Last Modified: 2009-03-27 10:46 CET ====================================================================== Summary: Please update to 2.2.12 Description: Please update to 2.2.12 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:46 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:47:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:47:27 +0100 Subject: [bug-notifications] [ggetopt 0003505]: Please upgrade to 1.1.4 Message-ID: <4d7b4dac1ffaa9c9f56c54f403643b52@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3505 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: ggetopt Issue ID: 3505 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:47 CET Last Modified: 2009-03-27 10:47 CET ====================================================================== Summary: Please upgrade to 1.1.4 Description: Please upgrade to 1.1.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:47 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 10:49:54 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 10:49:54 +0100 Subject: [bug-notifications] [libcddb 0003506]: Please upgrade to 1.3.0 Message-ID: <486e9423684498e45cfe88c4b7c22535@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3506 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libcddb Issue ID: 3506 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 10:49 CET Last Modified: 2009-03-27 10:49 CET ====================================================================== Summary: Please upgrade to 1.3.0 Description: Please upgrade to 1.3.0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:49 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 11:17:35 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 11:17:35 +0100 Subject: [bug-notifications] [clusterssh 0003507]: clusterssh upgrade to 3.25 Message-ID: <98de62a129f00cc21d51c264245dfbed@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3507 ====================================================================== Reported By: automatthias Assigned To: ====================================================================== Project: clusterssh Issue ID: 3507 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 11:17 CET Last Modified: 2009-03-27 11:17 CET ====================================================================== Summary: clusterssh upgrade to 3.25 Description: The Makefile is already updated, can you please build the package? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 11:17 automatthias New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 13:14:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:14:14 +0100 Subject: [bug-notifications] [boost_devel 0003500]: Please update to 1.38 In-Reply-To: <073a728d83b82626abe79e35013828fc> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3500 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: boost_devel Issue ID: 3500 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:37 CET Last Modified: 2009-03-27 13:14 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:37 dam New Issue 2009-03-27 13:14 mjensen Status new => assigned 2009-03-27 13:14 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:15:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:15:27 +0100 Subject: [bug-notifications] [boost_rt 0003501]: Please update to 1.38 In-Reply-To: <2f11c98565f396188bb0e1ebece64059> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://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: 2009-03-27 13:15 CET ====================================================================== Summary: Please update to 1.38 Description: Please update to 1.38 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:38 dam New Issue 2009-03-27 13:15 mjensen Status new => assigned 2009-03-27 13:15 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:16:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:16:20 +0100 Subject: [bug-notifications] [faad2 0003502]: Please update to 2.7 In-Reply-To: <1262bec38a5e36c3ff1671f8a97edf3d> Message-ID: <408b5ec152c0a3aba1fba49eff300c20@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3502 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: faad2 Issue ID: 3502 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:39 CET Last Modified: 2009-03-27 13:16 CET ====================================================================== Summary: Please update to 2.7 Description: Please update to 2.7 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:39 dam New Issue 2009-03-27 13:16 mjensen Status new => assigned 2009-03-27 13:16 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:17:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:17:01 +0100 Subject: [bug-notifications] [ffmpeg 0003503]: Please upgrade to latest subversion snapshot In-Reply-To: <14ebf72218c9841cc1b1ec3b1bf725a0> Message-ID: <372bbe67d25d9275abff744bfda159fa@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3503 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: ffmpeg Issue ID: 3503 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:40 CET Last Modified: 2009-03-27 13:17 CET ====================================================================== Summary: Please upgrade to latest subversion snapshot Description: Please upgrade to latest subversion snapshot ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:40 dam New Issue 2009-03-27 13:17 mjensen Status new => assigned 2009-03-27 13:17 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:17:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:17:45 +0100 Subject: [bug-notifications] [xosd 0003504]: Please update to 2.2.12 In-Reply-To: <384e0902ce8c5a455e540c4be670dc5e> Message-ID: <3abb91238440bf34b549641417f49e5e@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3504 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: xosd Issue ID: 3504 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:46 CET Last Modified: 2009-03-27 13:17 CET ====================================================================== Summary: Please update to 2.2.12 Description: Please update to 2.2.12 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:46 dam New Issue 2009-03-27 13:17 mjensen Status new => assigned 2009-03-27 13:17 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:19:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:19:13 +0100 Subject: [bug-notifications] [ggetopt 0003505]: Please upgrade to 1.1.4 In-Reply-To: <0e22fcd2c3fce79e9c79b35ee001b41d> Message-ID: <5174131473aaeccbd4e5e72a3aefca34@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3505 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: ggetopt Issue ID: 3505 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:47 CET Last Modified: 2009-03-27 13:19 CET ====================================================================== Summary: Please upgrade to 1.1.4 Description: Please upgrade to 1.1.4 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:47 dam New Issue 2009-03-27 13:19 mjensen Status new => assigned 2009-03-27 13:19 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:23:19 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:23:19 +0100 Subject: [bug-notifications] [libcddb 0003506]: Please upgrade to 1.3.0 In-Reply-To: <19296650cf8f77fa90d10b0ad71a7b6a> Message-ID: <47fea2ae829c267ab88e020d81d223a9@opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/mantis/view.php?id=3506 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: libcddb Issue ID: 3506 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 10:49 CET Last Modified: 2009-03-27 13:23 CET ====================================================================== Summary: Please upgrade to 1.3.0 Description: Please upgrade to 1.3.0 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 10:49 dam New Issue 2009-03-27 13:23 mjensen Status new => assigned 2009-03-27 13:23 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Fri Mar 27 13:56:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:56:07 +0100 Subject: [bug-notifications] [irrtoolset 0002716]: Missing depend for gcc rt In-Reply-To: <94c0f394eb45ec746a99d0c55e187cd2> Message-ID: <689165509573eb16bf32b8d711ccdced@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2716 ====================================================================== Reported By: james Assigned To: iand ====================================================================== Project: irrtoolset Issue ID: 2716 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-12-27 12:10 CET Last Modified: 2009-03-27 13:56 CET ====================================================================== Summary: Missing depend for gcc rt Description: $ RtConfig ld.so.1: RtConfig: fatal: libstdc++.so.6: open failed: No such file or directory zsh: killed RtConfig libstdc++.so.6 is in gcc3g++rt and gcc4g++rt, I think gcc3 was used, please add depend for CSWgcc3g++rt or CSWgcc4g++rt ====================================================================== ---------------------------------------------------------------------- (0005024) iand (manager) - 2007-12-27 21:28 http://www.opencsw.org/bugtrack/view.php?id=2716#c5024 ---------------------------------------------------------------------- Dependency to CSWgcc3g++rt added and placed back into newpkgs ---------------------------------------------------------------------- (0005766) iand (manager) - 2009-03-27 13:56 http://www.opencsw.org/bugtrack/view.php?id=2716#c5766 ---------------------------------------------------------------------- Resolved and re-released a long time ago Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 13:56 iand Note Added: 0005766 2009-03-27 13:56 iand Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 27 13:56:50 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 13:56:50 +0100 Subject: [bug-notifications] [aggregate 0002820]: Not Sun4m compatible In-Reply-To: <09b903410a0ec9591c025dd3bcb0c445> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2820 ====================================================================== Reported By: james Assigned To: iand ====================================================================== Project: aggregate Issue ID: 2820 Category: regular use Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2008-03-21 12:51 CET Last Modified: 2009-03-27 13:56 CET ====================================================================== Summary: Not Sun4m compatible Description: /opt/csw/bin/aggregate: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped Remember to use -xarch=v8 or -xarch=386 as appropriate. ====================================================================== ---------------------------------------------------------------------- (0005203) iand (manager) - 2008-03-21 21:40 http://www.opencsw.org/bugtrack/view.php?id=2820#c5203 ---------------------------------------------------------------------- Was built with -fast -xarch=v8 - will rebuild and check before resubmitting. ---------------------------------------------------------------------- (0005204) iand (manager) - 2008-03-21 21:52 http://www.opencsw.org/bugtrack/view.php?id=2820#c5204 ---------------------------------------------------------------------- aggregate: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped aggregate-1.6,REV=2008.03.22 now in newpkgs edited on: 2008-03-21 21:52 ---------------------------------------------------------------------- (0005767) iand (manager) - 2009-03-27 13:56 http://www.opencsw.org/bugtrack/view.php?id=2820#c5767 ---------------------------------------------------------------------- Resolved and re-released a long time ago Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 13:56 iand Note Added: 0005767 2009-03-27 13:56 iand Status resolved => closed ====================================================================== From noreply at opencsw.org Fri Mar 27 15:04:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 15:04:11 +0100 Subject: [bug-notifications] [php5_xsl 0003499]: php5 modules xsl broken In-Reply-To: <93a5c19f8e5349c1347cf1ec6b0780da> Message-ID: <87bd759cc903794e8b57997f49804579@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3499 ====================================================================== Reported By: Nicolai Schwindt Assigned To: mwatters ====================================================================== Project: php5_xsl Issue ID: 3499 Category: regular use Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-26 14:37 CET Last Modified: 2009-03-27 15:04 CET ====================================================================== Summary: php5 modules xsl broken Description: /opt/csw/php5/bin/php PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0005734) mwatters (manager) - 2009-03-26 15:01 http://www.opencsw.org/bugtrack/view.php?id=3499#c5734 ---------------------------------------------------------------------- Please supply the output of the following commands to help me diagnose the issue. I am unable to reproduce. dump -Lv /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so and pkginfo |grep php5 ---------------------------------------------------------------------- (0005736) Nicolai Schwindt (reporter) - 2009-03-26 16:20 http://www.opencsw.org/bugtrack/view.php?id=3499#c5736 ---------------------------------------------------------------------- I forgot to mention uname -a SunOS serv-4100 5.10 Generic_138889-02 i86pc i386 i86pc and to be sure I had to uncomment the line extension=xsl.so to activate in php.ini, this is disabled by default. Did you activate it in your setup ? Despite that here the output : /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so: **** DYNAMIC SECTION INFORMATION **** .dynamic: [INDEX] Tag Value [1] NEEDED libexslt.so.0 [2] NEEDED libxslt.so.1 [3] NEEDED libxml2.so.2 [4] NEEDED libz.so [5] NEEDED libiconv.so.2 [6] NEEDED libsocket.so.1 [7] NEEDED libnsl.so.1 [8] NEEDED libm.so.1 [9] NEEDED libc.so.1 [10] SONAME xsl.so [11] RUNPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [12] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST:/opt/csw/bdb44/lib/$ ISALIST:/opt/csw/bdb44/lib [13] HASH 0xc4 [14] STRTAB 0xd7c [15] STRSZ 0xbc6 [16] SYMTAB 0x50c [17] SYMENT 0x10 [18] CHECKSUM 0x3438 [19] VERNEED 0x1944 [20] VERNEEDNUM 0x1 [21] PLTSZ 0x2f0 [22] PLTREL 0x11 [23] JMPREL 0x1bac [24] REL 0x1964 [25] RELSZ 0x538 [26] RELENT 0x8 [27] FEATURE_1 PARINIT [28] SUNW_CAP 0xb4 [29] FLAGS 0 [30] FLAGS_1 0 [31] PLTGOT 0x14ba0 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/xsl.so libexslt.so.0 => /opt/csw/lib/libexslt.so.0 libxslt.so.1 => /opt/csw/lib/libxslt.so.1 libxml2.so.2 => /opt/csw/lib/libxml2.so.2 libz.so => /opt/csw/lib/libz.so libiconv.so.2 => /opt/csw/lib/libiconv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libgcrypt.so.11 => /opt/csw/lib/libgcrypt.so.11 libgpg-error.so.0 => /opt/csw/lib/libgpg-error.so.0 libpthread.so.1 => /lib/libpthread.so.1 libdl.so.1 => /lib/libdl.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libsec.so.1 => /lib/libsec.so.1 libavl.so.1 => /lib/libavl.so.1 libm.so.2 => /lib/libm.so.2 pkginfo |grep php5 application CSWap2modphp5 ap2_modphp5 - PHP 5 - Apache 2.2.x Module application CSWphp5 php5 - A High-Level Scripting Languages application CSWphp5bz2 php5_bz2 - bz2 Extention for PHP5 application CSWphp5dba php5_dba - dba Extention for PHP5 application CSWphp5devel php5_devel - Development files for php5 application CSWphp5ftp php5_ftp - ftp Extention for PHP5 application CSWphp5gd php5_gd - gd Extention for PHP5 application CSWphp5gettext php5_gettext - gettext Extention for PHP5 application CSWphp5gmp php5_gmp - gmp Extention for PHP5 application CSWphp5imap php5_imap - imap Extention for PHP5 application CSWphp5ldap php5_ldap - ldap Extention for PHP5 application CSWphp5mcrypt php5_mcrypt - mcrypt Extention for PHP5 application CSWphp5mhash php5_mhash - mhash Extention for PHP5 application CSWphp5mssql php5_mssql - mssql Extention for PHP5 application CSWphp5mysql php5_mysql - mysql Extention for PHP5 application CSWphp5mysqli php5_mysqli - mysqli Extention for PHP5 application CSWphp5odbc php5_odbc - odbc Extention for PHP5 application CSWphp5openssl php5_openssl - openssl Extention for PHP5 application CSWphp5pdomysql php5_pdomysql - pdomysql Extention for PHP5 application CSWphp5pdoodbc php5_pdoodbc - pdoodbc Extention for PHP5 application CSWphp5pdopgsql php5_pdopgsql - pdopgsql Extention for PHP5 application CSWphp5pdosqlite php5_pdosqlite - pdosqlite Extention for PHP5 application CSWphp5pgsql php5_pgsql - pgsql Extention for PHP5 application CSWphp5pspell php5_pspell - pspell Extention for PHP5 application CSWphp5readline php5_readline - PHP 5 - GNU readline Extension application CSWphp5session php5_session - session Extention for PHP5 application CSWphp5snmp php5_snmp - snmp Extention for PHP5 application CSWphp5soap php5_soap - soap Extention for PHP5 application CSWphp5sqlite php5_sqlite - sqlite Extention for PHP5 application CSWphp5wddx php5_wddx - wddx Extention for PHP5 application CSWphp5xsl ---------------------------------------------------------------------- (0005737) Nicolai Schwindt (reporter) - 2009-03-26 16:22 http://www.opencsw.org/bugtrack/view.php?id=3499#c5737 ---------------------------------------------------------------------- Just in case : ap2_modphp5 5.2.6,REV=2008.10.28 SAME php5 5.2.6,REV=2009.03.08 SAME php5_bz2 5.2.6,REV=2009.03.08 SAME php5_ctype 5.2.6,REV=2009.03.08 SAME php5_curl 5.2.6,REV=2009.03.08 SAME php5_dba 5.2.6,REV=2009.03.08 SAME php5_devel 5.2.6,REV=2009.03.08 SAME php5_ftp 5.2.6,REV=2009.03.08 SAME php5_gd 5.2.6,REV=2009.03.08 SAME php5_gettext 5.2.6,REV=2009.03.08 SAME php5_gmp 5.2.6,REV=2009.03.08 SAME php5_imap 5.2.6,REV=2009.03.08 SAME php5_ldap 5.2.6,REV=2009.03.08 SAME php5_mbstring 5.2.6,REV=2009.03.08 SAME php5_mcrypt 5.2.6,REV=2009.03.08 SAME php5_mhash 5.2.6,REV=2009.03.08 SAME php5_mssql 5.2.6,REV=2009.03.08 SAME php5_mysql 5.2.6,REV=2009.03.08 SAME php5_mysqli 5.2.6,REV=2009.03.08 SAME php5_odbc 5.2.6,REV=2009.03.08 SAME php5_openssl 5.2.6,REV=2009.03.08 SAME php5_pdomysql 5.2.6,REV=2009.03.08 SAME php5_pdoodbc 5.2.6,REV=2009.03.08 SAME php5_pdopgsql 5.2.6,REV=2009.03.08 SAME php5_pdosqlite 5.2.6,REV=2009.03.08 SAME php5_pgsql 5.2.6,REV=2009.03.08 SAME php5_pspell 5.2.6,REV=2009.03.08 SAME php5_readline 5.2.6,REV=2008.10.28 SAME php5_session 5.2.6,REV=2009.03.08 SAME php5_snmp 5.2.6,REV=2009.03.08 SAME php5_soap 5.2.6,REV=2009.03.08 SAME php5_sqlite 5.2.6,REV=2009.03.08 SAME php5_wddx 5.2.6,REV=2009.03.08 SAME php5_xsl 5.2.6,REV=2009.03.08 SAME php5_zip 5.2.6,REV=2009.03.08 SAME ---------------------------------------------------------------------- (0005745) mwatters (manager) - 2009-03-26 19:23 http://www.opencsw.org/bugtrack/view.php?id=3499#c5745 ---------------------------------------------------------------------- I was able to reproduce. this issue also affects php5_curl. I suspect a php5_module dependency issue. i.e. php5_foo depends on php5_bar ---------------------------------------------------------------------- (0005765) Nicolai Schwindt (reporter) - 2009-03-27 08:12 http://www.opencsw.org/bugtrack/view.php?id=3499#c5765 ---------------------------------------------------------------------- It has been there several time i.e : http://bugs.php.net/bug.php?id=45557&edit=1 ---------------------------------------------------------------------- (0005768) mwatters (manager) - 2009-03-27 15:04 http://www.opencsw.org/bugtrack/view.php?id=3499#c5768 ---------------------------------------------------------------------- Thank you! I saw that last night. I will go through the proposed patch and get it in the 5.2.9 build. Issue History Date Modified Username Field Change ====================================================================== 2009-03-26 14:37 Nicolai SchwindtNew Issue 2009-03-26 14:53 mwatters Status new => assigned 2009-03-26 14:53 mwatters Assigned To => mwatters 2009-03-26 15:01 mwatters Note Added: 0005734 2009-03-26 15:01 mwatters Status assigned => feedback 2009-03-26 16:20 Nicolai SchwindtNote Added: 0005736 2009-03-26 16:22 Nicolai SchwindtNote Added: 0005737 2009-03-26 19:23 mwatters Note Added: 0005745 2009-03-26 19:23 mwatters Status feedback => confirmed 2009-03-27 08:12 Nicolai SchwindtNote Added: 0005765 2009-03-27 15:04 mwatters Note Added: 0005768 ====================================================================== From noreply at opencsw.org Fri Mar 27 17:30:22 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 17:30:22 +0100 Subject: [bug-notifications] [tetex 0003508]: Package shouldn't contain texi2pdf Message-ID: <6526587006e1766641434ed82754c673@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3508 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: tetex Issue ID: 3508 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 17:30 CET Last Modified: 2009-03-27 17:30 CET ====================================================================== Summary: Package shouldn't contain texi2pdf Description: The package contains /opt/csw/bin/texi2pdf which is also in CSWtexinfo. IMHO it should not be in CSWtetex. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 17:30 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 17:38:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 17:38:56 +0100 Subject: [bug-notifications] [pkg_get 0003509]: Can't install packages which contain hypens Message-ID: <8da04280e9bc9d2f78ec54ba6ad63c7d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3509 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: pkg_get Issue ID: 3509 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-27 17:38 CET Last Modified: 2009-03-27 17:38 CET ====================================================================== Summary: Can't install packages which contain hypens Description: Installing packages with '-' in the CSW-name doesn't work, e. g. pkg-get -i CSWpython-tk However, pkg-get -i python_tk works ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 17:38 dam New Issue ====================================================================== From noreply at opencsw.org Fri Mar 27 18:37:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 27 Mar 2009 18:37:25 +0100 Subject: [bug-notifications] [tetex 0003508]: Package shouldn't contain texi2pdf In-Reply-To: <7524d12e6c5ebc4c9b559f33ac66c4a2> Message-ID: <9fc653b8732518547ca4e32048ea3743@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3508 ====================================================================== Reported By: dam Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 3508 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-27 17:30 CET Last Modified: 2009-03-27 18:37 CET ====================================================================== Summary: Package shouldn't contain texi2pdf Description: The package contains /opt/csw/bin/texi2pdf which is also in CSWtexinfo. IMHO it should not be in CSWtetex. ====================================================================== ---------------------------------------------------------------------- (0005769) pfelecan (manager) - 2009-03-27 18:37 http://www.opencsw.org/mantis/view.php?id=3508#c5769 ---------------------------------------------------------------------- That's so true. When a new upstream version is available I'll remove this from the package. However, teTeX is not evolving anymore and a TeXLive packaging seems more adequate. Issue History Date Modified Username Field Change ====================================================================== 2009-03-27 17:30 dam New Issue 2009-03-27 18:37 pfelecan Note Added: 0005769 2009-03-27 18:37 pfelecan Status new => acknowledged 2009-03-27 18:37 pfelecan Status acknowledged => assigned 2009-03-27 18:37 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Sat Mar 28 09:22:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 09:22:03 +0100 Subject: [bug-notifications] [python 0003510]: 'import curses' fails in currrent Python (2.6.1, REV=2009.03.02) Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3510 ====================================================================== Reported By: maciej Assigned To: ====================================================================== Project: python Issue ID: 3510 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-28 09:22 CET Last Modified: 2009-03-28 09:22 CET ====================================================================== Summary: 'import curses' fails in currrent Python (2.6.1,REV=2009.03.02) Description: I'm unable to import 'curses' module in current Python. The same symptom is observed on x86 and sparc. maciej at vsol01 ~ $ pkgparam CSWpython VERSION 2.6.1,REV=2009.03.02 maciej at vsol01 ~ $ python Python 2.6.1 (r261:67515, Mar 2 2009, 15:07:22) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in from _curses import * ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol wchgat: referenced symbol not found ncurses is installed: maciej at vsol01 ~ $ pkgparam CSWncurses VERSION 5.7,REV=2009.01.23 On sparc, it looks like this: maciej at netra ~ $ python Python 2.6.1 (r261:67515, Mar 2 2009, 14:14:28) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "", line 1, in File "/opt/csw/lib/python2.6/curses/__init__.py", line 15, in from _curses import * ImportError: ld.so.1: python: fatal: relocation error: file /opt/csw/lib/python2.6/lib-dynload/_cursesmodule.so: symbol mvwchgat: referenced symbol not found >>> ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 09:22 maciej New Issue ====================================================================== From noreply at opencsw.org Sat Mar 28 12:10:09 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 12:10:09 +0100 Subject: [bug-notifications] [cyrus_imapd 0002996]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: <086bbf707bd32224f1034bb85fdb8bb7> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2996 ====================================================================== Reported By: dam Assigned To: yann ====================================================================== Project: cyrus_imapd Issue ID: 2996 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:21 CET Last Modified: 2009-03-28 12:10 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0005770) yann (manager) - 2009-03-28 12:10 http://www.opencsw.org/bugtrack/view.php?id=2996#c5770 ---------------------------------------------------------------------- Fixed in 2.3.14,REV=2009.03.27 Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:21 dam New Issue 2009-02-28 11:42 yann Status new => assigned 2009-02-28 11:42 yann Assigned To => yann 2009-03-28 12:10 yann Note Added: 0005770 2009-03-28 12:10 yann Status assigned => closed ====================================================================== From noreply at opencsw.org Sat Mar 28 12:10:18 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 12:10:18 +0100 Subject: [bug-notifications] [cyrus_imapd_utils 0002995]: Please depend against CSWpcrert instead of CSWpcre In-Reply-To: Message-ID: <9cba49f2baf8cc17db1bb7b7e325cf65@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2995 ====================================================================== Reported By: dam Assigned To: yann ====================================================================== Project: cyrus_imapd_utils Issue ID: 2995 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-01-15 16:20 CET Last Modified: 2009-03-28 12:10 CET ====================================================================== Summary: Please depend against CSWpcrert instead of CSWpcre Description: Please depend against CSWpcrert instead of CSWpcre ====================================================================== ---------------------------------------------------------------------- (0005771) yann (manager) - 2009-03-28 12:10 http://www.opencsw.org/bugtrack/view.php?id=2995#c5771 ---------------------------------------------------------------------- Fixed in 2.3.14,REV=2009.03.27 Issue History Date Modified Username Field Change ====================================================================== 2009-01-15 16:20 dam New Issue 2009-02-28 11:42 yann Status new => assigned 2009-02-28 11:42 yann Assigned To => yann 2009-03-28 12:10 yann Note Added: 0005771 2009-03-28 12:10 yann Status assigned => closed ====================================================================== From noreply at opencsw.org Sat Mar 28 14:00:34 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 14:00:34 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core Message-ID: <715693de2e73824a6a88ffd680878d76@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 14:00 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue ====================================================================== From noreply at opencsw.org Sat Mar 28 14:12:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 14:12:21 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: <33fe54212461f8150aefbb528f25f550@opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 14:12 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann ====================================================================== From noreply at opencsw.org Sat Mar 28 14:22:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 14:22:53 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: The following issue requires your FEEDBACK. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 14:22 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== ---------------------------------------------------------------------- (0005772) yann (manager) - 2009-03-28 14:22 http://opencsw.org/bugtrack/view.php?id=3511#c5772 ---------------------------------------------------------------------- Can you tell me more about your environnement 'cause I don't reproduce this bug on solaris 8 branded zone and solaris 10 x86 ? Can you join the core file, give me the output of "ldd /opt/csw/bin/lftp" and "pkg-get -c" ? Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann 2009-03-28 14:22 yann Note Added: 0005772 2009-03-28 14:22 yann Status assigned => feedback ====================================================================== From noreply at opencsw.org Sat Mar 28 18:02:15 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 18:02:15 +0100 Subject: [bug-notifications] [mutt 0003483]: Please upgrade to 1.5.19 In-Reply-To: Message-ID: <1010917fc7d6535d2fa1a56abfe4f662@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3483 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mutt Issue ID: 3483 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 22:23 CET Last Modified: 2009-03-28 18:02 CET ====================================================================== Summary: Please upgrade to 1.5.19 Description: Please upgrade to 1.5.19 ====================================================================== ---------------------------------------------------------------------- (0005774) philadmin (administrator) - 2009-03-28 18:02 http://www.opencsw.org/mantis/view.php?id=3483#c5774 ---------------------------------------------------------------------- YOU again?!?! :-) will be released today Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:23 dam New Issue 2009-03-28 18:02 philadmin Note Added: 0005774 2009-03-28 18:02 philadmin Status new => closed ====================================================================== From noreply at opencsw.org Sat Mar 28 18:23:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 18:23:27 +0100 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-28 18:23 CET ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== ---------------------------------------------------------------------- (0005772) yann (manager) - 2009-03-28 14:22 http://opencsw.org/bugtrack/view.php?id=3511#c5772 ---------------------------------------------------------------------- Can you tell me more about your environnement 'cause I don't reproduce this bug on solaris 8 branded zone and solaris 10 x86 ? Can you join the core file, give me the output of "ldd /opt/csw/bin/lftp" and "pkg-get -c" ? ---------------------------------------------------------------------- (0005775) wbonnet (reporter) - 2009-03-28 18:23 http://opencsw.org/bugtrack/view.php?id=3511#c5775 ---------------------------------------------------------------------- core file is available on the farm in my homedir $ ldd /opt/csw/bin/lftp libexpat.so.1 => /opt/csw/lib/i386/libexpat.so.1 libssl.so.0.9.8 => /opt/csw/lib/pentium_pro/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 librt.so.1 => /lib/librt.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libiconv.so.2 => /opt/csw/lib/i386/libiconv.so.2 libreadline.so.6 => /opt/csw/lib/i386/libreadline.so.6 libcurses.so.1 => /lib/libcurses.so.1 libresolv.so.2 => /lib/libresolv.so.2 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libCstd.so.1 => /usr/lib/libCstd.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libsec.so.1 => /lib/libsec.so.1 libncurses.so.5 => /opt/csw/lib/libncurses.so.5 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libavl.so.1 => /lib/libavl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann 2009-03-28 14:22 yann Note Added: 0005772 2009-03-28 14:22 yann Status assigned => feedback 2009-03-28 18:21 wbonnet File Added: pkglist.txt 2009-03-28 18:23 wbonnet Note Added: 0005775 ====================================================================== From noreply at opencsw.org Sat Mar 28 22:33:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 28 Mar 2009 22:33:45 +0100 Subject: [bug-notifications] [dhcp 0003464]: DHCP 4.1 does not work on some Solaris systems In-Reply-To: Message-ID: <4a22fc11e4c91d19f1e6ec9863434d45@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3464 ====================================================================== Reported By: bonivart Assigned To: bonivart ====================================================================== Project: dhcp Issue ID: 3464 Category: regular use Reproducibility: sometimes Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-13 13:59 CET Last Modified: 2009-03-28 22:33 CET ====================================================================== Summary: DHCP 4.1 does not work on some Solaris systems Description: There's a problem with DHCP 4.1 on Solaris and possibly some other OS:es. I have reports from two people that they can't get their old config (from 3.x) to work with 4.1. One has tested extensively by compiling 4.1 himself with exactly the same result so it's not unique to our package. He backed down to our old 3.1 package and all is well again. ====================================================================== ---------------------------------------------------------------------- (0005776) bonivart (manager) - 2009-03-28 22:33 http://www.opencsw.org/mantis/view.php?id=3464#c5776 ---------------------------------------------------------------------- DHCP 3.1 in testing for those who need it: http://mirror.opencsw.org/testing/dhcp-3.1.0,REV=2007.10.29-SunOS5.8-sparc-CSW.pkg.gz http://mirror.opencsw.org/testing/dhcp-3.1.0,REV=2007.10.29-SunOS5.8-i386-CSW.pkg.gz Issue History Date Modified Username Field Change ====================================================================== 2009-03-13 13:59 bonivart New Issue 2009-03-13 13:59 bonivart Status new => assigned 2009-03-13 13:59 bonivart Assigned To => bonivart 2009-03-28 22:33 bonivart Note Added: 0005776 ====================================================================== From noreply at opencsw.org Sun Mar 29 12:55:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 12:55:45 +0200 Subject: [bug-notifications] [dovecot 0002911]: Error: child 19438 (auth-worker) killed with signal 11 --- SQL Authentication In-Reply-To: <2fba4eefeb8d6e3b3560d5426035dcb0> Message-ID: <7e27711c465e4840361a0853ad69f35d@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2911 ====================================================================== Reported By: Tomas Das Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 2911 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-06-08 06:21 CEST Last Modified: 2009-03-29 12:55 CEST ====================================================================== Summary: Error: child 19438 (auth-worker) killed with signal 11 --- SQL Authentication Description: When I use SQL Authentication in the dovecot, auth-worker procces crash immediately after starting dovecot. dovecot: Jun 08 12:04:10 Info: Dovecot v1.0.13 starting up dovecot: Jun 08 12:04:11 Error: child 19438 (auth-worker) killed with signal 11 When I have in the \"auth default\" only \"passdb pam\" it is ok. ====================================================================== ---------------------------------------------------------------------- (0005777) skayser (administrator) - 2009-03-29 12:55 http://www.opencsw.org/mantis/view.php?id=2911#c5777 ---------------------------------------------------------------------- CSWdovecot has a new maintainer and an updated dovecot version (1.1.11) has been published to current. Could you please verify whether your problem persists with the updated version. Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 12:55 skayser Note Added: 0005777 2009-03-29 12:55 skayser Assigned To => skayser 2009-03-29 12:55 skayser Status new => feedback ====================================================================== From noreply at opencsw.org Sun Mar 29 13:00:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 13:00:03 +0200 Subject: [bug-notifications] [dovecot 0003027]: Auto SSL cert generation does not work In-Reply-To: Message-ID: The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3027 ====================================================================== Reported By: rpp3po Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 3027 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-01-20 03:36 CET Last Modified: 2009-03-29 13:00 CEST ====================================================================== Summary: Auto SSL cert generation does not work Description: Dovecot includes the mkcert.sh script (in opt/csw/doc/dovecot). You can use it to easily generate a certificate and private key for secure SSL connections. The script has not been modified for the CSW directory structure, yet. It can easily be done: just correct a line in mkcert.sh to SSLDIR=${SSLDIR-/opt/csw/ssl} instead of SSLDIR=${SSLDIR-/etc/ssl} and add the directory '/opt/csw/ssl/private' to the tree. ====================================================================== ---------------------------------------------------------------------- (0005778) skayser (administrator) - 2009-03-29 13:00 http://www.opencsw.org/mantis/view.php?id=3027#c5778 ---------------------------------------------------------------------- Thanks for reporting this issue. CSWdovecot has a new maintainer and a new dovecot version (1.1.11) has been published that includes a fix to mkcert.sh as well as a pre-generated self-signed sample cert for out-of-the-box IMAPS/POP3S usage. Issue History Date Modified Username Field Change ====================================================================== 2009-01-20 03:36 rpp3po New Issue 2009-03-29 13:00 skayser Note Added: 0005778 2009-03-29 13:00 skayser Status new => resolved 2009-03-29 13:00 skayser Resolution open => fixed 2009-03-29 13:00 skayser Assigned To => skayser ====================================================================== From noreply at opencsw.org Sun Mar 29 13:11:36 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 13:11:36 +0200 Subject: [bug-notifications] [dovecot 0002760]: Auth fails for LDAP users via PAM In-Reply-To: Message-ID: The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2760 ====================================================================== Reported By: laurent Assigned To: skayser ====================================================================== Project: dovecot Issue ID: 2760 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: feedback ====================================================================== Date Submitted: 2008-01-31 08:38 CET Last Modified: 2009-03-29 13:11 CEST ====================================================================== Summary: Auth fails for LDAP users via PAM Description: My Solaris 10 is configured to have most users in LDAP, they\'re authenticated via configuration in PAM and nsswitch. It works fine with WU-IMAP, Qpopper, and even a self-built dovecot 1.0.10, but not with the Blastwave version. The Blastwave version will accept a local (/etc/passwd) user, but the auth fails for all PAM LDAP users. My self-built version works, using the Blastwave SMF method and the same configuration file. ====================================================================== ---------------------------------------------------------------------- (0005118) asmoore (reporter) - 2008-01-31 18:17 http://www.opencsw.org/mantis/view.php?id=2760#c5118 ---------------------------------------------------------------------- Whose LDAP? ---------------------------------------------------------------------- (0005119) asmoore (reporter) - 2008-01-31 18:20 http://www.opencsw.org/mantis/view.php?id=2760#c5119 ---------------------------------------------------------------------- Sorry, I meant to ask: Whose ldap libraries? ---------------------------------------------------------------------- (0005120) laurent (reporter) - 2008-02-01 03:33 http://www.opencsw.org/mantis/view.php?id=2760#c5120 ---------------------------------------------------------------------- It\'s Solaris LDAP that are used by the system\'s PAM. But I have to be clear, I have not configured Dovecot to use LDAP directly, and the version I built is not even linked with LDAP. I\'m only trying to use PAM here. ---------------------------------------------------------------------- (0005123) asmoore (reporter) - 2008-02-03 09:45 http://www.opencsw.org/mantis/view.php?id=2760#c5123 ---------------------------------------------------------------------- Please test the dovecot_pam package at http://www.blastwave.org/testing . It will be listed on the web page within the next hour or so. You need to `pkgrm CSWdovecot`, download dovecot_pam for your architecture, gunzip the file and `pkgadd -d <filename>` ---------------------------------------------------------------------- (0005124) laurent (reporter) - 2008-02-04 04:12 http://www.opencsw.org/mantis/view.php?id=2760#c5124 ---------------------------------------------------------------------- I installed it, and a first test shows that a AM authenticated user now can log in. Thanks! ---------------------------------------------------------------------- (0005125) asmoore (reporter) - 2008-02-04 06:47 http://www.opencsw.org/mantis/view.php?id=2760#c5125 ---------------------------------------------------------------------- For CSWdovecot-pam, I removed --with-ldap. Since you did not need --with-mysql, I removed that as well. This proves that dovecot is doing something with the OpenLDAP linkage that breaks pam using Sun\'s ldap. I do not know how to integrate CSWdovecot-pam within the blastwave packaging framework and rules/standards. I am working on it and may find an answer. ---------------------------------------------------------------------- (0005126) laurent (reporter) - 2008-02-04 07:26 http://www.opencsw.org/mantis/view.php?id=2760#c5126 ---------------------------------------------------------------------- FWIW, I\'d like to have both PAM and LDAP built in. PAM is practical to make it work easily, however, we can\'t rule out switching to direct LDAP authentication in the future, while keeping any /etc/passwd account working. ---------------------------------------------------------------------- (0005127) asmoore (reporter) - 2008-02-04 18:40 http://www.opencsw.org/mantis/view.php?id=2760#c5127 ---------------------------------------------------------------------- Yes, I have to keep OpenLDAP working with dovecot. I think that is a more typical way to setup virtual accounts. I have used the current CSWdovecot package with pam and passwd/shadow accounts. It works fine. ---------------------------------------------------------------------- (0005129) laurent (reporter) - 2008-02-05 09:13 http://www.opencsw.org/mantis/view.php?id=2760#c5129 ---------------------------------------------------------------------- In my case, accounts are not completely virtual, some are really needed for login on the server, hence the need for PAM, at least now. When you say it works, it means that you managed to have PAM work as expected using the unmodified Dovecot package? Could you show me a sample of your configuration files? In my case, I use the *same* configuration, and one binary works with PAM accounts, the other does not. Local accounts did work, though. ---------------------------------------------------------------------- (0005130) asmoore (reporter) - 2008-02-05 18:37 http://www.opencsw.org/mantis/view.php?id=2760#c5130 ---------------------------------------------------------------------- Here is my /opt/csw/etc/dovecot.conf for passwd - files (not ldap). I removed the commented lines. base_dir = /opt/csw/var/run/dovecot/ protocols = imap shutdown_clients = yes syslog_facility = mail login_dir = /opt/csw/var/run/dovecot/login login_chroot = yes login_user = dovecot login_process_per_connection = yes login_processes_count = 3 login_max_processes_count = 128 login_max_connections = 256 default_mail_env = maildir:%h/Maildir:INDEX=/opt/csw/var/dovecot/indexes/%n mail_full_filesystem_access = no lock_method = fcntl first_valid_uid = 100 last_valid_uid = 32766 mailbox_idle_check_interval = 30 protocol imap { login_executable = /opt/csw/libexec/dovecot/imap-login mail_executable = /opt/csw/libexec/dovecot/imap } auth_executable = /opt/csw/libexec/dovecot/dovecot-auth auth_verbose = no auth default { mechanisms = plain passdb pam { args = dovecot } userdb passwd { } user = root } plugin { } ---------------------------------------------------------------------- (0005147) asmoore (reporter) - 2008-02-24 11:05 http://www.opencsw.org/mantis/view.php?id=2760#c5147 ---------------------------------------------------------------------- Please see how this works for you. I have built dovecot twice and have only the one package available. I added /opt/csw/sbin/dovecot-pam.ldap to the package, as I think that this is all that is really needed. However, I have no way to test this. Packages are at http://www.blastwave.org/testing for download and manual install. Please confirm that this does or does not work for you. Here is the text that I added to README.CSW: 2008-02-24 If you are having trouble using pam with Solaris ldap naming services, rename /opt/csw/sbin/dovecot to /opt/csw/sbin/dovecot.OFF and rename /opt/csw/sbin/dovecot-pam.ldap to /opt/csw/sbin/dovecot and restart dovecot. Thanks ---------------------------------------------------------------------- (0005153) laurent (reporter) - 2008-02-27 11:06 http://www.opencsw.org/mantis/view.php?id=2760#c5153 ---------------------------------------------------------------------- Sorry, I tried, but neither of them worked. First did the pkgadd, I checked that the process had been restarted. Then tried a login to a PAM LDAP account: it failed Then did the following to replace the binary: mv /opt/csw/sbin/dovecot /opt/csw/sbin/dovecot.OFF mv /opt/csw/sbin/dovecot-pam.ldap /opt/csw/sbin/dovecot svcadm restart cswdovecot I checked it was restarted, tried the same login: failur again. I removed the package, put back the previous testing one, and it worked again. ---------------------------------------------------------------------- (0005155) asmoore (reporter) - 2008-02-28 06:46 http://www.opencsw.org/mantis/view.php?id=2760#c5155 ---------------------------------------------------------------------- Thanks for trying. Sorry, I do not know how to fix this, since I do not see how to merge the two packages and end up with two binaries that work differently. ---------------------------------------------------------------------- (0005156) laurent (reporter) - 2008-02-28 07:47 http://www.opencsw.org/mantis/view.php?id=2760#c5156 ---------------------------------------------------------------------- It sounds very much like there is a bug in Dovecot, though. LDAP and PAM should both work together. Can you send me the details of your build configuration? I can try to reproduce it and get it fixed by the Dovecot developer. ---------------------------------------------------------------------- (0005158) asmoore (reporter) - 2008-02-29 06:55 http://www.opencsw.org/mantis/view.php?id=2760#c5158 ---------------------------------------------------------------------- I agree. To build, source the following options, source myconfigure (these are in a file), run gmake and gmake install. I noticed the addtion of -lldap -llber to LDFLAGS. That may be carried over from an earlier dovecot release and not be needed anymore. To see if this is causing the problem, I did a build without \'-lldap -llber\' and put the package at http://www.blastwave.org/testing The update should be on the web page list within the half hour. Please test this package before going to Timo. # \'compiler and linker flags\' #!/usr/bin/sh LD_OPTIONS=\'-R/opt/csw/lib/$ISALIST:/opt/csw/mysql5/lib/mysql/$ISALIST\' LDFLAGS=\'-L/opt/csw/lib -L/opt/csw/mysql5/lib/mysql -lldap -llber\' CPPFLAGS=\'-I/opt/csw/include -I/opt/csw/mysql5/include/mysql\' CFLAGS=\'-O -xarch=v8\' export LD_OPTIONS LDFLAGS CPPFLAGS CFLAGS CC=/opt/studio/SOS8/SUNWspro/bin/cc CXX=/opt/studio/SOS8/SUNWspro/bin/CC F77=/opt/studio/SOS8/SUNWspro/bin/f77 export CC CXX F77 PKG_CONFIG_PATH=/opt/csw/lib export PKG_CONFIG_PATH #!/usr/bin/sh ./configure \\ --prefix=/opt/csw \\ --mandir=/opt/csw/share/man \\ --with-libiconv-prefix=/opt/csw \\ --with-shadow \\ --with-pam \\ --with-ldap \\ --with-ssl=openssl \\ --with-ssldir=/opt/csw/ssl \\ --with-mysql \\ --enable-header-install \\ --with-gssapi ---------------------------------------------------------------------- (0005160) laurent (reporter) - 2008-03-03 10:10 http://www.opencsw.org/mantis/view.php?id=2760#c5160 ---------------------------------------------------------------------- Still not working with the latest package, so it\'s now the compile road for me, hope I\'ll reproduce the problem, I\'d rather use the Blastwave package than my own. ---------------------------------------------------------------------- (0005161) laurent (reporter) - 2008-03-03 10:53 http://www.opencsw.org/mantis/view.php?id=2760#c5161 ---------------------------------------------------------------------- Only a sidenote, I\'ve just done the configure, against the same /opt/csw where the dovecot package and its dependencies were pulled. I noted that the following is given to ./configure: --with-gssapi But it doesn\'t actually work: Building with GSSAPI support ........ : no ---------------------------------------------------------------------- (0005162) laurent (reporter) - 2008-03-04 05:46 http://www.opencsw.org/mantis/view.php?id=2760#c5162 ---------------------------------------------------------------------- Okay, after more testing, the conclusion is that linking Dovecot against OpenLDAP breaks the PAM LDAP. When it\'s linked against Solaris LDAP libs, it works (I haven\'t tried using LDAP directly, though). I built using your environment, against Blastwave libs, with very little changes. I suppose it\'s some kind of LDAP function override by the OpenLDAP library at runtime. So now the question is, is that something you can fix, or is it up to Timo? I\'d wager it\'s the latter, but I\'m not completely sure. Compilation details: First, using OpenLDAP: export PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/SUNWspro/bin LD_OPTIONS=\'-R/opt/csw/lib/$ISALIST:/opt/csw/mysql5/lib/mysql/$ISALIST\' CPPFLAGS=\'-I/opt/csw/include -I/opt/csw/mysql5/include/mysql\' LDFLAGS=\'-L/opt/csw/lib -L/opt/csw/mysql5/lib/mysql -lldap -llber\' CFLAGS=\'-O -xarch=v8\' export LD_OPTIONS LDFLAGS CPPFLAGS CFLAGS CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC F77=/opt/SUNWspro/bin/f77 export CC CXX F77 PKG_CONFIG_PATH=/opt/csw/lib export PKG_CONFIG_PATH ./configure \\ --prefix=/usr/local/dovecot-1.0.10_test \\ --mandir=/opt/csw/share/man \\ --with-libiconv-prefix=/opt/csw \\ --with-shadow \\ --with-pam \\ --with-ldap \\ --with-mysql \\ --with-ssl=openssl \\ --with-ssldir=/opt/csw/ssl \\ --enable-header-install \\ --with-gssapi make make install # ldd /usr/local/dovecot-1.0.10_test/sbin/dovecot libldap-2.3.so.0 => /opt/csw/lib/sparcv8/libldap-2.3.so.0 liblber-2.3.so.0 => /opt/csw/lib/sparcv8/liblber-2.3.so.0 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 librt.so.1 => /lib/librt.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 libc.so.1 => /lib/libc.so.1 libresolv.so.2 => /lib/libresolv.so.2 libgen.so.1 => /lib/libgen.so.1 libnet.so => /opt/csw/lib/sparcv8/libnet.so libsasl2.so.2 => /opt/csw/lib/sparcv8/libsasl2.so.2 libssl.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1 libscf.so.1 => /lib/libscf.so.1 libaio.so.1 => /lib/libaio.so.1 libdl.so.1 => /lib/libdl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1 Then to use Sun LDAP, I removed the Blastwave OpenLDAP packages, and only -llber from the build environment: pkgrm CSWoldapclient CSWoldaprt export PATH=/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/SUNWspro/bin LD_OPTIONS=\'-R/opt/csw/lib/$ISALIST:/opt/csw/mysql5/lib/mysql/$ISALIST\' CPPFLAGS=\'-I/opt/csw/include -I/opt/csw/mysql5/include/mysql\' LDFLAGS=\'-L/opt/csw/lib -L/opt/csw/mysql5/lib/mysql -lldap\' CFLAGS=\'-O -xarch=v8\' export LD_OPTIONS LDFLAGS CPPFLAGS CFLAGS CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC F77=/opt/SUNWspro/bin/f77 export CC CXX F77 PKG_CONFIG_PATH=/opt/csw/lib export PKG_CONFIG_PATH ./configure \\ --prefix=/usr/local/dovecot-1.0.10_test_sunldap \\ --mandir=/opt/csw/share/man \\ --with-libiconv-prefix=/opt/csw \\ --with-shadow \\ --with-pam \\ --with-ldap \\ --with-mysql \\ --with-ssl=openssl \\ --with-ssldir=/opt/csw/ssl \\ --enable-header-install \\ --with-gssapi make make install # ldd /usr/local/dovecot-1.0.10_test_sunldap/sbin/dovecot libldap.so.5 => /usr/lib/libldap.so.5 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 librt.so.1 => /lib/librt.so.1 libsendfile.so.1 => /lib/libsendfile.so.1 libc.so.1 => /lib/libc.so.1 libsasl.so.1 => /usr/lib/libsasl.so.1 libmd5.so.1 => /lib/libmd5.so.1 libnspr4.so => /usr/lib/mps/libnspr4.so libplc4.so => /usr/lib/mps/libplc4.so libnss3.so => /usr/lib/mps/libnss3.so libssl3.so => /usr/lib/mps/libssl3.so libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libaio.so.1 => /lib/libaio.so.1 libpthread.so.1 => /lib/libpthread.so.1 libthread.so.1 => /lib/libthread.so.1 libdl.so.1 => /lib/libdl.so.1 libsoftokn3.so => /usr/lib/mps/libsoftokn3.so libplds4.so => /usr/lib/mps/libplds4.so libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libbsm.so.1 => /lib/libbsm.so.1 libsecdb.so.1 => /lib/libsecdb.so.1 libtsol.so.2 => /lib/libtsol.so.2 libcmd.so.1 => /lib/libcmd.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1 /usr/lib/mps/cpu/sparcv8plus/libnspr_flt4.so Each time, the dovecot binary was linked to /opt/csw/sbin/dovecot, and the cswdovecot service restarted, using always the same /opt/csw/etc/dovecot.conf file. ---------------------------------------------------------------------- (0005163) asmoore (reporter) - 2008-03-04 07:16 http://www.opencsw.org/mantis/view.php?id=2760#c5163 ---------------------------------------------------------------------- I am not sure, but I doubt either of us can fix this. That is why I built dovecot-pam without OpenLDAP to prove that OpenLDAP bindings were the problem. The next package tried to determine which binary needed to be switched by adding /opt/csw/sbin/dovecot-pam for you to rename. I do not mind building dovecot twice, but I need to have only one package since I cannot duplicate filenames across packages. The best option is to determine which binaries needs to be switched. Assuming it is that simple. Let me make another package that includes some files to rename. ---------------------------------------------------------------------- (0005177) laurent (reporter) - 2008-03-07 10:42 http://www.opencsw.org/mantis/view.php?id=2760#c5177 ---------------------------------------------------------------------- The strange thing is, when you provided me with the testing package including two binaries, neither of them worked as I reported above, when the one without LDAP should have... ---------------------------------------------------------------------- (0005178) asmoore (reporter) - 2008-03-07 18:02 http://www.opencsw.org/mantis/view.php?id=2760#c5178 ---------------------------------------------------------------------- Now I am confused. I have copied text from above for verification. This test was done with a dovecot package built without OpenLDAP at all. ------copied ----------------------------------------------------------------------- laurent - 2008-02-04 04:12 EST ----------------------------------------------------------------------- I installed it, and a first test shows that a AM authenticated user now can log in. Thanks! ------end of copied text If that package actually did Not work, then I am at a loss for what to do. ---------------------------------------------------------------------- (0005179) laurent (reporter) - 2008-03-10 11:33 http://www.opencsw.org/mantis/view.php?id=2760#c5179 ---------------------------------------------------------------------- I was referring to your message from 2008-02-24 11:05, in which you said: ==== I have built dovecot twice and have only the one package available. I added /opt/csw/sbin/dovecot-pam.ldap to the package, as I think that this is all that is really needed. ==== And *that* didn\'t work, as I pointed out below. I believe it might be because /opt/csw/libexec/dovecot binaries also contains references to libldap: imap: libldap-2.3.so.0 => /opt/csw/lib/sparcv8/libldap-2.3.so.0 imap-login: libldap-2.3.so.0 => /opt/csw/lib/sparcv8/libldap-2.3.so.0 So including an alternative, OpenLDAP-free version doesn\'t seem to be that simple. ---------------------------------------------------------------------- (0005181) asmoore (reporter) - 2008-03-10 19:06 http://www.opencsw.org/mantis/view.php?id=2760#c5181 ---------------------------------------------------------------------- Yes, I agree that the problem is all of the other files that still have the link to OpenLDAP. One option is for me to create something like this. A core package dovecot_core which does not include any files from the following packages, then a dovecot bin package with OpenLDAP dovecot (the old one), and finally, a dovecot bin package without OpenLDAP that is named dovecot_pam. Both packages would depend on dovecot_core. dovecot_core would have no files linked with OpenLDAP. This will make more sense when I have the install scripts correct. I started working on this a few days ago. When I am ready, I will let you know. ---------------------------------------------------------------------- (0005185) laurent (reporter) - 2008-03-11 05:23 http://www.opencsw.org/mantis/view.php?id=2760#c5185 ---------------------------------------------------------------------- Okay, sounds good, I\'ll try it as soon as it\'s ready! ---------------------------------------------------------------------- (0005779) skayser (administrator) - 2009-03-29 13:11 http://www.opencsw.org/mantis/view.php?id=2760#c5779 ---------------------------------------------------------------------- CSWdovecot has a new maintainer and an updated dovecot version (1.1.11) has been published to current. I have successfully tested this new package on Solaris 10 x86 with dovecot authenticating users directly against LDAP (Sun DS 6.3) as well as via PAM LDAP. Could you please verify that the updated package addresses your authentication problems also. Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 13:11 skayser Note Added: 0005779 2009-03-29 13:11 skayser Assigned To asmoore => skayser 2009-03-29 13:11 skayser Status assigned => feedback ====================================================================== From noreply at opencsw.org Sun Mar 29 16:20:53 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 16:20:53 +0200 Subject: [bug-notifications] [lftp 0003511]: lftp is dumping core In-Reply-To: <73f8d6b4ebd42ce309e9a6eef13e8227> Message-ID: <4b7dda2bd84ec6f479ca80a1a1757e03@opencsw.org> A NOTE has been added to this issue. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3511 ====================================================================== Reported By: wbonnet Assigned To: yann ====================================================================== Project: lftp Issue ID: 3511 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-28 14:00 CET Last Modified: 2009-03-29 16:20 CEST ====================================================================== Summary: lftp is dumping core Description: lftp is dumping core ====================================================================== ---------------------------------------------------------------------- (0005772) yann (manager) - 2009-03-28 14:22 http://opencsw.org/bugtrack/view.php?id=3511#c5772 ---------------------------------------------------------------------- Can you tell me more about your environnement 'cause I don't reproduce this bug on solaris 8 branded zone and solaris 10 x86 ? Can you join the core file, give me the output of "ldd /opt/csw/bin/lftp" and "pkg-get -c" ? ---------------------------------------------------------------------- (0005775) wbonnet (reporter) - 2009-03-28 18:23 http://opencsw.org/bugtrack/view.php?id=3511#c5775 ---------------------------------------------------------------------- core file is available on the farm in my homedir $ ldd /opt/csw/bin/lftp libexpat.so.1 => /opt/csw/lib/i386/libexpat.so.1 libssl.so.0.9.8 => /opt/csw/lib/pentium_pro/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 librt.so.1 => /lib/librt.so.1 libintl.so.8 => /opt/csw/lib/i386/libintl.so.8 libiconv.so.2 => /opt/csw/lib/i386/libiconv.so.2 libreadline.so.6 => /opt/csw/lib/i386/libreadline.so.6 libcurses.so.1 => /lib/libcurses.so.1 libresolv.so.2 => /lib/libresolv.so.2 libdl.so.1 => /lib/libdl.so.1 libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libCstd.so.1 => /usr/lib/libCstd.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libm.so.1 => /lib/libm.so.1 libc.so.1 => /lib/libc.so.1 libaio.so.1 => /lib/libaio.so.1 libmd.so.1 => /lib/libmd.so.1 libsec.so.1 => /lib/libsec.so.1 libncurses.so.5 => /opt/csw/lib/libncurses.so.5 libmp.so.2 => /lib/libmp.so.2 libscf.so.1 => /lib/libscf.so.1 libavl.so.1 => /lib/libavl.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 libgen.so.1 => /lib/libgen.so.1 libm.so.2 => /lib/libm.so.2 ---------------------------------------------------------------------- (0005780) yann (manager) - 2009-03-29 16:20 http://opencsw.org/bugtrack/view.php?id=3511#c5780 ---------------------------------------------------------------------- The core is not group readable on the farm, could you give me read access ? Can you send me the output of 'uname -a', do a "truss -f lftp ftp.debian.org" and send me the output ? Are you able to reproduce this bug on other computer or only on a specific one ? Issue History Date Modified Username Field Change ====================================================================== 2009-03-28 14:00 wbonnet New Issue 2009-03-28 14:12 yann Status new => assigned 2009-03-28 14:12 yann Assigned To => yann 2009-03-28 14:22 yann Note Added: 0005772 2009-03-28 14:22 yann Status assigned => feedback 2009-03-28 18:21 wbonnet File Added: pkglist.txt 2009-03-28 18:23 wbonnet Note Added: 0005775 2009-03-29 16:20 yann Note Added: 0005780 ====================================================================== From noreply at opencsw.org Sun Mar 29 18:40:52 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 18:40:52 +0200 Subject: [bug-notifications] [jpeg 0000350]: Add support for lossless cropping to jpegtran In-Reply-To: <2303894bc8e1af3464bff9f0d47dd0ad> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=350 ====================================================================== Reported By: komadori Assigned To: james ====================================================================== Project: jpeg Issue ID: 350 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-04-05 12:41 CEST Last Modified: 2009-03-29 18:40 CEST ====================================================================== Summary: Add support for lossless cropping to jpegtran Description: The following patch adds support for seamless cropping to the jpegtran utillity supplied with the IJG reference implementation. http://sylvana.net/jpegcrop/croppatch.tar.gz ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 18:40 james Assigned To phil => james ====================================================================== From noreply at opencsw.org Sun Mar 29 19:16:20 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 29 Mar 2009 19:16:20 +0200 Subject: [bug-notifications] [fontconfig 0003512]: Please upgrade to version 2.6.0 Message-ID: <56968e5ed28ba6a3f5466ec03435d60e@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3512 ====================================================================== Reported By: wbonnet Assigned To: ====================================================================== Project: fontconfig Issue ID: 3512 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-29 19:16 CEST Last Modified: 2009-03-29 19:16 CEST ====================================================================== Summary: Please upgrade to version 2.6.0 Description: Please upgrade to version 2.6.0 This upgrade is needed to compile the latest version of cairo and pango ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-29 19:16 wbonnet New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 15:57:14 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 15:57:14 +0200 Subject: [bug-notifications] [glib2 0003513]: Update glib2 to v2.20.0 Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3513 ====================================================================== Reported By: kenmays Assigned To: ====================================================================== Project: glib2 Issue ID: 3513 Category: upgrade Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 15:57 CEST Last Modified: 2009-03-30 15:57 CEST ====================================================================== Summary: Update glib2 to v2.20.0 Description: Glib2 requires an upgrade do to GNOME 2.26.x app integration efforts needed for future GNOME 2.26.x and GTK+ application implementations. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 15:57 kenmays New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 17:59:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 17:59:24 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: <3cac4073ee7f0f69b02558f091780cf9@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-30 17:59 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 30 18:02:56 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 18:02:56 +0200 Subject: [bug-notifications] [libgsasl 0003435]: Depend on CSWggettextrt In-Reply-To: <2744170782eef12fc5000cd33338ade1> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3435 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgsasl Issue ID: 3435 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:27 CET Last Modified: 2009-03-30 18:02 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:27 harpchad New Issue 2009-03-30 18:02 dam Status new => assigned 2009-03-30 18:02 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 30 18:24:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 18:24:23 +0200 Subject: [bug-notifications] [readline 0002609]: history.3 man page macro bug In-Reply-To: Message-ID: <12d38adcff7c6e428bd434ff0a21b011@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2609 ====================================================================== Reported By: jeff Assigned To: dam ====================================================================== Project: readline Issue ID: 2609 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2007-10-05 02:33 CEST Last Modified: 2009-03-30 18:24 CEST ====================================================================== Summary: history.3 man page macro bug Description: The history.3 manual page defines 3-character macros that fail when being formatted with Sun\'s nroff. Must change to 2-character macros. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 18:24 dam Status new => assigned 2009-03-30 18:24 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Mon Mar 30 20:47:00 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:47:00 +0200 Subject: [bug-notifications] [mpeg2dec 0003514]: Please update to 0.5.1 Message-ID: <183d2fdc806e63e24311db04bff90d88@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3514 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: mpeg2dec Issue ID: 3514 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 20:46 CEST Last Modified: 2009-03-30 20:46 CEST ====================================================================== Summary: Please update to 0.5.1 Description: Please update to 0.5.1 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:46 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 20:47:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:47:12 +0200 Subject: [bug-notifications] [opensp 0003515]: broken search path Message-ID: <82f654d859cc473fe01734bb64ba464d@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3515 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: opensp Issue ID: 3515 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 20:47 CEST Last Modified: 2009-03-30 20:47 CEST ====================================================================== Summary: broken search path Description: When using the ospcat program, it fails to behave as expected unless using either -D or $CWD contains a valid sgml catalog file. I think the configure option --enable-default-search-path should be set to .:/opt/csw/share/sgml:/opt/csw/share/xml:/opt/csw/etc/sgml, which would match behaviour on redhat linux. It is possible to avoid this issue by passing -D /opt/csw/etc/sgml to ospcat, but there are configure scripts (see mutt) that don't do this. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:47 bwalton New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 20:49:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:49:21 +0200 Subject: [bug-notifications] [libxrender 0003516]: Please upgrade to 0.9.4 Message-ID: <7b56cf4b166904d7292f1ae821a535c6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3516 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libxrender Issue ID: 3516 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-30 20:49 CEST Last Modified: 2009-03-30 20:49 CEST ====================================================================== Summary: Please upgrade to 0.9.4 Description: Please upgrade to 0.9.4 New home is http://www.t2-project.org/packages/libxrender.html ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:49 dam New Issue ====================================================================== From noreply at opencsw.org Mon Mar 30 20:55:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 20:55:41 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: <15ca52300ed128fe88246afb5dc90835@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-30 20:55 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== ---------------------------------------------------------------------- (0005781) dam (manager) - 2009-03-30 20:55 http://www.opencsw.org/mantis/view.php?id=3496#c5781 ---------------------------------------------------------------------- Testing packages available in /home/testing: neon-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz Please verify that the issue is resolved. Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam 2009-03-30 20:55 dam Note Added: 0005781 2009-03-30 20:55 dam Status assigned => feedback ====================================================================== From noreply at opencsw.org Mon Mar 30 22:43:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:43:42 +0200 Subject: [bug-notifications] [nsca 0003495]: command_file in nsca.cfg points to wrong location In-Reply-To: <67d3addf53deb0e2b38082dccf116e4f> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3495 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: nsca Issue ID: 3495 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-24 22:48 CET Last Modified: 2009-03-30 22:43 CEST ====================================================================== Summary: command_file in nsca.cfg points to wrong location Description: in nsca.cfg command_file should point to /opt/csw/nagios/var/rw/nagios.cmd instead of /opt/csw/var/rw/nagios.cmd ====================================================================== ---------------------------------------------------------------------- (0005731) ja (manager) - 2009-03-24 22:50 http://www.opencsw.org/bugtrack/view.php?id=3495#c5731 ---------------------------------------------------------------------- new packages are available in testing. the problem should be fixed there. ---------------------------------------------------------------------- (0005782) ja (manager) - 2009-03-30 22:43 http://www.opencsw.org/bugtrack/view.php?id=3495#c5782 ---------------------------------------------------------------------- new package version released, which fixes the bug: REV=2009.03.30 Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 22:48 ja New Issue 2009-03-24 22:48 ja Status new => assigned 2009-03-24 22:48 ja Assigned To => ja 2009-03-24 22:50 ja Status assigned => confirmed 2009-03-24 22:50 ja Note Added: 0005731 2009-03-30 22:43 ja Note Added: 0005782 2009-03-30 22:43 ja Status confirmed => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:46:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:46:28 +0200 Subject: [bug-notifications] [send_nsca 0003493]: Package does not deliver a sample config file In-Reply-To: <924aac3d8edf26f807b26883d2903a14> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3493 ====================================================================== Reported By: ja Assigned To: ja ====================================================================== Project: send_nsca Issue ID: 3493 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-24 21:03 CET Last Modified: 2009-03-30 22:46 CEST ====================================================================== Summary: Package does not deliver a sample config file Description: The package does not deliver a sample config file (should be placed in /opt/csw/etc/) ====================================================================== ---------------------------------------------------------------------- (0005728) ja (manager) - 2009-03-24 21:04 http://www.opencsw.org/bugtrack/view.php?id=3493#c5728 ---------------------------------------------------------------------- There is a new version of nsca and send_nsca in testing, where the problem should be fixed. ---------------------------------------------------------------------- (0005783) ja (manager) - 2009-03-30 22:46 http://www.opencsw.org/bugtrack/view.php?id=3493#c5783 ---------------------------------------------------------------------- new package version released, which fixes the bug: REV=2009.03.30 Issue History Date Modified Username Field Change ====================================================================== 2009-03-24 21:03 ja New Issue 2009-03-24 21:03 ja Status new => assigned 2009-03-24 21:03 ja Assigned To => ja 2009-03-24 21:03 ja Status assigned => confirmed 2009-03-24 21:04 ja Note Added: 0005728 2009-03-30 22:46 ja Note Added: 0005783 2009-03-30 22:46 ja Status confirmed => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:52:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:52:32 +0200 Subject: [bug-notifications] [glib2 0003106]: Depend on CSWggettextrt In-Reply-To: <9f8495398ec904a37edcb3eaba9e9c5c> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3106 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: glib2 Issue ID: 3106 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:52 CET Last Modified: 2009-03-30 22:52 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005784) harpchad (manager) - 2009-03-30 22:52 http://www.opencsw.org/mantis/view.php?id=3106#c5784 ---------------------------------------------------------------------- Resolved in 2.18.4,REV=2009.03.23 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:52 harpchad New Issue 2009-03-30 22:52 harpchad Note Added: 0005784 2009-03-30 22:52 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:54:03 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:54:03 +0200 Subject: [bug-notifications] [gnutls 0003142]: Depend on CSWggettextrt In-Reply-To: <1a0355b0eeb77b8620e8fe51ddcdbbfb> Message-ID: <69cff5f174e5b819398159bad75a31c3@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3142 ====================================================================== Reported By: harpchad Assigned To: ====================================================================== Project: gnutls Issue ID: 3142 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 02:56 CET Last Modified: 2009-03-30 22:54 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005786) harpchad (manager) - 2009-03-30 22:54 http://www.opencsw.org/mantis/view.php?id=3142#c5786 ---------------------------------------------------------------------- Resolved in 2.6.4,REV=2009.03.16 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 02:56 harpchad New Issue 2009-03-30 22:54 harpchad Note Added: 0005786 2009-03-30 22:54 harpchad Status new => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 22:55:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 22:55:27 +0200 Subject: [bug-notifications] [rdesktop 0002917]: rdesktop crashes on 8 bpp desktop In-Reply-To: Message-ID: <6f793b660b5311676a6285c69f90af35@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2917 ====================================================================== Reported By: laurent Assigned To: harpchad ====================================================================== Project: rdesktop Issue ID: 2917 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-06-23 04:06 CEST Last Modified: 2009-03-30 22:55 CEST ====================================================================== Summary: rdesktop crashes on 8 bpp desktop Description: When used on an X server which is set 8 bpp, rdesktop shows the login screen of the remote Windows server, but crashes immediately after logging in. If rdesktop is set as 8 bpp on a 24 bpp X server, there is no problem. ====================================================================== ---------------------------------------------------------------------- (0005346) laurent (reporter) - 2008-07-01 03:14 http://www.opencsw.org/mantis/view.php?id=2917#c5346 ---------------------------------------------------------------------- I\'ve just noticed that rdesktop also crashes in a similar way when run inside a VNC session. The server uses Solaris\' VNC 4.1.2, the client is a RealVNC, the standard build for Windows, no special settings. ---------------------------------------------------------------------- (0005671) harpchad (manager) - 2009-03-18 23:06 http://www.opencsw.org/mantis/view.php?id=2917#c5671 ---------------------------------------------------------------------- Can you retry with version 1.6.0,REV=2009.02.22. If you still have a crash please try to obtain a backtrace (or attach the core). ---------------------------------------------------------------------- (0005787) harpchad (manager) - 2009-03-30 22:55 http://www.opencsw.org/mantis/view.php?id=2917#c5787 ---------------------------------------------------------------------- Please open/reopen if you're able to replicate on the new version. Issue History Date Modified Username Field Change ====================================================================== 2009-03-18 23:06 harpchad Note Added: 0005671 2009-03-18 23:06 harpchad Assigned To => harpchad 2009-03-18 23:06 harpchad Status new => acknowledged 2009-03-30 22:55 harpchad Note Added: 0005787 2009-03-30 22:55 harpchad Status acknowledged => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 23:12:05 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 23:12:05 +0200 Subject: [bug-notifications] [nagios 0002694]: CSWnagios requires CSWapache, interfering with CSWapache2 In-Reply-To: Message-ID: <0846d6dbcafe1acf296985d0343b626d@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2694 ====================================================================== Reported By: irilyth Assigned To: ja ====================================================================== Project: nagios Issue ID: 2694 Category: packaging Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-12-08 09:41 CET Last Modified: 2009-03-30 23:12 CEST ====================================================================== Summary: CSWnagios requires CSWapache, interfering with CSWapache2 Description: Since CSWnagios requires CSWapache, it\'s hard to run nagios on a machine with CSWapache2. Is it possible to make it depend on one or the other, or to otherwise make it easier to have Apache 2 and Nagios together? ====================================================================== ---------------------------------------------------------------------- (0005710) ja (manager) - 2009-03-23 19:22 http://www.opencsw.org/bugtrack/view.php?id=2694#c5710 ---------------------------------------------------------------------- Current version depends on CSWapache2. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:22 ja Assigned To asmoore => ja 2009-03-23 19:22 ja Note Added: 0005710 2009-03-23 19:22 ja Status assigned => resolved 2009-03-23 19:22 ja Resolution open => fixed 2009-03-30 23:12 ja Status resolved => closed ====================================================================== From noreply at opencsw.org Mon Mar 30 23:14:02 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 30 Mar 2009 23:14:02 +0200 Subject: [bug-notifications] [nagios 0002580]: Example Apache configuration is not sufficient to get Nagios running In-Reply-To: <1d09f5e4dff5ca6c970595f24c4a4fa4> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=2580 ====================================================================== Reported By: trygvis Assigned To: ja ====================================================================== Project: nagios Issue ID: 2580 Category: regular use Reproducibility: always Severity: text Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2007-09-01 06:14 CEST Last Modified: 2009-03-30 23:14 CEST ====================================================================== Summary: Example Apache configuration is not sufficient to get Nagios running Description: In /opt/csw/nagios/etc/httpd-nagios.conf the directory /opt/csw/nagios/share is alised to /nagios, but the config doesn\'t include a <Directory> stanza for the directory. I suggest adding this to the file: <Directory \"/opt/csw/nagios/share/\"> Order allow,deny Allow from all </Directory> ====================================================================== ---------------------------------------------------------------------- (0005711) ja (manager) - 2009-03-23 19:25 http://www.opencsw.org/bugtrack/view.php?id=2580#c5711 ---------------------------------------------------------------------- Fixed in current version of Nagios. Issue History Date Modified Username Field Change ====================================================================== 2009-03-23 19:24 ja Assigned To asmoore => ja 2009-03-23 19:25 ja Note Added: 0005711 2009-03-23 19:25 ja Status assigned => resolved 2009-03-23 19:25 ja Resolution open => fixed 2009-03-30 23:14 ja Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 01:50:25 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 01:50:25 +0200 Subject: [bug-notifications] [mpeg2dec 0003514]: Please update to 0.5.1 In-Reply-To: Message-ID: <0cfd2f860cf40674006f0fb17284a476@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3514 ====================================================================== Reported By: dam Assigned To: mjensen ====================================================================== Project: mpeg2dec Issue ID: 3514 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-30 20:46 CEST Last Modified: 2009-03-31 01:50 CEST ====================================================================== Summary: Please update to 0.5.1 Description: Please update to 0.5.1 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:46 dam New Issue 2009-03-31 01:50 mjensen Status new => assigned 2009-03-31 01:50 mjensen Assigned To => mjensen ====================================================================== From noreply at opencsw.org Tue Mar 31 09:47:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 09:47:17 +0200 Subject: [bug-notifications] [ncurses 0003444]: pkgmap missing man page directory creation In-Reply-To: Message-ID: <73f86d125b840ddf18dc7697564c6645@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3444 ====================================================================== Reported By: diget Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3444 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-20 19:45 CET Last Modified: 2009-03-31 09:47 CEST ====================================================================== Summary: pkgmap missing man page directory creation Description: The pkgmap for ncurses-5.7,REV=2009.01.12-SunOS5.8-sparc-CSW is missing the following directories: /opt/csw/share/man/man1 /opt/csw/share/man/man3 /opt/csw/share/man/man5 /opt/csw/share/man/man7 The problem is that if the directory does not exist, the required directory is made, but it ends up having the wrong owner/group/permissions. (Do an fresh install and notice the "" output during the pkgadd.) So, if a package later on tries to add files into, say, man5 and that package has /opt/csw/share/man/man5 in its pkgmap with what I believe to be normal "0755 root bin" permissions, you get the following: The following files are already installed on the system and are being used by another package: * /opt/csw/share/man/man5 which requires a y,n response. ====================================================================== ---------------------------------------------------------------------- (0005551) diget (reporter) - 2009-02-20 19:51 http://www.opencsw.org/mantis/view.php?id=3444#c5551 ---------------------------------------------------------------------- The error that I mention does not actually come from the the syslog_ng package, but rather from CSWtcpwrap with is being installed to fulfill a dependency for syslog_ng. ---------------------------------------------------------------------- (0005788) dam (manager) - 2009-03-31 09:47 http://www.opencsw.org/mantis/view.php?id=3444#c5788 ---------------------------------------------------------------------- The issue has been resolved in r3993 by changing the way pathes in GAR are included. A new package will be produced when the other outstanding bugs are fixed. Issue History Date Modified Username Field Change ====================================================================== 2009-02-20 19:45 diget New Issue 2009-02-20 19:51 diget Note Added: 0005551 2009-03-26 15:52 dam Status new => assigned 2009-03-26 15:52 dam Assigned To => dam 2009-03-31 09:47 dam Note Added: 0005788 2009-03-31 09:47 dam Status assigned => resolved 2009-03-31 09:47 dam Resolution open => fixed ====================================================================== From noreply at opencsw.org Tue Mar 31 09:48:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 09:48:41 +0200 Subject: [bug-notifications] [libgsasl 0003435]: Depend on CSWggettextrt In-Reply-To: <2744170782eef12fc5000cd33338ade1> Message-ID: <4792b1c881c551abfea15314f4c84a14@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3435 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libgsasl Issue ID: 3435 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:27 CET Last Modified: 2009-03-31 09:48 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005789) dam (manager) - 2009-03-31 09:48 http://www.opencsw.org/mantis/view.php?id=3435#c5789 ---------------------------------------------------------------------- The issue is fixed in 1.1,REV=2009.03.26 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:27 harpchad New Issue 2009-03-30 18:02 dam Status new => assigned 2009-03-30 18:02 dam Assigned To => dam 2009-03-30 18:04 dam Status assigned => acknowledged 2009-03-31 09:48 dam Note Added: 0005789 2009-03-31 09:48 dam Status acknowledged => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 12:16:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 12:16:24 +0200 Subject: [bug-notifications] [gv 0003517]: Please upgrade to 3.6.7 Message-ID: <8ccd0c424debecf58bba3648dfc49093@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3517 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: gv Issue ID: 3517 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 12:16 CEST Last Modified: 2009-03-31 12:16 CEST ====================================================================== Summary: Please upgrade to 3.6.7 Description: Please upgrade to 3.6.7. The new home is http://www.gnu.org/software/gv/ ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 12:16 dam New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 13:23:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 13:23:30 +0200 Subject: [bug-notifications] [libsdl 0003518]: link libSDL-1.2.so.0 not pointing to the right lib Message-ID: <902d2cc07f00c45c013e07ab869226d6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3518 ====================================================================== Reported By: yjobic Assigned To: ====================================================================== Project: libsdl Issue ID: 3518 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 13:23 CEST Last Modified: 2009-03-31 13:23 CEST ====================================================================== Summary: link libSDL-1.2.so.0 not pointing to the right lib Description: Crash when running mplayer. homard-jobic% ldd /opt/csw/bin/mplayer | grep SDL libSDL-1.2.so.0 => (file not found) The hack : ln -s /opt/csw/lib/libSDL-1.2.so.0.11.2 /opt/csw/lib/libSDL-1.2.so.0 Then it's running fine. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 13:23 yjobic New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 14:19:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 14:19:30 +0200 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <852624a88b42bf6f1caec9a8c11a1f2a@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-31 14:19 CEST ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/mantis/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/mantis/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. ---------------------------------------------------------------------- (0005790) pfelecan (manager) - 2009-03-31 14:19 http://www.opencsw.org/mantis/view.php?id=3471#c5790 ---------------------------------------------------------------------- mkdirentries is anew in texinfo Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened 2009-03-20 18:38 pfelecan Status feedback => assigned 2009-03-20 18:38 pfelecan Assigned To => pfelecan 2009-03-31 14:19 pfelecan Note Added: 0005790 2009-03-31 14:19 pfelecan Status assigned => resolved 2009-03-31 14:19 pfelecan Resolution reopened => fixed ====================================================================== From noreply at opencsw.org Tue Mar 31 14:20:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 14:20:10 +0200 Subject: [bug-notifications] [autogen 0003471]: Postinstall fails due to mkdirentries In-Reply-To: Message-ID: <19ffc4fecb50637f87eef81a33f5cc37@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3471 ====================================================================== Reported By: hson Assigned To: pfelecan ====================================================================== Project: autogen Issue ID: 3471 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-19 12:24 CET Last Modified: 2009-03-31 14:20 CEST ====================================================================== Summary: Postinstall fails due to mkdirentries Description: According to opencsw.org/search mkdirentries doesn't exist in any package ====================================================================== ---------------------------------------------------------------------- (0005686) pfelecan (manager) - 2009-03-20 18:29 http://www.opencsw.org/mantis/view.php?id=3471#c5686 ---------------------------------------------------------------------- /opt/csw/sbin/mkdirentries is part of CSWtexinfo (maybe the search tool is broken) &, yes, the package depends on it. ---------------------------------------------------------------------- (0005688) pfelecan (manager) - 2009-03-20 18:38 http://www.opencsw.org/mantis/view.php?id=3471#c5688 ---------------------------------------------------------------------- I closed this issue bye error. ---------------------------------------------------------------------- (0005790) pfelecan (manager) - 2009-03-31 14:19 http://www.opencsw.org/mantis/view.php?id=3471#c5790 ---------------------------------------------------------------------- mkdirentries is anew in texinfo Issue History Date Modified Username Field Change ====================================================================== 2009-03-19 12:24 hson New Issue 2009-03-20 18:29 pfelecan Note Added: 0005686 2009-03-20 18:29 pfelecan Note Edited: 0005686 2009-03-20 18:36 pfelecan Status new => closed 2009-03-20 18:38 pfelecan Note Added: 0005688 2009-03-20 18:38 pfelecan Status closed => feedback 2009-03-20 18:38 pfelecan Resolution open => reopened 2009-03-20 18:38 pfelecan Status feedback => assigned 2009-03-20 18:38 pfelecan Assigned To => pfelecan 2009-03-31 14:19 pfelecan Note Added: 0005790 2009-03-31 14:19 pfelecan Status assigned => resolved 2009-03-31 14:19 pfelecan Resolution reopened => fixed 2009-03-31 14:20 pfelecan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 15:56:44 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 15:56:44 +0200 Subject: [bug-notifications] [opensp 0003515]: broken search path In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3515 ====================================================================== Reported By: bwalton Assigned To: pfelecan ====================================================================== Project: opensp Issue ID: 3515 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-30 20:47 CEST Last Modified: 2009-03-31 15:56 CEST ====================================================================== Summary: broken search path Description: When using the ospcat program, it fails to behave as expected unless using either -D or $CWD contains a valid sgml catalog file. I think the configure option --enable-default-search-path should be set to .:/opt/csw/share/sgml:/opt/csw/share/xml:/opt/csw/etc/sgml, which would match behaviour on redhat linux. It is possible to avoid this issue by passing -D /opt/csw/etc/sgml to ospcat, but there are configure scripts (see mutt) that don't do this. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 20:47 bwalton New Issue 2009-03-31 15:56 pfelecan Status new => assigned 2009-03-31 15:56 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 17:43:40 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 17:43:40 +0200 Subject: [bug-notifications] [git 0003519]: perl module location Message-ID: <46ebe330c841e9273f295482b9efdcac@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/bugtrack/view.php?id=3519 ====================================================================== Reported By: bwalton Assigned To: ====================================================================== Project: git Issue ID: 3519 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 17:43 CEST Last Modified: 2009-03-31 17:43 CEST ====================================================================== Summary: perl module location Description: Git.pm is installed in the $SITE directory instead of $VENDOR. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 17:43 bwalton New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 18:35:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:35:55 +0200 Subject: [bug-notifications] [emacs_gtk 0003379]: Depend on CSWggettextrt In-Reply-To: <636ce238dd68c413c19f0f8fd2fa4f08> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3379 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: emacs_gtk Issue ID: 3379 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:21 CET Last Modified: 2009-03-31 18:35 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:21 harpchad New Issue 2009-03-31 18:35 pfelecan Status new => assigned 2009-03-31 18:35 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:36:41 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:36:41 +0200 Subject: [bug-notifications] [gnucash 0003367]: Depend on CSWggettextrt In-Reply-To: <280d8b369caadddc05b938ad1faaed0f> Message-ID: <61585057f6c8b7c1f331d8a24cade543@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3367 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: gnucash Issue ID: 3367 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:20 CET Last Modified: 2009-03-31 18:36 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:20 harpchad New Issue 2009-03-31 18:36 pfelecan Status new => assigned 2009-03-31 18:36 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:37:24 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:37:24 +0200 Subject: [bug-notifications] [libofx 0003365]: Depend on CSWggettextrt In-Reply-To: <361f6f9563eab6d3ae5a0e11caca33ab> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3365 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: libofx Issue ID: 3365 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:20 CET Last Modified: 2009-03-31 18:37 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:20 harpchad New Issue 2009-03-31 18:37 pfelecan Status new => assigned 2009-03-31 18:37 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:38:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:38:01 +0200 Subject: [bug-notifications] [opensp 0003353]: Depend on CSWggettextrt In-Reply-To: <15f195b31288d73a45b9278ef1d94595> Message-ID: <589d7568e2201758faf811405a310026@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3353 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: opensp Issue ID: 3353 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:18 CET Last Modified: 2009-03-31 18:38 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:18 harpchad New Issue 2009-03-31 18:38 pfelecan Status new => assigned 2009-03-31 18:38 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:38:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:38:45 +0200 Subject: [bug-notifications] [libgnet2rt 0003348]: Depend on CSWggettextrt In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3348 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: libgnet2rt Issue ID: 3348 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:18 CET Last Modified: 2009-03-31 18:38 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:18 harpchad New Issue 2009-03-31 18:38 pfelecan Status new => assigned 2009-03-31 18:38 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:39:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:39:28 +0200 Subject: [bug-notifications] [plucker 0003331]: Depend on CSWggettextrt In-Reply-To: Message-ID: <96e728fc185fce40bf747f7b91022a77@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3331 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: plucker Issue ID: 3331 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:16 CET Last Modified: 2009-03-31 18:39 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:16 harpchad New Issue 2009-03-31 18:39 pfelecan Status new => assigned 2009-03-31 18:39 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:40:10 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:40:10 +0200 Subject: [bug-notifications] [namazu 0003322]: Depend on CSWggettextrt In-Reply-To: Message-ID: <2f82698895219315680f03ab0a2cf402@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3322 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: namazu Issue ID: 3322 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:15 CET Last Modified: 2009-03-31 18:40 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:15 harpchad New Issue 2009-03-31 18:40 pfelecan Status new => assigned 2009-03-31 18:40 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:42:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:42:39 +0200 Subject: [bug-notifications] [tetex 0000839]: teTeX 3.0 was announced today In-Reply-To: Message-ID: <26e4e7a1ff0573d14e781331e6b5c29d@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=839 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 839 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-02-07 09:28 CET Last Modified: 2009-03-31 18:42 CEST ====================================================================== Summary: teTeX 3.0 was announced today Description: This is a major version with a lot of interesting features. It would be nice to have it. ====================================================================== ---------------------------------------------------------------------- (0001650) pfelecan (manager) - 2005-03-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=839#c1650 ---------------------------------------------------------------------- available ---------------------------------------------------------------------- (0005792) pfelecan (manager) - 2009-03-31 18:42 http://www.opencsw.org/bugtrack/view.php?id=839#c5792 ---------------------------------------------------------------------- done Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 18:42 pfelecan Note Added: 0005792 2009-03-31 18:42 pfelecan Status closed => resolved 2009-03-31 18:42 pfelecan Resolution open => fixed 2009-03-31 18:42 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:43:12 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:43:12 +0200 Subject: [bug-notifications] [tetex 0000839]: teTeX 3.0 was announced today In-Reply-To: Message-ID: <168aa5945ec602eb342c3cb774673776@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=839 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: tetex Issue ID: 839 Category: upgrade Reproducibility: always Severity: feature Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2005-02-07 09:28 CET Last Modified: 2009-03-31 18:43 CEST ====================================================================== Summary: teTeX 3.0 was announced today Description: This is a major version with a lot of interesting features. It would be nice to have it. ====================================================================== ---------------------------------------------------------------------- (0001650) pfelecan (manager) - 2005-03-08 18:25 http://www.opencsw.org/bugtrack/view.php?id=839#c1650 ---------------------------------------------------------------------- available ---------------------------------------------------------------------- (0005792) pfelecan (manager) - 2009-03-31 18:42 http://www.opencsw.org/bugtrack/view.php?id=839#c5792 ---------------------------------------------------------------------- done ---------------------------------------------------------------------- (0005793) pfelecan (manager) - 2009-03-31 18:43 http://www.opencsw.org/bugtrack/view.php?id=839#c5793 ---------------------------------------------------------------------- done Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 18:42 pfelecan Note Added: 0005792 2009-03-31 18:42 pfelecan Status closed => resolved 2009-03-31 18:42 pfelecan Resolution open => fixed 2009-03-31 18:42 pfelecan Assigned To => pfelecan 2009-03-31 18:43 pfelecan Note Added: 0005793 2009-03-31 18:43 pfelecan Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 18:43:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:43:46 +0200 Subject: [bug-notifications] [grip 0003286]: Depend on CSWggettextrt In-Reply-To: <27950a0886e2c9be4c27bef7a342a64c> Message-ID: <2cc94c9c6bd58d54f6e8d9a0c14b14d8@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3286 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: grip Issue ID: 3286 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:11 CET Last Modified: 2009-03-31 18:43 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:11 harpchad New Issue 2009-03-31 18:43 pfelecan Status new => assigned 2009-03-31 18:43 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 18:44:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 18:44:21 +0200 Subject: [bug-notifications] [jpilot 0003279]: Depend on CSWggettextrt In-Reply-To: <41bc09d94ade0779e1bb6533fc44b9d2> Message-ID: <630aea6e6b165795fa4acdd9a22cc46b@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3279 ====================================================================== Reported By: harpchad Assigned To: pfelecan ====================================================================== Project: jpilot Issue ID: 3279 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:10 CET Last Modified: 2009-03-31 18:44 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:10 harpchad New Issue 2009-03-31 18:44 pfelecan Status new => assigned 2009-03-31 18:44 pfelecan Assigned To => pfelecan ====================================================================== From noreply at opencsw.org Tue Mar 31 19:58:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 19:58:55 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-31 19:58 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== ---------------------------------------------------------------------- (0005781) dam (manager) - 2009-03-30 20:55 http://www.opencsw.org/mantis/view.php?id=3496#c5781 ---------------------------------------------------------------------- Testing packages available in /home/testing: neon-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz Please verify that the issue is resolved. ---------------------------------------------------------------------- (0005794) james (reporter) - 2009-03-31 19:58 http://www.opencsw.org/mantis/view.php?id=3496#c5794 ---------------------------------------------------------------------- Yes. ldd -r shows nothing missing but also my build succeeds without a hack. Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam 2009-03-30 20:55 dam Note Added: 0005781 2009-03-30 20:55 dam Status assigned => feedback 2009-03-31 19:58 james Note Added: 0005794 ====================================================================== From noreply at opencsw.org Tue Mar 31 20:00:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 20:00:01 +0200 Subject: [bug-notifications] [gv 0003517]: Please upgrade to 3.6.7 In-Reply-To: <47d4ee53a6d9ef365067a1d32e1329c1> Message-ID: <7750d0e8f21d6db5ca784e8f85e93e44@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3517 ====================================================================== Reported By: dam Assigned To: james ====================================================================== Project: gv Issue ID: 3517 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-31 12:16 CEST Last Modified: 2009-03-31 20:00 CEST ====================================================================== Summary: Please upgrade to 3.6.7 Description: Please upgrade to 3.6.7. The new home is http://www.gnu.org/software/gv/ ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 12:16 dam New Issue 2009-03-31 20:00 james Status new => assigned 2009-03-31 20:00 james Assigned To => james ====================================================================== From noreply at opencsw.org Tue Mar 31 20:48:35 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 20:48:35 +0200 Subject: [bug-notifications] [neon 0003496]: Not linked to libintl In-Reply-To: <13c0a7ed34c1f68f9c999803695ccfb5> Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3496 ====================================================================== Reported By: james Assigned To: dam ====================================================================== Project: neon Issue ID: 3496 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-25 17:24 CET Last Modified: 2009-03-31 20:48 CEST ====================================================================== Summary: Not linked to libintl Description: libneon.so fails "ldd -r" test as is not linked to libintl. This means the addtional library has to used when using neon. Would be handy if neon itself knew about the library. ====================================================================== ---------------------------------------------------------------------- (0005781) dam (manager) - 2009-03-30 20:55 http://www.opencsw.org/mantis/view.php?id=3496#c5781 ---------------------------------------------------------------------- Testing packages available in /home/testing: neon-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-i386-CSW.pkg.gz neon_devel-0.28.4,REV=2009.03.30-SunOS5.8-sparc-CSW.pkg.gz Please verify that the issue is resolved. ---------------------------------------------------------------------- (0005794) james (reporter) - 2009-03-31 19:58 http://www.opencsw.org/mantis/view.php?id=3496#c5794 ---------------------------------------------------------------------- Yes. ldd -r shows nothing missing but also my build succeeds without a hack. ---------------------------------------------------------------------- (0005795) dam (manager) - 2009-03-31 20:48 http://www.opencsw.org/mantis/view.php?id=3496#c5795 ---------------------------------------------------------------------- Fixed in 0.28.4,REV=2009.03.30 Issue History Date Modified Username Field Change ====================================================================== 2009-03-25 17:24 james New Issue 2009-03-30 17:59 dam Status new => assigned 2009-03-30 17:59 dam Assigned To => dam 2009-03-30 20:55 dam Note Added: 0005781 2009-03-30 20:55 dam Status assigned => feedback 2009-03-31 19:58 james Note Added: 0005794 2009-03-31 20:48 dam Note Added: 0005795 2009-03-31 20:48 dam Status feedback => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 21:27:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:27:07 +0200 Subject: [bug-notifications] [ap2_modpython 0003520]: RPATH contains /opt/csw/lib/\$$ISALIST Message-ID: <617ab0cdd29449e3890b4cdf9ea30765@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3520 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: ap2_modpython Issue ID: 3520 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:27 CEST Last Modified: 2009-03-31 21:27 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$$ISALIST Description: RPATH contains /opt/csw/lib/\$$ISALIST Excess shell escaping? As the prerequisite packages don't have arch libs (libpython2.6.so.1.0) this is redundant anyway. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:27 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:36:13 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:36:13 +0200 Subject: [bug-notifications] [ap2_modpython 0003520]: RPATH contains /opt/csw/lib/\$$ISALIST In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3520 ====================================================================== Reported By: james Assigned To: mwatters ====================================================================== Project: ap2_modpython Issue ID: 3520 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: confirmed ====================================================================== Date Submitted: 2009-03-31 21:27 CEST Last Modified: 2009-03-31 21:36 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$$ISALIST Description: RPATH contains /opt/csw/lib/\$$ISALIST Excess shell escaping? As the prerequisite packages don't have arch libs (libpython2.6.so.1.0) this is redundant anyway. ====================================================================== ---------------------------------------------------------------------- (0005796) mwatters (manager) - 2009-03-31 21:35 http://www.opencsw.org/bugtrack/view.php?id=3520#c5796 ---------------------------------------------------------------------- thanks for the report ;) I will take a look at the escaping. ---------------------------------------------------------------------- (0005797) dam (reporter) - 2009-03-31 21:36 http://www.opencsw.org/bugtrack/view.php?id=3520#c5797 ---------------------------------------------------------------------- To skip this entirely in GAR you can use 'NOISALIST=1'. How much shell escaping is necessary depends on if the application uses autoconf and/or libtool. The quoting-level can be reduced with 'RUNPATHQUOTE=1' (quote for one expansion) as opposed to 'RUNPATHQUOTE=2' (quote for double expansion). Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:27 james New Issue 2009-03-31 21:35 mwatters Note Added: 0005796 2009-03-31 21:35 mwatters Assigned To => mwatters 2009-03-31 21:35 mwatters Status new => confirmed 2009-03-31 21:36 dam Note Added: 0005797 ====================================================================== From noreply at opencsw.org Tue Mar 31 21:37:27 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:37:27 +0200 Subject: [bug-notifications] [antiword 0003521]: Not sun4m compatible Message-ID: <66d6b4421831833c62bce9f21757b447@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3521 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: antiword Issue ID: 3521 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:37 CEST Last Modified: 2009-03-31 21:37 CEST ====================================================================== Summary: Not sun4m compatible Description: $ file /opt/csw/bin/antiword /opt/csw/bin/antiword: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:37 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:38:55 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:38:55 +0200 Subject: [bug-notifications] [axel 0003522]: Not sun4m compatible Message-ID: <489b9f9ab727b2158a91b357225f7705@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3522 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: axel Issue ID: 3522 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:38 CEST Last Modified: 2009-03-31 21:38 CEST ====================================================================== Summary: Not sun4m compatible Description: CSWaxel 2.3,REV=2009.02.28 /opt/csw/bin/axel: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:38 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:43:17 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:43:17 +0200 Subject: [bug-notifications] [boincclient 0003523]: RPATH contains /opt/csw/lib/-R/opt/csw/lib Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3523 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: boincclient Issue ID: 3523 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:43 CEST Last Modified: 2009-03-31 21:43 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib This is not important as elements higher in the RPATH will be used first. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:43 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:43:48 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:43:48 +0200 Subject: [bug-notifications] [libiconv 0003524]: Please upgrade to 1.13 Message-ID: <02635dd14b221d9ca87cd2eedcb71f9e@opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://opencsw.org/mantis/view.php?id=3524 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: libiconv Issue ID: 3524 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:43 CEST Last Modified: 2009-03-31 21:43 CEST ====================================================================== Summary: Please upgrade to 1.13 Description: A new version of libiconv (1.13) is available. Finally it knows about Solaris encoding 646! ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:43 dam New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:44:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:44:32 +0200 Subject: [bug-notifications] [boinclibs 0003525]: RPATH contains /opt/csw/lib/-R/opt/csw/lib Message-ID: <18ea375a9509e4853361e9c24d91409c@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3525 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: boinclibs Issue ID: 3525 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:44 CEST Last Modified: 2009-03-31 21:44 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib Not important as elements higher in the RPATH will be used first. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:44 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 21:45:28 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 21:45:28 +0200 Subject: [bug-notifications] [boinclibs 0003525]: RPATH contains /opt/csw/lib/-R/opt/csw/lib In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3525 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: boinclibs Issue ID: 3525 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 21:44 CEST Last Modified: 2009-03-31 21:45 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib Not important as elements higher in the RPATH will be used first. ====================================================================== ---------------------------------------------------------------------- (0005798) james (reporter) - 2009-03-31 21:45 http://www.opencsw.org/bugtrack/view.php?id=3525#c5798 ---------------------------------------------------------------------- And CSWboincmanager, I'll spare the extra report: file = /opt/csw/bin/boincmgr RPATH contains /opt/csw/lib/-R/opt/csw/lib RPATH = [27] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib/-R/opt/csw/lib:/opt/studio/SOS11/SUNWspro/lib/rw7:/opt/studio/SOS11/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:44 james New Issue 2009-03-31 21:45 james Note Added: 0005798 ====================================================================== From noreply at opencsw.org Tue Mar 31 22:10:39 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:10:39 +0200 Subject: [bug-notifications] [clamav 0003526]: RPATH in reverse Message-ID: <0ec6e7c34bd89625ee4bd5ca2097d480@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3526 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: clamav Issue ID: 3526 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:10 CEST Last Modified: 2009-03-31 22:10 CEST ====================================================================== Summary: RPATH in reverse Description: file = /opt/csw/sbin/clamd [14] RPATH /opt/csw/lib:/opt/csw/lib/$ISALIST So /opt/csw/lib/$ISALIST is not used, hence arch libs not used. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:10 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:12:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:12:45 +0200 Subject: [bug-notifications] [cmake 0003527]: RPATH contains /opt/csw/lib/\$$ISALIST Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3527 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cmake Issue ID: 3527 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:12 CEST Last Modified: 2009-03-31 22:12 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$$ISALIST Description: RPATH contains /opt/csw/lib/\$$ISALIST So won't pick up arch dependent libs. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:12 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:15:37 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:15:37 +0200 Subject: [bug-notifications] [cvsps 0003528]: RPATH contains /opt/csw/lib/\$ISALIST Message-ID: <8b49bb2ccc8f2e387402e93cbb551961@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3528 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cvsps Issue ID: 3528 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:15 CEST Last Modified: 2009-03-31 22:15 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$ISALIST Description: RPATH contains /opt/csw/lib/\$ISALIST hence won't correctly pick the arch libs. Excess shell escaping? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:15 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:19:09 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:19:09 +0200 Subject: [bug-notifications] [cscope 0003529]: Sparc package contains i386 binary Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3529 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: cscope Issue ID: 3529 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:19 CEST Last Modified: 2009-03-31 22:19 CEST ====================================================================== Summary: Sparc package contains i386 binary Description: CSWcscope 15.6,REV=2008.04.09 ./opt/csw/bin/cscope: ELF 32-bit LSB executable 80386 Version 1, dynamically linked, stripped ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:19 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:23:57 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:23:57 +0200 Subject: [bug-notifications] [lua 0002932]: Shared Librarys In-Reply-To: <987daab0d422ac7d01d6ebe835e0d403> Message-ID: <009976356b830135f84bfa039da5d346@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== http://www.opencsw.org/mantis/view.php?id=2932 ====================================================================== Reported By: cryptronic Assigned To: ====================================================================== Project: lua Issue ID: 2932 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2008-08-13 14:45 CEST Last Modified: 2009-03-31 22:23 CEST ====================================================================== Summary: Shared Librarys Description: Is it possible to get the shared library liblua.so with the normal package? ====================================================================== ---------------------------------------------------------------------- (0005799) wmeler (manager) - 2009-03-31 22:23 http://www.opencsw.org/mantis/view.php?id=2932#c5799 ---------------------------------------------------------------------- 5.1.4,REV=2009.03.30 has both static and dynamic library Issue History Date Modified Username Field Change ====================================================================== 2008-08-13 14:45 cryptronic New Issue 2009-03-31 22:23 wmeler Note Added: 0005799 ====================================================================== From noreply at opencsw.org Tue Mar 31 22:25:29 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:25:29 +0200 Subject: [bug-notifications] [lua 0002932]: Shared Librarys In-Reply-To: <987daab0d422ac7d01d6ebe835e0d403> Message-ID: <94315590798bd9bb763fa10a439da35e@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2932 ====================================================================== Reported By: cryptronic Assigned To: ====================================================================== Project: lua Issue ID: 2932 Category: packaging Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-08-13 14:45 CEST Last Modified: 2009-03-31 22:25 CEST ====================================================================== Summary: Shared Librarys Description: Is it possible to get the shared library liblua.so with the normal package? ====================================================================== ---------------------------------------------------------------------- (0005800) wmeler (manager) - 2009-03-31 22:25 http://www.opencsw.org/mantis/view.php?id=2932#c5800 ---------------------------------------------------------------------- 5.1.4,REV=2009.03.30 has both static and shared lib Issue History Date Modified Username Field Change ====================================================================== 2008-08-13 14:45 cryptronic New Issue 2009-03-31 22:23 wmeler Note Added: 0005799 2009-03-31 22:24 wmeler Note Deleted: 0005799 2009-03-31 22:25 wmeler Note Added: 0005800 2009-03-31 22:25 wmeler Status new => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 22:48:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:48:07 +0200 Subject: [bug-notifications] [dcc 0003530]: RPATH contains /opt/csw/lib/\SALIST Message-ID: <309016fc67cf2df1e19c35ba44a8fca6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3530 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: dcc Issue ID: 3530 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:48 CEST Last Modified: 2009-03-31 22:48 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\SALIST Description: RPATH = [9] RPATH /opt/csw/lib/\SALIST:/opt/csw/lib However there are no dependant libs so the ISALIST is redundant. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:48 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:51:07 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:51:07 +0200 Subject: [bug-notifications] [dhcp 0003531]: RPATH contains /opt/csw/lib/\$ISALIST Message-ID: The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3531 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: dhcp Issue ID: 3531 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:51 CEST Last Modified: 2009-03-31 22:51 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$ISALIST Description: RPATH contains /opt/csw/lib/\$ISALIST hence won't pick up arch libs if any (ssl?). ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:51 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:54:01 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:54:01 +0200 Subject: [bug-notifications] [distcc 0003532]: RPATH contains /opt/csw/lib/SALIST and /opt/csw/lib/\$ISALIST Message-ID: <05c352d5c2400d4f51ec79a03b52c7f0@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3532 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: distcc Issue ID: 3532 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:54 CEST Last Modified: 2009-03-31 22:54 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/SALIST and /opt/csw/lib/\$ISALIST Description: RPATH contains /opt/csw/lib/SALIST and /opt/csw/lib/\$ISALIST however I think ISALIST is redundant as there are no arch libs in the prerequsites. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:54 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 22:58:42 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:58:42 +0200 Subject: [bug-notifications] [axel 0003522]: Not sun4m compatible In-Reply-To: <13bd7602d292ca95db07dbf51a1390df> Message-ID: <5b3f5214a9fcf728eaf62ba464bebe0f@opencsw.org> The following issue has been RESOLVED. ====================================================================== http://opencsw.org/mantis/view.php?id=3522 ====================================================================== Reported By: james Assigned To: skayser ====================================================================== Project: axel Issue ID: 3522 Category: packaging Reproducibility: always Severity: major Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-03-31 21:38 CEST Last Modified: 2009-03-31 22:58 CEST ====================================================================== Summary: Not sun4m compatible Description: CSWaxel 2.3,REV=2009.02.28 /opt/csw/bin/axel: ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, stripped ====================================================================== ---------------------------------------------------------------------- (0005801) skayser (administrator) - 2009-03-31 22:58 http://opencsw.org/mantis/view.php?id=3522#c5801 ---------------------------------------------------------------------- Fixed SPARC package (as well as a rebuilt i386 one) is on its way to current axel-2.3,REV=2009.03.31-SunOS5.8-i386-CSW.pkg.gz axel-2.3,REV=2009.03.31-SunOS5.8-sparc-CSW.pkg.gz Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:38 james New Issue 2009-03-31 22:58 skayser Note Added: 0005801 2009-03-31 22:58 skayser Status new => resolved 2009-03-31 22:58 skayser Resolution open => fixed 2009-03-31 22:58 skayser Assigned To => skayser ====================================================================== From noreply at opencsw.org Tue Mar 31 22:59:11 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 22:59:11 +0200 Subject: [bug-notifications] [dsniff 0003533]: RPATH contains /opt/csw/lib/\$ISALIST and /opt/csw/lib/SALIST Message-ID: <88d13ec5140b335177d00ad52b78d748@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3533 ====================================================================== Reported By: james Assigned To: ====================================================================== Project: dsniff Issue ID: 3533 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-03-31 22:59 CEST Last Modified: 2009-03-31 22:59 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/\$ISALIST and /opt/csw/lib/SALIST Description: Hence won't pick up arch libs - if availible. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 22:59 james New Issue ====================================================================== From noreply at opencsw.org Tue Mar 31 23:31:21 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:31:21 +0200 Subject: [bug-notifications] [libidn 0003230]: Depend on CSWggettextrt In-Reply-To: Message-ID: <65a58d754849ab44f5173bd782230af5@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3230 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libidn Issue ID: 3230 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-02-14 03:05 CET Last Modified: 2009-03-31 23:31 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:05 harpchad New Issue 2009-03-31 23:31 dam Status new => assigned 2009-03-31 23:31 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 31 23:31:43 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:31:43 +0200 Subject: [bug-notifications] [libidn 0003230]: Depend on CSWggettextrt In-Reply-To: Message-ID: <57fc0709dc332eb7ae6bb2d962cd1947@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3230 ====================================================================== Reported By: harpchad Assigned To: dam ====================================================================== Project: libidn Issue ID: 3230 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-02-14 03:05 CET Last Modified: 2009-03-31 23:31 CEST ====================================================================== Summary: Depend on CSWggettextrt Description: Rutime for gettext is now in CSWggettextrt, please update dependencies from CSWgettext to CSWgettextrt ====================================================================== ---------------------------------------------------------------------- (0005802) dam (manager) - 2009-03-31 23:31 http://www.opencsw.org/mantis/view.php?id=3230#c5802 ---------------------------------------------------------------------- Fixed in 1.13,REV=2009.03.31 Issue History Date Modified Username Field Change ====================================================================== 2009-02-14 03:05 harpchad New Issue 2009-03-31 23:31 dam Status new => assigned 2009-03-31 23:31 dam Assigned To => dam 2009-03-31 23:31 dam Note Added: 0005802 2009-03-31 23:31 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:32:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:32:23 +0200 Subject: [bug-notifications] [libidn 0003482]: Please upgrade to 1.13 In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=3482 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libidn Issue ID: 3482 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-22 22:21 CET Last Modified: 2009-03-31 23:32 CEST ====================================================================== Summary: Please upgrade to 1.13 Description: Please upgrade to 1.13 ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:21 dam New Issue 2009-03-31 23:32 dam Status new => assigned 2009-03-31 23:32 dam Assigned To => dam ====================================================================== From noreply at opencsw.org Tue Mar 31 23:32:45 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:32:45 +0200 Subject: [bug-notifications] [libidn 0003482]: Please upgrade to 1.13 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3482 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: libidn Issue ID: 3482 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-22 22:21 CET Last Modified: 2009-03-31 23:32 CEST ====================================================================== Summary: Please upgrade to 1.13 Description: Please upgrade to 1.13 ====================================================================== ---------------------------------------------------------------------- (0005803) dam (manager) - 2009-03-31 23:32 http://www.opencsw.org/mantis/view.php?id=3482#c5803 ---------------------------------------------------------------------- Fixed in 1.13,REV=2009.03.31 Issue History Date Modified Username Field Change ====================================================================== 2009-03-22 22:21 dam New Issue 2009-03-31 23:32 dam Status new => assigned 2009-03-31 23:32 dam Assigned To => dam 2009-03-31 23:32 dam Note Added: 0005803 2009-03-31 23:32 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:33:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:33:59 +0200 Subject: [bug-notifications] [readline 0002609]: history.3 man page macro bug In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=2609 ====================================================================== Reported By: jeff Assigned To: dam ====================================================================== Project: readline Issue ID: 2609 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2007-10-05 02:33 CEST Last Modified: 2009-03-31 23:33 CEST ====================================================================== Summary: history.3 man page macro bug Description: The history.3 manual page defines 3-character macros that fail when being formatted with Sun\'s nroff. Must change to 2-character macros. ====================================================================== ---------------------------------------------------------------------- (0005804) dam (manager) - 2009-03-31 23:33 http://www.opencsw.org/mantis/view.php?id=2609#c5804 ---------------------------------------------------------------------- Fixed by patch in 6.0,REV=2009.03.31, bug reported upstream. Issue History Date Modified Username Field Change ====================================================================== 2009-03-30 18:24 dam Status new => assigned 2009-03-30 18:24 dam Assigned To => dam 2009-03-31 23:33 dam Note Added: 0005804 2009-03-31 23:33 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:35:23 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:35:23 +0200 Subject: [bug-notifications] [ncurses 0003444]: pkgmap missing man page directory creation In-Reply-To: Message-ID: <62698051655199a0eac7285a03b18869@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3444 ====================================================================== Reported By: diget Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3444 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2009-02-20 19:45 CET Last Modified: 2009-03-31 23:35 CEST ====================================================================== Summary: pkgmap missing man page directory creation Description: The pkgmap for ncurses-5.7,REV=2009.01.12-SunOS5.8-sparc-CSW is missing the following directories: /opt/csw/share/man/man1 /opt/csw/share/man/man3 /opt/csw/share/man/man5 /opt/csw/share/man/man7 The problem is that if the directory does not exist, the required directory is made, but it ends up having the wrong owner/group/permissions. (Do an fresh install and notice the "" output during the pkgadd.) So, if a package later on tries to add files into, say, man5 and that package has /opt/csw/share/man/man5 in its pkgmap with what I believe to be normal "0755 root bin" permissions, you get the following: The following files are already installed on the system and are being used by another package: * /opt/csw/share/man/man5 which requires a y,n response. ====================================================================== ---------------------------------------------------------------------- (0005551) diget (reporter) - 2009-02-20 19:51 http://www.opencsw.org/mantis/view.php?id=3444#c5551 ---------------------------------------------------------------------- The error that I mention does not actually come from the the syslog_ng package, but rather from CSWtcpwrap with is being installed to fulfill a dependency for syslog_ng. ---------------------------------------------------------------------- (0005788) dam (manager) - 2009-03-31 09:47 http://www.opencsw.org/mantis/view.php?id=3444#c5788 ---------------------------------------------------------------------- The issue has been resolved in r3993 by changing the way pathes in GAR are included. A new package will be produced when the other outstanding bugs are fixed. ---------------------------------------------------------------------- (0005805) dam (manager) - 2009-03-31 23:35 http://www.opencsw.org/mantis/view.php?id=3444#c5805 ---------------------------------------------------------------------- Fixed in package 5.7,REV=2009.03.31 and in GAR by CSWcommon pathes in cswproto Issue History Date Modified Username Field Change ====================================================================== 2009-02-20 19:45 diget New Issue 2009-02-20 19:51 diget Note Added: 0005551 2009-03-26 15:52 dam Status new => assigned 2009-03-26 15:52 dam Assigned To => dam 2009-03-31 09:47 dam Note Added: 0005788 2009-03-31 09:47 dam Status assigned => resolved 2009-03-31 09:47 dam Resolution open => fixed 2009-03-31 23:35 dam Note Added: 0005805 2009-03-31 23:35 dam Status resolved => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:35:59 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:35:59 +0200 Subject: [bug-notifications] [ncurses 0003457]: Ncurses lacks wide character support In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=3457 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: ncurses Issue ID: 3457 Category: other Reproducibility: have not tried Severity: feature Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-03-05 23:01 CET Last Modified: 2009-03-31 23:35 CEST ====================================================================== Summary: Ncurses lacks wide character support Description: Just wanted to build nano 2.0.9 against ncurses and using mGARv2 ./configure $(DIRPATHS) --enable-all complains: configure: WARNING: *** Insufficient UTF-8 support was detected in your curses and/or C *** libraries. If you want UTF-8 support, please verify that your slang *** was built with UTF-8 support or your curses was built with wide *** character support, and that your C library was built with wide *** character support. >From having a look at the ncurses README --enable-widec does seem to contain some caveats. Filing this as a feature request. ====================================================================== ---------------------------------------------------------------------- (0005684) skayser (administrator) - 2009-03-20 17:42 http://www.opencsw.org/mantis/view.php?id=3457#c5684 ---------------------------------------------------------------------- I am just trying to build mcabber, which also complains about missing UTF-8 support in ncurses. What's worse this time is that mcabber then uses VT100 line drawing characters (via ncurses) to draw its TUI and this doesn't work with a UTF-8 CSWxterm (and i suppose neither with any other UTF-8 terminal emulator). The vertical lines are shifted, sometimes they don't display at all and words are not correctly wrapped on the right hand side of the terminal. I can work around this by either setting NCURSES_NO_UTF8_ACS=1 when calling mcabber or using xterm in non UTF-8 mode, but IMHO it could be more straight-forward when we would have UTF-8 support in ncurses. I had a look at the ncurses README again: --enable-widec produces a separate set of libs with a "w" suffix. Those are _not_ compatible with the regular ncurses libs, but because of the "w" suffix they don't clash, so i think it should be safe to build an additional wide ncurses version without breaking existing stuff. Debian does it this way, they have libncurses5 and libncursesw5. ---------------------------------------------------------------------- (0005806) dam (manager) - 2009-03-31 23:35 http://www.opencsw.org/mantis/view.php?id=3457#c5806 ---------------------------------------------------------------------- Fixed in 5.7,REV=2009.03.31 Issue History Date Modified Username Field Change ====================================================================== 2009-03-05 23:01 skayser New Issue 2009-03-20 17:42 skayser Note Added: 0005684 2009-03-26 15:51 dam Status new => assigned 2009-03-26 15:51 dam Assigned To => dam 2009-03-31 23:35 dam Note Added: 0005806 2009-03-31 23:35 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:36:46 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:36:46 +0200 Subject: [bug-notifications] [audiofile 0000766]: audiofile fails to install In-Reply-To: <587da1ccbffd984e9b2b0902af294398> Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/mantis/view.php?id=766 ====================================================================== Reported By: tom.simpson Assigned To: dam ====================================================================== Project: audiofile Issue ID: 766 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2004-12-17 11:37 CET Last Modified: 2009-03-31 23:36 CEST ====================================================================== Summary: audiofile fails to install Description: Processing package instance <CSWaudiofile> from </var> cpio: Unexpected end-of-archive encountered. 1 errors pkgadd: ERROR: attempt to process datastream failed - process </usr> /dev/null> failed, exit code 1 pkgadd: ERROR: unable to find archive for <CSWaudiofile> in datastream 1 package was not processed! ERROR: could not add CSWaudiofile. ====================================================================== ---------------------------------------------------------------------- (0001387) tom.simpson (reporter) - 2004-12-17 12:16 http://www.opencsw.org/mantis/view.php?id=766#c1387 ---------------------------------------------------------------------- sorry - forget this. It\'s a bug in pkgadd on zones. Should have realised that before I submitted it. Apologies. ---------------------------------------------------------------------- (0003308) james (reporter) - 2006-03-19 17:23 http://www.opencsw.org/mantis/view.php?id=766#c3308 ---------------------------------------------------------------------- Appears to be no problem. Please close. Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 23:36 dam Assigned To dnewman => dam ====================================================================== From noreply at opencsw.org Tue Mar 31 23:37:32 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:37:32 +0200 Subject: [bug-notifications] [audiofile 0000766]: audiofile fails to install In-Reply-To: <587da1ccbffd984e9b2b0902af294398> Message-ID: <7ac06cc956257e7193323bac3a83609a@www.opencsw.org> The following issue has been CLOSED ====================================================================== http://www.opencsw.org/mantis/view.php?id=766 ====================================================================== Reported By: tom.simpson Assigned To: dam ====================================================================== Project: audiofile Issue ID: 766 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2004-12-17 11:37 CET Last Modified: 2009-03-31 23:37 CEST ====================================================================== Summary: audiofile fails to install Description: Processing package instance <CSWaudiofile> from </var> cpio: Unexpected end-of-archive encountered. 1 errors pkgadd: ERROR: attempt to process datastream failed - process </usr> /dev/null> failed, exit code 1 pkgadd: ERROR: unable to find archive for <CSWaudiofile> in datastream 1 package was not processed! ERROR: could not add CSWaudiofile. ====================================================================== ---------------------------------------------------------------------- (0001387) tom.simpson (reporter) - 2004-12-17 12:16 http://www.opencsw.org/mantis/view.php?id=766#c1387 ---------------------------------------------------------------------- sorry - forget this. It\'s a bug in pkgadd on zones. Should have realised that before I submitted it. Apologies. ---------------------------------------------------------------------- (0003308) james (reporter) - 2006-03-19 17:23 http://www.opencsw.org/mantis/view.php?id=766#c3308 ---------------------------------------------------------------------- Appears to be no problem. Please close. Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 23:36 dam Assigned To dnewman => dam 2009-03-31 23:37 dam Status assigned => closed ====================================================================== From noreply at opencsw.org Tue Mar 31 23:56:30 2009 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 31 Mar 2009 23:56:30 +0200 Subject: [bug-notifications] [boinclibs 0003525]: RPATH contains /opt/csw/lib/-R/opt/csw/lib In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== http://www.opencsw.org/bugtrack/view.php?id=3525 ====================================================================== Reported By: james Assigned To: korpela ====================================================================== Project: boinclibs Issue ID: 3525 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: assigned ====================================================================== Date Submitted: 2009-03-31 21:44 CEST Last Modified: 2009-03-31 23:56 CEST ====================================================================== Summary: RPATH contains /opt/csw/lib/-R/opt/csw/lib Description: RPATH contains /opt/csw/lib/-R/opt/csw/lib Not important as elements higher in the RPATH will be used first. ====================================================================== ---------------------------------------------------------------------- (0005798) james (reporter) - 2009-03-31 21:45 http://www.opencsw.org/bugtrack/view.php?id=3525#c5798 ---------------------------------------------------------------------- And CSWboincmanager, I'll spare the extra report: file = /opt/csw/bin/boincmgr RPATH contains /opt/csw/lib/-R/opt/csw/lib RPATH = [27] RPATH /opt/csw/lib/$ISALIST:/opt/csw/lib:/opt/csw/lib:/opt/csw/lib/-R/opt/csw/lib:/opt/studio/SOS11/SUNWspro/lib/rw7:/opt/studio/SOS11/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/lib:/usr/lib Issue History Date Modified Username Field Change ====================================================================== 2009-03-31 21:44 james New Issue 2009-03-31 21:45 james Note Added: 0005798 2009-03-31 23:47 korpela Status new => acknowledged 2009-03-31 23:56 korpela Status acknowledged => assigned 2009-03-31 23:56 korpela Assigned To => korpela ======================================================================