Andy Fiddaman
Andy Fiddaman
Hi, I have upgraded pycurl from 7.44.0 to 7.45.1 and am seeing the above assertion fail when running the testsuite for a large python application that uses pycurl. I am...
Running the test-suite on Solaris 11.4, I see a test failure in TestPkgDepot.test_empty_incorp_depend which was not there before https://github.com/oracle/solaris-ips/commit/729c95dff6f40fc4b8dae84c8381c96db60cc8d1 The problem is in `CatalogInterface.gen_allowed_packages()` in that md.get("actions") always returns an...
If the UNIX socket already exists in the filesystem when fastcgi is started, it fails with ``` [ Apr 17 12:41:53 Executing start method ("/opt/ooce/sbin/fcgiwrap -s unix:/var/opt/ooce/fcgiwrap/run/fcgiwrap.sock -c 1"). ]...
This is the illumos gcc patches brought forward from gcc 10. The following new patches are present here: ```diff +Add -fforce-omit-frame-pointer ``` The following patches were no longer necessary due...
https://www.illumos.org/issues/13185 Using the test case from the above issue, with the fix applied: ``` + gcc 10, 32 ld: warning: dynamic library found on default search path (/usr/lib): libmtmalloc.so collect2:...
With this patch applied, and with the compiler configured to output 64-bit objects by default: ``` % gcc -dumpspecs | grep -A3 link_ssp *link_ssp: %{fstack-protector|fstack-protector-all|fstack-protector-strong|fstack-protector-explicit:%{m32:%{fpie|fPIE|fpic|fPIC:-lssp_ns}}} ``` When configured to output...