Bug#499858: x11proto-xext-dev: Missing libxi-dev dependency

2008-09-22 Thread Bryce Harrington
; urgency=low + + * control: Add dependency on libxi-dev. XInput.h has moved from the +x11proto-input-dev package to libxi-dev, so packages that include +XTest.h would FTBS. (LP: #273386) + + -- Bryce Harrington [EMAIL PROTECTED] Mon, 22 Sep 2008 17:22:20 -0700 + x11proto-xext (7.0.2-6build1

Bug#430545: Corrupt display when installing packages

2007-11-29 Thread Bryce Harrington
Hi David, We ran into this bug on Ubuntu (e.g. LP# 127008). The xprobe.sh script fails on Intel laptop hardware during configure when using the -intel driver. This cropped up after -intel driver support was added. I also fixed a number of other issues in xresprobe you might be interested in,

Bug#343840: inkscape: there should be per-user default templates

2007-02-04 Thread Bryce Harrington
This functionality is available in Inkscape since 0.44. This patch can be closed now. Bryce -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#342388: please set up /usr/share/inkscape/default.svg automagicallly (not just A4)

2007-02-04 Thread Bryce Harrington
This feature is implemented since 0.44, so this patch can be closed. Bryce -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#490258: info locals

2008-07-11 Thread Bryce Harrington
(gdb) info locals info = value optimized out rep = {type = 1 '\001', status = 160 'garbage', sequenceNumber = 12, length = 8, timestamp = 2229926, crtc = 0, mmWidth = 0, mmHeight = 0, connection = 0 '\0', subpixelOrder = 5 '\005', nCrtcs = 1, nModes = 4, nPreferred = 0, nClones = 0,

Bug#503251: xorg-server: Xorg should keep more rotated logs

2008-10-23 Thread Bryce Harrington
Severity: wishlist Package: xorg-server Version: All Severity: wishlist User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid Forwarding this wishlist bug from a Ubuntu reporter: https://bugs.edge.launchpad.net/ubuntu/+source/xorg-server/+bug/274870 Currently Xorg keeps only its current log

Bug#504436: x11proto-gl-dev: Missing dependency for GL/gl.h include?

2008-11-03 Thread Bryce Harrington
Package: x11proto-gl-dev Version: 1.4.9-1 Severity: important Forwarding this bug from a Ubuntu reporter: https://bugs.edge.launchpad.net/ubuntu/+source/x11proto-gl/+bug/292388 /usr/include/GL/glxint.h depends on /usr/include/GL/gl.h, provided by the mesa-common-dev and nvidia-glx-*-dev

Bug#621409: vnc4: FTBFS on armel: macro 'in' not recognized -- ignoring

2012-09-28 Thread Bryce Harrington
hw/xfree86/common/compiler.h in the current Xserver has some pre-processor conditional logic for __arm__, which needs ported over to vnc4's older copy of this file. More details: https://bugs.launchpad.net/ubuntu/+source/vnc4/+bug/945368/comments/2 -- To UNSUBSCRIBE, email to

Bug#928235: Reason for omission of client-pending patch?

2019-05-06 Thread Bryce Harrington
For CVE-2019-11494, three patches were provided by the vendor: https://seclists.org/oss-sec/2019/q2/82 In Ubuntu we included the three patches, but in updating our merge with Debian I notice you included only the latter two. Is this because the first one suppresses a warning, and is

Bug#774970: Reviewed for ubuntu

2019-07-01 Thread Bryce Harrington
We're reviewing the change for inclusion in Ubuntu; we've found more affected users. First we wanted to check if Debian has had a chance to look at merging this, or if there are any issues to consider?

Bug#941162: php-horde-mime: DEP-8 tests fail with error "Class 'Horde_Test_Case' not found".

2019-09-25 Thread Bryce Harrington
Description: Fix test failure with "Class 'Horde_Test_Case' not found" Explicitly include AllTests.php to fix missing base class issue. I get the impression this should really be automatically included but is not in our case. Author: Bryce Harrington Origin: vendor Last-Update: 2019

Bug#951220: openssh: Please include md5sum of shipped sshd_config in /usr/share/openssh/sshd_config.md5sum

2020-02-12 Thread Bryce Harrington
Source: openssh Version: 1:8.1p1-5 Severity: important Dear Maintainer, Upgrading from stock 1:7.6p1-4 to 1:8.1p1-5, with no alterations to sshd_config, results in a debconf prompt about changes to sshd_config. >From my limited understanding, I suspect this is due to a missing md5sum in

Bug#954955: phpunit-comparator: FTBFS from test failure due to warning about typo in test case

2020-03-25 Thread Bryce Harrington
Package: phpunit-comparator Version: 3.0.2-1 Severity: normal Dear Maintainer, britney, debci, and ubuntu launchpad are seeing test failures while building this package against PHP 7.4. "PHP Warning: Creating default object from empty value in

Bug#893481: libapache2-mod-php: Upgrade to php7.2 disables the php module

2020-05-15 Thread Bryce Harrington
It looks like the logic in the upgrader flags as an error if there are previous enabled php mods enabled in apache. It's a bit of a hack but for ubuntu I changed the logic to make it disable those other mods; for Ubuntu we always only support a single php version at a time, so this should work

Bug#961244: spamassassin: autopkgtest fails with python3

2020-05-21 Thread Bryce Harrington
Source: spamassassin Version: 3.4.4-1 Severity: normal Dear Maintainer, I've posted a merge request for a fix to allow autopkgtest to run on systems with either python2 or python3 as the default python version. https://salsa.debian.org/debian/spamassassin/-/merge_requests/4 This issue was

Bug#876365: Ubuntu patch

2020-06-24 Thread Bryce Harrington
This is a fix we have carried in the Ubuntu nginx package for this issue. If Debian can pick up this patch it'll help reduce the delta on the Ubuntu side. BryceDescription: Fix NGINX pidfile handling Author: Tj Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1581864 Bug-Debian:

Bug#963668: debian/nginx-common.install

2020-06-24 Thread Bryce Harrington
The apport hook also needs this bit of delta added for installation: --- a/debian/nginx-common.install +++ b/debian/nginx-common.install @@ -1,5 +1,6 @@ contrib/vim/* usr/share/vim/addons debian/conf/* etc/nginx +debian/apport/source_nginx.py usr/share/apport/package-hooks debian/ufw/nginx

Bug#963668: nginx: Please include ubuntu's apport hook for nginx

2020-06-24 Thread Bryce Harrington
Source: nginx Severity: wishlist Dear Maintainer, Ubuntu's nginx package carries an apport hook for use in Ubuntu's CI to validate the package. It would help Ubuntu minimize delta with Debian if you could include this apport hook in the Debian package. Its presence will have no effect on

Bug#927302: apache2ctl graceful can cause apache to run in a different cgroup

2020-11-12 Thread Bryce Harrington
systemd for graceful if it is in use. This +extends an earlier fix for the start command to behave similarly for +restart / graceful. Fixes service failures on unattended upgrade. +(LP: #1832182) + + -- Bryce Harrington Mon, 05 Oct 2020 16:06:32 -0700 + apache2 (2.4.46-1ubuntu1) groovy; urgency=medium * Merge with Debian unstable. Remaining changes:

Bug#990322: Backport patch to allow kopanocore to build against PHP 8

2021-06-25 Thread Bryce Harrington
Source: kopanocore Version: 8.7.0-7.1 Severity: normal Tags: upstream patch kopanocore 8.7.0-7.1 will FTBFS when built with PHP 8 or later. This isn't an issue in debian currently since PHP 7.4 is still the default. For Ubuntu we've dropped 7.4 and moved to 8.0, and discovered this failure.

Bug#988348: checksecurity: Please adjust Recommends/Suggests

2021-05-10 Thread Bryce Harrington
Source: checksecurity Severity: normal Dear Maintainer, Could you consider moving a few of checksecurity's Recommends to Suggests? These packages aren't included in Ubuntu's main archive so we've been moving them to Suggests, but if you would be willing to take this change into Debian it would

Bug#989191: [pkg-uWSGI-devel] Bug#989191: Drop macros not supported in PHP 8

2021-05-28 Thread Bryce Harrington
On Fri, May 28, 2021 at 12:36:03PM +0200, Jonas Smedegaard wrote: > Control: severity -1 important > > Quoting Bryce Harrington (2021-05-28 06:04:30) > > Source: uwsgi > > Severity: serious > > Tags: patch upstream ftbfs > > Justification: fails to build fr

Bug#989191: Drop macros not supported in PHP 8

2021-05-27 Thread Bryce Harrington
: systemd (via /run/systemd/system) LSM: AppArmor: enabled Description: Drop TSRMLS_* now obsolete in PHP 8 to fix FTBFS These C macros were nulled in PHP 7 and removed in PHP 8. Author: Bryce Harrington Origin: vendor Bug: Bug-: Forwarded: Last-Update: 2021-05-28 --- This patch header follows

Bug#985012: apache2: Race condition in DEP8 test case t/apache/expr_string.t

2021-03-11 Thread Bryce Harrington
Source: apache2 Version: 2.4.43-1 Severity: normal Dear Maintainer, One of the test cases has been seen to fail intermittently in Ubuntu, so we added a small sleep to it which seems to have solved the problem. I didn't notice that Debian hits this, but upstream did in the past, and used the same

Bug#984960: fetchmail: DEP8 tests for fetchmail

2021-03-10 Thread Bryce Harrington
Source: fetchmail Version: 6.4.16-1 Severity: wishlist We've implemented a POP3 autopkgtest for fetchmail, that you might want to consider including for Debian: https://git.launchpad.net/~bryce/ubuntu/+source/fetchmail/commit/?id=d6e774e52d7b849a1043e54b46638023896e5d4b It runs a mock POP3

Bug#984473: postgresql-common: Only add postgres user to ssl-cert group if it's not already in the group

2021-03-03 Thread Bryce Harrington
Source: postgresql-common Version: 225 Severity: normal The postgres postinst script creates the postgres user with matching group if, and only if, it doesn't already exist. It also adds the user to the ssl-cert but does this unconditionally, which is a bit inconsistent. This has cropped up in

Bug#984473: Fix

2021-03-03 Thread Bryce Harrington
+ + * d/postinst: Only add postgres to group ssl-cert if it isn't +already a member of that group. +(LP: #1690432) + + -- Bryce Harrington Thu, 25 Feb 2021 16:21:44 -0800 + postgresql-common (225) unstable; urgency=medium * pg_lsclusters, cluster_info: Show cluster managed

Bug#953530: Downstream bug LP: #1886114

2021-02-11 Thread Bryce Harrington
Fwiw, ubuntu reporters have hit this issue as well: https://bugs.launchpad.net/debian/+source/samba/+bug/1886114 We've not yet reproduced the error about /run/samba, but I found one way to make it fail to get into an installation failure state: $ sudo apt-get install samba $ sudo apt-get

Bug#998249: FTBFS with PHP 8.1

2021-11-01 Thread Bryce Harrington
Source: php-mongodb Severity: normal When building against PHP 8.1, php-mongodb 1.9.0+1.7.5-2 FTBFS due to some deprecated functions. I also checked the 1.10.0 version currently staged in Debian's git repository but it has the same failures. For example, one of the errors is:

Bug#1008812: Consider reducing dependency level on chrom*?

2022-04-01 Thread Bryce Harrington
Source: node-puppeteer Severity: wishlist node-puppeteer has a build-dependency on chromium and chromium-sandbox, which are not carried in Ubuntu, so a sync of this package into Ubuntu failed and had to be removed (LP: #1967048). Even though Ubuntu doesn't carry these, the package might still be

Bug#1005198: d/rules also needs updated for PHP 8.1

2022-02-08 Thread Bryce Harrington
Source: php-pecl-http Version: 4.2.1+php8-2 Severity: normal 4.2.1+php8-2 updated d/control for PHP 8.1, but looks like perhaps d/rules also needs adjusted to change the default? PHP_DEFAULT_VERSION_OVERRIDE := 7.4 s/b: PHP_DEFAULT_VERSION_OVERRIDE := 8.1 This may resolve the

Bug#976811: [pkg-php-pear] Bug#976811: transition: php8.1

2022-01-20 Thread Bryce Harrington
On Thu, Jan 20, 2022 at 12:18:34PM +0100, Paul Gevers wrote: > Hi Kunal, > > Thanks for the analysis. > > On 20-01-2022 10:56, Kunal Mehta wrote: > > > I can't tell what it may be trying to encode, but presumably it's either > > > Main_Page or something used by Main_Page, which I'm guessing

Bug#976811: [pkg-php-pear] Bug#976811: transition: php8.1

2022-01-20 Thread Bryce Harrington
On Thu, Jan 20, 2022 at 09:42:47AM -0800, Bryce Harrington wrote: > On Thu, Jan 20, 2022 at 12:18:34PM +0100, Paul Gevers wrote: > > Hi Kunal, > > > > Thanks for the analysis. > > > > On 20-01-2022 10:56, Kunal Mehta wrote: > > > > I can't tell wh

Bug#976811: [pkg-php-pear] Bug#976811: transition: php8.1

2022-01-21 Thread Bryce Harrington
On Thu, Jan 20, 2022 at 03:38:43PM -0800, Bryce Harrington wrote: > On Thu, Jan 20, 2022 at 09:42:47AM -0800, Bryce Harrington wrote: > > On Thu, Jan 20, 2022 at 12:18:34PM +0100, Paul Gevers wrote: > > > Hi Kunal, > > > > > > Thanks for the analysis. > >

Bug#1000593: Failing testsuite with PHP 8.1

2022-01-07 Thread Bryce Harrington
These tests fail due to changes in how objects are dumped, like the ordering of members. This seems to just be a formatting discrepancy. Presumably the logical fix is to revise the expected output to match the new output formatting style, or alternatively just disable the three test cases until

Bug#1000650: Possible patch

2022-01-07 Thread Bryce Harrington
I reproduced these failures in Ubuntu, and found they're fixed by this recently introduced upstream commit: https://github.com/sebastianbergmann/phploc/commit/c21b0521f0d87ddc328b62dccafe2f90b62cfbe3.patch HTH, Bryce

Bug#976811: [pkg-php-pear] Bug#976811: transition: php8.1

2022-01-19 Thread Bryce Harrington
On Wed, Jan 19, 2022 at 09:58:52PM +0100, Paul Gevers wrote: > Hi Bryce, > > On 19-01-2022 10:28, Bryce Harrington wrote: > > > With [4] applied, I'm seeing the following dumped on armhf: > > > > ## https://autopkgtest.ubuntu.com/packages/m/mediawiki/jammy/arm

Bug#976811: [pkg-php-pear] Bug#976811: transition: php8.1

2022-01-19 Thread Bryce Harrington
On Sun, Jan 16, 2022 at 09:49:37PM -0800, Kunal Mehta wrote: > > Hi, > > On 1/16/22 11:52, Paul Gevers wrote: > > On 12-01-2022 21:16, Paul Gevers wrote: > > > Priority may lay with the mediawiki* regression on i386: "Internal > > > Server Error" doesn't sound great, and other non-horde package.

Bug#976811: [pkg-php-pear] Bug#976811: transition: php8.1

2022-01-16 Thread Bryce Harrington
On Sun, Jan 16, 2022 at 08:52:28PM +0100, Paul Gevers wrote: > Hi, > > On 12-01-2022 21:16, Paul Gevers wrote: > > Priority may lay with the mediawiki* regression on i386: "Internal > > Server Error" doesn't sound great, and other non-horde package. > > Did anybody already take a look at this

Bug#1011713: FTBFS issue fixed in upstream release 1.3.0

2022-06-29 Thread Bryce Harrington
AttributeError: function/symbol 'EVP_PKEY_size' not found in library 'libcrypto.so.3': /lib/x86_64-linux-gnu/libcrypto.so.3: undefined symbol: EVP_PKEY_size According to this upstream issue, this is an OpenSSL 3.0 incompatibility that was fixed and appears to be available in the upstream 1.3.0

Bug#1008279: Alternative fix using getent

2022-06-03 Thread Bryce Harrington
Attached is a similar fix we're applying in Ubuntu, except it uses getent rather than id, which seems to be a typical way for solving this type of need. >From 5b6f1ddbb759fad768d64a26e42427617910f9f8 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 18 May 2022 17:16:20 -0700 Subj

Bug#1021611: GuestStore and Guest Data Publisher plugins needed

2022-10-11 Thread Bryce Harrington
Source: open-vm-tools Severity: wishlist The GuestStore and Guest Data Publisher plugins (libguestStore.so and libgdb.so respectively) are not being installed, but upstream intends them to be included with the open-vm-tools package, as they're part of the vmtoolsd service process. This is also