[Touch-packages] [Bug 2073633] Re: padsp binary missing from pulseaudio-utils

2024-07-30 Thread Hans Joachim Desserud
Thanks for reporting.

Took a look at the package content and changes. Looks like padsp was present in 
Ubuntu 23.10 [1] and then removed in 24.04 [2]. Which means something happened 
between versions
1:16.1+dfsg1-2ubuntu4 [3]
1:16.1+dfsg1-2ubuntu10 [4]

Checking the changelog between these two versions led me to
https://launchpad.net/ubuntu/+source/pulseaudio/1:16.1+dfsg1-2ubuntu8
which disabled padsp. though is short on details why. So there might be
other issues which should be resolved before it can be re-enabled.

Regardless, now that it is disabled, looks like additionally:
* the package still contains bash completions for the binary even though it 
isn't included [2}
* the database for command-not-found doesn't seem to have been updated after 
the binary was removed. It probably should to reflect which binaries exists and 
are offered by the package.


[1] https://packages.ubuntu.com/mantic/amd64/pulseaudio-utils/filelist
[2] https://packages.ubuntu.com/noble/amd64/pulseaudio-utils/filelist
[3] https://packages.ubuntu.com/mantic/pulseaudio-utils
[4] https://packages.ubuntu.com/noble/pulseaudio-utils

** Changed in: pulseaudio (Ubuntu)
   Status: New => Confirmed

** Also affects: command-not-found (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  padsp binary missing from pulseaudio-utils

Status in command-not-found package in Ubuntu:
  New
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  This package is supposed* to include the padsp binary, but it is not
  installed with the package.

  steps to reproduce:

  sudo apt install pulseaudio-utils

  padsp

  result:

  Command 'padsp' not found, but can be installed with:
  sudo apt install pulseaudio-utils

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: pulseaudio-utils 1:16.1+dfsg1-2ubuntu10
  ProcVersionSignature: Ubuntu 6.8.0-38.38-generic 6.8.8
  Uname: Linux 6.8.0-38-generic x86_64
  ApportVersion: 2.28.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/seq:eamonnm1373 F pipewire
   /dev/snd/controlC1:  eamonnm1376 F wireplumber
   /dev/snd/controlC0:  eamonnm1376 F wireplumber
  CasperMD5CheckResult: unknown
  CurrentDesktop: LXQt
  Date: Fri Jul 19 15:40:30 2024
  InstallationDate: Installed on 2024-07-15 (4 days ago)
  InstallationMedia: Lubuntu 24.04 LTS "Noble Numbat" - Release amd64 
(20240425.1)
  MachineType: AAEON MF-001
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/30/2018
  dmi.bios.release: 5.11
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: MFC1AM12
  dmi.board.asset.tag: Default string
  dmi.board.name: MF-001
  dmi.board.vendor: AAEON
  dmi.board.version: V1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: AAEON
  dmi.chassis.version: V1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrMFC1AM12:bd01/30/2018:br5.11:svnAAEON:pnMF-001:pvrV1.0:rvnAAEON:rnMF-001:rvrV1.0:cvnAAEON:ct3:cvrV1.0:skuDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: MF-001
  dmi.product.sku: Default string
  dmi.product.version: V1.0
  dmi.sys.vendor: AAEON

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/2073633/+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 2059177] Re: dev package doesn't include *Config.cmake files

2024-03-27 Thread Hans Joachim Desserud
** Tags added: noble packaging

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

Title:
  dev package doesn't include *Config.cmake files

Status in libogg package in Ubuntu:
  New

Bug description:
  For several years now, Ogg has supported auto-generated and exported
  CMake configuration, especially when building Ogg with CMake. Properly
  installed, this allows someone to merely use `find_package(Ogg)` in
  their CMake project without having to jump through hoops. An example
  where this is done well in Ubuntu is qtbase5-dev.

  $ dpkg -L qtbase5-dev |grep Config.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Concurrent/Qt5ConcurrentConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5DBus/Qt5DBusConfig.cmake
  
/usr/lib/x86_64-linux-gnu/cmake/Qt5EglFsKmsSupport/Qt5EglFsKmsSupportConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Network/Qt5NetworkConfig.cmake
  
/usr/lib/x86_64-linux-gnu/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Sql/Qt5SqlConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Test/Qt5TestConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/Qt5Xml/Qt5XmlConfig.cmake

  An example where this is done well for Ogg is Homebrew @
  https://github.com/Homebrew/homebrew-
  core/blob/175a655dbe76d08350ff941f9c9d7fd9ef2933d0/Formula/lib/libogg.rb

  Please include the `*Config.cmake` files (and friends) in the Ogg
  family of packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libogg/+bug/2059177/+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 2059049] Re: adduser allows no password when PAM's pwquality is restrictively set

2024-03-27 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 2059048 ***
https://bugs.launchpad.net/bugs/2059048

** This bug has been marked a duplicate of bug 2059048
   adduser allows no password when PAM's pwquality is restrictively set

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

Title:
  adduser allows no password when PAM's pwquality is restrictively set

Status in adduser package in Ubuntu:
  New

Bug description:
  If pam_pwqaulity is restrictively set a user can still be created by
  adduser without a password.

  e.g.,
  ```
  eslerm@mino:~$ cat /etc/pam.d/common-password |grep pwquality
  password requisite pam_pwquality.so retry=3 minlen=8 maxrepeat=3 ucredit=-1 
lcredit=-1 dcredit=-1 ocredit=-1 difok=3 gecoscheck=1 reject_username 
enforce_for_root

  eslerm@mino:~$ sudo adduser bar
  info: Adding user `bar' ...
  info: Selecting UID/GID from range 1000 to 5 ...
  info: Adding new group `bar' (1002) ...
  info: Adding new user `bar' (1002) with group `bar (1002)' ...
  info: Creating home directory `/home/bar' ...
  info: Copying files from `/etc/skel' ...
  New password:
  BAD PASSWORD: The password contains less than 1 digits
  New password:
  BAD PASSWORD: The password contains less than 1 digits
  New password:
  BAD PASSWORD: The password contains less than 1 digits
  passwd: Have exhausted maximum number of retries for service
  passwd: password unchanged
  Try again? [y/N] N
  Changing the user information for bar
  Enter the new value, or press ENTER for the default
  Full Name []:
  Room Number []:
  Work Phone []:
  Home Phone []:
  Other []:
  Is the information correct? [Y/n]
  info: Adding new user `bar' to supplemental / extra groups `users' ...
  info: Adding user `bar' to group `users' ...

  eslerm@mino:~$ sudo cat /etc/shadow|grep bar
  bar:!:19802:0:9:7:::
  ```

  This was raised as an issue to the Security team. Foundations
  suggested to file a bug. This is possibly only a feature request. If
  this behavior is unexpected by the maintainers, it is likely a
  security issue. I am leaning towards this being a feature request and
  not marking the bug for Public/Private Security.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adduser/+bug/2059049/+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 2054916] Re: CVE-2022-44640 affects the version of heimdal on ubuntu 22.04 - could it be updated?

2024-02-25 Thread Hans Joachim Desserud
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-44640

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

Title:
  CVE-2022-44640 affects the version of heimdal on ubuntu 22.04 - could
  it be updated?

Status in heimdal package in Ubuntu:
  New

Bug description:
  I am running ubuntu 22.04. The version of heimdal installed (7.7.0) is
  vunerable to CVE-2022-44640, which is categorised as critical by some
  (crowdstrike falcon at least). Is is possible to upgrade it to some
  non-vulnerable version?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/2054916/+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 2054189] Re: Sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable (main)

2024-02-19 Thread Hans Joachim Desserud
https://bugs.launchpad.net/ubuntu/+source/libmediainfo/24.01+dfsg-1

** Changed in: libmediainfo (Ubuntu)
   Status: New => Fix Released

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

Title:
  Sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable (main)

Status in libmediainfo package in Ubuntu:
  Fix Released

Bug description:
  Please sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable
  (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* No-change rebuild against libtinyxml2-10

  No change rebuild, empty delta. Should probably have been build1

  Changelog entries since current noble version 23.11+dfsg-1ubuntu1:

  libmediainfo (24.01+dfsg-1) unstable; urgency=mediumg

[ Debian Janitor ]
* [6fe6bc2] Apply multi-arch hints. + libmediainfo-doc: Add Multi-Arch:
  foreign.
  Changes-By: apply-multiarch-hints

[ Chow Loong Jin ]
* [a22f4a6] Drop duplicate Multi-Arch: foreign line
* [f8e7e4d] New upstream version 24.01+dfsg
* [358f747] Refresh patches
* [605d1bc] Update pkg-config build-dep to pkgconf

   -- Chow Loong Jin   Thu, 15 Feb 2024 17:06:25
  +0800

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmediainfo/+bug/2054189/+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 2054100] Re: Can't upgrade keyboard-configuration on Noble

2024-02-18 Thread Hans Joachim Desserud
>Yes, I have proposed enabled.

I assume you are aware it's not generally recommended to keep proposed
enabled and install all upgrades. Anyways, that means this is the same
issue which is keeping xkeyboard-config from migrating to the release
repo.

Regarding comma or pipe, I cannot say for certain because I'm not that
familiar with this package but it might be on purpose. Some packages do
it to lock their dependencies in place. This is especially true if the
underlying package do large changes so you cannot be sure if everything
still works with newer versions or if you need to know what the changes
are to take full advantage of the new things. This means that 2.38.1,
2.38.2 or security fixes will still match and be installable but never
versions like 2.39 would be blocked. Maybe all console-setup needs is a
manual rebuild to pick up the current version available or it might
require further changes to the package to handle the newer changes.

The way forward will probably be a newer version of console-setup which
supports the latest version, when that is uploaded to -proposed both
packages will work and can be migrated together. In the meantime,
xkeyboard-config will be kept in -proposed in order to not make other
packages uninstallable.

** Also affects: xkeyboard-config (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Can't upgrade keyboard-configuration on Noble
+ Can't upgrade keyboard-configuration on Noble-proposed

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

Title:
  Can't upgrade keyboard-configuration on Noble-proposed

Status in console-setup package in Ubuntu:
  New
Status in xkeyboard-config package in Ubuntu:
  New

Bug description:
  I'm testing Noble using multipass and I got this error when I try to upgrade 
the system:
  ubuntu@ubuntu2404:~$ sudo apt full-upgrade
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  Calculating upgrade... Error!
  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:
   keyboard-configuration : Depends: xkb-data (< 2.38A) but 2.41-2 is to be 
installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

  I think because in the package "Depends" section the configuration is in this 
way:
  Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, xkb-data (>= 
2.38~), xkb-data (<< 2.38A)

  So I think it should be a "|"(pipe) instead of "," (comma) when
  refering to xkb-data.

  The keyboard-configuration package version is 1.223ubuntu1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/2054100/+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 2054189] [NEW] Sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable (main)

2024-02-17 Thread Hans Joachim Desserud
Public bug reported:

Please sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * No-change rebuild against libtinyxml2-10

No change rebuild, empty delta. Should probably have been build1

Changelog entries since current noble version 23.11+dfsg-1ubuntu1:

libmediainfo (24.01+dfsg-1) unstable; urgency=mediumg

  [ Debian Janitor ]
  * [6fe6bc2] Apply multi-arch hints. + libmediainfo-doc: Add Multi-Arch:
foreign.
Changes-By: apply-multiarch-hints

  [ Chow Loong Jin ]
  * [a22f4a6] Drop duplicate Multi-Arch: foreign line
  * [f8e7e4d] New upstream version 24.01+dfsg
  * [358f747] Refresh patches
  * [605d1bc] Update pkg-config build-dep to pkgconf

 -- Chow Loong Jin   Thu, 15 Feb 2024 17:06:25
+0800

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

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

Title:
  Sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable (main)

Status in libmediainfo package in Ubuntu:
  New

Bug description:
  Please sync libmediainfo 24.01+dfsg-1 (universe) from Debian unstable
  (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* No-change rebuild against libtinyxml2-10

  No change rebuild, empty delta. Should probably have been build1

  Changelog entries since current noble version 23.11+dfsg-1ubuntu1:

  libmediainfo (24.01+dfsg-1) unstable; urgency=mediumg

[ Debian Janitor ]
* [6fe6bc2] Apply multi-arch hints. + libmediainfo-doc: Add Multi-Arch:
  foreign.
  Changes-By: apply-multiarch-hints

[ Chow Loong Jin ]
* [a22f4a6] Drop duplicate Multi-Arch: foreign line
* [f8e7e4d] New upstream version 24.01+dfsg
* [358f747] Refresh patches
* [605d1bc] Update pkg-config build-dep to pkgconf

   -- Chow Loong Jin   Thu, 15 Feb 2024 17:06:25
  +0800

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmediainfo/+bug/2054189/+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 2054100] Re: Can't upgrade keyboard-configuration on Noble

2024-02-17 Thread Hans Joachim Desserud
Thanks for reporting.

Have you enabled -proposed by any chance? Please post the output from
`apt policy xkb-data`.

Because the only place I can see version 2.41-2 is in noble-proposed
[1], which also seems part of the reason why it hasn't migrated to the
release repo [2].

[1] https://launchpad.net/ubuntu/+source/xkeyboard-config/2.41-2
[2] 
https://ubuntu-archive-team.ubuntu.com/proposed-migration/noble/update_excuses.html#xkeyboard-config

** Tags added: noble unmetdeps

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

Title:
  Can't upgrade keyboard-configuration on Noble

Status in console-setup package in Ubuntu:
  New

Bug description:
  I'm testing Noble using multipass and I got this error when I try to upgrade 
the system:
  ubuntu@ubuntu2404:~$ sudo apt full-upgrade
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  Calculating upgrade... Error!
  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:
   keyboard-configuration : Depends: xkb-data (< 2.38A) but 2.41-2 is to be 
installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

  I think because in the package "Depends" section the configuration is in this 
way:
  Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, xkb-data (>= 
2.38~), xkb-data (<< 2.38A)

  So I think it should be a "|"(pipe) instead of "," (comma) when
  refering to xkb-data.

  The keyboard-configuration package version is 1.223ubuntu1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/2054100/+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 2052405] Re: Translation error in policykit-1 package

2024-02-05 Thread Hans Joachim Desserud
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

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

Title:
  Translation error in policykit-1 package

Status in Ubuntu Translations:
  New
Status in policykit-1 package in Ubuntu:
  New

Bug description:
  policykit-1 package have translation error.

  
https://translations.launchpad.net/ubuntu/jammy/+source/policykit-1/+pots/polkit-1/ko/+translate

  `$(program)'을(를) 관리자 권한으로 실행려면 인증이 필요합니다. -> `$(program)'을(를) 관리자 권한으로
  실행하려면 인증이 필요합니다.

  `$(program)'을(를) $(user) 계정으로 실행려면 인증이 필요합니다. -> `$(program)'을(를)
  $(user) 계정으로 실행하려면 인증이 필요합니다.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/2052405/+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 2049014] Re: software-properties-common is missing dependecy python3-six in Noble

2024-01-11 Thread Hans Joachim Desserud
** Tags added: noble packaging

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

Title:
  software-properties-common is missing dependecy python3-six  in Noble

Status in software-properties package in Ubuntu:
  New

Bug description:
  Ubuntu version: "24.04 (Noble Numbat)"
  software-properties-common version: 0.99.40

  This command fails to run when package python3-six is not installed:

  ```
  $ add-apt-repository -y --ppa ppa:ubuntu-wsl-dev/ppa
  Traceback (most recent call last):
    File "/usr/bin/add-apt-repository", line 14, in 
  from softwareproperties.shortcuts import shortcut_handler
    File "/usr/lib/python3/dist-packages/softwareproperties/shortcuts.py", line 
23, in 
  from softwareproperties.ppa import PPAShortcutHandler
    File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 25, 
in 
  from launchpadlib.launchpad import Launchpad
    File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 48, 
in 
  from launchpadlib.credentials import (
    File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 59, 
in 
  from six.moves.urllib.parse import parse_qs
  ModuleNotFoundError: No module named 'six'
  ```

  I reproduced this bug in docker. The following dockerfile exercises it:
  ```
  FROM ubuntu:devel
  ENV DEBIAN_FRONTEND=noninteractive
  RUN apt-get update
  RUN apt-get install -y software-properties-common
  RUN add-apt-repository -y --ppa ppa:ubuntu-wsl-dev/ppa
  ```

  Modifying the docker file by adding `RUN apt-get install -y
  python3-six` before the last line works as a workaround.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2049014/+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 1552230] Re: gdb man page doesn't mention option "--args"

2023-10-13 Thread Hans Joachim Desserud
>This has been addressed as of 12.1-0ubuntu1~22.04 in Ubuntu Jammy

Indeed, thanks for the update.

https://manpages.ubuntu.com/manpages/jammy/en/man1/gdb.1.html

** Changed in: gdb (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  gdb man page doesn't mention option "--args"

Status in gdb package in Ubuntu:
  Fix Released

Bug description:
  gdb manpage doesn't list --args as a possible command line argument.

  This very important option allows one to pass an executable name with
  /its/ command line, and is possibly one of the most generally useful
  of gdb's arguments.  It is documented in the info file, but
  unaccountably missing from the man page.

  Description:Ubuntu 15.10
  Release:15.10

  gdb:
Installed: 7.10-1ubuntu2
Candidate: 7.10-1ubuntu2
Version table:
   *** 7.10-1ubuntu2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1552230/+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 1837537] Re: FTBFS since lxc has different version numbers in Debian and Ubuntu

2023-09-09 Thread Hans Joachim Desserud
The epoch was added to lxc.
lxc-lua seems to have built successfully. 
And since then the delta was dropped when a new version of lxc-lua was synced 
from Debian (https://bugs.launchpad.net/ubuntu/+source/lua-lxc/1:3.0.2-2)

** Changed in: lua-lxc (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  FTBFS since lxc has different version numbers in Debian and Ubuntu

Status in lua-lxc package in Ubuntu:
  Fix Released
Status in lxc package in Ubuntu:
  Fix Released

Bug description:
  The lua-lxc [1] package currently fails to build since it cannot
  satisfy the build dependency: lxc-dev (>= 1:3.0.2-1~exp+1).

  Looks like this is caused by different version numbers in Debian and
  Ubuntu. The latest version in Debian unstable is 1:3.1.0+really3.0.3-8
  while Ubuntu eoan has 3.0.3-0ubuntu1. I believe the 1: epoch (?) is
  causing this issue.

  Presumably lua-lxc needs to be patched to allow the Ubuntu package to
  fulfill the build requirements.

  
  [1] https://bugs.launchpad.net/ubuntu/+source/lua-lxc/1:3.0.2-1
  [2] 
https://bugs.launchpad.net/ubuntu/+source/lua-lxc/1:3.0.2-1/+build/16664061

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lua-lxc/+bug/1837537/+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 1996437] Re: TagLib 1.13 is available

2023-07-06 Thread Hans Joachim Desserud
The Ubuntu delta seems to have been sorted out for this package and 1.13
will be in the upcoming Ubuntu Mantic
https://bugs.launchpad.net/ubuntu/+source/taglib/1.13-2

** Changed in: taglib (Ubuntu)
   Status: New => Fix Released

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

Title:
  TagLib 1.13 is available

Status in taglib package in Ubuntu:
  Fix Released

Bug description:
  A new release 1.13 of TagLib is available and a Debian package already
  exists at https://packages.debian.org/source/bookworm/taglib. It would
  be nice to also have a corresponding Ubuntu package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/taglib/+bug/1996437/+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 2024948] Re: librtaudio-dev has unresolvable dependencies on 22.04.2.

2023-06-26 Thread Hans Joachim Desserud
>I don't know all the vagaries of the package versioning but it seems my
apt isn't finding the latest libpulse-dev or something.

Yes, exactly :) If we do a little comparison here:
~$ apt policy libpulse-dev libpulse0
libpulse-dev:
  Installed: (none)
  Candidate: 1:15.99.1+dfsg1-1ubuntu2.1
  Version table:
 1:15.99.1+dfsg1-1ubuntu2.1 500
500 http://no.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
 1:15.99.1+dfsg1-1ubuntu1 500
500 http://no.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
libpulse0:
  Installed: 1:15.99.1+dfsg1-1ubuntu2.1
  Candidate: 1:15.99.1+dfsg1-1ubuntu2.1
  Version table:
 *** 1:15.99.1+dfsg1-1ubuntu2.1 500
500 http://no.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:15.99.1+dfsg1-1ubuntu1 500
500 http://no.archive.ubuntu.com/ubuntu jammy/main amd64 Packages

I reckon installed version is  pretty straight-forward. Candidate is
picking the latest version from the table below, in other words if I
install this package this is the version I would get. In this case we
have the ubuntu1 version from jammy/main which is the unchanged version
from the time 22.04 was released. And then we get the ubuntu2.1 version
in jammy/updates with a newer version number made after the initial
release. There's jammy/updates as well as jammy/security and other third
party repos like the postgres one and it will resolve these to pick the
candidate.

So like you correctly said, you have the ubuntu2.1 version for some of
the packages but when you try to install more they only know about the
ubuntu1 versions. And since the packages should stay consistent a
conflict occurs. This is also confirmed by your apt-cache policy, you'll
see you have jammy/* and jammy-security/* but not jammy-updates/*. So
you get the security updates, but not the regular updates.

What you could try is go to `software-properties-gtk` -> "Updates" ->
"Subscribed to". I suspect this is set to "Security updates only" and if
you switch to "All updates" I believe this should enabled jammy/updates.
There might be other ways, but you want to check that you get jammy-
updates/* for the archives where you have jammy/* and jammy-security/*
enabled.

** Package changed: rtaudio (Ubuntu) => pulseaudio (Ubuntu)

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

Title:
  librtaudio-dev has unresolvable dependencies on 22.04.2.

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  sudo apt install librtaudio-dev
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  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:
   libpulse-dev : Depends: libpulse0 (= 1:15.99.1+dfsg1-1ubuntu1) but 
1:15.99.1+dfsg1-1ubuntu2.1 is to be installed
  Depends: libpulse-mainloop-glib0 (= 1:15.99.1+dfsg1-1ubuntu1) 
but 1:15.99.1+dfsg1-1ubuntu2.1 is to be installed
  E: Unable to correct problems, you have held broken packages.

  I have no held packages.

  I have seen chatter around a project that depends on librtaudio-dev
  suggesting it is a package maintenance issue but not sure myself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2024948/+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 2021929] Re: upgrade to exiv2 0.28.0

2023-06-01 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  upgrade to exiv2 0.28.0

Status in exiv2 package in Ubuntu:
  New

Bug description:
  The latest release is 0.28.0 and fixes some bugs I've encountered

  https://github.com/Exiv2/exiv2/releases/tag/v0.28.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/2021929/+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 2019379] Re: HDMI sound not working

2023-05-13 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 2019378 ***
https://bugs.launchpad.net/bugs/2019378

** This bug has been marked a duplicate of bug 2019378
   HDMI sound not working

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

Title:
  HDMI sound not working

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Running Ubuntu 23.04 with all the latest patches on Dell XPS 15 9510/Nvidia 
3050Ti via Thunderbolt 4 cable attached to a DELL WB22TB4 dockingstation via 
Displayport 2.0 cable to an Asus 4K monitor with an audio out to a surround 
set. 
  The sound via HDMI was working great when running 22.10, but works rarely on 
23.04 (I haven't figured out which set-up it always does work). nVidia driver = 
525.105.17

  More questions on ton.hofh...@canonical.com or via MM @ton211

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ton5180 F wireplumber
   /dev/snd/controlC1:  ton5180 F wireplumber
   /dev/snd/pcmC1D0c:   ton5176 F...m pipewire
   /dev/snd/seq:ton5176 F pipewire
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri May 12 16:06:40 2023
  InstallationDate: Installed on 2023-02-02 (98 days ago)
  InstallationMedia: Ubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/10/2023
  dmi.bios.release: 1.19
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.19.0
  dmi.board.name: 01V4T3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.19.0:bd03/10/2023:br1.19:svnDellInc.:pnXPS159510:pvr:rvnDellInc.:rn01V4T3:rvrA00:cvnDellInc.:ct10:cvr:sku0A61:
  dmi.product.family: XPS
  dmi.product.name: XPS 15 9510
  dmi.product.sku: 0A61
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2019379/+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 2016318] Re: free command: in Italian header is misaligned and wrongly translated

2023-04-15 Thread Hans Joachim Desserud
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

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

Title:
  free command: in Italian header is misaligned and wrongly translated

Status in Ubuntu Translations:
  New
Status in procps package in Ubuntu:
  New

Bug description:
  free command: in Italian header is misaligned and wrongly translated
  gratuiti is 'for free' or 'gratis' or 'toll free' 
  'free' may be translated with 'liberi'  

  total  = totali ... ok
  used   = usati  ... ok
  free   = liberi ... to be changed 
  shared = condivisi  ... ok
  buff/cache  ... ok 
  available = disponibili  ... ok

  corrado@corrado-n4-ll-beta:~$ free
 totalusedfree  shared  buff/cache   
available
  Mem:16151400 223667211599888  517412 3171440
13914728
  Swap:8388604   0 8388604
  corrado@corrado-n4-ll-beta:~$ 

  corradi@corrado-n4-ll-beta:~$ free
 buff/cache condivisi gratuiti totali utilizzati disponibili
  Mem:16151400 175200411850636  333144 3227540
14399396
  Swap:8388604   0 8388604
  corradi@corrado-n4-ll-beta:~$

  ProblemType: Bug
  DistroRelease: Ubuntu 23.04
  Package: procps 2:4.0.3-1ubuntu1
  ProcVersionSignature: Ubuntu 6.2.0-20.20-generic 6.2.6
  Uname: Linux 6.2.0-20-generic x86_64
  ApportVersion: 2.26.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 14 18:34:49 2023
  InstallationDate: Installed on 2023-03-31 (14 days ago)
  InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Beta amd64 (20230329)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: procps
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/2016318/+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 1995760] Re: python-apt has a lower version on kinetic relative to jammy

2022-12-17 Thread Hans Joachim Desserud
Thanks for reporting.

Marking confirmed based on the latest versions available in 22.04 and
22.10. However, I also see that 2.4.0 and 2.4.0+22.10  are waiting in
jammy-proposed and kinetic-proposed, respectively. Once these are
released, I believe that should resolve the issue.

https://bugs.launchpad.net/ubuntu/+source/python-apt/2.4.0
https://bugs.launchpad.net/ubuntu/+source/python-apt/2.4.0+22.10

** Changed in: python-apt (Ubuntu)
   Status: New => Confirmed

** Tags added: jammy jammy2kinetic kinetic

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

Title:
  python-apt has a lower version on kinetic relative to jammy

Status in python-apt package in Ubuntu:
  Confirmed

Bug description:
  Jammy has an updated version of python-apt (in jammy-updates),
  containing an updated list of mirrors. Kinetic, which should have at
  least that version, does not contain that update.

  After upgrading to Kinetic from a fully up-to-date Jammy system,
  python-apt is kept from jammy-updates.

  This is probably not a problem, but it surely is an inconsistency.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1995760/+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 1991919] Re: libgoogle-glog-dev has unmet dependencies due to libunwind

2022-12-10 Thread Hans Joachim Desserud
Looks like the libunwind-dev and libunwind-14-dev indeed conflict with
each other. This in turn affect other packages if you try to install
them with one or the other dev library already in place. Might be a
duplicate of bug 1989124.

** Also affects: libunwind (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libunwind (Ubuntu)
   Status: New => Confirmed

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

Title:
  libgoogle-glog-dev has unmet dependencies due to libunwind

Status in google-glog package in Ubuntu:
  Confirmed
Status in libunwind package in Ubuntu:
  Confirmed

Bug description:
  # Error Description

  Installing `libgoogle-glog-dev` results in an error:

  ```
  $ sudo apt install libgoogle-glog-dev
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  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:
   libunwind-14-dev : Breaks: libunwind-dev but 1.3.2-2build2 is to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.
  ```

  # Comments

  I have the packages libc++-14-dev and libc++-dev installed.
  The package libgoogle-glog-dev dependes on "libunwind-dev | libunwind7-dev". 
But Package 'libunwind7-dev' has no installation candidate. Package 
'libunwind-dev' is incompatible with libc++-14-dev and libc++-dev:

  ```
  $ sudo apt install libunwind-dev
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following packages will be REMOVED:
libc++-14-dev libc++-dev libunwind-14-dev
  The following NEW packages will be installed:
libunwind-dev
  0 upgraded, 1 newly installed, 3 to remove and 14 not upgraded.
  Need to get 0 B/1.882 kB of archives.
  After this operation, 3.176 kB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.
  ```

  # Additional information:

  $ lsb_release -rd
  Description:Ubuntu 22.04.1 LTS
  Release:22.04

  $ apt-cache policy libgoogle-glog-dev
  libgoogle-glog-dev:
Installed: (none)
Candidate: 0.5.0+really0.4.0-2
Version table:
   0.5.0+really0.4.0-2 500
  500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

  $ apt show libgoogle-glog-dev
  Package: libgoogle-glog-dev
  Version: 0.5.0+really0.4.0-2
  Priority: optional
  Section: universe/libdevel
  Source: google-glog
  Origin: Ubuntu
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Laszlo Boszormenyi (GCS) 
  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Installed-Size: 388 kB
  Depends: libgoogle-glog0v5 (= 0.5.0+really0.4.0-2), libgflags-dev, 
libunwind-dev | libunwind7-dev
  Homepage: https://github.com/google/glog
  Download-Size: 91,9 kB
  APT-Sources: http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
  Description: library that implements application-level logging.
   This library provides logging APIs based on C++-style streams and
   various helper macros.
   .
   This package contains static and debug libraries and header files for
   developing applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-glog/+bug/1991919/+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 1998408] Re: package libnih-dbus1 1.0.3-6ubuntu2 failed to install/upgrade: package libnih-dbus1:amd64 (1.0.3-12build1) with field 'Multi-Arch: no' is not co-installable with lib

2022-12-02 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1998407 ***
https://bugs.launchpad.net/bugs/1998407

** This bug has been marked a duplicate of bug 1998407
   package libnih-dbus1 1.0.3-6ubuntu2 failed to install/upgrade: package 
libnih-dbus1:amd64 (1.0.3-12build1) with field 'Multi-Arch: no' is not 
co-installable with libnih-dbus1 which has multiple installed instances

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

Title:
  package libnih-dbus1 1.0.3-6ubuntu2 failed to install/upgrade: package
  libnih-dbus1:amd64 (1.0.3-12build1) with field 'Multi-Arch: no' is not
  co-installable with libnih-dbus1 which has multiple installed
  instances

Status in libnih package in Ubuntu:
  New

Bug description:
  Did not install

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: libnih-dbus1 1.0.3-6ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-48.54-generic 5.15.53
  Uname: Linux 5.15.0-48-generic x86_64
  NonfreeKernelModules: lkp_Ubuntu_5_15_0_48_54_generic_90
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  Date: Wed Nov 16 16:41:22 2022
  DuplicateSignature:
   package:libnih-dbus1:1.0.3-6ubuntu2
   Unpacking libnfsidmap1:amd64 (1:2.6.1-1ubuntu1.1) over (1:2.6.1-1ubuntu1) ...
   dpkg: error processing archive 
/tmp/apt-dpkg-install-5AFDRm/154-libnih-dbus1_1.0.3-12build1_amd64.deb 
(--unpack):
package libnih-dbus1:amd64 (1.0.3-12build1) with field 'Multi-Arch: no' is 
not co-installable with libnih-dbus1 which has multiple installed instances
  ErrorMessage: package libnih-dbus1:amd64 (1.0.3-12build1) with field 
'Multi-Arch: no' is not co-installable with libnih-dbus1 which has multiple 
installed instances
  InstallationDate: Installed on 2014-09-14 (2999 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.8
  SourcePackage: libnih
  Title: package libnih-dbus1 1.0.3-6ubuntu2 failed to install/upgrade: package 
libnih-dbus1:amd64 (1.0.3-12build1) with field 'Multi-Arch: no' is not 
co-installable with libnih-dbus1 which has multiple installed instances
  UpgradeStatus: Upgraded to jammy on 2022-08-23 (99 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnih/+bug/1998408/+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 1998001] Re: Missing tests from libdrm-tests

2022-11-27 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

I can confirm this behaviour on Ubuntu 22.10. The package suggestions
come from command-not-found, maybe the list of available binaries hasn't
been updated.

** Also affects: command-not-found (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libdrm (Ubuntu)
   Status: New => Confirmed

** Changed in: command-not-found (Ubuntu)
   Status: New => Confirmed

** Tags added: kinetic

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

Title:
  Missing tests from libdrm-tests

Status in command-not-found package in Ubuntu:
  Confirmed
Status in libdrm package in Ubuntu:
  Confirmed

Bug description:
  It is advertised by the OS that kms-universal-planes can be installed
  via libdrm-tests but this is false:

  $ kms-universal-planes
  Command 'kms-universal-planes' not found, but can be installed with:
  sudo apt install libdrm-tests

  $ sudo apt install libdrm-tests
  [sudo] password for stolk: 
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following NEW packages will be installed:
libdrm-tests
  0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
  Need to get 47.5 kB of archives.
  After this operation, 193 kB of additional disk space will be used.
  Get:1 http://ca.archive.ubuntu.com/ubuntu kinetic/universe amd64 libdrm-tests 
amd64 2.4.113-2 [47.5 kB]
  Fetched 47.5 kB in 0s (142 kB/s)  
  Selecting previously unselected package libdrm-tests.
  (Reading database ... 308766 files and directories currently installed.)
  Preparing to unpack .../libdrm-tests_2.4.113-2_amd64.deb ...
  Unpacking libdrm-tests (2.4.113-2) ...
  Setting up libdrm-tests (2.4.113-2) ...

  $ kms-universal-planes
  Command 'kms-universal-planes' not found, but can be installed with:
  sudo apt install libdrm-tests

  OS: Ubuntu 22.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1998001/+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 1996437] Re: TagLib 1.13 is available

2022-11-12 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  TagLib 1.13 is available

Status in taglib package in Ubuntu:
  New

Bug description:
  A new release 1.13 of TagLib is available and a Debian package already
  exists at https://packages.debian.org/source/bookworm/taglib. It would
  be nice to also have a corresponding Ubuntu package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/taglib/+bug/1996437/+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 1995650] Re: Trivial: Unclosed tag in distro.py

2022-11-04 Thread Hans Joachim Desserud
** Changed in: software-properties (Ubuntu)
   Status: New => Confirmed

** Tags added: bitesize kinetic string-fix

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

Title:
  Trivial: Unclosed  tag in distro.py

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  Hi, distro.py, line: 37 starts with a  tag but does not close it.

  The code is here:

  
  return(_("To improve the user experiece of Debian please take "
   "part in the popularity contest. If you do so the list of "
   "installed software and how often it was used will be "
   "collected and sent anonymously to the Debian project.\n\n"
   "The results are used to optimise the layout of the "
   "installation CDs."))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1995650/+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 1991919] Re: libgoogle-glog-dev has unmet dependencies due to libunwind

2022-10-07 Thread Hans Joachim Desserud
** Tags added: jammy un

** Tags removed: un
** Tags added: unmetdeps

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

Title:
  libgoogle-glog-dev has unmet dependencies due to libunwind

Status in google-glog package in Ubuntu:
  New

Bug description:
  # Error Description

  Installing `libgoogle-glog-dev` results in an error:

  ```
  $ sudo apt install libgoogle-glog-dev
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  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:
   libunwind-14-dev : Breaks: libunwind-dev but 1.3.2-2build2 is to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.
  ```

  # Comments

  I have the packages libc++-14-dev and libc++-dev installed.
  The package libgoogle-glog-dev dependes on "libunwind-dev | libunwind7-dev". 
But Package 'libunwind7-dev' has no installation candidate. Package 
'libunwind-dev' is incompatible with libc++-14-dev and libc++-dev:

  ```
  $ sudo apt install libunwind-dev
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  The following packages will be REMOVED:
libc++-14-dev libc++-dev libunwind-14-dev
  The following NEW packages will be installed:
libunwind-dev
  0 upgraded, 1 newly installed, 3 to remove and 14 not upgraded.
  Need to get 0 B/1.882 kB of archives.
  After this operation, 3.176 kB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.
  ```

  # Additional information:

  $ lsb_release -rd
  Description:Ubuntu 22.04.1 LTS
  Release:22.04

  $ apt-cache policy libgoogle-glog-dev
  libgoogle-glog-dev:
Installed: (none)
Candidate: 0.5.0+really0.4.0-2
Version table:
   0.5.0+really0.4.0-2 500
  500 http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

  $ apt show libgoogle-glog-dev
  Package: libgoogle-glog-dev
  Version: 0.5.0+really0.4.0-2
  Priority: optional
  Section: universe/libdevel
  Source: google-glog
  Origin: Ubuntu
  Maintainer: Ubuntu Developers 
  Original-Maintainer: Laszlo Boszormenyi (GCS) 
  Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  Installed-Size: 388 kB
  Depends: libgoogle-glog0v5 (= 0.5.0+really0.4.0-2), libgflags-dev, 
libunwind-dev | libunwind7-dev
  Homepage: https://github.com/google/glog
  Download-Size: 91,9 kB
  APT-Sources: http://de.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
  Description: library that implements application-level logging.
   This library provides logging APIs based on C++-style streams and
   various helper macros.
   .
   This package contains static and debug libraries and header files for
   developing applications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-glog/+bug/1991919/+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 1946538] Re: Update to Maliit 2.x

2022-10-02 Thread Hans Joachim Desserud
maliit-framework 2.2.1-2.1ubuntu2 is now available for all architectures
in Ubuntu Kinetic (https://bugs.launchpad.net/ubuntu/+source/maliit-
framework/2.2.1-2.1ubuntu2)

** Changed in: maliit-framework (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Update to Maliit 2.x

Status in maliit-framework package in Ubuntu:
  Fix Released
Status in maliit-framework package in Debian:
  Fix Released

Bug description:
  https://github.com/maliit/framework/releases

  Your package is ancient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1946538/+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 1989434] Re: poppler 0.62.0-2ubuntu2.13 breaks GDAL compilation

2022-09-17 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1989515 ***
https://bugs.launchpad.net/bugs/1989515

Thanks for reporting.

Based on the comments, I belive this issue to be resolved by bug
1989515.

** This bug has been marked a duplicate of bug 1989515
   "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu Bionic

** Tags added: bionic patch

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

Title:
  poppler 0.62.0-2ubuntu2.13  breaks GDAL compilation

Status in poppler package in Ubuntu:
  New

Bug description:
  The security update poppler 0.62.0-2ubuntu2.13 that fixes CVE-2022-38784 adds 
a new header file goo/GooCheckedOps.h that is included by goo/gmem.h
  goo/gmem.h is a file installed in the libpoppler-private-dev package, which 
is used by GDAL, but the patches added in the 0.62.0-2ubuntu2.13 update omit 
installing goo/GooCheckedOps.h, consequently any external code including 
goo/gmem.h breaks at compilation

  The following extra patch should fix this:
  ```
  $ diff -u CMakeLists.txt.ori CMakeLists.txt
  --- CMakeLists.txt.ori2022-09-13 10:58:42.282712260 +0200
  +++ CMakeLists.txt2022-09-13 10:58:44.198709344 +0200
  @@ -578,6 +578,7 @@
   goo/GooString.h
   goo/gtypes.h
   goo/gmem.h
  +goo/GooCheckedOps.h
   goo/gfile.h
   goo/FixedPoint.h
   goo/ImgWriter.h
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1989434/+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 1989515] Re: "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu Bionic

2022-09-17 Thread Hans Joachim Desserud
** Tags added: bionic regression-update

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

Title:
  "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on Ubuntu
  Bionic

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Somehow "goo/GooCheckedOps.h" is missing in 0.62.0-2ubuntu2.13 on
  Ubuntu Bionic but "goo/gmem.h" still has the statement `#include
  "GooCheckedOps.h"`. As a result, a compile error will happen when
  compiling code that uses poppler:

  /usr/include/poppler/goo/gmem.h:31:11: fatal error: GooCheckedOps.h:
  No such file or directory

  I'm using Ubuntu 18.04 and currently having 0.62.0-2ubuntu2.12 (the
  previous version) installed. I confirmed that "goo/gmem.h" doesn't
  have the `#include "GooCheckedOps.h"` statement.

  I found this issue when I was compiling gdal on my Docker container.
  The Docker container was installed the problematic version
  0.62.0-2ubuntu2.13 and I ran into the "No such file or directory"
  error.

  I compiled on both Amd64 and AArch64 and I ran into the same error on
  both platforms.

  By reading the diff between 2.12 and 2.13
  
(https://launchpadlibrarian.net/622079418/poppler_0.62.0-2ubuntu2.12_0.62.0-2ubuntu2.13.diff.gz),
  the patch looks quite right. But when I examined the contents of the
  built `.deb` packages, I didn't find the file "goo/GooCheckedOps.h".

  Kind of weird, because the problem seems to be caused by applying
  "CVE-2022-38784-pre.patch" in half: the first part that creates
  "goo/GooCheckedOps.h" was not applied during the build process and the
  second part that modifies "goo/gmem.h" was applied.

  Any thoughts? Ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1989515/+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 1946538] Re: Update to Maliit 2.x

2022-09-12 Thread Hans Joachim Desserud
The good news is that Ubuntu Kinetic has synced the 2.x packages. The
bad news is that it fails to build on most architectures
https://launchpad.net/ubuntu/+source/maliit-framework/2.2.1-2 . I don't
know if that's expected.

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

Title:
  Update to Maliit 2.x

Status in maliit-framework package in Ubuntu:
  Confirmed
Status in maliit-framework package in Debian:
  Fix Released

Bug description:
  https://github.com/maliit/framework/releases

  Your package is ancient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1946538/+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 1988629] Re: apt install libudev-dev fails on bionic (dependency conflict)

2022-09-06 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1988563 ***
https://bugs.launchpad.net/bugs/1988563

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1988563, so it is being marked as such. Based on the
comments there, it seems like this is indeed due to the reverted systemd
update.

** This bug has been marked a duplicate of bug 1988563
   package libudev-dev dependency conflict

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

Title:
  apt install libudev-dev fails on bionic (dependency conflict)

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  The following fails, this was broken within the last few days:

  docker run -it --rm ubuntu:bionic
  apt update
  apt install libudev-dev

  
  Output:
  ```
  ~$ docker run -it --rm ubuntu:bionic
  Unable to find image 'ubuntu:bionic' locally
  bionic: Pulling from library/ubuntu
  dad0f37c70a6: Pull complete
  Digest: 
sha256:3aa2ccb021969aadb28381fee1b247422e845b176e241cd1540c4b6831e000bb
  Status: Downloaded newer image for ubuntu:bionic
  root@391196612b51:/# apt update
  Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
  Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
  Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 
Packages [1114 kB]
  Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 
Packages [22.8 kB]
  Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 
[2953 kB]
  Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 
Packages [1540 kB]
  Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
  Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
  Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 
kB]
  Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages 
[13.5 kB]
  Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 
MB]
  Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
  Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 
Packages [29.9 kB]
  Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 
Packages [1162 kB]
  Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 
Packages [2318 kB]
  Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 
[3390 kB]
  Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 
Packages [12.9 kB]
  Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages 
[12.2 kB]
  Fetched 25.9 MB in 2s (10.4 MB/s)
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  All packages are up to date.
  root@391196612b51:/# apt install libudev-dev
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  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:
   libudev-dev : Depends: libudev1 (= 237-3ubuntu10.53) but 237-3ubuntu10.54 is 
to be installed
  E: Unable to correct problems, you have held broken packages.
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1988629/+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 1988563] Re: package libudev-dev dependency conflict

2022-09-06 Thread Hans Joachim Desserud
** Tags added: bionic unmetdeps

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

Title:
  package libudev-dev dependency conflict

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I am not sure if this is the right place to file this, but we are
  getting the following error when installing libudev-dev on bionic

  Installing libudev-dev fails for bionic with the following error:

  ```
  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:
   libudev-dev : Depends: libudev1 (= 237-3ubuntu10.53) but 237-3ubuntu10.54 is 
to be installed
  E: Unable to correct problems, you have held broken packages.
  ```

  Steps to reproduce:

  ```
  docker run -it --rm ubuntu:bionic
  apt update
  apt install libudev-dev
  ```

  Complete log:
  ```
  ~$ docker run -it --rm ubuntu:bionic
  Unable to find image 'ubuntu:bionic' locally
  bionic: Pulling from library/ubuntu
  dad0f37c70a6: Pull complete 
  Digest: 
sha256:3aa2ccb021969aadb28381fee1b247422e845b176e241cd1540c4b6831e000bb
  Status: Downloaded newer image for ubuntu:bionic
  root@391196612b51:/# apt update
  Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
  Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]  
 
  Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 
Packages [1114 kB]
  Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 
Packages [22.8 kB]
  Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 
[2953 kB]
  Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 
Packages [1540 kB]
  Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 
 
  Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
  Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 
kB]
  Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages 
[13.5 kB]
  Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 
MB]
  Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
  Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 
Packages [29.9 kB]
  Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 
Packages [1162 kB]
  Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 
Packages [2318 kB]
  Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 
[3390 kB]
  Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 
Packages [12.9 kB]
  Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages 
[12.2 kB]
  Fetched 25.9 MB in 2s (10.4 MB/s) 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  All packages are up to date.
  root@391196612b51:/# apt install libudev-dev
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  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:
   libudev-dev : Depends: libudev1 (= 237-3ubuntu10.53) but 237-3ubuntu10.54 is 
to be installed
  E: Unable to correct problems, you have held broken packages.
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1988563/+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 1946538] Re: Update to Maliit 2.x

2022-04-10 Thread Hans Joachim Desserud
>my gut feeling is that Debian would appreciate helping hands:

Thanks for finding those links. I wasn't aware someone had picked it up.

>From what I can see, the new 2.x packages are currently waiting in
Debian's NEW queue (https://ftp-master.debian.org/new.html). Once they
are accepted there, I assume they will be synced to the next Ubuntu
development release.

I've added a bug watch for the corresponding Debian report to package
the new versions, which should notify once the packages are accepted and
uploaded.

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

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

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

Title:
  Update to Maliit 2.x

Status in maliit-framework package in Ubuntu:
  Confirmed
Status in maliit-framework package in Debian:
  Unknown

Bug description:
  https://github.com/maliit/framework/releases

  Your package is ancient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1946538/+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 1968313] Re: Bash manual contains an error in the "Invocation" section

2022-04-09 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1216969 ***
https://bugs.launchpad.net/bugs/1216969

Thanks for taking your time to report this issue and help making Ubuntu
better.

While looking into this issue, I found that it has been discovered and
reported by various people over the years. I'm trying to gather the
reports into one single place, so I'm marking this as a duplicate of bug
1216969.

** This bug has been marked a duplicate of bug 1216969
   man page names the same file twice -- are there really 2?

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

Title:
  Bash manual contains an error in the "Invocation" section

Status in bash package in Ubuntu:
  New

Bug description:
  This is a minor error in the Bash manual, which I have confirmed with
  one of the authors (Chet Ramey). The error appears to have been
  created in Debian, and therefore Ubuntu has inherited it.

  DETAIL

  In the Bash manual ("man bash"), in the "Invocation" section, the
  penultimate paragraph has this phrase:

  "… it reads and executes commands from ~/.bashrc and ~/.bashrc"

  The file ~/.bashrc should be stated just once, because it's confusing
  having it mentioned twice.

  This needs correcting at the Debian level, so that all Debian-based
  distributions will inherit the fix.

  • Ubuntu 20.04.4 LTS, Lubuntu 20.04, Ubuntu 21.10
  • apt-cache policy bash: 5.0-6ubuntu1.1
  • bash --version: GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: bash 5.0-6ubuntu1.1
  ProcVersionSignature: Ubuntu 5.13.0-39.44~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-39-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr  8 11:18:38 2022
  InstallationDate: Installed on 2020-09-05 (579 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1968313/+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 1216969] Re: man page names the same file twice -- are there really 2?

2022-04-09 Thread Hans Joachim Desserud
Can confirm this issue is still present in bash 5.1-6ubuntu1 on Ubuntu
Jammy (
http://manpages.ubuntu.com/manpages/jammy/en/man1/bash.1.html#invocation
). It has been discovered and reported by various people over the years
(see the attached bug watch for a corresponding Debian report), so I'm
trying to gather the duplicates in one place her.

>It doesn't seem to be upstream bash,

No, this is also confirmed by duplicate bug 1968313

I believe it should be a simple fix, but I unfortunately don't know what
the first ~/.bashrc should be replaced with.

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

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

** Tags added: bionic focal jammy manpage string-fix

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

Title:
  man page names the same file twice -- are there really 2?

Status in bash package in Ubuntu:
  Triaged
Status in bash package in Debian:
  Unknown

Bug description:
  In the bash(1) man page, INVOCATION section, second-to-last paragraph (begins 
with "Bash attempts to determine"), it says, in part:
 "it reads and executes commands from ~/.bashrc and ~/.bashrc,"
  naming the same file twice.  I suspect there's a file in /etc that gets read, 
but in any event the duplication should be either removed or corrected.q

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: bash 4.2-2ubuntu2.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic-pae 3.2.46
  Uname: Linux 3.2.0-49-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: i386
  Date: Mon Aug 26 07:59:26 2013
  InstallationMedia: Xubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 
(20120817.3)
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   LC_COLLATE=C
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.bash.bashrc: [modified]
  mtime.conffile..etc.bash.bashrc: 2012-10-05T23:02:00.509472

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1216969/+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 1728709] Re: bash man page has a typo, repeating .bashrc when one should be /etc/bash.bashrc

2022-04-09 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1216969 ***
https://bugs.launchpad.net/bugs/1216969

I took the liberty of marking this as a duplicate of bug 1216969 which
is already marked as triaged.

** This bug has been marked a duplicate of bug 1216969
   man page names the same file twice -- are there really 2?

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

Title:
  bash man page has a typo, repeating .bashrc when one should be
  /etc/bash.bashrc

Status in bash package in Ubuntu:
  Confirmed

Bug description:
  The INVOCATION section of the man page has the text

  "reads and executes commands from ~/.bashrc and ~/.bashrc, if these
  files exist and are readable"

  which repeats "~/.bashrc".  By experiment, I find it probable that the
  first of these .bashrc references should read "/etc/bash.bashrc".

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: bash 4.3-14ubuntu1.2
  ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87
  Uname: Linux 4.4.0-97-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Mon Oct 30 13:28:43 2017
  InstallationDate: Installed on 2016-08-08 (447 days ago)
  InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  SourcePackage: bash
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1728709/+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 1966060] Re: [USB-Audio - HyperX Virtual Surround Sound, playback] Underruns, dropouts or crackling sound

2022-03-23 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1966059 ***
https://bugs.launchpad.net/bugs/1966059

** This bug has been marked a duplicate of bug 1966059
   [USB-Audio - HyperX Virtual Surround Sound, playback] Underruns, dropouts or 
crackling sound

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

Title:
  [USB-Audio - HyperX Virtual Surround Sound, playback] Underruns,
  dropouts or crackling sound

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  I can rollback to old kernel and audio works fine there.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: pulseaudio 1:15.0+dfsg1-1ubuntu2.2
  ProcVersionSignature: Ubuntu 5.13.0-37.42-generic 5.13.19
  Uname: Linux 5.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  pekka  2097 F pulseaudio
   /dev/snd/controlC2:  pekka  2097 F pulseaudio
   /dev/snd/controlC0:  pekka  2097 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar 23 12:59:30 2022
  InstallationDate: Installed on 2022-01-05 (76 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  SourcePackage: pulseaudio
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Sound successful
  Symptom_Card: Starship/Matisse HD Audio Controller - HD-Audio Generic
  Symptom_PulseAudioLog:
   maalis 23 12:56:55 ubuntu dbus-daemon[1217]: [system] Activating via 
systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by 
':1.38' (uid=126 pid=1429 comm="/usr/bin/pulseaudio --daemonize=no 
--log-target=jo" label="unconfined")
   maalis 23 12:57:06 ubuntu systemd[1408]: pulseaudio.service: Deactivated 
successfully.
   maalis 23 12:57:17 ubuntu systemd[1408]: pulseaudio.socket: Deactivated 
successfully.
  Symptom_PulsePlaybackTest: PulseAudio playback test failed
  Symptom_Type: Underruns, dropouts, or "crackling" sound
  Title: [USB-Audio - HyperX Virtual Surround Sound, playback] Underruns, 
dropouts or crackling sound
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/17/2020
  dmi.bios.release: 5.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3103
  dmi.board.asset.tag: Default string
  dmi.board.name: ROG STRIX B450-F GAMING
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3103:bd06/17/2020:br5.13:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGSTRIXB450-FGAMING:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: SKU
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1966060/+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 1946538] Re: Update to Maliit 2.x

2022-03-13 Thread Hans Joachim Desserud
Fwiw the package was recently remove from Ubuntu Jammy, see bug 1947452
for details. So an upgrade would probably also include re-introducing
the package.

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

Title:
  Update to Maliit 2.x

Status in maliit-framework package in Ubuntu:
  Confirmed

Bug description:
  https://github.com/maliit/framework/releases

  Your package is ancient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1946538/+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 1961477] Re: software-properties-gtk not running

2022-03-12 Thread Hans Joachim Desserud
Thanks for adding the error message.

I'm afraid don't know what goes wrong, all I could find when searching
for the error message was an ancient bug report (bug 1191700) which I
don't know if is relevant or not. Setting status back to New, hopefully
someone else can take a look at this and see what's going on.

** Changed in: software-properties (Ubuntu)
   Status: Incomplete => New

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

Title:
  software-properties-gtk not running

Status in software-properties package in Ubuntu:
  New

Bug description:
  When I try to run the program from Ubuntu nothing happens. An error
  occurs when trying to run the program from the console. Attempts to
  roll back the version were unsuccessful.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: software-properties-gtk 0.99.9.8
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 15:33:18 2022
  InstallationDate: Installed on 2022-01-10 (39 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1961477/+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 1961477] Re: software-properties-gtk not running

2022-03-10 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

Could you please attach the error message you get when running from the
console? I don't see any error message on my 20.04 test system, but
there might be some clue if it is caused by archive settings or
something else.

** Changed in: software-properties (Ubuntu)
   Status: New => Incomplete

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

Title:
  software-properties-gtk not running

Status in software-properties package in Ubuntu:
  Incomplete

Bug description:
  When I try to run the program from Ubuntu nothing happens. An error
  occurs when trying to run the program from the console. Attempts to
  roll back the version were unsuccessful.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: software-properties-gtk 0.99.9.8
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 15:33:18 2022
  InstallationDate: Installed on 2022-01-10 (39 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1961477/+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 1959508] Re: Proposal to include exiv2 0.27.5 in Ubuntu 22.04 LTS

2022-02-02 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #1000788
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000788

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

** Tags added: upgrade-software-version

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

Title:
  Proposal to include exiv2 0.27.5 in Ubuntu 22.04 LTS

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

Bug description:
  On https://answers.launchpad.net/ubuntu/jammy/+source/exiv2 I see that
  Ubuntu 22.04 currently includes exiv2 0.27.3

  Exiv2 v0.27.5 includes support for Canon *.CR3 image files. The CR3
  file format has been the Canon camera-raw file format since mid 2018,
  and is probably one of the most common raw image file formats today.
  Applications such as darktable, amongst others, use exiv2 to extract
  image metadata, thumbnails and previews, and can only open CR3 files
  when linked with exiv2 0.27.5 or later.

  Note that exiv2 0.27.5 needs to be built with -DEXIV2_ENABLE_BMFF=On
  to enable *.CR3 support.

  Would it be possible to get Exiv2 v0.27.5 with BMFF support enabled
  included in Ubuntu 22.04?

  Note that a similar request exists for Debian in
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000788

  References
  https://github.com/exiv2/exiv2#2-19
  https://github.com/Exiv2/exiv2/issues/1229
  https://github.com/darktable-org/darktable/pull/10332
  https://github.com/Beep6581/RawTherapee/issues/6248#issuecomment-869208918
  https://answers.launchpad.net/ubuntu/+source/exiv2/+question/700398

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1959508/+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 1959363] Re: Update to libXfixes 6.x

2022-01-28 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #994957
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994957

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

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

Title:
  Update to libXfixes 6.x

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

Bug description:
  Update to libXfixes 6.x

  https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/tags

  It is a prerequisite to build mutter 42.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxfixes/+bug/1959363/+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 1951161] Re: Please merge shadow 1:4.8.1-2 (main) from Debian unstable

2021-11-17 Thread Hans Joachim Desserud
** Tags added: needs-debian-merge

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

Title:
  Please merge shadow 1:4.8.1-2 (main) from Debian unstable

Status in shadow package in Ubuntu:
  New

Bug description:
  This merge is necessary because there are changes present in Ubuntu
  that are not present in Debian.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/1951161/+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 1841551] Re: Update to 0.20.2

2021-10-23 Thread Hans Joachim Desserud
gettext 21 is available in Ubuntu 21.04 and later
https://bugs.launchpad.net/ubuntu/+source/gettext/0.21-3ubuntu2

** Changed in: gettext (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  Update to 0.20.2

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

Bug description:
  Requested to Debian as well on https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=934738

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gettext/+bug/1841551/+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 1940097] Re: A forgotten "space"

2021-10-10 Thread Hans Joachim Desserud
Indeed. Looks like the trailing space is missing.

** Changed in: python-apt (Ubuntu)
   Status: New => Confirmed

** Tags added: bitesize impish

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

Title:
  A forgotten "space"

Status in python-apt package in Ubuntu:
  Confirmed

Bug description:
  Hi
  A "space" character has been forgotten in the "apt/package.py" file and line 
"592".
  I found this error while translating.
  
https://translations.launchpad.net/ubuntu/impish/+source/python-apt/+pots/python-apt/fa/36/+translate

  if not dsc:
  return _("Missing description for '%s'." <===
  "Please report.") % (self.package.name)

  This line should be like this

  if not dsc:
  return _("Missing description for '%s'. " <===
  "Please report.") % (self.package.name)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1940097/+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 1946538] Re: Update to Maliit 2.x

2021-10-09 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  Update to Maliit 2.x

Status in maliit-framework package in Ubuntu:
  New

Bug description:
  https://github.com/maliit/framework/releases

  Your package is ancient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1946538/+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 1934028] Re: Update to version 3.26.6

2021-06-30 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #990437
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990437

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

** Tags added: upgrade-software-version

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

Title:
  Update to version 3.26.6

Status in totem-pl-parser package in Ubuntu:
  New
Status in totem-pl-parser package in Debian:
  Unknown

Bug description:
  Dear Maintainer,

  1. Quite a lot of RSS and Atom related fixes have gone into 3.26.6. This
  provides better RSS / Atom data to apps ( e.g. Rhythmbox ).

  2. Parsing feeds is now faster ( 150x ) for some feeds ( e.g. bbc ) in
  debian/ubuntu, now that videosite checking is disabled unless explicitly
  requested.

  Refer https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues/25 for more
  details.

  3. Garbage CDATA issue has been fixed in xine xml parser.

  Refer https://gitlab.gnome.org/GNOME/totem-pl-parser/-/issues/30 for more
  details.

  Thanks,
  crvi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem-pl-parser/+bug/1934028/+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 1931630] Re: Linux images for virtual machines with unset `CONFIG_MAGIC_SYSRQ` cause `10-magic-sysrq.conf` to fail

2021-06-12 Thread Hans Joachim Desserud
Thanks for reporting.

>I was told to move this issue to *linux-image-kvm*. How can I do that?

If you look at the yellow line under "affects" it lists "procps
(Ubuntu)". Next to it is a triangle which you can click to expand, where
you can change details such as the package name and status.

To move this bug report to another package you want to replace the
package name. Note that you may need to use `linux-meta-kvm` if `linux-
image-kvm` doesn't work, since bugs are tracked against source packages
not binary ones.

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

Title:
  Linux images for virtual machines with unset `CONFIG_MAGIC_SYSRQ`
  cause `10-magic-sysrq.conf` to fail

Status in procps package in Ubuntu:
  New

Bug description:
  *procps* ships `/etc/sysctl.d/10-magic-sysrq.conf:kernel.sysrq = 176`,
  which is run by `systemd-sysctl.service`. This fails on a system run
  with a Linux image built for virtual machines *linux-image-kvm*, which
  has `CONFIG_MAGIC_SYSRQ` not set.

  ```
  $ sudo /lib/systemd/systemd-sysctl
  Couldn't write '176' to 'kernel/sysrq', ignoring: No such file or directory
  Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Not setting net/ipv4/conf/default/promote_secondaries (explicit setting 
exists).
  Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file 
or directory
  Couldn't write '4194304' to 'kernel/pid_max': Invalid argument
  $ grep SYSRQ /boot/config-5.4.0-1009-kvm
  # CONFIG_MAGIC_SYSRQ is not set
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1931630/+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 1917451] Re: audacious audacious-plugins dependancy issue

2021-06-06 Thread Hans Joachim Desserud
** Package changed: lsb (Ubuntu) => audacious (Ubuntu)

** Also affects: audacious-plugins (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: unmetdeps

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

Title:
  audacious audacious-plugins dependancy issue

Status in audacious package in Ubuntu:
  New
Status in audacious-plugins package in Ubuntu:
  New

Bug description:
  A recent update removed audacious. When trying to add it back it I
  get:

  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.
   audacious : Depends: libaudcore5 (= 4.0.5-1) but 4.1-1build1~ubuntu20.10 is 
to be installed
   audacious-plugins : Depends: audacious-plugins-data (= 4.0.5-1) but 
4.1-0build1~ubuntu20.10 is to be installed
  E: Unable to correct problems, you have held broken packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/audacious/+bug/1917451/+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 1929717] Re: [TUF Gaming FX505GD_FX505GD, Realtek ALC233, Speaker, Internal] Sound is distorted

2021-05-26 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1929716 ***
https://bugs.launchpad.net/bugs/1929716

** This bug has been marked a duplicate of bug 1929716
   [TUF Gaming FX505GD_FX505GD, Realtek ALC233, Speaker, Internal] Sound is 
distorted

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

Title:
  [TUF Gaming FX505GD_FX505GD, Realtek ALC233, Speaker, Internal] Sound
  is distorted

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Sound cracks

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.8.0-53.60-generic 5.8.18
  Uname: Linux 5.8.0-53-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.7
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  wizard_of_oz   2167 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Wed May 26 19:49:59 2021
  InstallationDate: Installed on 2021-05-15 (11 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:sofhdadsp failed
  Symptom_Card: Cannon Lake PCH cAVS - sof-hda-dsp
  Symptom_Jack: Speaker, Internal
  Symptom_Type: Digital clip or distortion, or "overdriven" sound
  Title: [TUF Gaming FX505GD_FX505GD, Realtek ALC233, Speaker, Internal] Sound 
is distorted
  UpgradeStatus: Upgraded to groovy on 2021-05-22 (4 days ago)
  dmi.bios.date: 05/25/2020
  dmi.bios.release: 5.13
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: FX505GD.307
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: FX505GD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFX505GD.307:bd05/25/2020:br5.13:svnASUSTeKCOMPUTERINC.:pnTUFGamingFX505GD_FX505GD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnFX505GD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: TUF Gaming
  dmi.product.name: TUF Gaming FX505GD_FX505GD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2021-05-26T19:45:54.132354

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1929717/+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 1929125] Re: lib32z1 cannot be installed on ubuntu 20.04 LTS

2021-05-24 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1926918 ***
https://bugs.launchpad.net/bugs/1926918

>My mind somehow converted 2.33 into 2.3.3

No problem. I had to double check the numbers, so I can see why you came
to that conclusion :)

> libc6-i386 : Depends: libc6 (= 2.31-0ubuntu9.2) but 2.31-0ubuntu9.3 is
to be installed

Ok, so this explains things. This is a known issue, already reported as
bug 1926918. The short version is that 2.31-0ubuntu9.3 was released as
an upgrade, but some regresions were discovered so the upgrade was
removed again. In the meantime, people who installed it before it was
removed might run into issues when attempting to install new libc*
packages because the versions doesn't matched with what is already
installed.

While I haven't tried it myself, the other bug report also suggests
manually installing/going back to version 2.31-0ubuntu9.2. I would check
the output of the command before running it in case it affects (or tries
to remove) other packages, though that sounds unlikely as it is undoing
an upgrade which no longer exists to go back to the previous version.

** This bug has been marked a duplicate of bug 1926918
   cannot install libc6-dev, requires old libc6 version

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

Title:
  lib32z1 cannot be installed on ubuntu 20.04 LTS

Status in zlib package in Ubuntu:
  Confirmed

Bug description:
  I am using Ubuntu 20.04 LTS. When trying to install lib32z1, I get the
  following error:

  The following packages have unmet dependencies:
   lib32z1 : Depends: libc6-i386 (>= 2.4) but it is not going to be installed
  E: Unable to correct problems, you have held broken packages.

  lib32z1 (https://packages.ubuntu.com/focal/lib32z1) depends on
  libc6-i386 (>= 2.4) but the latest version of libc6-i386 I can find
  for Ubuntu is 2.33 (https://packages.ubuntu.com/impish/libc6-i386)

  Is it possible Ubuntu is asking for a version of a dependency so high
  that it doesn't even exist?

  The reason I'm installing a 32-bit package is it's required for
  Android Studio installation process:
  https://developer.android.com/studio/install#linux

  ---

  apt-cache policy libc6-i386

  libc6-i386:
Installed: (none)
Candidate: 2.31-0ubuntu9.2
Version table:
   2.31-0ubuntu9.2 500
  500 http://ca.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
   2.31-0ubuntu9 500
  500 http://ca.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  apt-cache policy lib32z1

  lib32z1:
Installed: (none)
Candidate: 1:1.2.11.dfsg-2ubuntu1.2
Version table:
   1:1.2.11.dfsg-2ubuntu1.2 500
  500 http://ca.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
   1:1.2.11.dfsg-2ubuntu1 500
  500 http://ca.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  lsb_release -rd

  Description:  Ubuntu 20.04.2 LTS
  Release:  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zlib/+bug/1929125/+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 1929110] Re: Please merge sudo 1.9.5p2-3 (main) from Debian unstable (main) Edit

2021-05-21 Thread Hans Joachim Desserud
** Tags added: needs-debian-merge

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

Title:
  Please merge sudo 1.9.5p2-3 (main) from Debian unstable (main) Edit

Status in sudo package in Ubuntu:
  New

Bug description:
  This requires a merge because there are changes in the Ubuntu version
  not present in the Debian version.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1929110/+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 1929125] Re: lib32z1 cannot be installed on ubuntu 20.04 LTS

2021-05-21 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

I was unable to reproduce this issue, in fact I could install lib32z1
without problems on my 20.04 system. I have a couple of comments though.

>lib32z1 (https://packages.ubuntu.com/focal/lib32z1) depends on
libc6-i386 (>= 2.4)

Indeed.

>but the latest version of libc6-i386 I can find for Ubuntu is (..)
impish

So the first thing is that when installing packages on 20.04 it will look in 
its archives, not other releases. So it will find version 2.31-0ubuntu9.2 from 
focal-updates without looking at what is available in newer releases.
Also, keep in mind that the second number in (>= 2.4)  is 4 not 40. So 
2.31-0ubuntu9.2 should be more that enough to satisfy this requirement because 
31 > 4  :)

Despite all this I see that you still get an error message. Based on the
output from `apt policy` I thought this should work. What you can try is
`sudo apt update` to refresh the package list. If the problem still
persists, try to see if you can install libc6-i386 directly. You may get
either a more detailed error message or it will suggest to remove other
packages due to conflicts. Sometimes with unmet dependencies the problem
can be further down the dependency tree so it might take some drilling
to discover what the problem is, for instance if it is due to conflicts
with other installed packages.

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

Title:
  lib32z1 cannot be installed on ubuntu 20.04 LTS

Status in zlib package in Ubuntu:
  New

Bug description:
  I am using Ubuntu 20.04 LTS. When trying to install lib32z1, I get the
  following error:

  The following packages have unmet dependencies:
   lib32z1 : Depends: libc6-i386 (>= 2.4) but it is not going to be installed
  E: Unable to correct problems, you have held broken packages.

  lib32z1 (https://packages.ubuntu.com/focal/lib32z1) depends on
  libc6-i386 (>= 2.4) but the latest version of libc6-i386 I can find
  for Ubuntu is 2.33 (https://packages.ubuntu.com/impish/libc6-i386)

  Is it possible Ubuntu is asking for a version of a dependency so high
  that it doesn't even exist?

  The reason I'm installing a 32-bit package is it's required for
  Android Studio installation process:
  https://developer.android.com/studio/install#linux

  ---

  apt-cache policy libc6-i386

  libc6-i386:
Installed: (none)
Candidate: 2.31-0ubuntu9.2
Version table:
   2.31-0ubuntu9.2 500
  500 http://ca.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
   2.31-0ubuntu9 500
  500 http://ca.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  apt-cache policy lib32z1

  lib32z1:
Installed: (none)
Candidate: 1:1.2.11.dfsg-2ubuntu1.2
Version table:
   1:1.2.11.dfsg-2ubuntu1.2 500
  500 http://ca.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
   1:1.2.11.dfsg-2ubuntu1 500
  500 http://ca.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  lsb_release -rd

  Description:  Ubuntu 20.04.2 LTS
  Release:  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zlib/+bug/1929125/+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 1908726] Re: Update the package for Focal Fossa to >= 0.27.3

2021-05-19 Thread Hans Joachim Desserud
If the problem is still present, could anyone attach the output of `apt
policy darktable`? The package from the Ubuntu archives seem to only
require libexiv2-27 (>= 0.27.2) so I don't see what would cause this
issue (https://packages.ubuntu.com/focal/darktable) . Also, I was able
to install darktable on my 20.04 system without issues.

** Tags added: focal unmetdeps

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

Title:
  Update the package for Focal Fossa to >= 0.27.3

Status in exiv2 package in Ubuntu:
  Confirmed

Bug description:
  The current Darktable from the Focal Fossa repo can't be upgraded
  because it requires libexiv2-27 (>= 0.27.3) and the currently
  available one is libexiv2-27/0.27.2-8ubuntu2

  Can you please update it to >= 0.27.3 ?

  $ sudo apt upgrade darktable
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  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:
   darktable : Depends: libexiv2-27 (>= 0.27.3) but 0.27.2-8ubuntu2 is to be 
installed
   Depends: libilmbase25 (>= 2.5.3) but it is not installable
   Depends: libjson-glib-1.0-0 (>= 1.5.2) but 1.4.4-2ubuntu2 is to 
be installed
   Depends: libopenexr25 (>= 2.5.3) but it is not installable
  E: Broken packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exiv2/+bug/1908726/+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 1268210] Re: unity-scopes-runner: Typo in package description: "scoped"

2021-05-15 Thread Hans Joachim Desserud
And now also updated in the package descripts project
https://translations.launchpad.net/ddtp-ubuntu/hirsute/+pots/ddtp-
ubuntu-universe/fr/122882/+translate

** Changed in: ddtp-ubuntu
   Status: Triaged => Fix Released

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

Title:
  unity-scopes-runner: Typo in package description: "scoped"

Status in Package Descriptions for Ubuntu:
  Fix Released
Status in libunity:
  Fix Committed
Status in libunity package in Ubuntu:
  Fix Released

Bug description:
  Package: unity-scopes-runner
  Version: 7.1.3+14.04.20131106-0ubuntu1

  Hello,

  The package description contains a small typo, I think:
   The scope runner is a handy tool for wrapping on a desktop the various
   scoped installed on the system.
  Should be:
   The scope runner is a handy tool for wrapping on a desktop the various
   scopes installed on the system.

  in the string #16945
  
https://translations.launchpad.net/ddtp-ubuntu/trusty/+pots/ddtp-ubuntu-main/fr/16945

  Regards,
  Pascal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1268210/+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 1927163] Re: Support time status is not correctly if we use ubuntu-support-status command in terminal

2021-05-07 Thread Hans Joachim Desserud
Also marking update-manager as affected since the ubuntu-support-status
command is part of update-manager-core.

** Also affects: update-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: bionic

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

Title:
  Support time status is not correctly if we use ubuntu-support-status
  command in terminal

Status in brotli package in Ubuntu:
  New
Status in gst-plugins-good1.0 package in Ubuntu:
  New
Status in update-manager package in Ubuntu:
  New
Status in woff2 package in Ubuntu:
  New

Bug description:
  Dear Launchpad Community,

  I used ubuntu-support-status command on my Ubuntu 18.04.5 system and I
  can see that these packages are not supported:

  gstreamer1.0-gtk3 libbrotli1 libwoff1

  Like we know these packages are from main repositore so this should
  have support to 2023 year so this is why I report this like bug.

  Package: gstreamer1.0-gtk3
  Version: 1.14.5-0ubuntu1~18.04.2

  Package: libbrotli1
  Version: 1.0.3-1ubuntu1.3

  Package: libwoff1
  Version: 1.0.2-1build0.1

  lsb_release -a

  Distributor ID:   Ubuntu
  Description:  Ubuntu 18.04.5 LTS
  Release:  18.04
  Codename: bionic

  I hope that you fix it or explain me why these packages are not
  supported.

  Yours faithfully,
  Piotr

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brotli/+bug/1927163/+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 1926912] Re: 21.10 Impish gdebi Programm fehlt Paket?

2021-05-03 Thread Hans Joachim Desserud
** Package changed: ubuntu => gdebi (Ubuntu)

** Tags added: impish

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

Title:
  21.10 Impish gdebi Programm fehlt Paket?

Status in gdebi package in Ubuntu:
  New

Bug description:
  Hallo
  Programm gdebi fehlen Pakete?
  Sieh Bild
  Gruß

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1926912/+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 1900068] Re: Upgrade to zeitgeist-1.0.3

2021-04-20 Thread Hans Joachim Desserud
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/1.0.3-4ubuntu1

Looks like the new version is in place in Hirsute now.

** Changed in: zeitgeist (Ubuntu)
   Status: New => Fix Released

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

Title:
  Upgrade to zeitgeist-1.0.3

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

Bug description:
  Please do upgrade zeitgeist from current 1.0.2 to 1.0.3.

  It is required for GNOME Activity Journal to work. GNOME Activity Journal has
  been ported to GTK3. It will be available in GNOME repos shortly.

  For more details:

  https://discourse.gnome.org/t/zeitgeist-gnome-activity-
  journal-1-0/4521

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/1900068/+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 1923564] Re: BlueZ 5.58 release

2021-04-13 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  BlueZ 5.58 release

Status in bluez package in Ubuntu:
  New

Bug description:
  BlueZ 5.58 has been released. We should look at it for the 21.10
  cycle...

  http://www.bluez.org/release-of-bluez-5-58-and-5-57/
  https://mirrors.edge.kernel.org/pub/linux/bluetooth/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1923564/+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 1915443] Re: 有 46 个软件包没有被完全安装或卸载。 需要下载 0 B/116 kB 的归档。 解压缩后会消耗 285 kB 的额外空间。 您希望继续执行吗? [Y/n] y (正在读取数据库 ... 系统当前共安装有 282921 个文件和目录。) 准备解压 .../libpng12-0_1.2.54-1ubuntu1_amd64.deb

2021-02-12 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1915442 ***
https://bugs.launchpad.net/bugs/1915442

** This bug has been marked a duplicate of bug 1915442
   有 46 个软件包没有被完全安装或卸载。 需要下载 0 B/116 kB 的归档。 解压缩后会消耗 285 kB 的额外空间。 您希望继续执行吗? 
[Y/n] y (正在读取数据库 ... 系统当前共安装有 282921 个文件和目录。) 准备解压 
.../libpng12-0_1.2.54-1ubuntu1_amd64.deb  ... 正在解压 libpng12-0:amd64 
(1.2.54-1ubuntu1) ... dpkg: 处理归档 
/var/cache/apt/archives/libpng12-0_1.2.54-1ubuntu1_amd64.deb (--u npack)时出错:  
无法安装 /lib/x86_64-linux-gnu/libpng12.so.0 的新版本: 没有那个文件或目录 错误信息显示本地系统有一些问题,因此没有写入 
apport 报告 在处理时有错误发生:  
/var/cache/apt/archives/libpng12-0_1.2.54-1ubuntu1_amd64.deb E: Sub-process 
/usr/bin/dpkg returned an error code (1)

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

Title:
  有 46 个软件包没有被完全安装或卸载。 需要下载 0 B/116 kB 的归档。 解压缩后会消耗 285 kB 的额外空间。
  您希望继续执行吗? [Y/n] y (正在读取数据库 ... 系统当前共安装有 282921 个文件和目录。) 准备解压
  .../libpng12-0_1.2.54-1ubuntu1_amd64.deb  ... 正在解压 libpng12-0:amd64
  (1.2.54-1ubuntu1) ... dpkg: 处理归档
  /var/cache/apt/archives/libpng12-0_1.2.54-1ubuntu1_amd64.deb (--u
  npack)时出错:  无法安装 /lib/x86_64-linux-gnu/libpng12.so.0 的新版本: 没有那个文件或目录
  错误信息显示本地系统有一些问题,因此没有写入 apport 报告
  在处理时有错误发生:
  /var/cache/apt/archives/libpng12-0_1.2.54-1ubuntu1_amd64.deb E: Sub-
  process /usr/bin/dpkg returned an error code (1)

Status in libpng package in Ubuntu:
  New

Bug description:
  有 46 个软件包没有被完全安装或卸载。
  需要下载 0 B/116 kB 的归档。
  解压缩后会消耗 285 kB 的额外空间。
  您希望继续执行吗? [Y/n] y
  (正在读取数据库 ... 系统当前共安装有 282921 个文件和目录。)
  准备解压 .../libpng12-0_1.2.54-1ubuntu1_amd64.deb  ...
  正在解压 libpng12-0:amd64 (1.2.54-1ubuntu1) ...
  dpkg: 处理归档 /var/cache/apt/archives/libpng12-0_1.2.54-1ubuntu1_amd64.deb (--u
  npack)时出错:
   无法安装 /lib/x86_64-linux-gnu/libpng12.so.0 的新版本: 没有那个文件或目录
  错误信息显示本地系统有一些问题,因此没有写入 apport 报告
  在处理时有错误发生:
   /var/cache/apt/archives/libpng12-0_1.2.54-1ubuntu1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpng/+bug/1915443/+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 1910538] Re: Cannot set scale of screen

2021-01-07 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1910539 ***
https://bugs.launchpad.net/bugs/1910539

** This bug has been marked a duplicate of bug 1910539
   Cannot set scale of screen

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

Title:
  Cannot set scale of screen

Status in xorg package in Ubuntu:
  New

Bug description:
  I have 2 monitors a 2K monitor (2560x1440) and a 4k monitor
  (3840x2160) both 27inch

  Obviously to extend display correctly (join displays) I need to put my
  4k monitor at scale of 125 and 2K monitor at 100% scale.

  I arrange two monitors side by side, then select 125% on 4K monitor
  (Fractional scaling is on) and click apply, both my monitors go to
  wrong scaling 2K goes to 50% and 4K goes to 200% and displays arrange
  bottom and top of each other.

  also login appears on wrong monitor (secondary) instead of selected
  primary

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  455.45.01  Thu Nov  5 
23:03:56 UTC 2020
   GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Jan  7 20:41:50 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus: nvidia, 455.45.01, 5.4.0-42-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Subsystem: ASUSTeK Computer Inc. UHD Graphics 630 (Desktop) [1043:8694]
   NVIDIA Corporation TU104 [GeForce RTX 2070 SUPER] [10de:1e84] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: ZOTAC International (MCO) Ltd. TU104 [GeForce RTX 2070 SUPER] 
[19da:4509]
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=e2e0340b-66fb-4930-908c-7e6767941743 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/26/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0229
  dmi.board.asset.tag: Default string
  dmi.board.name: PRIME B360M-K
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0229:bd02/26/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnPRIMEB360M-K:rvrRevX.0x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: System Product Name
  dmi.product.sku: ASUS_MB_CNL
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1910538/+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 1900068] Re: Upgrade to zeitgeist-1.0.3

2021-01-02 Thread Hans Joachim Desserud
Indeed, can also be seen at https://tracker.debian.org/pkg/zeitgeist. I
noticed that Hirsute currently has 1.0.2-3ubuntu2 which includes some
additional changes to the Ubuntu package. It wasn't obvious to me if
they are included in the new version, so I would assume this would need
to be merged.

** Tags added: needs-debian-merge

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

Title:
  Upgrade to zeitgeist-1.0.3

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

Bug description:
  Please do upgrade zeitgeist from current 1.0.2 to 1.0.3.

  It is required for GNOME Activity Journal to work. GNOME Activity Journal has
  been ported to GTK3. It will be available in GNOME repos shortly.

  For more details:

  https://discourse.gnome.org/t/zeitgeist-gnome-activity-
  journal-1-0/4521

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/1900068/+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 1908818] Re: pure packaging of libnss3

2020-12-21 Thread Hans Joachim Desserud
Confirmed based on
https://packages.ubuntu.com/groovy/amd64/libnss3/filelist

(Seems to have been fixed on Hirsute, though I don't know exactly
how...)


** Changed in: nss (Ubuntu)
   Status: New => Confirmed

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

Title:
  pure packaging of libnss3

Status in nss package in Ubuntu:
  Confirmed

Bug description:
  dpkg -L libnss3
  /.
  /usr
  /usr/lib
  /usr/lib/${DEB_HOST_MULTIARCH}
  /usr/lib/x86_64-linux-gnu
  /usr/lib/x86_64-linux-gnu/libnss3.so
  /usr/lib/x86_64-linux-gnu/libnssutil3.so
  /usr/lib/x86_64-linux-gnu/libsmime3.so
  /usr/lib/x86_64-linux-gnu/libssl3.so
  /usr/lib/x86_64-linux-gnu/nss
  /usr/lib/x86_64-linux-gnu/nss/libfreebl3.chk
  /usr/lib/x86_64-linux-gnu/nss/libfreebl3.so
  /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.chk
  /usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so
  /usr/lib/x86_64-linux-gnu/nss/libnssckbi.so
  /usr/lib/x86_64-linux-gnu/nss/libnssdbm3.chk
  /usr/lib/x86_64-linux-gnu/nss/libnssdbm3.so
  /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.chk
  /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
  /usr/share
  /usr/share/doc
  /usr/share/doc/libnss3
  /usr/share/doc/libnss3/changelog.Debian.gz
  /usr/share/doc/libnss3/copyright
  /usr/share/lintian
  /usr/share/lintian/overrides
  /usr/share/lintian/overrides/libnss3
  /usr/lib/${DEB_HOST_MULTIARCH}/libfreebl3.chk
  /usr/lib/${DEB_HOST_MULTIARCH}/libfreebl3.so
  /usr/lib/${DEB_HOST_MULTIARCH}/libfreeblpriv3.chk

  
  as we can see soft links to libraries do nor resolve ${DEB_HOST_MULTIARCH} to 
x86_64-linux-gnu

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: libnss3 2:3.55-1ubuntu3
  ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17
  Uname: Linux 5.8.0-33-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Dec 20 14:36:10 2020
  SourcePackage: nss
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss/+bug/1908818/+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 1906061] Re: vim package links against libcanberra

2020-11-29 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1884583 ***
https://bugs.launchpad.net/bugs/1884583

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1884583, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1884583
   vim is dependent on libcanberra0 in Ubuntu 20.04, had no such dependency in 
Ubuntu 18.04

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

Title:
  vim package links against libcanberra

Status in vim package in Ubuntu:
  New

Bug description:
  vim 8.1 and newer has decided to link against libcanberra for "sound
  support", which pulls in several other reasonably unnecessary packages
  (libasound2, libvorbis to name a couple) for server environments.

  Presumably the --disable-canberra flag should be applied on configure.

  Focal+, as far as I can tell.

  See also https://bugs.archlinux.org/task/63073

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1906061/+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 1884583] Re: vim is dependent on libcanberra0 in Ubuntu 20.04, had no such dependency in Ubuntu 18.04

2020-11-29 Thread Hans Joachim Desserud
** Also affects: vim (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968584
   Importance: Unknown
   Status: Unknown

** Tags added: focal packaging

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

Title:
  vim is dependent on libcanberra0 in Ubuntu 20.04, had no such
  dependency in Ubuntu 18.04

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

Bug description:
  which pulls in libasound and some alsa packages which I am not sure why it is 
useful and desired on most text-only/headless systems.
  In Debian I also see this dependency arisen with Bullseye/testing and 
Sid/unstable (but not with Buster/stable) but I don't see any mention of this 
introduction and its usefulness in the package's changelog. Could the reason of 
this dependency creation please be investigated, its usefulness evaluated, and 
if possible, this dependency to be made optional for vim builds ? Surprisingly, 
installing vim-nox also pulls in libcanberra0. vim-tiny does not pull in 
libcanberra0, but it also does not have syntax highlighting. What should I do 
to have syntax highlighting without libcanberra0 overhead ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1884583/+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 1905655] Re: PulseAudio release 14.0

2020-11-27 Thread Hans Joachim Desserud
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/1:14.0-1ubuntu1

** Changed in: pulseaudio (Ubuntu)
   Status: New => Fix Committed

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

Title:
  PulseAudio release 14.0

Status in pulseaudio package in Ubuntu:
  Fix Committed

Bug description:
  PulseAudio release 14.0 is now out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1905655/+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 1268210] Re: unity-scopes-runner: Typo in package description: "scoped"

2020-11-10 Thread Hans Joachim Desserud
** Changed in: libunity
   Status: In Progress => Fix Committed

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

Title:
  unity-scopes-runner: Typo in package description: "scoped"

Status in Package Descriptions for Ubuntu:
  Triaged
Status in libunity:
  Fix Committed
Status in libunity package in Ubuntu:
  Confirmed

Bug description:
  Package: unity-scopes-runner
  Version: 7.1.3+14.04.20131106-0ubuntu1

  Hello,

  The package description contains a small typo, I think:
   The scope runner is a handy tool for wrapping on a desktop the various
   scoped installed on the system.
  Should be:
   The scope runner is a handy tool for wrapping on a desktop the various
   scopes installed on the system.

  in the string #16945
  
https://translations.launchpad.net/ddtp-ubuntu/trusty/+pots/ddtp-ubuntu-main/fr/16945

  Regards,
  Pascal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1268210/+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 1902907] Re: Developer Options shows 'groovy-proposed' instead of 'hirsute-proposed' (software-properties-gtk on 21.04 Hirsute Hippo)

2020-11-08 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

After installation, it shows hirsute-proposed on my system (see attached
screenshot).

Also, I see the metadata in description automatically added
"DistroRelease: Ubuntu 20.10" and the groovy tag. Might be something
common not quite updated to hirsute. Could you check if this still
happens with a recent daily image or if it was resolved in the mean
time?

** Attachment added: "developer-options.png"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1902907/+attachment/5432322/+files/developer-options.png

** Changed in: software-properties (Ubuntu)
   Status: New => Incomplete

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

Title:
  Developer Options shows 'groovy-proposed' instead of 'hirsute-
  proposed' (software-properties-gtk on 21.04 Hirsute Hippo)

Status in software-properties package in Ubuntu:
  Incomplete

Bug description:
  When testing Hirsute Hippo (21.04), I found that software-properties-
  gtk shows 'groovy-proposed' instead of 'hirsute-proposed'. This is
  from a live session in VirtualBox.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: software-properties-gtk 0.99.3
  ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
  Uname: Linux 5.8.0-26-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: pass
  CasperVersion: 1.455
  CurrentDesktop: Unity:Unity7:ubuntu
  Date: Wed Nov  4 16:16:14 2020
  LiveMediaBuild: Ubuntu Unity 21.04
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1902907/+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 1268210] Re: unity-scopes-runner: Typo in package description: "scoped"

2020-11-08 Thread Hans Joachim Desserud
Created a merge proposal upstream which should resolve the typo.

** Branch linked: lp:~hjd/libunity/typo

** Changed in: libunity
   Status: Confirmed => In Progress

** Tags added: groovy hirsute

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

Title:
  unity-scopes-runner: Typo in package description: "scoped"

Status in Package Descriptions for Ubuntu:
  Triaged
Status in libunity:
  In Progress
Status in libunity package in Ubuntu:
  Confirmed

Bug description:
  Package: unity-scopes-runner
  Version: 7.1.3+14.04.20131106-0ubuntu1

  Hello,

  The package description contains a small typo, I think:
   The scope runner is a handy tool for wrapping on a desktop the various
   scoped installed on the system.
  Should be:
   The scope runner is a handy tool for wrapping on a desktop the various
   scopes installed on the system.

  in the string #16945
  
https://translations.launchpad.net/ddtp-ubuntu/trusty/+pots/ddtp-ubuntu-main/fr/16945

  Regards,
  Pascal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1268210/+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 1902311] Re: GNU sha256(1) &tc --check (-c) output depends on order of --quiet and --warn

2020-10-31 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu
better.

I tried the simple example given in the description and got the same,
somewhat unexpected result with coreutils 8.32-3ubuntu1 on Ubuntu 20.10.
Thus marking confirmed.

By the way, if you click the yellow pencil next to the title, you can
update it :)

** Changed in: coreutils (Ubuntu)
   Status: New => Confirmed

** Tags added: groovy

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

Title:
  GNU sha256(1) &tc --check (-c) output depends on order of --quiet and
  --warn

Status in coreutils package in Ubuntu:
  Confirmed

Bug description:
  The output of GNU sha256sum --check (or -c), and related tools (i.e., sha1sum,
  sha224sum, sha384sum, and sha512sum) depends on the order of the --quiet and
  --warn options.  This is counter-intuitive, not documented in the man(1) 
pages,
  and unnecessary.

  Simple example:

1$ date >/tmp/data
2$ sha256sum /tmp/data >/tmp/sums
3$ sha256sum -c --warn --quiet /tmp/sums# No output (expected)
4$ sha256sum -c --quiet --warn /tmp/sums# Unexpected "Ok"...
/tmp/data: OK
5$ 

  The manual page says (spurious lines omitted):

 The following five options are useful only when verifying checksums:
   --quiet   don't print OK for each successfully verified file
   -w, --warnwarn about improperly formatted checksum lines

  There is no reason --warn should affect the operation of --quiet (nor
  visa-versa).  The operations as documented are orthogonal.

  Attached is a bash(1) shell script written when puzzling over this
  inconsistent behaviour; it may be useful (use --help for a summary).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: coreutils 8.30-3ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
  Uname: Linux 5.4.0-52-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.10
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Fri Oct 30 21:34:31 2020
  InstallationDate: Installed on 2020-10-19 (11 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: coreutils
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1902311/+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 1902045] Re: package libkmod2 22-1ubuntu5.2 [modified: usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: zkouším přepsat sdílený „/usr/share/doc/libkmod2/cha

2020-10-29 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1658374 ***
https://bugs.launchpad.net/bugs/1658374

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1658374, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1658374
   package libkmod2 22-1ubuntu4 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: trying 
to overwrite shared '/usr/share/doc/libkmod2/changelog.Debian.gz', which is 
different from other instances of package libkmod2:i386

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

Title:
  package libkmod2 22-1ubuntu5.2 [modified:
  usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade:
  zkouším přepsat sdílený „/usr/share/doc/libkmod2/changelog.Debian.gz“,
  který se liší od ostatních instancí balíku libkmod2:i386

Status in kmod package in Ubuntu:
  New

Bug description:
  I dont really know what is going on.I was trying to install a game and
  a steam but is not working some error occured

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: libkmod2 22-1ubuntu5.2 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz]
  ProcVersionSignature: Ubuntu 4.4.0-193.224-generic 4.4.236
  Uname: Linux 4.4.0-193-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.25
  Architecture: amd64
  Date: Thu Oct 29 09:55:43 2020
  Dependencies:
   gcc-6-base 6.0.1-0ubuntu1
   libc6 2.23-0ubuntu11.2
   libgcc1 1:6.0.1-0ubuntu1
  ErrorMessage: zkouším přepsat sdílený 
„/usr/share/doc/libkmod2/changelog.Debian.gz“, který se liší od ostatních 
instancí balíku libkmod2:i386
  InstallationDate: Installed on 2018-01-25 (1008 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.6
   apt  1.2.32ubuntu0.1
  SourcePackage: kmod
  Title: package libkmod2 22-1ubuntu5.2 [modified: 
usr/share/doc/libkmod2/changelog.Debian.gz] failed to install/upgrade: zkouším 
přepsat sdílený „/usr/share/doc/libkmod2/changelog.Debian.gz“, který se liší od 
ostatních instancí balíku libkmod2:i386
  UpgradeStatus: Upgraded to xenial on 2019-03-15 (593 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1902045/+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 1901053] Re: apt preferences files do nothing re: apt-cache policy

2020-10-23 Thread Hans Joachim Desserud
** Package changed: groovy (Ubuntu) => apt (Ubuntu)

** Tags added: groovy

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

Title:
  apt preferences files do nothing re: apt-cache policy

Status in apt package in Ubuntu:
  New

Bug description:
  apt-cache policy does not reflect priority set in
  /etc/apt/preferences.d/*

  ```
  $ cat apt-bug.txt 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Thu Oct 22 08:38:38 2020
  Dependencies:
   adduser 3.118ubuntu2
   apt 2.1.10
   apt-utils 2.1.10
   ca-certificates 20200601
   debconf 1.5.74
   debconf-i18n 1.5.74
   dpkg 1.20.5ubuntu2
   gcc-10-base 10.2.0-13ubuntu1
   gpgv 2.2.20-1ubuntu1
   krb5-locales 1.17-10
   libacl1 2.2.53-8
   libapt-pkg6.0 2.1.10
   libaudit-common 1:2.8.5-3ubuntu1
   libaudit1 1:2.8.5-3ubuntu1
   libbz2-1.0 1.0.8-4ubuntu2
   libc6 2.32-0ubuntu3
   libcap-ng0 0.7.9-2.2
   libcom-err2 1.45.6-1ubuntu1
   libcrypt1 1:4.4.16-1ubuntu1
   libdb5.3 5.3.28+dfsg1-0.6ubuntu3
   libffi8ubuntu1 3.4~20200819gead65ca871-0ubuntu3
   libgcc-s1 10.2.0-13ubuntu1
   libgcrypt20 1.8.5-5ubuntu2
   libgmp10 2:6.2.0+dfsg-6ubuntu1
   libgnutls30 3.6.15-4ubuntu2
   libgpg-error-l10n 1.38-2
   libgpg-error0 1.38-2
   libgssapi-krb5-2 1.17-10
   libhogweed6 3.6-2
   libidn2-0 2.3.0-1
   libk5crypto3 1.17-10
   libkeyutils1 1.6.1-2ubuntu1
   libkrb5-3 1.17-10
   libkrb5support0 1.17-10
   liblocale-gettext-perl 1.07-4
   liblz4-1 1.9.2-2
   liblzma5 5.2.4-1ubuntu1
   libnettle8 3.6-2
   libnsl2 1.3.0-0ubuntu3
   libnss-nis 3.1-0ubuntu4
   libnss-nisplus 1.3-0ubuntu4
   libp11-kit0 0.23.21-2build1
   libpam-modules 1.3.1-5ubuntu6
   libpam-modules-bin 1.3.1-5ubuntu6
   libpam0g 1.3.1-5ubuntu6
   libpcre2-8-0 10.34-7
   libseccomp2 2.4.3-1ubuntu4
   libselinux1 3.1-2
   libsemanage-common 3.1-1
   libsemanage1 3.1-1
   libsepol1 3.1-1
   libssl1.1 1.1.1f-1ubuntu4
   libstdc++6 10.2.0-13ubuntu1
   libsystemd0 246.6-1ubuntu1 [origin: Ubuntu]
   libtasn1-6 4.16.0-2
   libtext-charwidth-perl 0.04-10
   libtext-iconv-perl 1.7-7
   libtext-wrapi18n-perl 0.06-9
   libtirpc-common 1.2.6-1build1
   libtirpc3 1.2.6-1build1
   libudev1 246.6-1ubuntu1 [origin: Ubuntu]
   libunistring2 0.9.10-4
   libzstd1 1.4.5+dfsg-4
   openssl 1.1.1f-1ubuntu4
   passwd 1:4.8.1-1ubuntu6
   perl-base 5.30.3-4
   tar 1.30+dfsg-7
   ubuntu-keyring 2020.06.17.1
   zlib1g 1:1.2.11.dfsg-2ubuntu4
  DistroRelease: Ubuntu 20.10
  InstallationDate: Installed on 2020-10-12 (9 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair system76_io
  Package: apt 2.1.10
  PackageArchitecture: amd64
  ProcCpuinfoMinimal:
   processor: 11
   vendor_id: GenuineIntel
   cpu family   : 6
   model: 158
   model name   : Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
   stepping : 10
   microcode: 0xd6
   cpu MHz  : 3897.986
   cache size   : 9216 KB
   physical id  : 0
   siblings : 12
   core id  : 5
   cpu cores: 6
   apicid   : 11
   initial apicid   : 11
   fpu  : yes
   fpu_exception: yes
   cpuid level  : 22
   wp   : yes
   flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge 
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx 
pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl 
xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx 
est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt 
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch 
cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi 
flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms 
invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves 
dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d
   vmx flags: vnmi preemption_timer invvpid ept_x_only ept_ad ept_1gb 
flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple pml 
ept_mode_based_exec
   bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds 
swapgs itlb_multihit srbds
   bogomips : 4399.99
   clflush size : 64
   cache_alignment  : 64
   address sizes: 39 bits physical, 48 bits virtual
   power management:
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
  SourcePackage: apt
  Tags: groovy third-party-packages
  Uname: Linux 5.8.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  _MarkForUpload: True
  modified.conffile..etc.apport.crashdb.conf:
   # map crash database names to CrashDatab

[Touch-packages] [Bug 1900396] Re: netstat man-page does not explain -t|--tcp, -u|--udp or -w|--raw

2020-10-19 Thread Hans Joachim Desserud
** Tags added: manpage

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

Title:
  netstat man-page does not explain -t|--tcp, -u|--udp or -w|--raw

Status in net-tools package in Ubuntu:
  New

Bug description:
  I tried looking up `netstat -tlnp` on https://explainshell.com, but
  there was no explanation for `-t`. It turns out that at least
  `-t|--tcp`, `-u|--udp` and `-w|--raw` aren't documented in the man-
  page
  (http://manpages.ubuntu.com/manpages/precise/en/man8/netstat.8.html).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/1900396/+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 1900068] Re: Upgrade to zeitgeist-1.0.3

2020-10-16 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #972312
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972312

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

** Tags added: upgrade-software-version

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

Title:
  Upgrade to zeitgeist-1.0.3

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

Bug description:
  Please do upgrade zeitgeist from current 1.0.2 to 1.0.3.

  It is required for GNOME Activity Journal to work. GNOME Activity Journal has
  been ported to GTK3. It will be available in GNOME repos shortly.

  For more details:

  https://discourse.gnome.org/t/zeitgeist-gnome-activity-
  journal-1-0/4521

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/1900068/+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 1899263] Re: Broken dbus GetAll message to wpa supplicant interface properties

2020-10-10 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1899262 ***
https://bugs.launchpad.net/bugs/1899262

** This bug has been marked a duplicate of bug 1899262
   Broken dbus GetAll message to wpa supplicant interface properties

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

Title:
  Broken dbus GetAll message to wpa supplicant interface properties

Status in wpa package in Ubuntu:
  New

Bug description:
  dbus-send is able to read the properties of interface using GetAll. Those 
information include interface name, status, encryption method, etc. 
  The regression was introduced when someone try to have the Station attribute 
supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wpa/+bug/1899263/+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 1898074] Re: There is a bug.

2020-10-01 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1898073 ***
https://bugs.launchpad.net/bugs/1898073

** This bug has been marked a duplicate of bug 1898073
   There is a bug.

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

Title:
  There is a bug.

Status in xorg package in Ubuntu:
  New

Bug description:
  System has reported bug.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-49.53-generic 5.4.65
  Uname: Linux 5.4.0-49-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.9
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Oct  1 21:19:19 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:0502]
  InstallationDate: Installed on 2020-09-15 (16 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  MachineType: Dell Inc. Inspiron N4050
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-49-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/03/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 02JCHC
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A08
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: Not Specified
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd08/03/2012:svnDellInc.:pnInspironN4050:pvrNotSpecified:rvnDellInc.:rn02JCHC:rvrA08:cvnDellInc.:ct8:cvrNotSpecified:
  dmi.product.name: Inspiron N4050
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: Not Specified
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102+git2009231830.77687f~oibaf~f
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.3~git2009301930.8dc892~oibaf~f
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.3~git2009301930.8dc892~oibaf~f
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1898074/+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 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-09-28 Thread Hans Joachim Desserud
** Tags added: focal

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

Title:
  libperl.so.5.30.0 causes nginx to segfault

Status in perl package in Ubuntu:
  New

Bug description:
  Ubuntu 20.04 LTS

  Looks that Perl 5.30 has bug that causes nginx to die, usually occurs
  after "service nginx reload"

  This looks like nginx, but it really is perl issue:
  https://github.com/Perl/perl5/issues/17154

  Fix done in 5.32 (Perl5 commit bf0) and people are asking backport
  to 5.30 to get fix also to nginx.

  Error:
  Sep 28 07:39:43 host kernel: [1340832.811014] nginx[3253005]: segfault at 10 
ip 7fbf3220d593 sp 7ffd6bba6260 error 4 in 
libperl.so.5.30.0[7fbf321a5000+166000]

  Symptom: Nginx terminates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1897561/+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 1552230] Re: gdb man page doesn't mention option "--args"

2020-09-27 Thread Hans Joachim Desserud
Still present in gdb 9.2-0ubuntu2 on Ubuntu Groovy.

** Tags removed: wily yakkety
** Tags added: bionic focal groovy

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

Title:
  gdb man page doesn't mention option "--args"

Status in gdb package in Ubuntu:
  Confirmed

Bug description:
  gdb manpage doesn't list --args as a possible command line argument.

  This very important option allows one to pass an executable name with
  /its/ command line, and is possibly one of the most generally useful
  of gdb's arguments.  It is documented in the info file, but
  unaccountably missing from the man page.

  Description:Ubuntu 15.10
  Release:15.10

  gdb:
Installed: 7.10-1ubuntu2
Candidate: 7.10-1ubuntu2
Version table:
   *** 7.10-1ubuntu2 0
  500 http://gb.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1552230/+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 1810607] Re: Text doesn't fit into native notification buttons

2020-09-27 Thread Hans Joachim Desserud
** Package changed: libnotify4 (Ubuntu) => libnotify (Ubuntu)

** Tags added: cosmic

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

Title:
  Text doesn't fit into native notification buttons

Status in libnotify package in Ubuntu:
  New

Bug description:
  To reproduce on Lubuntu 18.10:

  1) Login into gmail in Chrome stable.
  2) Install "Checker Plus for Gmail" extension (requires no password or 
permissions of your gmail account).
  3) Receive some email that triggers notification.
  4) See notification actions text doesn't fit into buttons (see screenshot).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnotify/+bug/1810607/+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 748560] Re: typo in the notify-send man page

2020-09-27 Thread Hans Joachim Desserud
Thanks for reporting and providing patches. I've just verified with
libnotify 0.7.7-3 on Ubuntu 18.04 that the typo has now been fixed.

** Changed in: libnotify4 (Ubuntu)
   Status: Fix Committed => Fix Released

** Also affects: libnotify (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libnotify (Ubuntu)
   Status: New => Fix Released

** Tags added: manpage

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

Title:
  typo in the notify-send man page

Status in libnotify package in Ubuntu:
  Fix Released
Status in libnotify4 package in Ubuntu:
  Fix Released
Status in libnotify package in Debian:
  Fix Released

Bug description:
  [Impact]
  

  [Development Fix]
  

  [Stable Fix]
  

  [Text Case]
  
  1.
  2.
  3.
  Broken Behavior: 
  Fixed Behavior: 

  [Regression Potential]
  https://bugs.launchpad.net/ubuntu/+source/libnotify/+bug/748560/+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 816388] Re: typo in aplay/aplay.c:177

2020-09-27 Thread Hans Joachim Desserud
Thanks for reporting.

As mentioned in the comments above this was fixed upstream. I am thus
not sure when the fix was included in Ubuntu, but I verified that alsa-
utils 1.1.0-0ubuntu5 on Ubuntu 16.04 use "coefficient".

** Changed in: alsa-utils (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  typo in aplay/aplay.c:177

Status in alsa-utils package in Ubuntu:
  Fix Released

Bug description:
  Found this small typo while translating into enAU.

  Reads:

  --test-coef=#[tab] test coeficient for ring buffer position (default
  8)

  Should be:

  --test-coef=#[tab] test coefficient for ring buffer position (default
  8)

  note the extra f in coefficient

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-utils/+bug/816388/+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 1896823] Re: possible incorrect link to apt-transport-https

2020-09-24 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help make Ubuntu
better.

I did some quick searching, and found that the generic messages
The method driver %s could not be found.
Is the %s package installed?
are both in apt. However, I don't know where they get the list of method 
drivers and other parameters from, and I couldn't find any mentions of "hhttps".

** Also affects: apt (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  possible incorrect link to  apt-transport-https

Status in apt package in Ubuntu:
  New
Status in ubuntu-release-upgrader package in Ubuntu:
  New

Bug description:
  SYSTEM INFORMATION:

  Operating System: Kubuntu 20.10 ( Ubuntu Groovy Gorilla (development
  branch)

  KDE Plasma Version: 5.19.5
  KDE Frameworks Version: 5.74.0
  Qt Version: 5.14.2
  Kernel Version: 5.8.0-18-generic
  OS Type: 64-bit
  Processors: 8 × Intel® Core™ i7-2600K CPU @ 3.40GHz
  Memory: 7.7 GiB of RAM
  Graphics Processor: GeForce GTX 560/PCIe/SSE2


  possible incorrect link to  apt-transport-https
  ~

  whe i run "apt update", i get..

  E: The method driver /usr/lib/apt/methods/hhttps could not be found.
  N: Is the apt-transport-hhttps package installed?

  "hhttps"..??  this should be "apt-transport-https" .. right..??

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: ubuntu-release-upgrader-core 1:20.10.11
  ProcVersionSignature: Ubuntu 5.8.0-18.19-generic 5.8.4
  Uname: Linux 5.8.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu45
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  Date: Wed Sep 23 20:39:45 2020
  InstallationDate: Installed on 2020-09-20 (3 days ago)
  InstallationMedia: Kubuntu 20.10 "Groovy Gorilla" - Alpha amd64 (20200920)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=nl_NL.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1896823/+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 115016] Re: man page of ps is incomplete

2020-09-20 Thread Hans Joachim Desserud
While it took some time, DRS and TRS are now included in the list of
fields in the manpage in Ubuntu 16.04 and later.
(http://manpages.ubuntu.com/manpages/xenial/en/man1/ps.1.html)

** Changed in: procps (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  man page of ps is incomplete

Status in procps package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: procps

  ps axv displays (including others) the following fields: DRS, TRS

  while the man page of  ps describes most of the fields displayed (e.g.
  RSS, TIME) , the description of DRS and TRS is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/115016/+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 772121] Re: typo in pam_tally manpage

2020-09-20 Thread Hans Joachim Desserud
"Don't use .fail_locktime filed in /var/log/faillog for this user." is
still present in 1.3.1-5ubuntu4 on Ubuntu 20.04
(http://manpages.ubuntu.com/manpages/focal/en/man8/pam_tally.8.html)

** Tags added: bonic focal xenial

** Tags removed: bonic
** Tags added: bionic

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

Title:
  typo in pam_tally manpage

Status in pam package in Ubuntu:
  Confirmed
Status in pam package in Debian:
  New

Bug description:
  The pam_tally manpage says "filed" where it should say "field".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/772121/+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 1279344] Re: A significant grammar error/unclear wording is used in an error pop-up.

2020-09-19 Thread Hans Joachim Desserud
The message is unchanged in gdebi 0.9.5.7+nmu3 on Ubuntu Groovy.

** Tags added: bionic focal groovy xenial

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

Title:
  A significant grammar error/unclear wording is used in an error pop-
  up.

Status in Linux Mint:
  New
Status in gdebi package in Ubuntu:
  Confirmed

Bug description:
  The pop-up in question is:

  gdebi-gtk

  "Only one software management tool is allowed to run at the same
  time."

  This should clearly be changed to:

  "Only one software management tool is allowed to run at a time."

  OR

  "Multiple software management tools cannot be run at the same time."

  1) Version: Linux Mint 16, 64-bit
  2) Reproduce pop-up by manually launching a package installer while another 
is running.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1279344/+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 1712433] Re: man page typo

2020-09-19 Thread Hans Joachim Desserud
Looks like the upstream fix was included in the newer version of mount
which is available in Ubuntu 18.04. The typo is now gone from
http://manpages.ubuntu.com/manpages/bionic/en/man8/mount.8.html

** Changed in: util-linux (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  man page typo

Status in util-linux package in Ubuntu:
  Fix Released

Bug description:
  man mount contains the following section:

  Note  that mount is very strict about non-root users and all paths specified 
on command line are verified before fstab is
     parsed or a helper program is executed. It's strogly recommended to 
use a valid mountpoint to specify filesystem,  other‐
     wise mount may fail. For example it's bad idea to use NFS or CIFS 
source on command line.

  The word 'strogly' should be 'strongly'

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: mount 2.29-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.10.0-32.36-generic 4.10.17
  Uname: Linux 4.10.0-32-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  Date: Wed Aug 23 07:48:32 2017
  InstallationDate: Installed on 2017-03-23 (152 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
  SourcePackage: util-linux
  UpgradeStatus: Upgraded to zesty on 2017-08-13 (9 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1712433/+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 1895294] Re: Fix Raccoon vulnerability (CVE-2020-1968)

2020-09-11 Thread Hans Joachim Desserud
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-1968

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

Title:
  Fix Raccoon vulnerability (CVE-2020-1968)

Status in openssl package in Ubuntu:
  New

Bug description:
  Xenial's current OpenSSL (1.0.2g-1ubuntu4.16) seems to not have been
  patched yet against the Raccoon Attack (CVE-2020-1968):

  - https://www.openssl.org/news/secadv/20200909.txt
  - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1968
  - https://raccoon-attack.com/

  Ubuntu's CVE tracker still lists this as NEEDED for Xenial:

  - https://people.canonical.com/~ubuntu-security/cve/2020/CVE-2020-1968.html
  - https://people.canonical.com/~ubuntu-security/cve/pkg/openssl.html

  Other supported Ubuntu releases use versions of OpenSSL that are not
  affected.

  Indeed:

    $ apt-cache policy openssl
    openssl:
  Installed: 1.0.2g-1ubuntu4.16

    $ apt-get changelog openssl | grep CVE-2020-1968 || echo "Not patched"
    Not patched

  What is the status?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1895294/+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 73811] Re: fdisk -l as normal user should give output

2020-09-10 Thread Hans Joachim Desserud
I don't  know when it changed over the years, but fdisk on Ubuntu 16.04 and 
later gives me the following result:
$ fdisk -l
fdisk: cannot open /dev/sda: Permission denied

** Changed in: util-linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  fdisk -l as normal user should give output

Status in util-linux package in Ubuntu:
  Fix Released

Bug description:
  If I run fdisk -l as a regular user, there is no output:

  freddy@freddy-testing:~$ fdisk -l
  freddy@freddy-testing:~$

  I believe there should be output that says something like apt does to
  tell the user to be sudo.

  freddy@freddy-testing:~$ apt-get install gaim
  E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
  E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

  Also, i tried to put this bug under the package "fdisk" but LP says no
  suck package exists, even though I searched for fdisk in the search
  form.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/73811/+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 1893285] Re: Undocumented use_uid option in pam_wheel man page

2020-08-28 Thread Hans Joachim Desserud
** Tags added: manpage

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

Title:
  Undocumented use_uid option in pam_wheel man page

Status in pam package in Ubuntu:
  New

Bug description:
  The option use_uid is available for the pam_wheel.so module and is present in 
the pam git repo, but missing in the Ubuntu man pages.
  PAM git repo: 
https://github.com/linux-pam/linux-pam/blob/master/modules/pam_wheel/pam_wheel.8.xml

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libpam0g 1.3.1-5ubuntu4
  ProcVersionSignature: User Name 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.6
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Fri Aug 28 12:28:30 2020
  ProcEnviron:
   SHELL=/bin/bash
   LANG=C.UTF-8
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
  SourcePackage: pam
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1893285/+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 1889167] Re: mir: build failure on s390x

2020-07-28 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1889166 ***
https://bugs.launchpad.net/bugs/1889166

** This bug has been marked a duplicate of bug 1889166
   mir: build failure on s390x

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

Title:
  mir: build failure on s390x

Status in mir package in Ubuntu:
  New

Bug description:
  Hello, looks like we are missing one "+1" from somewhere, but I don't
  have enough knowledge on this code... can you please have a look? in
  the meanwhile I0n giubg to disable that error

  cd /<>/build-s390x/src/miral && /usr/bin/cc -DBOOST_ALL_NO_LIB 
-DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK 
-DBOOST_SYSTEM_DYN_LINK -DEGL_NO_X11 -DLOG_NDEBUG=1 
-DLTTNG_UST_HAVE_SDT_INTEGRATION -DMESA_EGL_NO_X11_HEADERS 
-DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE -DMIR_LOG_COMPONENT_FALLBACK=\"miral\" 
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API 
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT 
-DMIR_SERVER_GLEXT_H="" -DMIR_SERVER_GL_H="" 
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=7 
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_GNU_SOURCE 
-I/<>/include/core -I/<>/include/common 
-I/<>/include/cookie -I/<>/src/include/common 
-I/<>/build-s390x/src/capnproto 
-I/<>/build-s390x/src/protobuf -I/<>/include/platform 
-I/<>/include/client -I/<>/include/server 
-I/<>/src/include/platform -I/<>/include/miral 
-I/usr/include/uuid -I/<>/include/wayland 
-I/<>/src/wayland/generated  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall 
-pedantic -Wextra -fPIC -Werror -flto -ffat-lto-objects -fvisibility=hidden 
-pthread -o CMakeFiles/miral-internal.dir/xcursor.c.o   -c 
/<>/src/miral/xcursor.c
  In file included from /usr/include/string.h:495,
   from /<>/src/miral/xcursor.c:26:
  In function ‘strncpy’,
  inlined from ‘_XcursorAddPathElt’ at 
/<>/src/miral/xcursor.c:647:5,
  inlined from ‘_XcursorBuildFullname’ at 
/<>/src/miral/xcursor.c:726:5,
  inlined from ‘xcursor_load_theme’ at 
/<>/src/miral/xcursor.c:875:10:
  /usr/include/s390x-linux-gnu/bits/string_fortified.h:106:10: error: ‘strncpy’ 
output truncated before terminating nul copying 7 bytes from a string of the 
same length [-Werror=stringop-truncation]
106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos 
(__dest));
|  
^~
  In function ‘strncpy’,
  inlined from ‘_XcursorAddPathElt’ at 
/<>/src/miral/xcursor.c:647:5,
  inlined from ‘_XcursorBuildFullname’ at 
/<>/src/miral/xcursor.c:727:5,
  inlined from ‘xcursor_load_theme’ at 
/<>/src/miral/xcursor.c:884:11:
  /usr/include/s390x-linux-gnu/bits/string_fortified.h:106:10: error: ‘strncpy’ 
output truncated before terminating nul copying 11 bytes from a string of the 
same length [-Werror=stringop-truncation]
106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos 
(__dest));
|  
^~
  cc1: all warnings being treated as errors
  make[3]: *** [src/miral/CMakeFiles/miral-internal.dir/build.make:183: 
src/miral/CMakeFiles/miral-internal.dir/xcursor.c.o] Error 1
  make[3]: *** Waiting for unfinished jobs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1889167/+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 1889166] Re: mir: build failure on s390x

2020-07-28 Thread Hans Joachim Desserud
** Tags added: ftbfs

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

Title:
  mir: build failure on s390x

Status in mir package in Ubuntu:
  New

Bug description:
  Hello, looks like we are missing one "+1" from somewhere, but I don't
  have enough knowledge on this code... can you please have a look? in
  the meanwhile I0n giubg to disable that error

  cd /<>/build-s390x/src/miral && /usr/bin/cc -DBOOST_ALL_NO_LIB 
-DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK 
-DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK 
-DBOOST_SYSTEM_DYN_LINK -DEGL_NO_X11 -DLOG_NDEBUG=1 
-DLTTNG_UST_HAVE_SDT_INTEGRATION -DMESA_EGL_NO_X11_HEADERS 
-DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE -DMIR_LOG_COMPONENT_FALLBACK=\"miral\" 
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API 
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT 
-DMIR_SERVER_GLEXT_H="" -DMIR_SERVER_GL_H="" 
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=7 
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_GNU_SOURCE 
-I/<>/include/core -I/<>/include/common 
-I/<>/include/cookie -I/<>/src/include/common 
-I/<>/build-s390x/src/capnproto 
-I/<>/build-s390x/src/protobuf -I/<>/include/platform 
-I/<>/include/client -I/<>/include/server 
-I/<>/src/include/platform -I/<>/include/miral 
-I/usr/include/uuid -I/<>/include/wayland 
-I/<>/src/wayland/generated  -g -O2 
-fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall 
-pedantic -Wextra -fPIC -Werror -flto -ffat-lto-objects -fvisibility=hidden 
-pthread -o CMakeFiles/miral-internal.dir/xcursor.c.o   -c 
/<>/src/miral/xcursor.c
  In file included from /usr/include/string.h:495,
   from /<>/src/miral/xcursor.c:26:
  In function ‘strncpy’,
  inlined from ‘_XcursorAddPathElt’ at 
/<>/src/miral/xcursor.c:647:5,
  inlined from ‘_XcursorBuildFullname’ at 
/<>/src/miral/xcursor.c:726:5,
  inlined from ‘xcursor_load_theme’ at 
/<>/src/miral/xcursor.c:875:10:
  /usr/include/s390x-linux-gnu/bits/string_fortified.h:106:10: error: ‘strncpy’ 
output truncated before terminating nul copying 7 bytes from a string of the 
same length [-Werror=stringop-truncation]
106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos 
(__dest));
|  
^~
  In function ‘strncpy’,
  inlined from ‘_XcursorAddPathElt’ at 
/<>/src/miral/xcursor.c:647:5,
  inlined from ‘_XcursorBuildFullname’ at 
/<>/src/miral/xcursor.c:727:5,
  inlined from ‘xcursor_load_theme’ at 
/<>/src/miral/xcursor.c:884:11:
  /usr/include/s390x-linux-gnu/bits/string_fortified.h:106:10: error: ‘strncpy’ 
output truncated before terminating nul copying 11 bytes from a string of the 
same length [-Werror=stringop-truncation]
106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos 
(__dest));
|  
^~
  cc1: all warnings being treated as errors
  make[3]: *** [src/miral/CMakeFiles/miral-internal.dir/build.make:183: 
src/miral/CMakeFiles/miral-internal.dir/xcursor.c.o] Error 1
  make[3]: *** Waiting for unfinished jobs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mir/+bug/1889166/+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 1888046] Re: Please merge coreutils 8.32-2 (main) from Debian unstable (main)

2020-07-18 Thread Hans Joachim Desserud
** Tags added: needs-debian-merge

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

Title:
  Please merge coreutils 8.32-2 (main) from Debian unstable (main)

Status in coreutils package in Ubuntu:
  New

Bug description:
  New coreutils features are missing in Ubuntu. Especially, "ls
  --time=birth" available since 8.32, and time of file creation in
  stat(1) on btrfs or ext4 fixed since 8.31. Please consider to
  incorporate these features at least into Ubuntu 20.10 (Groovy
  Gorilla).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1888046/+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 1887711] Re: Freeze when switching users in Kubuntu 20.04

2020-07-15 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1887710 ***
https://bugs.launchpad.net/bugs/1887710

** This bug has been marked a duplicate of bug 1887710
   Freeze when switching users in Kubuntu 20.04

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

Title:
  Freeze when switching users in Kubuntu 20.04

Status in xorg package in Ubuntu:
  New

Bug description:
  Scenario: 2 users. The first user 1 created during the installation is
  working. Then I create a second user 2. I can switch the users at the
  beginning then at some point when I try to login with user 2 the
  screen freezes and one has to do a hard reset.

  Last time it happened after I set the desktop background picture to
  "Picture of the day - Bing" for user 2. Then I logged off and tried to
  log in again and I had a screen freeze. This happened several times.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Wed Jul 15 20:27:06 2020
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev d2) (prog-if 
00 [VGA controller])
 Subsystem: Lenovo Picasso [17aa:5125]
  InstallationDate: Installed on 2020-07-14 (0 days ago)
  InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  MachineType: LENOVO 20NKS01Y00
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-40-generic 
root=/dev/mapper/vgkubuntu-root ro quiet splash iommu=soft vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/19/2020
  dmi.bios.vendor: LENOVO
  dmi.bios.version: R12ET50W(1.20 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20NKS01Y00
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrR12ET50W(1.20):bd02/19/2020:svnLENOVO:pn20NKS01Y00:pvrThinkPadT495:rvnLENOVO:rn20NKS01Y00:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T495
  dmi.product.name: 20NKS01Y00
  dmi.product.sku: LENOVO_MT_20NK_BU_Think_FM_ThinkPad T495
  dmi.product.version: ThinkPad T495
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.101-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1887711/+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 1887685] Re: I Have no system settings

2020-07-15 Thread Hans Joachim Desserud
*** This bug is a duplicate of bug 1887683 ***
https://bugs.launchpad.net/bugs/1887683

** This bug has been marked a duplicate of bug 1887683
   I Have no system settings

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

Title:
  I Have no system settings

Status in xorg package in Ubuntu:
  New

Bug description:
  When I start the computer it loads as it always have but when I use the 
dropdowns to get a program it just flashes and loads  the top program three or 
for times.  So I then switch off and reboot, This I do two or three times until 
it works properly.
  Best Regards
  Gordon

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.15.0-111.112-generic 4.15.18
  Uname: Linux 4.15.0-111-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.137  Thu Sep 14 13:51:03 
PDT 2017
   GCC version:  gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
  .tmp.unity_support_test.1:
   
  ApportVersion: 2.20.9-0ubuntu7.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Jul 15 16:08:46 2020
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 304.137, 4.15.0-108-generic, x86_64: installed
   nvidia, 304.137, 4.15.0-109-generic, x86_64: installed
   nvidia, 304.137, 4.15.0-111-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. C61 [GeForce 7025 / nForce 630a] 
[1043:83a4]
  InstallationDate: Installed on 2012-09-29 (2846 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-111-generic 
root=UUID=6eb98a42-bc12-42f1-992b-97782d05bb24 ro splash quiet
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0702
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4N68T-M-LE-V2
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd01/26/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4N68T-M-LE-V2:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
  version.libdrm2: libdrm2 2.4.101-2~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
  xserver.bootTime: Wed Jul 15 11:12:03 2020
  xserver.configfile: /etc/X11/xorg.conf
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.19.6-1ubuntu4.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1887685/+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 1755138] Re: Update URL to project Homepage in package metadata

2020-07-10 Thread Hans Joachim Desserud
Thanks for reporting.

Looks like the home page link has been updated in Ubuntu 18.04 and newer
releases (https://packages.ubuntu.com/bionic/logrotate), so I'm marking
this as fixed. I've also linked the corresponding Debian bug report.

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

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

** Changed in: logrotate (Ubuntu)
   Status: New => Fix Released

** Tags added: packaging string-fix xenial

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

Title:
  Update URL to project Homepage in package metadata

Status in logrotate package in Ubuntu:
  Fix Released
Status in logrotate package in Debian:
  Unknown

Bug description:
  Description:  Ubuntu 16.04.4 LTS
  Release:  16.04

  logrotate:
Installiert:   3.8.7-2ubuntu2.16.04.2
Installationskandidat: 3.8.7-2ubuntu2.16.04.2

  The URL to the project Homepage is wrong:

  ~~~
  Homepage: https://fedorahosted.org/logrotate/
  ~~~

  The URL leads to a page that informs you about the retirement of
  fedorahosted (see https://fedoraproject.org/wiki/Infrastructure
  /Fedorahosted-retirement). I think the correct URL should be
  https://github.com/logrotate/logrotate.

  This is only a minor flaw but still it would be nice if it gets fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logrotate/+bug/1755138/+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 1841745] Re: Update to 1.2.0

2020-07-03 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #962735
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962735

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

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

Title:
  Update to 1.2.0

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

Bug description:
  The new version has non trivial change and is not in Debian/Fedora yet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxt/+bug/1841745/+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 1877626] Re: new upstream version

2020-05-09 Thread Hans Joachim Desserud
Thanks for reporting.

Looks like this has been synced and is currently in groovy-proposed
(https://bugs.launchpad.net/ubuntu/+source/dh-python/4.20200315). Btw,
when requesting syncs in the future you may want to subscribe the
`ubuntu-sponsors` team to take a look at it. See also
https://wiki.ubuntu.com/SyncRequestProcess#Submitting_your_request :)

** Changed in: dh-python (Ubuntu)
   Status: New => Fix Committed

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

Title:
  new upstream version

Status in dh-python package in Ubuntu:
  Fix Committed

Bug description:
  Debian's dh-python is now in version 4.20200315, which fixed a number
  of bugs, as can be seen on its changelog[1]. Please sync with the
  latest version.

  [1] https://metadata.ftp-master.debian.org/changelogs//main/d/dh-
  python/dh-python_4.20200315_changelog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-python/+bug/1877626/+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 1849835] Re: add-apt-repository does not work in focal

2020-04-29 Thread Hans Joachim Desserud
Eugene: do you get the exact same error message? Could you please
comment the command you run and the error message you see.

Also, since I found the "/usr/lib/python3/dist-
packages/aptsources/distro.py" file is part of python3-apt, could you
include the output of `apt policy python3-apt` to see which version you
are running?

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

Title:
  add-apt-repository does not work in focal

Status in software-properties package in Ubuntu:
  Fix Released

Bug description:
  I tested to use a ppa because I wanted to test if mkusb will work in
  focal. But

  add-apt-repository

  does not work.

  ---
  lubuntu@lubuntu:~$ sudo add-apt-repository ppa:mkusb/ppa  # existing ppa
  Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 107, in 
  sp = SoftwareProperties(options=options)
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
118, in __init__
  self.reload_sourceslist()
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
613, in reload_sourceslist
  self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in 
get_sources
  (self.id, self.codename))
  aptsources.distro.NoDistroTemplateException: Error: could not find a 
distribution template for Ubuntu/focal
  lubuntu@lubuntu:~$ sudo add-apt-repository ppa:qwerty/asdf  # not existing 
ppa: same output
  Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 107, in 
  sp = SoftwareProperties(options=options)
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
118, in __init__
  self.reload_sourceslist()
File 
"/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 
613, in reload_sourceslist
  self.distro.get_sources(self.sourceslist)
File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 93, in 
get_sources
  (self.id, self.codename))
  aptsources.distro.NoDistroTemplateException: Error: could not find a 
distribution template for Ubuntu/focal
  lubuntu@lubuntu:~$ lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu Focal Fossa (development branch)
  Release:20.04
  Codename:   focal
  lubuntu@lubuntu:~$ 
  ---

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: software-properties-common 0.98.5
  ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
  Uname: Linux 5.3.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8
  Architecture: amd64
  CasperVersion: 1.427
  CurrentDesktop: LXQt
  Date: Fri Oct 25 13:10:33 2019
  LiveMediaBuild: Lubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20191024)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1849835/+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 1869913] Re: "Click or press a key to unlock" string not translated into french

2020-04-10 Thread Hans Joachim Desserud
language-pack-gnome-fr 1:20.04+20200407 is now available in Focal, could
you check if this resolves the issue?

(I don't know if the date format has been changed/affected, that might
be a separate issue)

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

Title:
  "Click or press a key to unlock" string not translated into french

Status in language-pack-gnome-fr package in Ubuntu:
  Fix Committed

Bug description:
  On the lockscreen, the "Click or press a key to unlock" string is not
  translated, at least in french.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gdm3 3.34.1-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24
  Uname: Linux 5.4.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Mar 31 14:56:11 2020
  InstallationDate: Installed on 2019-02-21 (404 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: Upgraded to focal on 2020-03-20 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-gnome-fr/+bug/1869913/+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 1871185] Re: urls in ubuntu-bugs dialog not really clickable

2020-04-10 Thread Hans Joachim Desserud
** Tags added: focal

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

Title:
  urls in ubuntu-bugs dialog not really clickable

Status in apport package in Ubuntu:
  Confirmed

Bug description:
  when ubuntu-bug report suggests filing a bug report directly in
  launchpad for snap packages, the displayed url is clickable but the
  url stops at the first + symbol. see attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: apport 2.20.11-0ubuntu8.8
  ProcVersionSignature: Ubuntu 5.3.0-45.37-generic 5.3.18
  Uname: Linux 5.3.0-45-generic x86_64
  ApportLog:
   
  ApportVersion: 2.20.11-0ubuntu8.8
  Architecture: amd64
  CrashReports: 640:1000:124:8919925:2020-03-29 20:16:13.456640958 
+0200:2020-03-29 20:16:14.456640958 
+0200:/var/crash/_usr_bin_python3.7.1000.crash
  CurrentDesktop: XFCE
  Date: Mon Apr  6 19:50:16 2020
  InstallationDate: Installed on 2020-03-18 (18 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1871185/+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 1871484] Re: manpage refers to non-existent "tags configuration setting description below"

2020-04-08 Thread Hans Joachim Desserud
** Tags added: manpage

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

Title:
  manpage refers to non-existent "tags configuration setting description
  below"

Status in lvm2 package in Ubuntu:
  New

Bug description:
  And, AFAICT, it isn't present in any LVM manpage:

  $ zgrep tags /usr/share/man/man*/*lvm*
  /usr/share/man/man5/lvm.conf.5.gz:See \fBtags\fP configuration setting 
description below.
  /usr/share/man/man7/lvmreport.7.gz:Let's display one one more field in 
addition ("lv_tags" in this example)
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o+lv_tags
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o+tags
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o 
name,size,origin,snap_percent,tags,time
  /usr/share/man/man7/lvmreport.7.gz:# lvchange \-\-deltag test \-S 'tags = 
test'
  /usr/share/man/man7/lvmreport.7.gz:whole list strictly, its subset or 
intersection. Let's take "lv_tags"
  /usr/share/man/man7/lvmreport.7.gz:tags field. We're using { } to denote that 
we're interested in subset
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags={tagA}'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags=tagA'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 
'tags={tagA,tagC,tagD}'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags={tagA || 
tagC || tagD}'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags=[tagA]'  
  
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags=[tagB,tagA]'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags=[tagA || 
tagC || tagD]'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags=""'
  /usr/share/man/man7/lvmreport.7.gz:# lvs \-o name,tags \-S 'tags!=""'
  /usr/share/man/man8/lvm.8.gz:.B tags
  /usr/share/man/man8/lvm.8.gz:Display any tags defined on this host.
  /usr/share/man/man8/lvm.8.gz:Physical Volumes are considered to match if any 
of the listed tags is

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: lvm2 2.03.07-1ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu24
  Architecture: amd64
  CurrentDesktop: i3
  Date: Tue Apr  7 15:54:40 2020
  InstallationDate: Installed on 2019-05-07 (336 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  SourcePackage: lvm2
  UpgradeStatus: Upgraded to focal on 2019-11-15 (144 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1871484/+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 1869447] Re: python-is-python3 & python-is-python2 do not Provides: python

2020-03-28 Thread Hans Joachim Desserud
** Tags added: focal

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

Title:
  python-is-python3 & python-is-python2 do not Provides: python

Status in python-defaults package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New
Status in what-is-python package in Ubuntu:
  New

Bug description:
  This is a bug in Focal prerelease.

  Third-party packages like Steam currently appear to Depend: upon
  python, but nothing Provides: python, only Conflicts: python.

  I believe that python-is-... should Provide: python so that packages
  that expect to use /usr/bin/python aren't surprised.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-defaults/+bug/1869447/+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


  1   2   3   4   5   6   7   >