[Touch-packages] [Bug 1502045] Re: Move from consolekit to logind

2021-02-20 Thread Stephen Kitt
** Changed in: solaar (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1502045

Title:
  Move from consolekit to logind

Status in lxdm package in Ubuntu:
  Fix Released
Status in lxsession package in Ubuntu:
  Fix Released
Status in mate-power-manager package in Ubuntu:
  Fix Released
Status in openssh package in Ubuntu:
  Fix Released
Status in polkit-qt-1 package in Ubuntu:
  Triaged
Status in solaar package in Ubuntu:
  Fix Released
Status in sugar package in Ubuntu:
  Triaged
Status in tcosmonitor package in Ubuntu:
  Fix Released
Status in ulatencyd package in Ubuntu:
  Triaged
Status in lxdm package in Debian:
  Fix Released
Status in tcosmonitor package in Debian:
  Fix Released

Bug description:
  consolekit has been dead upstream for a long time. Ubuntu moved to
  logind in saucy (13.10), and we don't support consolekit any more.
  There are a few packages which still depend on it, most notably
  openssh, lxdm, and lxsession{,-logout}. For Ubuntu 16.04 we really
  should get rid of CK.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxdm/+bug/1502045/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1788608] Re: wget doesn't support compression, it needs zlib1g-dev

2020-01-09 Thread Stephen Kitt
** Changed in: wget (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wget in Ubuntu.
https://bugs.launchpad.net/bugs/1788608

Title:
  wget doesn't support compression, it needs zlib1g-dev

Status in wget package in Ubuntu:
  Fix Released
Status in wget package in Debian:
  Fix Released

Bug description:
  wget can use zlib1g for a few features, notably --compression support.
  The Debian package doesn't explicitly build-depend on zlib1g-dev, it
  gets it via libgnutls28-dev; since the Ubuntu package drops the
  latter, compression support is lost too.

  Please consider adding zlib1g-dev. (I've also asked the Debian
  maintainer to do so, see the linked bug; however the libgnutls28-dev
  removal in Ubuntu should take this into account IMO.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/1788608/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1843479] Re: gzip in Ubuntu Eoan results in Exec format error on WSL1

2019-09-11 Thread Stephen Kitt
I tried comparing the binaries with diffoscope, and one difference which
jumped out at me is the .plt.sec section which is present in the Eoan
binary. This presumably comes from CET (gcc -fcf-protection). There are
other differences, less significant IMO; .plt.sec is a likely candidate
for something WSL1 might not support.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gzip in Ubuntu.
https://bugs.launchpad.net/bugs/1843479

Title:
  gzip in Ubuntu Eoan results in Exec format error on WSL1

Status in gzip package in Ubuntu:
  Confirmed

Bug description:
  Summary:

  Running gzip on WSL1 results in the following error:

  $ gzip
  -bash: /bin/gzip: cannot execute binary file: Exec format error

  What I expect to happen:

  gzip executes correctly on WSL1.

  What happens instead:

  gzip fails with an Exec format error.

  Notes:

  I suspect a change in how gzip is being built for Eoan is causing
  issues with ELF parsing on the WSL1 translation layer. For example:

  On Disco with gzip 1.9-3:

  $ file /bin/gzip
  /bin/gzip: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), 
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 
3.2.0, BuildID[sha1]=efa859c26eaf8e035efe9a139361e2a60cd17b3e, stripped

  On Eoan with gzip 1.10-0ubuntu3:

  $ file /bin/gzip
  /bin/gzip: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), 
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, 
BuildID[sha1]=bc0f5994544c2a469d04c914bf4bf44b4ded6040, for GNU/Linux 3.2.0, 
stripped

  Eoan ships with gzip 1.10, while Disco ships with gzip 1.9, but I do
  not believe this is an issue in 1.10 because this error does not occur
  when building gzip from GNU project source on Ubuntu Eoan.

  Justifications:

  WSL1 will need to be patched in future Windows builds for this change
  in ELF. However that patch will likely not be backported to older
  builds of Windows, including Windows Enterprise/Server 2019.

  To ensure Eoan can run on current and older builds of Windows Ubuntu
  should consider looking at how it's building gzip and see if it can be
  made to 'play nice' until WSL1 can be updated.

  This was originally reported here:
  https://github.com/microsoft/WSL/issues/4461

  Details:

  Description:Ubuntu Eoan Ermine (development branch)
  Release:19.10

  gzip:
Installed: 1.10-0ubuntu3
Candidate: 1.10-0ubuntu3
Version table:
   *** 1.10-0ubuntu3 500
  500 http://archive.ubuntu.com/ubuntu eoan/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gzip/+bug/1843479/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1805820] Re: Dependency error installing fontconfig-dbgsym

2018-11-29 Thread Stephen Kitt
It’s a bug in your Dockerfile. You should drop the proposed line. See
https://unix.stackexchange.com/q/484875/86440 for details.

** Changed in: fontconfig (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1805820

Title:
  Dependency error installing fontconfig-dbgsym

Status in fontconfig package in Ubuntu:
  Invalid

Bug description:
  I am trying to install fontconfig-dbgsym under Ubuntu 18.04 inside
  Docker, running on Docker for Mac.

  I use the following Dockerfile:

  FROM ubuntu:18.04
  ENV DEBIAN_FRONTEND=noninteractive
  RUN apt-get update
  RUN apt-get install -y ubuntu-dbgsym-keyring lsb-release
  RUN \
( \
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main 
restricted universe multiverse"; \
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates 
main restricted universe multiverse"; \
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed 
main restricted universe multiverse"; \
) > /etc/apt/sources.list.d/ddebs.list 
  RUN apt-get update
  RUN apt-get install -y fontconfig
  RUN apt-get install -y fontconfig-dbgsym

  Everything works except the last step, which fails with:

  Reading package lists...
  Building dependency tree...
  Reading state information...
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:
  
  The following packages have unmet dependencies:
   fontconfig-dbgsym : Depends: fontconfig (= 2.12.6-0ubuntu2.2) but 
2.12.6-0ubuntu2 is to be installed
  E: Unable to correct problems, you have held broken packages.
  The command '/bin/sh -c apt-get install -y fontconfig-dbgsym' returned a 
non-zero code: 100

  It complains the dependency `fontconfig=2.12.6-0ubuntu2.2` isn't
  installed, but it was successfully installed by the previous step.

  This looks like a bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1805820/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1788608] [NEW] wget doesn't support compression, it needs zlib1g-dev

2018-08-23 Thread Stephen Kitt
Public bug reported:

wget can use zlib1g for a few features, notably --compression support.
The Debian package doesn't explicitly build-depend on zlib1g-dev, it
gets it via libgnutls28-dev; since the Ubuntu package drops the latter,
compression support is lost too.

Please consider adding zlib1g-dev. (I've also asked the Debian
maintainer to do so, see the linked bug; however the libgnutls28-dev
removal in Ubuntu should take this into account IMO.)

** Affects: wget (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: wget (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #907047
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907047

** Also affects: wget (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907047
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wget in Ubuntu.
https://bugs.launchpad.net/bugs/1788608

Title:
  wget doesn't support compression, it needs zlib1g-dev

Status in wget package in Ubuntu:
  New
Status in wget package in Debian:
  Unknown

Bug description:
  wget can use zlib1g for a few features, notably --compression support.
  The Debian package doesn't explicitly build-depend on zlib1g-dev, it
  gets it via libgnutls28-dev; since the Ubuntu package drops the
  latter, compression support is lost too.

  Please consider adding zlib1g-dev. (I've also asked the Debian
  maintainer to do so, see the linked bug; however the libgnutls28-dev
  removal in Ubuntu should take this into account IMO.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/1788608/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1720525] Re: Update package to newer version

2017-10-07 Thread Stephen Kitt
I'm pretty sure the Debian package can be synced as-is, there are no
additional changes that would need to be kept in the current Ubuntu
package. (The only patch is included in the upstream code in newer
versions, including that packaged in Debian.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-evdev in Ubuntu.
https://bugs.launchpad.net/bugs/1720525

Title:
  Update package to newer version

Status in python-evdev package in Ubuntu:
  New

Bug description:
  In Artful (and older releases) the version of the package is 0.4.7 even 
though 0.7.0 is already out. Debian Buster and Sid has 0.7.0 in the repos.
  The changes are bug fixes and features (see 
http://python-evdev.readthedocs.io/en/latest/changelog.html).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-evdev/+bug/1720525/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1219379] Re: i386/amd64 conflict, preventing multiarch installation of SDL2_mixer

2015-08-30 Thread Stephen Kitt
** Changed in: libmodplug (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libmodplug in Ubuntu.
https://bugs.launchpad.net/bugs/1219379

Title:
  i386/amd64 conflict, preventing multiarch installation of SDL2_mixer

Status in libmodplug package in Ubuntu:
  Fix Released
Status in libmodplug package in Debian:
  Fix Released

Bug description:
  Description:  Ubuntu Saucy Salamander (development branch)
  Release:  13.10

  libmodplug1:
Installed: (none)
Candidate: 1:0.8.8.4-3
Version table:
   1:0.8.8.4-3 0
  500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Package

  Problem:

  apt-get install SDL2_mixer-2.0-0:i386 SDL2_mixer-2.0-0:amd64

  Fails as the dependencies libmodplug1:i386 and libmodplug:x86_64
  conflict.

  Both arch's install libmodplug to /usr/lib/libmodplug.so.1 (and other
  overlapping files)

  Tested under a debootstrap install of Saucy Salamander.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmodplug/+bug/1219379/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1490149] [NEW] Sync libmodplug 1:0.8.8.5-2 (universe) from Debian unstable (main)

2015-08-29 Thread Stephen Kitt
Public bug reported:

Please sync libmodplug 1:0.8.8.5-2 (universe) from Debian unstable
(main)

This version now builds on all Ubuntu architectures, so it should
graduate from proposed. The version currently in release has a number
of security bugs.

Changelog entries since current wily version 1:0.8.8.5-1:

libmodplug (1:0.8.8.5-2) unstable; urgency=medium

  * Adopt the package; thanks for your work, Zed!
  * Switch to a simple dh-based rules, with dh-autoreconf. This should
allow building on ppc64el. Closes: #789945.
  * Add symbols file.

 -- Stephen Kitt sk...@debian.org  Mon, 24 Aug 2015 23:24:43 +0200

** Affects: libmodplug (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libmodplug in Ubuntu.
https://bugs.launchpad.net/bugs/1490149

Title:
  Sync libmodplug 1:0.8.8.5-2 (universe) from Debian unstable (main)

Status in libmodplug package in Ubuntu:
  New

Bug description:
  Please sync libmodplug 1:0.8.8.5-2 (universe) from Debian unstable
  (main)

  This version now builds on all Ubuntu architectures, so it should
  graduate from proposed. The version currently in release has a number
  of security bugs.

  Changelog entries since current wily version 1:0.8.8.5-1:

  libmodplug (1:0.8.8.5-2) unstable; urgency=medium

* Adopt the package; thanks for your work, Zed!
* Switch to a simple dh-based rules, with dh-autoreconf. This should
  allow building on ppc64el. Closes: #789945.
* Add symbols file.

   -- Stephen Kitt sk...@debian.org  Mon, 24 Aug 2015 23:24:43 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmodplug/+bug/1490149/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1219379] Re: i386/amd64 conflict, preventing multiarch installation of SDL2_mixer

2015-08-29 Thread Stephen Kitt
This is fixed in version 1:0.8.8.5-1, but that version never graduated
from proposed because it doesn't build on ppc64el. I've asked for
1:0.8.8.5-2 to be synced, it builds on ppc64el.

** Bug watch added: Debian Bug tracker #724934
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724934

** Also affects: libmodplug (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724934
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libmodplug in Ubuntu.
https://bugs.launchpad.net/bugs/1219379

Title:
  i386/amd64 conflict, preventing multiarch installation of SDL2_mixer

Status in libmodplug package in Ubuntu:
  Confirmed
Status in libmodplug package in Debian:
  Unknown

Bug description:
  Description:  Ubuntu Saucy Salamander (development branch)
  Release:  13.10

  libmodplug1:
Installed: (none)
Candidate: 1:0.8.8.4-3
Version table:
   1:0.8.8.4-3 0
  500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Package

  Problem:

  apt-get install SDL2_mixer-2.0-0:i386 SDL2_mixer-2.0-0:amd64

  Fails as the dependencies libmodplug1:i386 and libmodplug:x86_64
  conflict.

  Both arch's install libmodplug to /usr/lib/libmodplug.so.1 (and other
  overlapping files)

  Tested under a debootstrap install of Saucy Salamander.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmodplug/+bug/1219379/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp