From bug-notifications at lists.opencsw.org Mon Sep 8 17:04:46 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:04:46 +0200 Subject: [php5_xsl 0004941]: On a fresh Solaris 11 install the php5_xsl fails to load In-Reply-To: Message-ID: <4490547850c14bd2e36cac723f664338@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4941 ====================================================================== Reported By: jcordero Assigned To: dam ====================================================================== Project: php5_xsl Issue ID: 4941 Category: packaging Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-05-03 01:37 CEST Last Modified: 2014-09-08 17:04 CEST ====================================================================== Summary: On a fresh Solaris 11 install the php5_xsl fails to load Description: The error log tells that there is a problem with the so link. [02-May-2012 23:24:09 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xsl.so' - ld.so.1: httpd.prefork: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== ---------------------------------------------------------------------- (0010895) dam (administrator) - 2014-09-08 17:04 https://www.opencsw.org/mantis/view.php?id=4941#c10895 ---------------------------------------------------------------------- You need to have CSWphp5-dom installed and in your /etc/opt/csw/php5/php.ini and it must be loaded before xsl.so: extension=dom.so extension=xsl.so From bug-notifications at lists.opencsw.org Mon Sep 8 17:06:19 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:06:19 +0200 Subject: [php5_xmlreader 0005022]: relocation error symbol dom_node_class_entry not found In-Reply-To: Message-ID: <23072e96790f3e32bfb14629f2fa570c@www.opencsw.org> The following issue has been set as DUPLICATE OF issue 0004941. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5022 ====================================================================== Reported By: ghenry Assigned To: ghenry ====================================================================== Project: php5_xmlreader Issue ID: 5022 Category: regular use Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2012-11-07 20:44 CET Last Modified: 2014-09-08 17:06 CEST ====================================================================== Summary: relocation error symbol dom_node_class_entry not found Description: PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xmlreader.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xmlreader.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0004941 On a fresh Solaris 11 install the php5_... ====================================================================== ---------------------------------------------------------------------- (0010210) ghenry (developer) - 2012-11-08 06:29 https://www.opencsw.org/mantis/view.php?id=5022#c10210 ---------------------------------------------------------------------- ok i haven't seen that it was a known problem, already discussed here: http://lists.opencsw.org/pipermail/users/2012-September/009315.html so finally, it's ok after finding which "extension.." lines are missing. In case it help for others, here are the lines i added to deploy a Symfony (http://symfony.com/) project: diff /etc/opt/csw/php5/php.ini.CSW /etc/opt/csw/php5/php.ini 959,960c959,960 < ;extension=session.so < ;extension=ctype.so --- > extension=session.so > extension=ctype.so 971c971,972 < ;extension=mbstring.so --- > extension=iconv.so > extension=mbstring.so 977a979 > extension=pdo.so 980c982 < ;extension=pdo_mysql.so --- > extension=pdo_mysql.so 987a990,991 > extension=json.so > extension=tokenizer.so 999c1003,1006 < ;extension=xmlrpc.so --- > extension=dom.so > extension=xmlrpc.so > extension=xmlreader.so > extension=xmlwriter.so 1001a1009,1010 > extension=apc.so > extension=posix.so 1010c1019 < ;date.timezone = --- > date.timezone = "Europe/Paris" unfortunately, for few packages, the "extension.." line aren't added in php.ini after installed (for instance pdo.so, apc.so, posix.so, json.so, etc...) and dom.so before xml*.so From bug-notifications at lists.opencsw.org Mon Sep 8 17:06:20 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:06:20 +0200 Subject: [php5_xsl 0004941]: On a fresh Solaris 11 install the php5_xsl fails to load In-Reply-To: Message-ID: <49ffee60080840ec7550d3278b877646@www.opencsw.org> The issue 0005022 has been set as DUPLICATE OF the following issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4941 ====================================================================== Reported By: jcordero Assigned To: dam ====================================================================== Project: php5_xsl Issue ID: 4941 Category: packaging Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-05-03 01:37 CEST Last Modified: 2014-09-08 17:04 CEST ====================================================================== Summary: On a fresh Solaris 11 install the php5_xsl fails to load Description: The error log tells that there is a problem with the so link. [02-May-2012 23:24:09 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xsl.so' - ld.so.1: httpd.prefork: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xsl.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0005022 relocation error symbol dom_node_class_... ====================================================================== ---------------------------------------------------------------------- (0010895) dam (administrator) - 2014-09-08 17:04 https://www.opencsw.org/mantis/view.php?id=4941#c10895 ---------------------------------------------------------------------- You need to have CSWphp5-dom installed and in your /etc/opt/csw/php5/php.ini and it must be loaded before xsl.so: extension=dom.so extension=xsl.so From bug-notifications at lists.opencsw.org Mon Sep 8 17:07:21 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:07:21 +0200 Subject: [php5_xmlreader 0005022]: relocation error symbol dom_node_class_entry not found In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5022 ====================================================================== Reported By: ghenry Assigned To: ghenry ====================================================================== Project: php5_xmlreader Issue ID: 5022 Category: regular use Reproducibility: always Severity: block Priority: normal Status: closed Resolution: duplicate Duplicate: 0 Fixed in Version: ====================================================================== Date Submitted: 2012-11-07 20:44 CET Last Modified: 2014-09-08 17:07 CEST ====================================================================== Summary: relocation error symbol dom_node_class_entry not found Description: PHP Warning: PHP Startup: Unable to load dynamic library '/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xmlreader.so' - ld.so.1: php: fatal: relocation error: file /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/xmlreader.so: symbol dom_node_class_entry: referenced symbol not found in Unknown on line 0 ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0004941 On a fresh Solaris 11 install the php5_... ====================================================================== ---------------------------------------------------------------------- (0010210) ghenry (developer) - 2012-11-08 06:29 https://www.opencsw.org/mantis/view.php?id=5022#c10210 ---------------------------------------------------------------------- ok i haven't seen that it was a known problem, already discussed here: http://lists.opencsw.org/pipermail/users/2012-September/009315.html so finally, it's ok after finding which "extension.." lines are missing. In case it help for others, here are the lines i added to deploy a Symfony (http://symfony.com/) project: diff /etc/opt/csw/php5/php.ini.CSW /etc/opt/csw/php5/php.ini 959,960c959,960 < ;extension=session.so < ;extension=ctype.so --- > extension=session.so > extension=ctype.so 971c971,972 < ;extension=mbstring.so --- > extension=iconv.so > extension=mbstring.so 977a979 > extension=pdo.so 980c982 < ;extension=pdo_mysql.so --- > extension=pdo_mysql.so 987a990,991 > extension=json.so > extension=tokenizer.so 999c1003,1006 < ;extension=xmlrpc.so --- > extension=dom.so > extension=xmlrpc.so > extension=xmlreader.so > extension=xmlwriter.so 1001a1009,1010 > extension=apc.so > extension=posix.so 1010c1019 < ;date.timezone = --- > date.timezone = "Europe/Paris" unfortunately, for few packages, the "extension.." line aren't added in php.ini after installed (for instance pdo.so, apc.so, posix.so, json.so, etc...) and dom.so before xml*.so From bug-notifications at lists.opencsw.org Mon Sep 8 17:13:49 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:13:49 +0200 Subject: [php5_snmp 0004945]: snmp.so - Library libnetsnmp.so.15 dedicated linked In-Reply-To: <2329b1ffb5ce8af49a9677d17b93599e> Message-ID: <1c796bb6e748c891988553519bd30015@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4945 ====================================================================== Reported By: florian Assigned To: bwalton ====================================================================== Project: php5_snmp Issue ID: 4945 Category: other Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-05-16 13:32 CEST Last Modified: 2014-09-08 17:13 CEST ====================================================================== Summary: snmp.so - Library libnetsnmp.so.15 dedicated linked Description: Hello, through an Update of netsnmp (5.4.2.1 -> 5.6.1.1) the php snmp extension (snmp.so) is broken. A ldd of /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/snmp.so shows that the library is dedicated linked to libnetsnmp.so.15 ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/snmp.so libCstd.so.1 => /usr/lib/libCstd.so.1 libz.so.1 => /opt/csw/lib/libz.so.1 libnetsnmp.so.15 => /opt/csw/lib/libnetsnmp.so.15 libgen.so.1 => /lib/libgen.so.1 libelf.so.1 => /lib/libelf.so.1 libnsl.so.1 => /lib/libnsl.so.1 libsocket.so.1 => /lib/libsocket.so.1 libc.so.1 => /lib/libc.so.1 libCrun.so.1 => /usr/lib/libCrun.so.1 libkstat.so.1 => /lib/libkstat.so.1 libmp.so.2 => /lib/libmp.so.2 libmd.so.1 => /lib/libmd.so.1 libscf.so.1 => /lib/libscf.so.1 libdoor.so.1 => /lib/libdoor.so.1 libuutil.so.1 => /lib/libuutil.so.1 /usr/lib/cpu/sparcv8plus/libCstd_isa.so.1 libm.so.2 => /lib/libm.so.2 /platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1 /platform/SUNW,Sun-Fire-V240/lib/libmd_psr.so.1 Regards, Florian ====================================================================== ---------------------------------------------------------------------- (0010896) dam (administrator) - 2014-09-08 17:13 https://www.opencsw.org/mantis/view.php?id=4945#c10896 ---------------------------------------------------------------------- The current php5 is linked against libnetsnmp.so.25 and that is perfectly ok. Are there more specific things failing? From bug-notifications at lists.opencsw.org Mon Sep 8 17:16:49 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:16:49 +0200 Subject: [php5_iconv 0005030]: The iconv module for php5 is not loaded In-Reply-To: <33fb97fb6607774e9f707faa99566420> Message-ID: <3efe1aa7104a3f9bf17fec3b584bd9c3@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5030 ====================================================================== Reported By: johnyc20 Assigned To: bwalton ====================================================================== Project: php5_iconv Issue ID: 5030 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-12-17 09:08 CET Last Modified: 2014-09-08 17:16 CEST ====================================================================== Summary: The iconv module for php5 is not loaded Description: Hello, On a Solaris 10 php5 is not loading the iconv shared module. I sow that in the /opt/csw/php53/lib/php.ini config file the extension_dir directive is pointing to the "/opt/csw/php53/lib/php/extensions/no-debug-non-zts-20090626" directory, but iconv.so provided by CSWphp5-iconv package is installed in "/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626" . I tried to make symlinks from /opt/csw/php5 to /opt/csw/php53, but without any result. Thanks, Silviu ====================================================================== ---------------------------------------------------------------------- (0010259) bwalton (administrator) - 2013-01-06 10:28 https://www.opencsw.org/mantis/view.php?id=5030#c10259 ---------------------------------------------------------------------- Hello, The extension dir should be /opt/csw/php5/lib/..., not php53. Are there any files under the invalid path? Thanks -Ben From bug-notifications at lists.opencsw.org Mon Sep 8 17:17:25 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:17:25 +0200 Subject: [php5_json 0005031]: JSON module fot php5 is not loading In-Reply-To: Message-ID: <7a623762a67e1d6c003b2aa7ea47067b@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5031 ====================================================================== Reported By: johnyc20 Assigned To: bwalton ====================================================================== Project: php5_json Issue ID: 5031 Category: regular use Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-12-17 09:13 CET Last Modified: 2014-09-08 17:17 CEST ====================================================================== Summary: JSON module fot php5 is not loading Description: Hello, On a Solaris 10 php5 is not loading the json shared module. I sow that in the /opt/csw/php53/lib/php.ini config file the extension_dir directive is pointing to the "/opt/csw/php53/lib/php/extensions/no-debug-non-zts-20090626" directory, but iconv.so provided by CSWphp5-iconv package is installed in "/opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626" . I tried to make symlinks from /opt/csw/php5 to /opt/csw/php53, but without any result. Thanks, Silviu ====================================================================== ---------------------------------------------------------------------- (0010260) bwalton (administrator) - 2013-01-06 10:29 https://www.opencsw.org/mantis/view.php?id=5031#c10260 ---------------------------------------------------------------------- Hello, I think this is the same problem as the iconv issue you filed. If you correct the extension directory path in php.ini does the problem go away? Do you know how the setting got to be php53 instead of php5? Thanks -Ben From bug-notifications at lists.opencsw.org Mon Sep 8 17:17:45 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:17:45 +0200 Subject: [php5_ftp 0005134]: php5_ftp install succeeds, however ftp_connect() undefined In-Reply-To: <8aee139559c7aefa35413e126e31f3da> Message-ID: <71dac29cdd83a570bcbb5cd2e999fae4@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5134 ====================================================================== Reported By: dcarpene Assigned To: dam ====================================================================== Project: php5_ftp Issue ID: 5134 Category: packaging Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2013-12-13 19:02 CET Last Modified: 2014-09-08 17:17 CEST ====================================================================== Summary: php5_ftp install succeeds, however ftp_connect() undefined Description: Hi - I'm getting the following: [13-Dec-2013 17:36:36 UTC] PHP Fatal error: Call to undefined function ftp_connect() in /opt/csw/apache2/share/htdocs/akamaiUpload/upload.php on line 21 ... even though I've got the following installed: # /opt/csw/bin/pkgutil -i php5_ftp Solving needed dependencies ... Solving dependency order ... 18 CURRENT packages: CSWcacertificates-20120511,REV=2012.05.11 CSWcas-migrateconf-1.47,REV=2012.02.14 CSWcas-preserveconf-1.42,REV=2010.11.26 CSWcommon-1.5,REV=2010.12.11 CSWiconv-1.14,REV=2011.08.08 CSWlibcharset1-1.14,REV=2011.08.07 CSWlibexpat1-2.0.1,REV=2011.07.15 CSWlibiconv2-1.14,REV=2011.08.07 CSWlibicudata48-4.8.1,REV=2011.10.25 CSWlibicui18n48-4.8.1,REV=2011.10.25 CSWlibicuio48-4.8.1,REV=2011.10.25 CSWlibicuuc48-4.8.1,REV=2011.10.25 CSWlibssl0-9-8-0.9.8y,REV=2013.03.08 CSWlibxml2-2-2.7.8,REV=2011.03.24 CSWlibz1-1.2.7,REV=2012.06.14 CSWphp5-5.3.9,REV=2012.01.25 CSWphp5-ftp-5.3.9,REV=2012.01.25 CSWzlib-1.2.7,REV=2012.06.14 Nothing to do. ... install was successful: # /opt/csw/bin/pkgutil -i php5_ftp Solving needed dependencies ... Solving dependency order ... 17 CURRENT packages: CSWcacertificates-20120511,REV=2012.05.11 CSWcas-migrateconf-1.47,REV=2012.02.14 CSWcas-preserveconf-1.42,REV=2010.11.26 CSWcommon-1.5,REV=2010.12.11 CSWiconv-1.14,REV=2011.08.08 CSWlibcharset1-1.14,REV=2011.08.07 CSWlibexpat1-2.0.1,REV=2011.07.15 CSWlibiconv2-1.14,REV=2011.08.07 CSWlibicudata48-4.8.1,REV=2011.10.25 CSWlibicui18n48-4.8.1,REV=2011.10.25 CSWlibicuio48-4.8.1,REV=2011.10.25 CSWlibicuuc48-4.8.1,REV=2011.10.25 CSWlibssl0-9-8-0.9.8y,REV=2013.03.08 CSWlibxml2-2-2.7.8,REV=2011.03.24 CSWlibz1-1.2.7,REV=2012.06.14 CSWphp5-5.3.9,REV=2012.01.25 CSWzlib-1.2.7,REV=2012.06.14 Install 1 NEW packages: CSWphp5-ftp-5.3.9,REV=2012.01.25 (opencsw/testing) Total size: 31.9 KB => Fetching CSWphp5-ftp-5.3.9,REV=2012.01.25 (1/1) ... => Installing CSWphp5-ftp-5.3.9,REV=2012.01.25 (1/1) ... Processing package instance from php5_ftp - The ftp extention for PHP5 (sparc) 5.3.9,REV=2012.01.25 Please see /opt/csw/share/doc/php5_ftp/license for license information. ## Processing package information. ## Processing system information. 6 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. ## Checking for setuid/setgid programs. Installing php5_ftp - The ftp extention for PHP5 as ## Installing part 1 of 1. /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/ftp.so /opt/csw/share/doc/php5_ftp/license [ verifying class ] Modifying /opt/csw/php5/extensions/ftp [ verifying class ] Installation of was successful. ... and apache was restarted after the package was installed. phpinfo() shows '--enable-ftp=shared' in the configure command. However I don't see a "FTP support enabled" section below (which I do have on my OS X installation). Any ideas was I should be doing on this one ? Running on solaris 9/sparc. ====================================================================== From bug-notifications at lists.opencsw.org Mon Sep 8 17:23:19 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:23:19 +0200 Subject: [php5_ftp 0005134]: php5_ftp install succeeds, however ftp_connect() undefined In-Reply-To: <8aee139559c7aefa35413e126e31f3da> Message-ID: <8af045710db40fe19bebd794b3c242bf@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5134 ====================================================================== Reported By: dcarpene Assigned To: dam ====================================================================== Project: php5_ftp Issue ID: 5134 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2013-12-13 19:02 CET Last Modified: 2014-09-08 17:23 CEST ====================================================================== Summary: php5_ftp install succeeds, however ftp_connect() undefined Description: Hi - I'm getting the following: [13-Dec-2013 17:36:36 UTC] PHP Fatal error: Call to undefined function ftp_connect() in /opt/csw/apache2/share/htdocs/akamaiUpload/upload.php on line 21 ... even though I've got the following installed: # /opt/csw/bin/pkgutil -i php5_ftp Solving needed dependencies ... Solving dependency order ... 18 CURRENT packages: CSWcacertificates-20120511,REV=2012.05.11 CSWcas-migrateconf-1.47,REV=2012.02.14 CSWcas-preserveconf-1.42,REV=2010.11.26 CSWcommon-1.5,REV=2010.12.11 CSWiconv-1.14,REV=2011.08.08 CSWlibcharset1-1.14,REV=2011.08.07 CSWlibexpat1-2.0.1,REV=2011.07.15 CSWlibiconv2-1.14,REV=2011.08.07 CSWlibicudata48-4.8.1,REV=2011.10.25 CSWlibicui18n48-4.8.1,REV=2011.10.25 CSWlibicuio48-4.8.1,REV=2011.10.25 CSWlibicuuc48-4.8.1,REV=2011.10.25 CSWlibssl0-9-8-0.9.8y,REV=2013.03.08 CSWlibxml2-2-2.7.8,REV=2011.03.24 CSWlibz1-1.2.7,REV=2012.06.14 CSWphp5-5.3.9,REV=2012.01.25 CSWphp5-ftp-5.3.9,REV=2012.01.25 CSWzlib-1.2.7,REV=2012.06.14 Nothing to do. ... install was successful: # /opt/csw/bin/pkgutil -i php5_ftp Solving needed dependencies ... Solving dependency order ... 17 CURRENT packages: CSWcacertificates-20120511,REV=2012.05.11 CSWcas-migrateconf-1.47,REV=2012.02.14 CSWcas-preserveconf-1.42,REV=2010.11.26 CSWcommon-1.5,REV=2010.12.11 CSWiconv-1.14,REV=2011.08.08 CSWlibcharset1-1.14,REV=2011.08.07 CSWlibexpat1-2.0.1,REV=2011.07.15 CSWlibiconv2-1.14,REV=2011.08.07 CSWlibicudata48-4.8.1,REV=2011.10.25 CSWlibicui18n48-4.8.1,REV=2011.10.25 CSWlibicuio48-4.8.1,REV=2011.10.25 CSWlibicuuc48-4.8.1,REV=2011.10.25 CSWlibssl0-9-8-0.9.8y,REV=2013.03.08 CSWlibxml2-2-2.7.8,REV=2011.03.24 CSWlibz1-1.2.7,REV=2012.06.14 CSWphp5-5.3.9,REV=2012.01.25 CSWzlib-1.2.7,REV=2012.06.14 Install 1 NEW packages: CSWphp5-ftp-5.3.9,REV=2012.01.25 (opencsw/testing) Total size: 31.9 KB => Fetching CSWphp5-ftp-5.3.9,REV=2012.01.25 (1/1) ... => Installing CSWphp5-ftp-5.3.9,REV=2012.01.25 (1/1) ... Processing package instance from php5_ftp - The ftp extention for PHP5 (sparc) 5.3.9,REV=2012.01.25 Please see /opt/csw/share/doc/php5_ftp/license for license information. ## Processing package information. ## Processing system information. 6 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. ## Checking for setuid/setgid programs. Installing php5_ftp - The ftp extention for PHP5 as ## Installing part 1 of 1. /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20090626/ftp.so /opt/csw/share/doc/php5_ftp/license [ verifying class ] Modifying /opt/csw/php5/extensions/ftp [ verifying class ] Installation of was successful. ... and apache was restarted after the package was installed. phpinfo() shows '--enable-ftp=shared' in the configure command. However I don't see a "FTP support enabled" section below (which I do have on my OS X installation). Any ideas was I should be doing on this one ? Running on solaris 9/sparc. ====================================================================== ---------------------------------------------------------------------- (0010897) dam (administrator) - 2014-09-08 17:23 https://www.opencsw.org/mantis/view.php?id=5134#c10897 ---------------------------------------------------------------------- I just verified with CSWphp5-ftp php5_ftp - The ftp extention for PHP5 (sparc) 5.3.28,REV=2014.09.08 and get on phpinfo() Registered PHP Streams => compress.zlib, php, file, glob, data, dict, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp From bug-notifications at lists.opencsw.org Mon Sep 8 17:25:26 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 8 Sep 2014 17:25:26 +0200 Subject: [php5_dom 0005198]: dom installed -- PHP Fatal error: Class 'DOMDocument' not found In-Reply-To: <64111cbb7f63bb7369ffd06d6354e689> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5198 ====================================================================== Reported By: plexcsw Assigned To: dam ====================================================================== Project: php5_dom Issue ID: 5198 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-08-11 19:24 CEST Last Modified: 2014-09-08 17:25 CEST ====================================================================== Summary: dom installed -- PHP Fatal error: Class 'DOMDocument' not found Description: phpext -q dom gives dom_enabled=true phpinfo() shows: DOM/XML enabled But PHP gives a fatal error at the first DOMDocument(); call: PHP Fatal error: Class 'DOMDocument' not found ====================================================================== From bug-notifications at lists.opencsw.org Tue Sep 9 11:35:51 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 11:35:51 +0200 Subject: [netatalk 0005202]: netatalk will not start Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-09 11:35 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== From bug-notifications at lists.opencsw.org Tue Sep 9 11:41:34 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 11:41:34 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-09 11:41 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010898) slowfranklin (manager) - 2014-09-09 11:41 https://www.opencsw.org/mantis/view.php?id=5202#c10898 ---------------------------------------------------------------------- Looks like the Netatalk package is missing a dependency on CSWtracker. Please try installing CSWtracker manually. From bug-notifications at lists.opencsw.org Tue Sep 9 17:01:29 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 17:01:29 +0200 Subject: [ap2_modphp5 0005077]: libphp5.so missing PHP function In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5077 ====================================================================== Reported By: epkblid Assigned To: dam ====================================================================== Project: ap2_modphp5 Issue ID: 5077 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2013-05-20 08:57 CEST Last Modified: 2014-09-09 17:01 CEST ====================================================================== Summary: libphp5.so missing PHP function Description: On x86 solaris 10 libphp5.so is missing all PHP session functions ====================================================================== ---------------------------------------------------------------------- (0010401) dam (administrator) - 2013-05-21 13:21 https://www.opencsw.org/mantis/view.php?id=5077#c10401 ---------------------------------------------------------------------- Please make sure that you actually installed CSWphp5-session From bug-notifications at lists.opencsw.org Tue Sep 9 17:01:54 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 17:01:54 +0200 Subject: [ap2_modphp5 0005077]: libphp5.so missing PHP function In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5077 ====================================================================== Reported By: epkblid Assigned To: dam ====================================================================== Project: ap2_modphp5 Issue ID: 5077 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2013-05-20 08:57 CEST Last Modified: 2014-09-09 17:01 CEST ====================================================================== Summary: libphp5.so missing PHP function Description: On x86 solaris 10 libphp5.so is missing all PHP session functions ====================================================================== ---------------------------------------------------------------------- (0010401) dam (administrator) - 2013-05-21 13:21 https://www.opencsw.org/mantis/view.php?id=5077#c10401 ---------------------------------------------------------------------- Please make sure that you actually installed CSWphp5-session From bug-notifications at lists.opencsw.org Tue Sep 9 17:09:51 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 17:09:51 +0200 Subject: [php5_dom 0005198]: dom installed -- PHP Fatal error: Class 'DOMDocument' not found In-Reply-To: <64111cbb7f63bb7369ffd06d6354e689> Message-ID: <1cbe9c85b48e79e93aabfd828f958120@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5198 ====================================================================== Reported By: plexcsw Assigned To: dam ====================================================================== Project: php5_dom Issue ID: 5198 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-08-11 19:24 CEST Last Modified: 2014-09-09 17:09 CEST ====================================================================== Summary: dom installed -- PHP Fatal error: Class 'DOMDocument' not found Description: phpext -q dom gives dom_enabled=true phpinfo() shows: DOM/XML enabled But PHP gives a fatal error at the first DOMDocument(); call: PHP Fatal error: Class 'DOMDocument' not found ====================================================================== ---------------------------------------------------------------------- (0010899) dam (administrator) - 2014-09-09 17:09 https://www.opencsw.org/mantis/view.php?id=5198#c10899 ---------------------------------------------------------------------- I just made a new version of php and it looks good: http://buildfarm.opencsw.org/experimental.html#php5 Please verify that it works for you. From bug-notifications at lists.opencsw.org Tue Sep 9 17:12:20 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 17:12:20 +0200 Subject: [php5 0005166]: PHP CLI suffers from segmentation fault during job completion In-Reply-To: <4d68f898f015986d2360a89e4ea112b2> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5166 ====================================================================== Reported By: rherbst Assigned To: dam ====================================================================== Project: php5 Issue ID: 5166 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-04-22 13:21 CEST Last Modified: 2014-09-09 17:12 CEST ====================================================================== Summary: PHP CLI suffers from segmentation fault during job completion Description: When started at the command line, php does what it it is expected to do but then throws a segmentation fault error and generates a core dump. Problem occures after switching to Dublin (the new stable), i.e. with PHP 5.3.21. ====================================================================== From bug-notifications at lists.opencsw.org Tue Sep 9 17:15:39 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 9 Sep 2014 17:15:39 +0200 Subject: [php5 0005166]: PHP CLI suffers from segmentation fault during job completion In-Reply-To: <4d68f898f015986d2360a89e4ea112b2> Message-ID: <8eec6f643dc062c81431239fe48a748c@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5166 ====================================================================== Reported By: rherbst Assigned To: dam ====================================================================== Project: php5 Issue ID: 5166 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-04-22 13:21 CEST Last Modified: 2014-09-09 17:15 CEST ====================================================================== Summary: PHP CLI suffers from segmentation fault during job completion Description: When started at the command line, php does what it it is expected to do but then throws a segmentation fault error and generates a core dump. Problem occures after switching to Dublin (the new stable), i.e. with PHP 5.3.21. ====================================================================== ---------------------------------------------------------------------- (0010900) dam (administrator) - 2014-09-09 17:15 https://www.opencsw.org/mantis/view.php?id=5166#c10900 ---------------------------------------------------------------------- I made a new set of packages and the error seems to be fixed now: http://buildfarm.opencsw.org/experimental.html#php5 Please take a look if this really resolves your issue so I can push the packages. From bug-notifications at lists.opencsw.org Wed Sep 10 13:10:30 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 10 Sep 2014 13:10:30 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: <679a3bae908205fadeb4d2d2db89bb5d@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-10 13:10 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010901) schwindt (developer) - 2014-09-10 13:10 https://www.opencsw.org/mantis/view.php?id=5202#c10901 ---------------------------------------------------------------------- Yes indeed, that fixes it. The libraries get pulled in but not CSWtracker it self. From bug-notifications at lists.opencsw.org Thu Sep 11 14:10:25 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 11 Sep 2014 14:10:25 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: <94c14e18bb60a277a4df52d0c9e0dc8d@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-11 14:10 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010902) maciej (administrator) - 2014-09-11 14:10 https://www.opencsw.org/mantis/view.php?id=5202#c10902 ---------------------------------------------------------------------- FYI this bug will block the integration of netatalk from unstable to testing. From bug-notifications at lists.opencsw.org Thu Sep 11 15:03:42 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 11 Sep 2014 15:03:42 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-11 15:03 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010903) slowfranklin (manager) - 2014-09-11 15:03 https://www.opencsw.org/mantis/view.php?id=5202#c10903 ---------------------------------------------------------------------- ;) Thanks for the reminder. From bug-notifications at lists.opencsw.org Thu Sep 11 15:24:37 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 11 Sep 2014 15:24:37 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: slowfranklin ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-11 15:24 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010903) slowfranklin (manager) - 2014-09-11 15:03 https://www.opencsw.org/mantis/view.php?id=5202#c10903 ---------------------------------------------------------------------- ;) Thanks for the reminder. From bug-notifications at lists.opencsw.org Thu Sep 11 15:26:00 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 11 Sep 2014 15:26:00 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: <532eb7988f5974e2a184625f3971b52a@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: slowfranklin ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-11 15:26 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010904) slowfranklin (manager) - 2014-09-11 15:26 https://www.opencsw.org/mantis/view.php?id=5202#c10904 ---------------------------------------------------------------------- Building and uploading fixed packages... From bug-notifications at lists.opencsw.org Thu Sep 11 15:26:56 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 11 Sep 2014 15:26:56 +0200 Subject: [netatalk 0005202]: netatalk will not start In-Reply-To: <1af6741d9a8f6e578f3271019b87d049> Message-ID: <5a11ef8cc217a93b5fbbd03802804ae7@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5202 ====================================================================== Reported By: schwindt Assigned To: slowfranklin ====================================================================== Project: netatalk Issue ID: 5202 Category: Reproducibility: always Severity: block Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-09-09 11:35 CEST Last Modified: 2014-09-11 15:26 CEST ====================================================================== Summary: netatalk will not start Description: The defined dependancies exist in svc - but not the corresponding binaries/scripts. /var/opt/csw/svc/manifest/system/cswnetatalk-tracker-miner-fs.xml: grep "not found" /var/svc/log/site-cswnetatalk-tracker-* | sort -u /var/svc/log/site-cswnetatalk-tracker-extract:default.log:/sbin/sh: /opt/csw/libexec/tracker-extract: not found /var/svc/log/site-cswnetatalk-tracker-miner-fs:default.log:/sbin/sh: /opt/csw/libexec/tracker-miner-fs: not found ll /opt/csw/libexec/tracker-* ls: No match. This is on Solaris 10 x86 using unstable catalog. ====================================================================== ---------------------------------------------------------------------- (0010905) slowfranklin (manager) - 2014-09-11 15:26 https://www.opencsw.org/mantis/view.php?id=5202#c10905 ---------------------------------------------------------------------- Updated packages with dependency on CSWtracker. From bug-notifications at lists.opencsw.org Fri Sep 12 00:49:56 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 00:49:56 +0200 Subject: [binutils 0005203]: binutils does not include windres Message-ID: <8589554066d396bb0df352bdc581e4f0@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5203 ====================================================================== Reported By: progman3k Assigned To: ====================================================================== Project: binutils Issue ID: 5203 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-12 00:49 CEST Last Modified: 2014-09-12 00:49 CEST ====================================================================== Summary: binutils does not include windres Description: other programs like ar, objcopy, etc... are present but there is no windres ====================================================================== From bug-notifications at lists.opencsw.org Fri Sep 12 08:55:51 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 08:55:51 +0200 Subject: [emacs 0005204]: Inline graphics display broken due to missing library Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5204 ====================================================================== Reported By: kester Assigned To: ====================================================================== Project: emacs Issue ID: 5204 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-12 08:55 CEST Last Modified: 2014-09-12 08:55 CEST ====================================================================== Summary: Inline graphics display broken due to missing library Description: GNU emacs can display images inline. Some images formats (likes fits are displayed using ImageMagick). It appears that the version of ImageMagick was changed without rebuilding emacs. This causes emacs to crash when opening an image file: $ emacs file.fits ld.so.1: emacs-24.3-athena: fatal: libMagickWand-6.Q16HDRI.so.1: open failed: No such file or directory ld.so.1: emacs-24.3-athena: fatal: relocation error: file /opt/csw/bin/emacs-24.3-athena: symbol MagickWandGenesis: referenced symbol not found killed emacs Note: DISPLAY has to be set to see the problem. ldd also shows the problem: kester at unstable10s [unstable10s]:~ > ldd -ur /opt/csw/bin/emacs | grep "not found" libMagickWand-6.Q16HDRI.so.1 => (file not found) libMagickCore-6.Q16HDRI.so.1 => (file not found) symbol not found: MagickGetException (/opt/csw/bin/emacs-24.3-athena) ... ====================================================================== From bug-notifications at lists.opencsw.org Fri Sep 12 08:56:32 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 08:56:32 +0200 Subject: [emacs 0005204]: Inline graphics display broken due to missing library In-Reply-To: <0f0c39ea339ff7c9e9c2181484312e81> Message-ID: <5c86bc0a0f55fde14f9fbdc1700db481@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5204 ====================================================================== Reported By: kester Assigned To: laurent ====================================================================== Project: emacs Issue ID: 5204 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-09-12 08:55 CEST Last Modified: 2014-09-12 08:56 CEST ====================================================================== Summary: Inline graphics display broken due to missing library Description: GNU emacs can display images inline. Some images formats (likes fits are displayed using ImageMagick). It appears that the version of ImageMagick was changed without rebuilding emacs. This causes emacs to crash when opening an image file: $ emacs file.fits ld.so.1: emacs-24.3-athena: fatal: libMagickWand-6.Q16HDRI.so.1: open failed: No such file or directory ld.so.1: emacs-24.3-athena: fatal: relocation error: file /opt/csw/bin/emacs-24.3-athena: symbol MagickWandGenesis: referenced symbol not found killed emacs Note: DISPLAY has to be set to see the problem. ldd also shows the problem: kester at unstable10s [unstable10s]:~ > ldd -ur /opt/csw/bin/emacs | grep "not found" libMagickWand-6.Q16HDRI.so.1 => (file not found) libMagickCore-6.Q16HDRI.so.1 => (file not found) symbol not found: MagickGetException (/opt/csw/bin/emacs-24.3-athena) ... ====================================================================== From bug-notifications at lists.opencsw.org Fri Sep 12 12:53:11 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 12:53:11 +0200 Subject: [binutils 0005203]: binutils does not include windres In-Reply-To: <27334f81d205fe205036fe6399c8b411> Message-ID: <0ba58d1cc97228d36d7d07347d81c52d@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5203 ====================================================================== Reported By: progman3k Assigned To: dam ====================================================================== Project: binutils Issue ID: 5203 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-09-12 00:49 CEST Last Modified: 2014-09-12 12:53 CEST ====================================================================== Summary: binutils does not include windres Description: other programs like ar, objcopy, etc... are present but there is no windres ====================================================================== From bug-notifications at lists.opencsw.org Fri Sep 12 12:54:11 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 12:54:11 +0200 Subject: [binutils 0005203]: binutils does not include windres In-Reply-To: <27334f81d205fe205036fe6399c8b411> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5203 ====================================================================== Reported By: progman3k Assigned To: dam ====================================================================== Project: binutils Issue ID: 5203 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-09-12 00:49 CEST Last Modified: 2014-09-12 12:54 CEST ====================================================================== Summary: binutils does not include windres Description: other programs like ar, objcopy, etc... are present but there is no windres ====================================================================== ---------------------------------------------------------------------- (0010906) dam (administrator) - 2014-09-12 12:54 https://www.opencsw.org/mantis/view.php?id=5203#c10906 ---------------------------------------------------------------------- I cannot verify this issue, the current binutils packages contains windres for Solaris 11 x86: unstable11x% pkginfo -x CSWbinutils CSWbinutils binutils - GNU binary utilities: gas, gld, gprof, and others (i386) 2.24,REV=2014.08.20 unstable11x% grep windres /var/sadm/install/contents /opt/csw/bin/gwindres f none 0755 root bin 5876700 18219 1408536606 CSWbinutils /opt/csw/gnu/windres=../bin/gwindres s none CSWbinutils Please note that as all GNU utilities it is prefixed with 'g' in /opt/csw/bin and without 'g' in /opt/csw/gnu. From bug-notifications at lists.opencsw.org Fri Sep 12 19:06:34 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 19:06:34 +0200 Subject: [r_base 0005176]: Cannot install packages from CRAN In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5176 ====================================================================== Reported By: fedoracoreuser Assigned To: dam ====================================================================== Project: r_base Issue ID: 5176 Category: Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 2014-05-31 00:50 CEST Last Modified: 2014-09-12 19:06 CEST ====================================================================== Summary: Cannot install packages from CRAN Description: First of all, thank you, I am enormously grateful to you for delivering this package. However, when I attempt to install packages from CRAN, I receive a relocation error when the mirror list should appear. Full output: > install.packages('Rcpp') Installing package into ?/home/ghost/R/i386-pc-solaris2.10-library/3.1? (as ?lib? is unspecified) --- Please select a CRAN mirror for use in this session --- Error in url("http://cran.r-project.org/CRAN_mirrors.csv") : internet routines cannot be loaded In addition: Warning message: In url("http://cran.r-project.org/CRAN_mirrors.csv") : unable to load shared object '/opt/csw/lib/R/modules//internet.so': ld.so.1: R: fatal: relocation error: file /opt/csw/lib/R/modules//internet.so: symbol accept: referenced symbol not found I believe the issue lies in the double forward slash before 'internet.so'. Is it something I can fix on my machines, or does the package need to be fixed? If it's a self fix, how can I do that? Again, thank you! ====================================================================== ---------------------------------------------------------------------- (0010907) maciej (administrator) - 2014-09-12 19:06 https://www.opencsw.org/mantis/view.php?id=5176#c10907 ---------------------------------------------------------------------- FYI this bug blocks the integration of R from unstable to testing. If this problem also present in the testing catalog? I've pushed a new version of R to unstable. Does it fix the problem? From bug-notifications at lists.opencsw.org Fri Sep 12 19:07:31 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 19:07:31 +0200 Subject: [squid 0005163]: squid 3.4.4 crashes on Solaris 10 In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5163 ====================================================================== Reported By: hudesd Assigned To: dam ====================================================================== Project: squid Issue ID: 5163 Category: regular use Reproducibility: have not tried Severity: crash Priority: normal Status: confirmed ====================================================================== Date Submitted: 2014-04-11 23:13 CEST Last Modified: 2014-09-12 19:07 CEST ====================================================================== Summary: squid 3.4.4 crashes on Solaris 10 Description: I have been using Squid 3.1 for quite awhile with no problem. I recently upgraded all my CSW packages and Squid 3.4.4 came with it, no option otherwise it's in stable/unstable/testing. The problem is that it is NOT stable: it exits after awhile. It's running as a service (cswsquid) as per the package. This on a T2000 Solaris 10 148888-05 with 8GB RAM and about 600GB of available disk space . I had made no change to the configuration between 3.1 and 3.4. I subsequently have tried both aufs and my original ufs (diskd isn't available) to no avail. I increased the size of the disk and memory cache to no avail. Squid will run happily as long as users are only tunneling through it; once some caching gets going with regular http it exits. I'm not finding any core dumps in /var/opt/csw/squid/cache or the 00 directory under that. I can provide squid config files and log files. ====================================================================== ---------------------------------------------------------------------- (0010908) maciej (administrator) - 2014-09-12 19:07 https://www.opencsw.org/mantis/view.php?id=5163#c10908 ---------------------------------------------------------------------- FYI this bug blocks the integration of squid from unstable to testing. From bug-notifications at lists.opencsw.org Fri Sep 12 19:08:11 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 19:08:11 +0200 Subject: [pythonsvn 0005144]: pyhton modules not found by apache In-Reply-To: Message-ID: <70ad6f1481d9e115a5b59ffdbc758cd6@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5144 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: pythonsvn Issue ID: 5144 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-05 10:11 CET Last Modified: 2014-09-12 19:08 CEST ====================================================================== Summary: pyhton modules not found by apache Description: I just upgraded to CSWpythonsvn 1.8.5,REV=2014.01.19. After that the trac instances could no longer sync to the repositories. upon symlinking /opt/csw/lib/svn/python/site-packages/* to /opt/csw/lib/python2.6/site-packages/ everyting went back to normal ====================================================================== ---------------------------------------------------------------------- (0010909) maciej (administrator) - 2014-09-12 19:08 https://www.opencsw.org/mantis/view.php?id=5144#c10909 ---------------------------------------------------------------------- FYI this bug blocks the integration of squid from unstable to testing. From bug-notifications at lists.opencsw.org Fri Sep 12 19:51:57 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 12 Sep 2014 19:51:57 +0200 Subject: [binutils 0005203]: binutils does not include windres In-Reply-To: <27334f81d205fe205036fe6399c8b411> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5203 ====================================================================== Reported By: progman3k Assigned To: dam ====================================================================== Project: binutils Issue ID: 5203 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-09-12 00:49 CEST Last Modified: 2014-09-12 19:51 CEST ====================================================================== Summary: binutils does not include windres Description: other programs like ar, objcopy, etc... are present but there is no windres ====================================================================== ---------------------------------------------------------------------- (0010910) progman3k (reporter) - 2014-09-12 19:51 https://www.opencsw.org/mantis/view.php?id=5203#c10910 ---------------------------------------------------------------------- Am I missing a repository? Checking with both the graphical package-manager and pkginfo, there is no trace of a package called CSWbinutils root at machine:~/# pkginfo -x CSWbinutils ERROR: information for "CSWbinutils" was not found Is it because I must add an addtional software repository? I'm new to Solaris, thank you for explaining From bug-notifications at lists.opencsw.org Sat Sep 13 11:05:58 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 13 Sep 2014 11:05:58 +0200 Subject: [r_base 0005176]: Cannot install packages from CRAN In-Reply-To: Message-ID: <212fe53145e59be301e7f9d5235b04fe@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5176 ====================================================================== Reported By: fedoracoreuser Assigned To: dam ====================================================================== Project: r_base Issue ID: 5176 Category: Reproducibility: always Severity: major Priority: normal Status: confirmed ====================================================================== Date Submitted: 2014-05-31 00:50 CEST Last Modified: 2014-09-13 11:05 CEST ====================================================================== Summary: Cannot install packages from CRAN Description: First of all, thank you, I am enormously grateful to you for delivering this package. However, when I attempt to install packages from CRAN, I receive a relocation error when the mirror list should appear. Full output: > install.packages('Rcpp') Installing package into ?/home/ghost/R/i386-pc-solaris2.10-library/3.1? (as ?lib? is unspecified) --- Please select a CRAN mirror for use in this session --- Error in url("http://cran.r-project.org/CRAN_mirrors.csv") : internet routines cannot be loaded In addition: Warning message: In url("http://cran.r-project.org/CRAN_mirrors.csv") : unable to load shared object '/opt/csw/lib/R/modules//internet.so': ld.so.1: R: fatal: relocation error: file /opt/csw/lib/R/modules//internet.so: symbol accept: referenced symbol not found I believe the issue lies in the double forward slash before 'internet.so'. Is it something I can fix on my machines, or does the package need to be fixed? If it's a self fix, how can I do that? Again, thank you! ====================================================================== ---------------------------------------------------------------------- (0010911) fedoracoreuser (reporter) - 2014-09-13 11:05 https://www.opencsw.org/mantis/view.php?id=5176#c10911 ---------------------------------------------------------------------- Version 3.1.1 (2014-07-10) in unstable does not present the same behavior, but instead correctly installs the packages. This works in both 32 and 64-bit versions. I guess this can be marked as "solved"? Thank you very much for your help in this matter! From bug-notifications at lists.opencsw.org Sat Sep 13 18:39:17 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 13 Sep 2014 18:39:17 +0200 Subject: [r_base 0005176]: Cannot install packages from CRAN In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5176 ====================================================================== Reported By: fedoracoreuser Assigned To: dam ====================================================================== Project: r_base Issue ID: 5176 Category: Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-05-31 00:50 CEST Last Modified: 2014-09-13 18:39 CEST ====================================================================== Summary: Cannot install packages from CRAN Description: First of all, thank you, I am enormously grateful to you for delivering this package. However, when I attempt to install packages from CRAN, I receive a relocation error when the mirror list should appear. Full output: > install.packages('Rcpp') Installing package into ?/home/ghost/R/i386-pc-solaris2.10-library/3.1? (as ?lib? is unspecified) --- Please select a CRAN mirror for use in this session --- Error in url("http://cran.r-project.org/CRAN_mirrors.csv") : internet routines cannot be loaded In addition: Warning message: In url("http://cran.r-project.org/CRAN_mirrors.csv") : unable to load shared object '/opt/csw/lib/R/modules//internet.so': ld.so.1: R: fatal: relocation error: file /opt/csw/lib/R/modules//internet.so: symbol accept: referenced symbol not found I believe the issue lies in the double forward slash before 'internet.so'. Is it something I can fix on my machines, or does the package need to be fixed? If it's a self fix, how can I do that? Again, thank you! ====================================================================== ---------------------------------------------------------------------- (0010912) maciej (administrator) - 2014-09-13 18:39 https://www.opencsw.org/mantis/view.php?id=5176#c10912 ---------------------------------------------------------------------- Yes, thank you very much for the update! The fixed version will be pushed to the testing catalog overnight. From bug-notifications at lists.opencsw.org Sun Sep 14 14:20:31 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 14 Sep 2014 14:20:31 +0200 Subject: [emacs 0005204]: Inline graphics display broken due to missing library In-Reply-To: <0f0c39ea339ff7c9e9c2181484312e81> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5204 ====================================================================== Reported By: kester Assigned To: laurent ====================================================================== Project: emacs Issue ID: 5204 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-09-12 08:55 CEST Last Modified: 2014-09-14 14:20 CEST ====================================================================== Summary: Inline graphics display broken due to missing library Description: GNU emacs can display images inline. Some images formats (likes fits are displayed using ImageMagick). It appears that the version of ImageMagick was changed without rebuilding emacs. This causes emacs to crash when opening an image file: $ emacs file.fits ld.so.1: emacs-24.3-athena: fatal: libMagickWand-6.Q16HDRI.so.1: open failed: No such file or directory ld.so.1: emacs-24.3-athena: fatal: relocation error: file /opt/csw/bin/emacs-24.3-athena: symbol MagickWandGenesis: referenced symbol not found killed emacs Note: DISPLAY has to be set to see the problem. ldd also shows the problem: kester at unstable10s [unstable10s]:~ > ldd -ur /opt/csw/bin/emacs | grep "not found" libMagickWand-6.Q16HDRI.so.1 => (file not found) libMagickCore-6.Q16HDRI.so.1 => (file not found) symbol not found: MagickGetException (/opt/csw/bin/emacs-24.3-athena) ... ====================================================================== ---------------------------------------------------------------------- (0010913) laurent (developer) - 2014-09-14 14:20 https://www.opencsw.org/mantis/view.php?id=5204#c10913 ---------------------------------------------------------------------- I repushed the older sonames that are needed, can you please update and check if they fix the issue for you? From bug-notifications at lists.opencsw.org Mon Sep 15 17:36:02 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 15 Sep 2014 17:36:02 +0200 Subject: [emacs 0005204]: Inline graphics display broken due to missing library In-Reply-To: <0f0c39ea339ff7c9e9c2181484312e81> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5204 ====================================================================== Reported By: kester Assigned To: laurent ====================================================================== Project: emacs Issue ID: 5204 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-09-12 08:55 CEST Last Modified: 2014-09-15 17:36 CEST ====================================================================== Summary: Inline graphics display broken due to missing library Description: GNU emacs can display images inline. Some images formats (likes fits are displayed using ImageMagick). It appears that the version of ImageMagick was changed without rebuilding emacs. This causes emacs to crash when opening an image file: $ emacs file.fits ld.so.1: emacs-24.3-athena: fatal: libMagickWand-6.Q16HDRI.so.1: open failed: No such file or directory ld.so.1: emacs-24.3-athena: fatal: relocation error: file /opt/csw/bin/emacs-24.3-athena: symbol MagickWandGenesis: referenced symbol not found killed emacs Note: DISPLAY has to be set to see the problem. ldd also shows the problem: kester at unstable10s [unstable10s]:~ > ldd -ur /opt/csw/bin/emacs | grep "not found" libMagickWand-6.Q16HDRI.so.1 => (file not found) libMagickCore-6.Q16HDRI.so.1 => (file not found) symbol not found: MagickGetException (/opt/csw/bin/emacs-24.3-athena) ... ====================================================================== ---------------------------------------------------------------------- (0010914) laurent (developer) - 2014-09-15 17:36 https://www.opencsw.org/mantis/view.php?id=5204#c10914 ---------------------------------------------------------------------- Confirmed fixed. From bug-notifications at lists.opencsw.org Tue Sep 16 05:26:17 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 16 Sep 2014 05:26:17 +0200 Subject: [pidgin 0005205]: Pidgin package installation does not install necessary package CSWgtk2 Message-ID: <4a63f9ea31d831d92a3affc2c507fabe@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5205 ====================================================================== Reported By: er2003 Assigned To: ====================================================================== Project: pidgin Issue ID: 5205 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-16 05:26 CEST Last Modified: 2014-09-16 05:26 CEST ====================================================================== Summary: Pidgin package installation does not install necessary package CSWgtk2 Description: When package pidgin is installed it does not install package CSWgtk2 which it is depending on. Without CSWgtk2 there are no icons in pidgin. ====================================================================== From bug-notifications at lists.opencsw.org Wed Sep 17 09:33:44 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 17 Sep 2014 09:33:44 +0200 Subject: [binutils 0005203]: binutils does not include windres In-Reply-To: <27334f81d205fe205036fe6399c8b411> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5203 ====================================================================== Reported By: progman3k Assigned To: dam ====================================================================== Project: binutils Issue ID: 5203 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-09-12 00:49 CEST Last Modified: 2014-09-17 09:33 CEST ====================================================================== Summary: binutils does not include windres Description: other programs like ar, objcopy, etc... are present but there is no windres ====================================================================== ---------------------------------------------------------------------- (0010915) dam (administrator) - 2014-09-17 09:33 https://www.opencsw.org/mantis/view.php?id=5203#c10915 ---------------------------------------------------------------------- OpenCSW is not preinstalled on Solaris as it is a voluntary, free and open repository. Take a look at the instruction on how to set up your system for OpenCSW: http://www.opencsw.org/manual/for-administrators/getting-started.html#getting-started From bug-notifications at lists.opencsw.org Wed Sep 17 18:44:45 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 17 Sep 2014 18:44:45 +0200 Subject: [php5 0005166]: PHP CLI suffers from segmentation fault during job completion In-Reply-To: <4d68f898f015986d2360a89e4ea112b2> Message-ID: <46fd930036f190c532b3e13672ac7927@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5166 ====================================================================== Reported By: rherbst Assigned To: dam ====================================================================== Project: php5 Issue ID: 5166 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-04-22 13:21 CEST Last Modified: 2014-09-17 18:44 CEST ====================================================================== Summary: PHP CLI suffers from segmentation fault during job completion Description: When started at the command line, php does what it it is expected to do but then throws a segmentation fault error and generates a core dump. Problem occures after switching to Dublin (the new stable), i.e. with PHP 5.3.21. ====================================================================== ---------------------------------------------------------------------- (0010916) rherbst (reporter) - 2014-09-17 18:44 https://www.opencsw.org/mantis/view.php?id=5166#c10916 ---------------------------------------------------------------------- Unfortunatly not. But during the tests, I was able to further nail the problem down. If I exclude either curl.so or openssl.so from the extension list in php.ini, than the problem disappears. I have attached a core dump, maybe this helps! From bug-notifications at lists.opencsw.org Wed Sep 17 18:45:45 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 17 Sep 2014 18:45:45 +0200 Subject: [php5 0005166]: PHP CLI suffers from segmentation fault during job completion In-Reply-To: <4d68f898f015986d2360a89e4ea112b2> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5166 ====================================================================== Reported By: rherbst Assigned To: dam ====================================================================== Project: php5 Issue ID: 5166 Category: regular use Reproducibility: always Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-04-22 13:21 CEST Last Modified: 2014-09-17 18:45 CEST ====================================================================== Summary: PHP CLI suffers from segmentation fault during job completion Description: When started at the command line, php does what it it is expected to do but then throws a segmentation fault error and generates a core dump. Problem occures after switching to Dublin (the new stable), i.e. with PHP 5.3.21. ====================================================================== ---------------------------------------------------------------------- (0010917) rherbst (reporter) - 2014-09-17 18:45 https://www.opencsw.org/mantis/view.php?id=5166#c10917 ---------------------------------------------------------------------- Sorry, the upload failed. of course, the size is about 18MB. Any other way to send you the file? From bug-notifications at lists.opencsw.org Fri Sep 19 00:53:33 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 19 Sep 2014 00:53:33 +0200 Subject: [clisp 0004284]: Please upgrade to 2.48 In-Reply-To: <57bb539601596904135617e2f45a2b88> Message-ID: <17f046e7f7884a53f69454d8c6c2f296@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4284 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: clisp Issue ID: 4284 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-02-17 11:02 CET Last Modified: 2014-09-19 00:53 CEST ====================================================================== Summary: Please upgrade to 2.48 Description: Please upgrade to 2.48 ====================================================================== ---------------------------------------------------------------------- (0010918) hudesd (reporter) - 2014-09-19 00:53 https://www.opencsw.org/mantis/view.php?id=4284#c10918 ---------------------------------------------------------------------- Please, build 2.6.11 . I have a developer who uses CLisp on Debian that I need to move to Solaris. If you would kindly build the package for S10 and S11. From bug-notifications at lists.opencsw.org Fri Sep 19 09:38:31 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 19 Sep 2014 09:38:31 +0200 Subject: [clisp 0004284]: Please upgrade to 2.48 In-Reply-To: <57bb539601596904135617e2f45a2b88> Message-ID: <3f7239d1ad51baf7560d51dad1164b67@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4284 ====================================================================== Reported By: dam Assigned To: ====================================================================== Project: clisp Issue ID: 4284 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2010-02-17 11:02 CET Last Modified: 2014-09-19 09:38 CEST ====================================================================== Summary: Please upgrade to 2.48 Description: Please upgrade to 2.48 ====================================================================== ---------------------------------------------------------------------- (0010919) maciej (administrator) - 2014-09-19 09:38 https://www.opencsw.org/mantis/view.php?id=4284#c10919 ---------------------------------------------------------------------- I looked into this last year or so: I failed to build the package. I don't remember what was the problem, I think it didn't finish the build process, and did not produce working binaries. From bug-notifications at lists.opencsw.org Fri Sep 19 16:30:59 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 19 Sep 2014 16:30:59 +0200 Subject: [libgpgme11 0005206]: when execing the helper gpg binaries tries to execute /opt/csw/bin directory Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5206 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: libgpgme11 Issue ID: 5206 Category: regular use Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2014-09-19 16:30 CEST Last Modified: 2014-09-19 16:30 CEST ====================================================================== Summary: when execing the helper gpg binaries tries to execute /opt/csw/bin directory Description: packaging a project in need of GPG support and I had encountered an unusual situation, at least for me: GPGME:150: Invalid crypto engine Digging deeper I discovered that when the library routines try to execute the corresponding gpg programs it provides only the directory path. I'm upploading 3 files in a xz compressed archive: 1. a test case 2. the result of debugging 3. a truss output All this helpfully tries to show where the issue is. ====================================================================== From bug-notifications at lists.opencsw.org Mon Sep 22 11:21:01 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 22 Sep 2014 11:21:01 +0200 Subject: [git 0004943]: git-remote-https doesn't accept passwords longer than 8 charakters In-Reply-To: <6b7a50cba0d7a11941abf969185e4cfe> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4943 ====================================================================== Reported By: kaempfer Assigned To: bwalton ====================================================================== Project: git Issue ID: 4943 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-05-15 11:59 CEST Last Modified: 2014-09-22 11:21 CEST ====================================================================== Summary: git-remote-https doesn't accept passwords longer than 8 charakters Description: We want to use git with https and ldap authenfication. I installed CSWgit 1.7.10.2,REV=2012.05.12. (sparc, solaris 10) It seems, that git-remote-https doesn't work with passwords longer than 8 characters. With 8 characters it works. Example: password 9 characters bash-3.2$ git clone https://bellus3/git/myrepo.git Cloning into 'myrepo'... Username for 'https://bellus3': Password for 'https://kaempfer at bellus3': fatal: Authentication failed bash-3.2$ Example: password 8 characters bash-3.2$ git clone https://bellus3/git/myrepo.git Cloning into 'myrepo'... Username for 'https://bellus3': Password for 'https://student at bellus3': remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 9 (delta 0), reused 0 (delta 0) Unpacking objects: 100% (9/9), done. bash-3.2$ ====================================================================== ---------------------------------------------------------------------- (0010920) maciej (administrator) - 2014-09-22 11:21 https://www.opencsw.org/mantis/view.php?id=4943#c10920 ---------------------------------------------------------------------- FYI this bug blocks git packages from being integrated into testing. Is this a regression with regard to the version in the testing catalog? If not, consider lowering the severity of the bug below Major. From bug-notifications at lists.opencsw.org Mon Sep 22 11:21:34 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 22 Sep 2014 11:21:34 +0200 Subject: [gitk 0005080]: gitk UI is in Greek (on US English Solaris 10) In-Reply-To: <4e2f6c13b0bdf33faa83d6de497804fa> Message-ID: <3e5fd37b4807e1402fcd8b1f6eb332cd@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5080 ====================================================================== Reported By: Tad Marshall Assigned To: ====================================================================== Project: gitk Issue ID: 5080 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-05-26 20:00 CEST Last Modified: 2014-09-22 11:21 CEST ====================================================================== Summary: gitk UI is in Greek (on US English Solaris 10) Description: I installed Solaris 10 (64-bit) in VirtualBox 4.2.12 and added many OpenCSW packages. All are working properly for me with the exception of gitk, which displays its user interface in Greek. The display of changes in the git repo is fine; only the program's UI is in Greek. ====================================================================== ---------------------------------------------------------------------- (0010921) maciej (administrator) - 2014-09-22 11:21 https://www.opencsw.org/mantis/view.php?id=5080#c10921 ---------------------------------------------------------------------- FYI this bug blocks git packages from being integrated into testing. Is this a regression with regard to the version in the testing catalog? If not, consider lowering the severity of the bug below Major. By the way, hilarious screenshot. :-) From bug-notifications at lists.opencsw.org Wed Sep 24 17:58:11 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 24 Sep 2014 17:58:11 +0200 Subject: [py_numpy 0005207]: libnpymath.a does not get installed Message-ID: <153a2848909fddf937dcb66bd8a23094@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5207 ====================================================================== Reported By: kester Assigned To: ====================================================================== Project: py_numpy Issue ID: 5207 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-24 17:58 CEST Last Modified: 2014-09-24 17:58 CEST ====================================================================== Summary: libnpymath.a does not get installed Description: libnpymath.a is built for each modulation (2.6, 2.7), but does not get installed. The files should probably go here: /opt/csw/lib/python2.6/site-packages/numpy/core/lib/libnpymath.a /opt/csw/lib/python2.7/site-packages/numpy/core/lib/libnpymath.a Other packages that depend on numpy, like scipy require this library to build. ====================================================================== From bug-notifications at lists.opencsw.org Thu Sep 25 09:47:00 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 25 Sep 2014 09:47:00 +0200 Subject: [bash 0005208]: Major vulnerabilities in bash Message-ID: <38175d02d9e534edd9843b240efb5d1f@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5208 ====================================================================== Reported By: laurent Assigned To: ====================================================================== Project: bash Issue ID: 5208 Category: regular use Reproducibility: have not tried Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-25 09:46 CEST Last Modified: 2014-09-25 09:46 CEST ====================================================================== Summary: Major vulnerabilities in bash Description: It's been reported that the recently announced vulnerabilities in bash are impacting OpenCSW's. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 ====================================================================== From bug-notifications at lists.opencsw.org Thu Sep 25 09:51:25 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 25 Sep 2014 09:51:25 +0200 Subject: [py_numpy 0005209]: some of the regression tests fail Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5209 ====================================================================== Reported By: kester Assigned To: ====================================================================== Project: py_numpy Issue ID: 5209 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-25 09:51 CEST Last Modified: 2014-09-25 09:51 CEST ====================================================================== Summary: some of the regression tests fail Description: I'm not sure if this is a upstream bug or a problem of the OpenCSW build, however users should be careful not to trust all results given buy this build of numpy. SPARC: errors=1, failures=8 x86: errors=1, failures=2 ====================================================================== From bug-notifications at lists.opencsw.org Thu Sep 25 10:40:27 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 25 Sep 2014 10:40:27 +0200 Subject: [bash 0005208]: Major vulnerabilities in bash In-Reply-To: <37ffd8fbcfc00b6f47aef809c6206e51> Message-ID: <030295a49d294f0c2dff77202da0281c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5208 ====================================================================== Reported By: laurent Assigned To: ====================================================================== Project: bash Issue ID: 5208 Category: regular use Reproducibility: have not tried Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-25 09:46 CEST Last Modified: 2014-09-25 10:40 CEST ====================================================================== Summary: Major vulnerabilities in bash Description: It's been reported that the recently announced vulnerabilities in bash are impacting OpenCSW's. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 ====================================================================== ---------------------------------------------------------------------- (0010922) laurent (developer) - 2014-09-25 10:40 https://www.opencsw.org/mantis/view.php?id=5208#c10922 ---------------------------------------------------------------------- >From the m/l: Hi, Yes, it is vulnerable. But bash-4.3.25,REV=2014.09.25 mitigates this security issue, you will find this package in my experimental repository http://buildfarm.opencsw.org/opencsw/experimental/yann and it will soon land in unstable and testing repositories. However the story is not finished as the current fix doesn't yet solve all the problems, another CVE has been issued to track the remaining ones: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 Expect another update when the new security fix is out. Yann From bug-notifications at lists.opencsw.org Thu Sep 25 16:28:47 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 25 Sep 2014 16:28:47 +0200 Subject: [py_numpy 0005207]: libnpymath.a does not get installed In-Reply-To: <30e37f5e5b095dc0d46674d3eb099996> Message-ID: <47f17af70fa1cf497c2407fb863f1c5c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5207 ====================================================================== Reported By: kester Assigned To: ====================================================================== Project: py_numpy Issue ID: 5207 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-09-24 17:58 CEST Last Modified: 2014-09-25 16:28 CEST ====================================================================== Summary: libnpymath.a does not get installed Description: libnpymath.a is built for each modulation (2.6, 2.7), but does not get installed. The files should probably go here: /opt/csw/lib/python2.6/site-packages/numpy/core/lib/libnpymath.a /opt/csw/lib/python2.7/site-packages/numpy/core/lib/libnpymath.a Other packages that depend on numpy, like scipy require this library to build. ====================================================================== ---------------------------------------------------------------------- (0010923) dam (administrator) - 2014-09-25 16:28 https://www.opencsw.org/mantis/view.php?id=5207#c10923 ---------------------------------------------------------------------- This requires an update of libsunmath packages first. I'm working on it. From bug-notifications at lists.opencsw.org Sat Sep 27 17:29:34 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 27 Sep 2014 17:29:34 +0200 Subject: [libgpgme11 0005206]: when execing the helper gpg binaries tries to execute /opt/csw/bin directory In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5206 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: libgpgme11 Issue ID: 5206 Category: regular use Reproducibility: always Severity: major Priority: high Status: assigned ====================================================================== Date Submitted: 2014-09-19 16:30 CEST Last Modified: 2014-09-27 17:29 CEST ====================================================================== Summary: when execing the helper gpg binaries tries to execute /opt/csw/bin directory Description: packaging a project in need of GPG support and I had encountered an unusual situation, at least for me: GPGME:150: Invalid crypto engine Digging deeper I discovered that when the library routines try to execute the corresponding gpg programs it provides only the directory path. I'm upploading 3 files in a xz compressed archive: 1. a test case 2. the result of debugging 3. a truss output All this helpfully tries to show where the issue is. ====================================================================== From bug-notifications at lists.opencsw.org Sat Sep 27 22:24:54 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 27 Sep 2014 22:24:54 +0200 Subject: [py_numpy 0005207]: libnpymath.a does not get installed In-Reply-To: <30e37f5e5b095dc0d46674d3eb099996> Message-ID: <21466e5a68812aff2fa40a30a0ed5702@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5207 ====================================================================== Reported By: kester Assigned To: ====================================================================== Project: py_numpy Issue ID: 5207 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-09-24 17:58 CEST Last Modified: 2014-09-27 22:24 CEST ====================================================================== Summary: libnpymath.a does not get installed Description: libnpymath.a is built for each modulation (2.6, 2.7), but does not get installed. The files should probably go here: /opt/csw/lib/python2.6/site-packages/numpy/core/lib/libnpymath.a /opt/csw/lib/python2.7/site-packages/numpy/core/lib/libnpymath.a Other packages that depend on numpy, like scipy require this library to build. ====================================================================== ---------------------------------------------------------------------- (0010924) dam (administrator) - 2014-09-27 22:24 https://www.opencsw.org/mantis/view.php?id=5207#c10924 ---------------------------------------------------------------------- Hi Kester, I just updated bumpy, please give it a try: http://buildfarm.opencsw.org/experimental.html#numpy From bug-notifications at lists.opencsw.org Sat Sep 27 22:49:08 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 27 Sep 2014 22:49:08 +0200 Subject: [squid 0005163]: squid 3.4.4 crashes on Solaris 10 In-Reply-To: Message-ID: <8f99522505b6ebe2bc234d82396dc947@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5163 ====================================================================== Reported By: hudesd Assigned To: dam ====================================================================== Project: squid Issue ID: 5163 Category: regular use Reproducibility: have not tried Severity: crash Priority: normal Status: confirmed ====================================================================== Date Submitted: 2014-04-11 23:13 CEST Last Modified: 2014-09-27 22:49 CEST ====================================================================== Summary: squid 3.4.4 crashes on Solaris 10 Description: I have been using Squid 3.1 for quite awhile with no problem. I recently upgraded all my CSW packages and Squid 3.4.4 came with it, no option otherwise it's in stable/unstable/testing. The problem is that it is NOT stable: it exits after awhile. It's running as a service (cswsquid) as per the package. This on a T2000 Solaris 10 148888-05 with 8GB RAM and about 600GB of available disk space . I had made no change to the configuration between 3.1 and 3.4. I subsequently have tried both aufs and my original ufs (diskd isn't available) to no avail. I increased the size of the disk and memory cache to no avail. Squid will run happily as long as users are only tunneling through it; once some caching gets going with regular http it exits. I'm not finding any core dumps in /var/opt/csw/squid/cache or the 00 directory under that. I can provide squid config files and log files. ====================================================================== ---------------------------------------------------------------------- (0010925) dam (administrator) - 2014-09-27 22:49 https://www.opencsw.org/mantis/view.php?id=5163#c10925 ---------------------------------------------------------------------- @Maciej: I think it is good that it blocks integration as this is probably an important issue. I'll keep an eye on all open issues, however this one seems hard to fix. From bug-notifications at lists.opencsw.org Sun Sep 28 00:11:31 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 28 Sep 2014 00:11:31 +0200 Subject: [bash 0005208]: Major vulnerabilities in bash In-Reply-To: <37ffd8fbcfc00b6f47aef809c6206e51> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5208 ====================================================================== Reported By: laurent Assigned To: yann ====================================================================== Project: bash Issue ID: 5208 Category: regular use Reproducibility: have not tried Severity: block Priority: normal Status: resolved Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-09-25 09:46 CEST Last Modified: 2014-09-28 00:11 CEST ====================================================================== Summary: Major vulnerabilities in bash Description: It's been reported that the recently announced vulnerabilities in bash are impacting OpenCSW's. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 ====================================================================== ---------------------------------------------------------------------- (0010926) yann (manager) - 2014-09-28 00:11 https://www.opencsw.org/mantis/view.php?id=5208#c10926 ---------------------------------------------------------------------- Last package bash 4.3.25,REV=2014.09.26 contains the security fix for CVE 2014 7169 I am closing this bug. Yann From bug-notifications at lists.opencsw.org Sun Sep 28 00:29:42 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 28 Sep 2014 00:29:42 +0200 Subject: [bash 0005208]: Major vulnerabilities in bash In-Reply-To: <37ffd8fbcfc00b6f47aef809c6206e51> Message-ID: <9a1f28a4d91a89a93b1b6af15c2fa846@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5208 ====================================================================== Reported By: laurent Assigned To: yann ====================================================================== Project: bash Issue ID: 5208 Category: regular use Reproducibility: have not tried Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-09-25 09:46 CEST Last Modified: 2014-09-28 00:29 CEST ====================================================================== Summary: Major vulnerabilities in bash Description: It's been reported that the recently announced vulnerabilities in bash are impacting OpenCSW's. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-7169 ====================================================================== ---------------------------------------------------------------------- (0010926) yann (manager) - 2014-09-28 00:11 https://www.opencsw.org/mantis/view.php?id=5208#c10926 ---------------------------------------------------------------------- Last package bash 4.3.25,REV=2014.09.26 contains the security fix for CVE 2014 7169 I am closing this bug. Yann From bug-notifications at lists.opencsw.org Sun Sep 28 12:15:24 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 28 Sep 2014 12:15:24 +0200 Subject: [libgnutls_dev 0005201]: Missing dependency on CSWlibp11kit-dev In-Reply-To: <38c4122fda2af30aedbd8dbaea40a9fc> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5201 ====================================================================== Reported By: laurent Assigned To: yann ====================================================================== Project: libgnutls_dev Issue ID: 5201 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-08-20 10:24 CEST Last Modified: 2014-09-28 12:15 CEST ====================================================================== Summary: Missing dependency on CSWlibp11kit-dev Description: Title says it all :-) when trying to build a package that uses CSWgnutls-dev, configure does not find it, because: configure:17306: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " configure:17309: $? = 0 configure:17323: result: no sh: gnome-config: not found Package p11-kit-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `p11-kit-1.pc' to the PKG_CONFIG_PATH environment variable Package 'p11-kit-1', required by 'GnuTLS', not found So the dependency should be added. ====================================================================== ---------------------------------------------------------------------- (0010927) yann (manager) - 2014-09-28 12:15 https://www.opencsw.org/mantis/view.php?id=5201#c10927 ---------------------------------------------------------------------- Hi Laurent, Can you tell me how you reproduce this problem ? I thought that p11-kit-1 was a private dependency of GnuTLS, i.e. gnutls is linked against p11-kit-1 but doesn't expose it to application, and hence that a dependency was not needed. I would like to check that on your issue. Yann From bug-notifications at lists.opencsw.org Sun Sep 28 13:14:21 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 28 Sep 2014 13:14:21 +0200 Subject: [libgnutls_dev 0005201]: Missing dependency on CSWlibp11kit-dev In-Reply-To: <38c4122fda2af30aedbd8dbaea40a9fc> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5201 ====================================================================== Reported By: laurent Assigned To: yann ====================================================================== Project: libgnutls_dev Issue ID: 5201 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-08-20 10:24 CEST Last Modified: 2014-09-28 13:14 CEST ====================================================================== Summary: Missing dependency on CSWlibp11kit-dev Description: Title says it all :-) when trying to build a package that uses CSWgnutls-dev, configure does not find it, because: configure:17306: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " configure:17309: $? = 0 configure:17323: result: no sh: gnome-config: not found Package p11-kit-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `p11-kit-1.pc' to the PKG_CONFIG_PATH environment variable Package 'p11-kit-1', required by 'GnuTLS', not found So the dependency should be added. ====================================================================== ---------------------------------------------------------------------- (0010928) laurent (developer) - 2014-09-28 13:14 https://www.opencsw.org/mantis/view.php?id=5201#c10928 ---------------------------------------------------------------------- I think the test failing is this one: $ /opt/csw/bin/pkg-config --print-requires-private --print-errors gnutls sh: gnome-config: introuvable Package p11-kit-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `p11-kit-1.pc' to the PKG_CONFIG_PATH environment variable Package 'p11-kit-1', required by 'GnuTLS', not found Then: # pkgutil -i CSWlibp11kit-dev <...> $ /opt/csw/bin/pkg-config --print-requires-private --print-errors gnutls p11-kit-1 zlib Don't ask me if it's a legit test ;-) I only noticed the failure in a ./configure. From bug-notifications at lists.opencsw.org Sun Sep 28 13:17:40 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 28 Sep 2014 13:17:40 +0200 Subject: [libgnutls_dev 0005201]: Missing dependency on CSWlibp11kit-dev In-Reply-To: <38c4122fda2af30aedbd8dbaea40a9fc> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5201 ====================================================================== Reported By: laurent Assigned To: yann ====================================================================== Project: libgnutls_dev Issue ID: 5201 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-08-20 10:24 CEST Last Modified: 2014-09-28 13:17 CEST ====================================================================== Summary: Missing dependency on CSWlibp11kit-dev Description: Title says it all :-) when trying to build a package that uses CSWgnutls-dev, configure does not find it, because: configure:17306: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " configure:17309: $? = 0 configure:17323: result: no sh: gnome-config: not found Package p11-kit-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `p11-kit-1.pc' to the PKG_CONFIG_PATH environment variable Package 'p11-kit-1', required by 'GnuTLS', not found So the dependency should be added. ====================================================================== ---------------------------------------------------------------------- (0010929) yann (manager) - 2014-09-28 13:17 https://www.opencsw.org/mantis/view.php?id=5201#c10929 ---------------------------------------------------------------------- What is the program whose configure script launches that pkg-config command ? From bug-notifications at lists.opencsw.org Sun Sep 28 13:50:00 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 28 Sep 2014 13:50:00 +0200 Subject: [libgnutls_dev 0005201]: Missing dependency on CSWlibp11kit-dev In-Reply-To: <38c4122fda2af30aedbd8dbaea40a9fc> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5201 ====================================================================== Reported By: laurent Assigned To: yann ====================================================================== Project: libgnutls_dev Issue ID: 5201 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-08-20 10:24 CEST Last Modified: 2014-09-28 13:49 CEST ====================================================================== Summary: Missing dependency on CSWlibp11kit-dev Description: Title says it all :-) when trying to build a package that uses CSWgnutls-dev, configure does not find it, because: configure:17306: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 " configure:17309: $? = 0 configure:17323: result: no sh: gnome-config: not found Package p11-kit-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `p11-kit-1.pc' to the PKG_CONFIG_PATH environment variable Package 'p11-kit-1', required by 'GnuTLS', not found So the dependency should be added. ====================================================================== ---------------------------------------------------------------------- (0010930) laurent (developer) - 2014-09-28 13:49 https://www.opencsw.org/mantis/view.php?id=5201#c10930 ---------------------------------------------------------------------- Sorry, I can't remember, and the date doesn't give a clue. I'll remember to note it down next time it happens. From bug-notifications at lists.opencsw.org Mon Sep 29 17:28:37 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 29 Sep 2014 17:28:37 +0200 Subject: [libgpgme11 0005206]: when execing the helper gpg binaries tries to execute /opt/csw/bin directory In-Reply-To: Message-ID: <6d8faa4857bfcb261e64eb8ccb78a81f@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5206 ====================================================================== Reported By: pfelecan Assigned To: pfelecan ====================================================================== Project: libgpgme11 Issue ID: 5206 Category: regular use Reproducibility: always Severity: major Priority: high Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-09-19 16:30 CEST Last Modified: 2014-09-29 17:28 CEST ====================================================================== Summary: when execing the helper gpg binaries tries to execute /opt/csw/bin directory Description: packaging a project in need of GPG support and I had encountered an unusual situation, at least for me: GPGME:150: Invalid crypto engine Digging deeper I discovered that when the library routines try to execute the corresponding gpg programs it provides only the directory path. I'm upploading 3 files in a xz compressed archive: 1. a test case 2. the result of debugging 3. a truss output All this helpfully tries to show where the issue is. ====================================================================== ---------------------------------------------------------------------- (0010931) pfelecan (developer) - 2014-09-29 17:28 https://www.opencsw.org/mantis/view.php?id=5206#c10931 ---------------------------------------------------------------------- in 1.5.1,REV=2014.09.29 Note that this will work only on recent SunOS 10 having libc version SUNW_1.22.7 or greater; this is the price to pay to have vasprintf...