Bug#397426: sasldbconverter2 does not work

2006-11-07 Thread Robie Basak
Package: sasl2-bin Version: 2.1.19.dfsg1-0sarge2 Severity: important I am upgrading a system from woody to sarge. sasldbconverter2 provided with sasl2-bin on sarge cannot convert /etc/sasldb from my stock woody system. It seems that Debian is providing no upgrade path from woody to sarge for

Bug#423820: No attempt to partition second disk when preseeding with partman-auto/disk

2007-05-14 Thread Robie Basak
Package: partman-auto Severity: normal Version: not sure! It's the version I got by downloading: ftp://ftp.uk.debian.org/debian/dists/etch/main/installer-i386/20070308/images/netboot/netboot.tar.gz I have two disks specified in partman-auto/disk, but only the first disk gets partitioned.

Bug#423970: GSSAPI support missing from build

2007-05-15 Thread Robie Basak
Package: cyrus-imapd-2.2 Version: 2.2.13-10 Severity: normal Please add a build dependency on heimdal-dev. This fixes the problem. I am trying to use Kerberos 5 with admin principals. This means, for example, that the user foo/admin should be able to authenticate to get admin access. This does

Bug#425844: cyrmaster dies on force-reload

2007-05-24 Thread Robie Basak
Subject: cyrus-imapd-2.2: cyrmaster dies on force-reload Package: cyrus-imapd-2.2 Version: 2.2.13-10 Severity: important Running /etc/init.d/cyrus2.2 force-reload kills cyrmaster. It leaves behind a notifyd child which has to be killed manually. All I see is a cyrus/master[]: got SIGHUP log

Bug#368887: Cannot escape hex literal with setfattr

2006-05-30 Thread Robie Basak
Nathan Scott wrote: Hmm, to my mind its pretty straightforward and doesn't really warrant special mention in the man pages, but I guess its confusing to some. Without a mention, it can break scripts. I happened across it, but for example, I have a script that retrieves an attribute, modifies

Bug#380103: Typo in init script: force_reload

2006-07-27 Thread Robie Basak
Package: racoon Version: 0.6.6-3 Tags: patch Severity: important racoon violates Debian policy 9.3.2 (hence marked important): /etc/init.d/racoon should take a parameter force-reload, but it is force_reload instead. The usage message is correct, but the behaviour isn't: # /etc/init.d/racoon

Bug#368887: Cannot escape hex literal with setfattr

2006-05-25 Thread Robie Basak
Package: attr Version: 2.4.16-1 I am trying to set an extended attribute value of the form 0x20 (literally ASCII letters zero, x, two, zero) but setfattr presumes that I want a literal space (ASCII 0x20 or 32 decimal) instead. setfattr seemingly has no option to override this, and its behaviour

Bug#548691: getcwd fails to return proper path for relatively-specified roots

2010-03-30 Thread Robie Basak
tags 548691 patch thanks I've just come across this. The problem is that the narrow_chroot_path macro that applies the chroot to a particular path uses a substring match and so misses the path if it contains extra /./ type components. Patch below. It seems to work. I haven't touched the test

Bug#566026: fakechroot-ng chmod failure

2010-03-31 Thread Robie Basak
tags 566026 patch thanks I've just hit this problem. It seems that something changed in Linux x86_64 newfstatat/fstatat64 syscall at some point. I'm not clear on the details, but this patch seems to fix it. (before, chmod was calling fstatat which called newfstatat which failed; now the fstatat

Bug#509867: [PATCH] Use name and email from git by default

2008-12-27 Thread Robie Basak
Package: git-buildpackage Version: 0.4.43 Severity: wishlist Tags: patch For users who use different email addresses for different packages (for example: for personal and work use), use the details as specified by git's user.name and user.email by default if they are available. The maintainer

Bug#509867: [PATCH] Use name and email from git by default

2008-12-29 Thread Robie Basak
Guido, On Sun, Dec 28, 2008 at 11:13:04PM +0100, Guido Günther wrote: For users who use different email addresses for different packages (for example: for personal and work use), use the details as specified by git's user.name and user.email by default if they are available. I like the

Bug#509867: [PATCH] Use name and email from git by default

2008-12-29 Thread Robie Basak
Guido, On Mon, Dec 29, 2008 at 02:53:47PM +0100, Guido Günther wrote: I was thinking of adding a simple: # use author information from git: git-author=True/False to gbp.conf and corresponding --git-author/--no-git-author commandline options to git-dch. Making git-author default to False

Bug#675353: Case inconsistency in machine field definitions

2012-05-31 Thread Robie Basak
Package: flash-kernel Version: 3.0~rc.4 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal The README refers to Required-packages. However, debian/flash-kernel-installer.postinst uses Required-Packages and get_machine_field is case sensitive. This causes packages that developers

Bug#644963: samba postrm depends on packages not guaranteed to be configured

2011-10-11 Thread Robie Basak
Package: samba Version: 2:3.5.11~dfsg-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric debian/samba.postrm calls update-inetd. If is called with upgrade, then update-inetd may be called even if it is not present. If it is called with upgrade, then although its presence is

Bug#648969: Please update to latest upstream version

2011-11-16 Thread Robie Basak
Package: openmpi Version: 1.4.3-2.1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise Upstream series 1.5 is available; the current version is 1.5.4. 1.5.2 added ARM support. An update would be useful for use on ARM servers which are expected to start shipping soon.

Bug#688677: bridge-utils should depend on net-tools

2012-09-24 Thread Robie Basak
Package: bridge-utils Version: 1.5-4 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bridge-utils calls ifconfig in /etc/network/if-pre-up.d/bridge and /etc/network/if-post-down.d/bridge but does not depend on net-tools which supplies ifconfig. net-tools is Priority: important and not

Bug#660214: libblacs-openmpi.so.1.1 is not built with correct dependency information

2012-02-17 Thread Robie Basak
/debian/changelog blacs-mpi-1.1/debian/changelog --- blacs-mpi-1.1/debian/changelog +++ blacs-mpi-1.1/debian/changelog @@ -1,3 +1,9 @@ +blacs-mpi (1.1-32) unstable; urgency=low + + * debian/rules: declare library dependencies correctly (LP: #934138). + + -- Robie Basak robie.ba...@ubuntu.com Fri

Bug#659134: openmpi experimental debian/rules clean target fails

2012-02-08 Thread Robie Basak
Package: openmpi Version: 1.5.4-2~exp1 In a sid amd64 chroot, I am satisfying build dependencies, then running debian/rules build, then running debian/rules clean. The clean target fails. I've pasted the bottom part of the output below. This was causing me tool breakage, but I found a workaround

Bug#657625: FTBFS openmpi 1.5 (experimental) on armel

2012-01-27 Thread Robie Basak
Package: openmpi Version: 1.5.4-2~exp1 openmpi 1.5 fails to build on Debian armel: /bin/bash ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/hwloc/hwloc/include/private/autogen

Bug#708621: Regression in default cipher suite selection

2013-08-01 Thread Robie Basak
On Fri, May 17, 2013 at 11:00:33AM +0100, Robie Basak wrote: Thanks for grabbing our delta in Ubuntu for the latest upstream release. We've now synced your package, so if you could cherry-pick this then we can auto-sync and won't need to re-introduce a delta. I've reintroduced a delta for now

Bug#719245: dep8 test for apache2 passphrase prompting

2013-08-09 Thread Robie Basak
/tests/ssl-passphrase @@ -0,0 +1,49 @@ +#!/bin/sh +set -ex + +# Check that the init script correctly prompts for the passphrase on startup, +# then starts and responds correctly to https queries. +# +# Author: Robie Basak robie.ba...@ubuntu.com + +cd /etc/ssl/private +[ -f ssl-cert

Bug#712004: libapache2-svn and Apache 2.4 transition bug not really fixed

2013-08-16 Thread Robie Basak
reopen 712004 thanks AIUI, a workaround to unblock the Apache 2.4 transition was to disable building of libapache2-svn in 1.6.17dfsg-4.1, which isn't really a fix for this particular bug but did close it. I'm not sure whether you'd prefer a separate bug for the fact that we no longer have a

Bug#712730: Source package is not DFSG compliant

2013-06-18 Thread Robie Basak
Package: mysql-5.5 Version: 5.5.31+dfsg-1 Severity: serious User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy See: https://blog.mariadb.org/mysql-man-pages-silently-relicensed-away-from-gpl/ It seems that Oracle silently changed the licensing in the documentation; at least the

Bug#713023: dir2ogg exits with success on failure

2013-06-21 Thread Robie Basak
Package: dir2ogg Version: 0.11.8-1 If the decoder returns failure, then dir2ogg prints a warning, but exits with success anyway. This is contrary to convention; the expected exit status on failure is non-zero. This is a problem because corrupt or problem files cannot easily be noticed when

Bug#708621: Regression in default cipher suite selection

2013-05-17 Thread Robie Basak
Package: ipmitool Version: 1.8.12-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch Upstream bug: http://sourceforge.net/tracker/index.php?func=detailaid=3571371group_id=95200atid=610550 Downstream bug: https://launchpad.net/bugs/1176202 There was a

Bug#709163: init script's status method doesn't handle instances correctly

2013-05-21 Thread Robie Basak
Package: memcached Version: 1.4.13-0.2 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch Downstream bug: https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/1177398 /etc/init.d/memcached supports the status action, but this does not work correctly with the

Bug#693845: ruby-hiera shouldn't recommend mcollective or puppet

2013-07-04 Thread Robie Basak
With no activity here, I've fixed this in Ubuntu in version 1.0.0~rc3-1ubuntu1 by dropping the Recommends line entirely. I hope to resync once Debian applies the same change. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#670138: libical FTBFS on ARM

2012-04-23 Thread Robie Basak
Package: libical Version: 0.48-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise Tags: patch We are now carrying this in Ubuntu. The fix is committed upstream; you may want to carry this until an upstream update. debian/patches/fix_arm_ftbfs.patch: From: Robie Basak robie.ba

Bug#670139: FTBFS with parallel builds

2012-04-23 Thread Robie Basak
dependency declarations to fix concurrent builds Author: Robie Basak robie.ba...@canonical.com Bug-Ubuntu: https://bugs.launchpad.net/bugs/978862 Forwarded: https://sourceforge.net/tracker/?func=detailaid=3516878group_id=16077atid=316077 Last-Update: 2012-04-11 --- a/src/libicalvcal/CMakeLists.txt

Bug#670140: Heap corruption bug

2012-04-23 Thread Robie Basak
this workaround for Ubuntu. You may wish to do the same. debian/patches/fix_timezone_crash.patch: Description: work around heap corruption bug Author: Robie Basak robie.ba...@canonical.com Last-Update: 2012-04-04 Forwarded: http://sourceforge.net/mailarchive/message.php?msg_id=29084189 Bug-Ubuntu: https

Bug#704548: ITP: pifacedigitalio -- control a Pi-Face interface on your Raspberry Pi

2013-04-02 Thread Robie Basak
Package: wnpp Severity: wishlist Owner: Robie Basak ro...@justgohome.co.uk * Package name: pifacedigitalio Version : 1.1 Upstream Author : Thomas Preston thomasmarkpres...@gmail.com * URL : https://github.com/piface/pifacedigitalio * License : GPL-3

Bug#704624: Build fails to use -ffreestanding

2013-04-03 Thread Robie Basak
to integrate into 001_build.patch): ---8--- Author: Robie Basak robie.ba...@canonical.com Last-Update: 2013-04-03 Description: build with -ffreestanding The target is independent of system libraries, so tell the compiler to not assume that standard support libraries are available. This fixes

Bug#704691: Embedded virtualenv does not support multiarch python

2013-04-04 Thread Robie Basak
Package: enigmail Version: 2:1.5.1+id17-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring ubuntu-patch The packaging appears to include a virtualenv_embedded/site.py that does not support multiarch Python. This causes a FTBFS in Ubuntu, and presumably will cause issues in

Bug#705053: jack-rack does not link with -lm

2013-04-09 Thread Robie Basak
and linker. + Updated 2013-04-09 by Robie Basak robie.ba...@canonical.com: + * Added -lm; this is already in the upstream bug. Author: Alessio Treglia ales...@debian.org Forwarded: https://sourceforge.net/apps/trac/jack-rack/ticket/1 Also forwarded to torb...@gmx.de, leslie.pol...@gmx.net

Bug#698446: Automatic restart of amavisd from spamassassin broken in some cases

2013-01-18 Thread Robie Basak
Package: amavisd-new Version: 1:2.7.1-2 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring amavisd-new 1:2.6.4-3 (squeeze) installs etc/spamassassin/sa-update-hooks.d/amavisd-new, but this file is not marked executable. This was fixed in 1:2.7.0-1 (wheezy and sid are on

Bug#703970: winbind_krb5_locator.so missing from binary packages

2013-03-26 Thread Robie Basak
Package: samba Version: 2:3.6.13-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring winbind_krb5_locator.so is built but does not appear in any binary package, making it unavailable to users. The manpage, however, is installed. From the manpage: The winbind_krb5_locator.so

Bug#702797: DEB_BUILD_OPTIONS' parallel flag is not parsed correctly

2013-03-11 Thread Robie Basak
Package: mongodb Version: 1:2.2.2-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring ubuntu-patch If I use DEB_BUILD_OPTIONS=nocheck parallel=3 then DEB_SCONS_OPTIONS ends up getting set to -jnocheck (or something like that) and the build fails. This violates Debian

Bug#699450: mib2c manpage missing

2013-01-31 Thread Robie Basak
Package: libsnmp-dev Version: 5.4.3~dfsg-2.7 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring Downstream bug: https://launchpad.net/bugs/381 mib2c.1 is symlinked to mib2c-update.1 even though upstream provides mib2c.1. This means that the binary package fails to deliver a

Bug#695264: managed-keys-directory issue causes 100% CPU usage

2012-12-06 Thread Robie Basak
Package: bind9 Version: 1:9.8.4.dfsg-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring Downstream report: https://launchpad.net/bugs/1038199 If /var/cache/bind cannot be written to due to bug 316241 in an otherwise default installation, or (I haven't tried this) apparently if

Bug#316241: Steps to reproduce

2012-12-06 Thread Robie Basak
tags 316241 - unreproducible retitle 316241 maintainer scripts mishandle /var/cache/bind permissions thanks Downstream bug: https://launchpad.net/bugs/1086775 The problem is that the postinst only sets permissions on /var/cache/bind on a fresh install. When the bind9 package is removed but not

Bug#715013: Tests not automatically run on package build

2013-07-05 Thread Robie Basak
Package: ruby-indentation Version: 0.0.7-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch Downstream bug: https://launchpad.net/bugs/1197894 ruby-indentation upstream provides test in spec/indentation_spec.rb, but these are not automatically run by dh_ruby --test

Bug#715399: Please add dep8 smoke test

2013-07-08 Thread Robie Basak
Package: libapache2-mod-python Version: 3.3.1-11 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch Hi, Please consider adding the following basic dep8 test so that we can automatically test that the package is hooking up to apache2 correctly. Thanks! diff -Nru

Bug#717172: Stripping golang binaries causes crashes

2013-07-17 Thread Robie Basak
Package: golang Version: 2:1.1.1-3 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch Downstream bug: https://launchpad.net/bugs/1200255 golang binaries crash on some architectures if they are stripped during packaging. Upstream are aware of this, but do not currently

Bug#717343: Wrong Apache version

2013-07-19 Thread Robie Basak
notfound 717343 2.4.4-6ubuntu5 found 717343 2.4.4-6 thanks Oops - I reported the Ubuntu package version I tested, not the Debian version. I did test both - just had two windows open at once, and used the wrong one to grab the version. -- To UNSUBSCRIBE, email to

Bug#727622: ServerKeyBits should use upstream default of 1024

2013-10-24 Thread Robie Basak
Package: openssh-server Version: 1:6.2p2-6 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty Upstream now uses a default of 1024 for ServerKeyBits, as documented in sshd_config(1). However, openssh-server.postinst hardcodes Debian's default to 768 in create_sshdconfig. Can this

Bug#730762: dep8 test for basic parameterised class use

2013-11-29 Thread Robie Basak
:12.0 + @@ -0,0 +1,19 @@ +#!/bin/sh +set -ex + +# This test was written in response to: https://launchpad.net/bugs/1242363 +# Author: Robie Basak robie.ba...@ubuntu.com + +cat $ADTTMP/test.pp EOT +class foo(\$content=abc\\n) { +file { '$ADTTMP/test-result': content = \$content

Bug#730771: Regression in system fallback for date_default_timezone_get()

2013-11-29 Thread Robie Basak
Package: php5-cli Version: 5.5.6+dfsg-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty Steps to reproduce: 1. Set a timezone other than UTC using dpkg-reconfigure tzdata. 2. $ php -r 'echo date_default_timezone_get().\n;' Expected results: system timezone (eg. Europe/London)

Bug#730771: Regression in system fallback for date_default_timezone_get()

2013-11-29 Thread Robie Basak
I should add that I verified that this bug also affects Debian by verifying a success case in a wheezy lxc container, and verifying the failure case in a sid lxc container. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#731352: ntpdate-debian ignores DHCP ntp-servers option by default

2013-12-04 Thread Robie Basak
Package: ntpdate Version: 1:4.2.6.p5+dfsg-3 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty Downstream bug: https://bugs.launchpad.net/maas/+bug/1257082 It's not clear if this is a bug or intended behaviour. I'd appreciate your consideration. We are using machines which don't

Bug#678252: Please drop gcc-4.4 build dependency now

2013-04-23 Thread Robie Basak
It has been almost a year since the last comment on this bug. Upstream still don't appear to support building the embedded ssl library on the current gcc in a way that works. Can the decision to build with gcc 4.4 instead of disabling the i386 assembly optimisations now be reconsidered? Perhaps

Bug#721095: Updated patch

2013-09-17 Thread Robie Basak
I found three errors in the previous patch (shebang, heredoc and test stderr output). Updated patch attached. Details of what I fixed are in the Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/crash/+bug/1217474 Thanks. diff -u crash-6.1.6/debian/control crash-6.1.6/debian/control ---

Bug#730771: [php-maint] Bug#730771: Regression in system fallback for date_default_timezone_get()

2014-01-21 Thread Robie Basak
user ubuntu-de...@lists.ubuntu.com usertag 730771 + ubuntu-patch tag 730771 + patch thanks On Thu, Dec 12, 2013 at 11:36:03AM +0100, Ondřej Surý wrote: On Fri, Nov 29, 2013, at 13:30, Robie Basak wrote: I guess the previous patch needs to be ported forward to 5.5? Any volunteers

Bug#736087: [debian-mysql] Bug#736087: mysql-5.5: Please install AppArmor profile on Debian too

2014-02-10 Thread Robie Basak
I've just submitted a patch for this: http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/2014-February/006409.html I'd like to counter some of your points, as I think it does make sense for Debian to cover this. I do have an ulterior motive here, though, which is that carrying this in

Bug#738984: dpkg-buildflags overrides CFLAGS amendments

2014-02-14 Thread Robie Basak
Source: php5 Version: 5.5.9+dfsg-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch Downstream bug: https://launchpad.net/bugs/1280044 Currently, debian/rules makes some additions to CFLAGS, including the use of `getconf LFS_CFLAGS`

Bug#736087: [debian-mysql] Bug#736087: mysql-5.5: Please install AppArmor profile on Debian too

2014-02-20 Thread Robie Basak
reopen 736087 thanks On Thu, Feb 20, 2014 at 02:39:16PM +0100, Felix Geyer wrote: dh_apparmor is still only called on Ubuntu: if [ $(DISTRIBUTION) = Ubuntu ]; then \ dh_apparmor -pmysql-server-5.5 --profile-name=usr.sbin.mysqld; \ fi That means all the postinst magic is

Bug#734634: Some work in Ubuntu

2014-04-09 Thread Robie Basak
Hi, I looked at bringing this into Ubuntu ahead of Debian (and submit my work here), though it looks like I need to defer this for now. I hope some of my investigation is useful to anybody else who takes this up. Sergei's branch was very helpful to me - thank you! I intended to pull in your

Bug#742851: ITP: mod-authnz-persona -- Apache module implementing Persona authentication

2014-03-27 Thread Robie Basak
Package: wnpp Severity: wishlist Owner: Robie Basak ro...@justgohome.co.uk * Package name: mod-authnz-persona Version : 0.8.1 Upstream Author : Dirkjan Ochtman dirk...@ochtman.nl * URL : https://github.com/mozilla/mod_authnz_persona * License : Apache-2.0

Bug#742851: ITP: mod-authnz-persona -- Apache module implementing Persona authentication

2014-03-28 Thread Robie Basak
Ready for review: http://mentors.debian.net/package/mod-authnz-persona There are a few DDs I know whom I can ask for sponsorship; I'll ask them first. signature.asc Description: Digital signature

Bug#745812: apache2.preinst depends on a2query, which may not exist

2014-04-25 Thread Robie Basak
Package: apache2 Version: 2.4.9-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic Downstream bug: https://launchpad.net/bugs/1312533 apache2.preinst calls a2query if /etc/apache2/ exists, but a2query is supplied by apache2 itself, so is not necessarily available at the time

Bug#745834: dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module

2014-04-25 Thread Robie Basak
Package: apache2 Version: 2.4.9-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic If I install apache2 at the same time as libapache2-mod-svn, then it is possible that both packages are unpacked, but libapache2-mod-svn is configured first. In this case,

Bug#745834: Acknowledgement (dh-apache2 causes a postinst failure when a package depends on an apache2-bin provided module)

2014-04-25 Thread Robie Basak
Downstream bug filed: https://launchpad.net/bugs/1312854 signature.asc Description: Digital signature

Bug#746480: Please add dep8 test

2014-04-30 Thread Robie Basak
3381547f4371c972db5758a04639b9f0fbe7ee41 Mon Sep 17 00:00:00 2001 From: Robie Basak robie.ba...@canonical.com Date: Tue, 29 Apr 2014 11:07:32 + Subject: [PATCH] * Add dep8 test. --- debian/control | 1 + debian/tests/control | 6 ++ debian/tests/smoke | 45

Bug#746481: Missing watch file

2014-04-30 Thread Robie Basak
ecfb7ae6d3617403cbb07ff47353ee3184e48f78 Mon Sep 17 00:00:00 2001 From: Robie Basak robie.ba...@canonical.com Date: Tue, 29 Apr 2014 09:25:13 + Subject: [PATCH] - Add debian/watch file. --- debian/watch | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/watch diff --git a/debian/watch b/debian

Bug#704624: Build fails to use -ffreestanding

2014-08-15 Thread Robie Basak
On Fri, Aug 15, 2014 at 02:35:24AM +0200, Aurelien Jarno wrote: I have not been able to reproduce the issue, neither with 0.4.1-6 nor with version 0.4.1+git-20140423.c559da7c-1 I have just uploaded. Are you sure it is not related to your cross-compiler? I think it is related to Ubuntu's build

Bug#758241: No dep8 smoke test

2014-08-15 Thread Robie Basak
Source: nginx Version: 1.6.1-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch I've added the following quick dep8 smoke test to Ubuntu, so that I can quickly validate merges. I believe this is also applicable to Debian. Please consider adding it. One

Bug#749504: [chdist] bin2src fails with chdist: bad apt-cache : 13

2014-05-27 Thread Robie Basak
Package: devscripts Version: 2.14.1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic Steps to reproduce: chdist create sid http://ftp.debian.org/debian/ unstable main contrib non-free chdist apt-get sid update chdist bin2src sid apache2-bin Expected output: apache2 (exit

Bug#708132: bcache-tools ITP

2014-05-30 Thread Robie Basak
Gabriel, David, I'd like to help with getting this package into Debian. What is this waiting on right now, please, and how can I help speed things up? I'd also like to see bcache-tools in Ubuntu, and I see that Gabriel is already maintaining a PPA on Launchpad. I am not a DD (but can poke

Bug#708132: bcache-tools ITP

2014-07-15 Thread Robie Basak
David, I've got some time to look at this again. I'd like to get this landed in the next Ubuntu release. I can send pull requests, we can push to mentors and I can try and get a sponsor first, but failing that I'll upload to Ubuntu ahead of Debian if needed to make this goal. Did you hear back

Bug#574737: Already fixed?

2014-03-13 Thread Robie Basak
It looks like this is already fixed, since the commit Ian referenced was included in 1.1.0, and urwid is now on 1.2.0-1. Can this bug now be closed? signature.asc Description: Digital signature

Bug#741606: Test suite missing and not run during the package build

2014-03-14 Thread Robie Basak
Source: websocket-client Version: 0.12.0-1 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty Upstream bug: https://github.com/liris/websocket-client/issues/65 Downstream bug: https://bugs.launchpad.net/ubuntu/+source/websocket-client/+bug/1292511 Hi, I'm doing some QA on this

Bug#741606: Test suite missing and not run during the package build

2014-03-17 Thread Robie Basak
Note that I also had an issue with some upstream tests requiring an Internet connection. I filed https://github.com/liris/websocket-client/pull/66 with a workaround I applied to Ubuntu and to track this. signature.asc Description: Digital signature

Bug#756391: No dep8 tests

2014-07-29 Thread Robie Basak
in Ubuntu. It should be useful for Debian as well. Since Debian doesn't currently have the nginx-core package, you probably want to s/nginx-core/nginx-full/ in debian/tests/control before applying this. From 8d0337fda6dcc9946ca0280a63634368cac6b007 Mon Sep 17 00:00:00 2001 From: Robie Basak

Bug#708132: bcache-tools ITP

2014-09-17 Thread Robie Basak
I have some progress to report. I also think that this is ready to upload, though we should sort out a couple of things first. I've added the bcache list (this is the Debian packaging bug) since there is a question about some of these commits that seem to be relevant to upstream but aren't in the

Bug#708132: Jessie Freeze

2014-10-27 Thread Robie Basak
On Sat, Oct 25, 2014 at 09:28:00PM +0300, Jaakko Niemi wrote: I don't see the package in unstable yet, and Jessie release freeze is coming soon. Is there something needed? Thanks for the reminder. I was hoping that Gabriel would appear, pull my commits, and we'd leave Vcs-Git pointing to his

Bug#764484: dwarves-dfsg: FTBFS with newer elfutils

2014-10-08 Thread Robie Basak
Package: dwarves-dfsg Version: 1.10-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch In Ubuntu, the attached patch was applied to achieve the following: * d/p/DW_TAG_mutable_type: fix FTBFS due to newer elfutils (LP: #1378841).

Bug#763589: Race condition can cause saved time to go backwards

2014-10-01 Thread Robie Basak
Package: fake-hwclock Version: 0.5 I've observed a system with a correctly working fake-hwclock (originally initalised by NTP) set its time back to shortly after the epoch, including in /etc/fake-hwclock.data. I believe this happened because fake-hwclock save was called after boot before

Bug#708132: Jessie Freeze

2014-11-13 Thread Robie Basak
On Wed, Nov 12, 2014 at 09:00:15AM +, Filippo Giunchedi wrote: doesn't look like the package made in time for the freeze? https://qa.debian.org/excuses.php?package=bcache-tools I'm happy to try and request an unblock if not done already. I think somebody asked informally on IRC in

Bug#778680: mysql-ocaml: Build-Depends on libmysqlclient15-dev which will no longer exist soon

2015-02-18 Thread Robie Basak
Package: mysql-ocaml Version: 1.1.2-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu vivid ubuntu-patch *** /tmp/tmphq3TA_/bug_body In Ubuntu, the attached patch was applied to achieve the following: This will only affect you post-jessie, when we move

Bug#778680: mysql-ocaml: Build-Depends on libmysqlclient15-dev which will no longer exist soon

2015-03-09 Thread Robie Basak
On Wed, Feb 18, 2015 at 12:35:50PM +, Robie Basak wrote: diff -Nru mysql-ocaml-1.1.2/debian/changelog mysql-ocaml-1.1.2/debian/changelog diff -Nru mysql-ocaml-1.1.2/debian/control mysql-ocaml-1.1.2/debian/control --- mysql-ocaml-1.1.2/debian/control 2013-12-08 14:03:54.0 +

Bug#778947: Program calls home to check for updates

2015-02-21 Thread Robie Basak
Package: sweethome3d Version: 4.3+dfsg-2 Severity: serious I've only tested 4.3+dfsg-2 (through Ubuntu 14.04), but I see nothing in changelogs to suggest that this behaviour has changed more recently. By default, sweethome3d calls home by making an HTTP request to

Bug#782552: recordfail false positive causes headless servers to hang on boot

2015-04-13 Thread Robie Basak
Package: grub-common Version: 2.02~beta2-22 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu vivid ubuntu-patch Downstream report: https://launchpad.net/bugs/1443735 A headless system will hang indefinitely waiting on user interaction after a well timed double power

Bug#783105: pam_limits sets dangerous limit when reading /proc/1/limits from systemd

2015-04-22 Thread Robie Basak
-applied/pam-limits-nofile-fd-setsize-cap @@ -0,0 +1,58 @@ +From: Robie Basak robie.ba...@ubuntu.com +Subject: pam_limits: cap the default soft nofile limit read from pid 1 to FD_SETSIZE + +Cap the default soft nofile limit read from pid 1 to FD_SETSIZE since +larger values can cause problems

Bug#785093: No support for non-golang architectures

2015-05-12 Thread Robie Basak
Package: docker.io Version: 1.6.0+dfsg1-1 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Hi, In Ubuntu we're building successfully for arm64, ppc64el and powerpc using gccgo since golang-go doesn't support these architectures. This constitutes almost

Bug#782768: Tests fail against MySQL 5.6

2015-04-17 Thread Robie Basak
Source: ruby-mysql2 Version: 0.3.16-2 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu vivid Hi, I'm wearing both my Ubuntu developer hat and my Debian MySQL packaging team hat for this report. This bug will impact Debian when we update to MySQL 5.6 in stretch. In the transition for

Bug#748618: syslinux-themes-debian: Fails to uninstall: extlinux-update: not found

2015-04-09 Thread Robie Basak
it in the postrm +since it may already have been removed (Closes: #748618, LP: #1042511). + + -- Robie Basak robie.ba...@ubuntu.com Thu, 09 Apr 2015 11:44:25 +0100 + syslinux-themes-debian (12-3) unstable; urgency=low * QA upload. diff -Nru syslinux-themes-debian-12/debian/syslinux-themes-debian

Bug#790054: Please add Robie Basak as a Debian Maintainer

2015-06-26 Thread Robie Basak
Package: debian-maintainers Tags: patch Please add me as a Debian Maintainer. jetring changeset attached. Thanks. Comment: Add Robie Basak ro...@justgohome.co.uk as a Debian Maintainer Recommended-By: James Page jamesp...@debian.org Agreement: https://lists.debian.org/debian-newmaint/2015

Bug#787533: [debian-mysql] Bug#787533: mariadb-common: modifies conffiles (policy 10.7.3): /etc/mysql/my.cnf

2015-06-15 Thread Robie Basak
On Sun, Jun 14, 2015 at 02:47:00AM +0300, Otto Kekäläinen wrote: ..so at the moment the only thing I can do is to revert all mysql-5.6 compatibility in MariaDB, which would be a huge waste of everybody's time. Can't we make an exception from the policy here as clearly the point of the policy

Bug#787103: Deferring postinst actions fails when triggers are in use

2015-05-28 Thread Robie Basak
Package: apache2 Version: 2.4.12-2 Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch This is related to Debian bug 745834. The fix there failed to work on Ubuntu because our ufw delta introduces the use of triggers, which the logic that tests if apache2 is

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-07-01 Thread Robie Basak
tags 739846 + pending thanks OK, I've pushed commit 6bc2c1a which adds an exit 0 to the end of the script. Please send a patch if I've misunderstood your fix; otherwise this will arrive on our next upload. Thanks, Robie signature.asc Description: Digital signature

Bug#790640: FTBFS: hash.h: No such file or directory

2015-07-02 Thread Robie Basak
On Tue, Jun 30, 2015 at 05:55:04PM +0200, Mateusz Kijowski wrote: http://bugs.mysql.com/bug.php?id=70672 seems to be the reason. Perhaps we can hack the mysql package to include it? If it's not part of the public API, then I don't think it's appropriate for the package to include it. We'd

Bug#790875: logger exits when it cannot log

2015-07-02 Thread Robie Basak
Package: bsdutils Version: 1:2.26.2-6 Not affected: 1:2.25.2-6 This is a regression from jessie, present in sid. Steps to reproduce: 0. Ensure a syslog daemon is not running. 1. Run logger. Expected behaviour: block on stdin Actual behaviour: exit with status 0 I can easily reproduce this

Bug#787864: mysql-server-5.5: fails to start in piuparts test environment

2015-07-02 Thread Robie Basak
On Fri, Jun 05, 2015 at 09:54:04PM +0200, Andreas Beckmann wrote: during a test with piuparts I noticed your package now fails to start the server in a piuparts test environment, i.e. a a minimal sid or stretch chroot (while jessie works fine). This is most likely a regression introduced by

Bug#790257: libmysqlclient-dev no longer provides libmysqlclient15-dev

2015-06-29 Thread Robie Basak
Hi Martin, On Sat, Jun 27, 2015 at 02:40:19PM -0400, Martin Michlmayr wrote: I've filed this as serious since it breaks other packages, but let me know if the change was intentional and I'll file bugs on the 11 packages instead and close this one. Given that libmysqlclient15-dev hasn't been

Bug#790406: mysql-server-core-5.6 and mysql-client-5.5: error when trying to install together

2015-06-29 Thread Robie Basak
tags 790406 + pending thanks Hi Ralf, On Mon, Jun 29, 2015 at 08:35:28AM +0200, Ralf Treinen wrote: dpkg: error processing archive /var/cache/apt/archives/mysql-server-core-5.6_5.6.25-2_amd64.deb (--unpack): trying to overwrite '/usr/bin/innochecksum', which is also in package

Bug#739846: [debian-mysql] Bug#739846: invoke-rc.d: initscript mysql, action start failed.

2015-06-30 Thread Robie Basak
On Tue, Jun 30, 2015 at 02:35:42AM -0600, Bob Proulx wrote: If /etc/mysql/debian-start outputs something, anything, then the test for -n $output is true and then log_action_msg logs it and also returns 0. But if /etc/mysql/debian-start emits nothing then output is empty and -n is non-zero.

Bug#790875: logger exits when it cannot log

2015-07-06 Thread Robie Basak
Hi Sami, Andreas, On Mon, Jul 06, 2015 at 09:29:44AM +0200, Andreas Henriksson wrote: Robie Basak, could you please try if Samis patch resolves the issue you where experiencing? See attachement. Thank you for working on this. I get an error with this patch: logger: close failed: Bad file

Bug#772823: Review of 1.5.0-1 from mentors.debian.net

2015-08-18 Thread Robie Basak
Hi, I've reviewed 1.5.0-1 from mentors.debian.net. Note that I am a DM and not a DD so cannot upload this directly to Debian. My review was with my Ubuntu core dev hat as I can upload to Ubuntu directly and would like to do this by Ubuntu's feature freeze on Thursday, hopefully with a concurrent

Bug#792080: mysql-common: needs to handle upgrades from mariadb-common that creates my.cnf - mariadb.cnf symlink

2015-07-22 Thread Robie Basak
Hi Andreas, As always, thank you for looking into this! On Wed, Jul 22, 2015 at 12:48:49PM +0200, Andreas Beckmann wrote: move innochecksum manpage to mysql-server-core-5.6, too Please note that these may need to be coordinated with mariadb and percona packaging. Otherwise we could end

Bug#793316: transition: mysql-5.6

2015-07-23 Thread Robie Basak
On Thu, Jul 23, 2015 at 10:59:15AM +0200, Emilio Pozuelo Monfort wrote: Didn't we agree that we would release Stretch with only mariadb? When do you plan to start working on that so we can drop mysql-* from testing? No, that was never agreed. I'm looking after the mysql-* packaging at the

Bug#792080: mysql-common: needs to handle upgrades from mariadb-common that creates my.cnf - mariadb.cnf symlink

2015-07-14 Thread Robie Basak
Hi Andreas, On Sat, Jul 11, 2015 at 03:29:02AM +0200, Andreas Beckmann wrote: Since the issue is hard to describe in detail and with all pitfalls without digging into it and testing it, I rather developed patches that I tested in sid and stretch, to ensure sane upgrade paths. The commit

  1   2   3   4   >