[Bug 1580088] Re: Trusty sbuild fails for source debs that contain staged dependencies

2024-05-28 Thread Jochen Sprickerhof
** Changed in: sbuild (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1580088

Title:
  Trusty sbuild fails for source debs that contain staged dependencies

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1619608] Re: sbuild should depend on libdpkg-perl ≥ 1.17.14

2024-05-28 Thread Jochen Sprickerhof
Closing this as it is about a backport for a no longer supported
version.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619608

Title:
  sbuild should depend on libdpkg-perl ≥ 1.17.14

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1619608/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1440851] Re: `--foreign` flag broken

2024-05-28 Thread Jochen Sprickerhof
trusty is no longer supported, so closing this.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440851

Title:
  `--foreign` flag broken

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2037302] Re: ros-robot and ros-simulators-dev missing related packages

2024-05-15 Thread Jochen Sprickerhof
apt show ros-robot gives:

Description: Python Robot OS robot metapackage
 This package is part of Robot OS (ROS). It is a metapackage which
 provides all the ROS robot system (including ROS base).
 .
 Different to upstream, this package does not provide:
 control_msgs, executive_smach, filters,
 xacro.
 Please install them from source, if you need them.

So it clearly describes the situation. What do you mean by packaging
errors?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2037302

Title:
  ros-robot and ros-simulators-dev missing related packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-metapackages/+bug/2037302/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2046047] Re: No aptX support

2024-05-15 Thread Jochen Sprickerhof
Thanks for the reply, the actual problem is that it must be --with-
libopenaptx not --enable-libopenaptx as currently in the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2046047

Title:
  No aptX support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez-alsa/+bug/2046047/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2046047] Re: No aptX support

2024-05-13 Thread Jochen Sprickerhof
From my understanding --enable-aptx and --enable-aptx-hd depend on
https://github.com/Arkq/openaptx which states in the readme:

This project is for research purposes only. Without a proper license
private and commercial usage might be a case of a patent infringement.

So we can't distribute it in Debian or depend on it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2046047

Title:
  No aptX support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez-alsa/+bug/2046047/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061171] Re: [FFe] Update sbuild to 0.85.7 for Noble

2024-04-12 Thread Jochen Sprickerhof
** Description changed:

  The new sbuild version contains a number of fixes for the unshare
- backend that would be good to have in Noble. In Debian, we have rebuild
- all of Debian stable (bookworm) with sbuild+unshare and found that
- adding dumb-init fixed 46 package builds, see:
+ backend that would be good to have in Noble.
+ 
+ We have rebuild all of Debian stable (bookworm) with sbuild+unshare and
+ found that adding dumb-init fixed 46 package builds, see:
  https://salsa.debian.org/debian/sbuild/-/merge_requests/60.
  
- In addition, this upload contains the following features:
-  - Allow the usage of 4M OVMF images if available.
-  - New CLI options --enable-network and --no-enable-network to allow more 
granular network access control during builds.
-  - Run post-build-failed-commands before cleanup.
+ The other changes are:
+ 
+ Add an --enable-network option for the unshare backend, useful to build
+ packages that net a network connection (debian-installer and debian-
+ installer-netboot-images in Debian).
+ 
+ Support 4M OVMF images in addition in sbuild-qemu.
+ 
+ Run --post-build-failed-commands before cleanup: This makes sure that
+ %SBUILD_PKGBUILD_DIR is still available (as documented in sbuild(1)) and
+ allows to retrieve files from a failed build.
+ 
+ Documentation changes.

** Description changed:

  The new sbuild version contains a number of fixes for the unshare
  backend that would be good to have in Noble.
  
  We have rebuild all of Debian stable (bookworm) with sbuild+unshare and
  found that adding dumb-init fixed 46 package builds, see:
  https://salsa.debian.org/debian/sbuild/-/merge_requests/60.
  
  The other changes are:
  
  Add an --enable-network option for the unshare backend, useful to build
  packages that net a network connection (debian-installer and debian-
  installer-netboot-images in Debian).
  
  Support 4M OVMF images in addition in sbuild-qemu.
  
  Run --post-build-failed-commands before cleanup: This makes sure that
  %SBUILD_PKGBUILD_DIR is still available (as documented in sbuild(1)) and
  allows to retrieve files from a failed build.
  
  Documentation changes.
+ 
+ Note that the sbuild.log contains the changelog.diff (debian/changelog
+ as this is a native package), build log and install log.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061171

Title:
  [FFe] Update sbuild to 0.85.7 for Noble

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061171] [NEW] [FFe] Update sbuild to 0.85.7 for Noble

2024-04-12 Thread Jochen Sprickerhof
Public bug reported:

The new sbuild version contains a number of fixes for the unshare
backend that would be good to have in Noble.

We have rebuild all of Debian stable (bookworm) with sbuild+unshare and
found that adding dumb-init fixed 46 package builds, see:
https://salsa.debian.org/debian/sbuild/-/merge_requests/60.

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

** Attachment added: "sbuild.log"
   https://bugs.launchpad.net/bugs/2061171/+attachment/5764364/+files/sbuild.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061171

Title:
  [FFe] Update sbuild to 0.85.7 for Noble

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1974196] Re: Installing libudev1 on a new Jammy installation uninstalls many packages.

2022-06-02 Thread Jochen Sprickerhof
Hi Tully,

in your minimal example libudev1 is already installed in the system
(util-linux : PreDepends: libudev1 and util-linux is essential). On the
other end, libnss-systemd, libpam-systemd, systemd-timesyncd and udev
are not essential (you can get the list with apt list '~E', note that
this does neither include systemd nor the kernel nor ubuntu-desktop
because the system could be a container). With this, the apt install
libudev1 action is the documented behavior (though maybe not intuitive):

   This is also the target to use if you want to upgrade one or more 
already-installed
   packages without upgrading every package you have on your system. 
Unlike the "upgrade"
   target, which installs the newest version of all currently installed 
packages,
   "install" will install the newest version of only the package(s) 
specified.

https://manpages.ubuntu.com/manpages/jammy/en/man8/apt-get.8.html

I.e. apt will try to fulfill the request to install the newest libudev1
without upgrading other packages and as this conflicts with other, non
essential, packages it will remove those.

You can avoid this with apt install --trivial-only libudev1 or apt
install --no-remove libudev1.

I was not able to reproduce the problem in ros2#1272 because of the
added Conflicts: in ros-humble-ros-workspace
(https://github.com/ros2-gbp/ros_workspace-release/pull/4).

Note that the Conflicts: libsystemd0 (<= 249.11-0ubuntu3), libudev1 (<=
249.11-0ubuntu3) are not really correct. The manual does not require
jammy-updates so installing on a system without it is broken now. You
probably want to add jammy-updates to the manual if the ROS build farm
includes them. Also they are rather temporary because any future updates
of src:systemd in jammy-updates could result in the same problem.

I would recommend to move the apt update && apt upgrade to the begin of
your manual and after adding additional apt sources.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1974196

Title:
  Installing libudev1 on a new Jammy installation uninstalls many
  packages.

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970120] Re: software-properties-qt Import Key FIle button does not work

2022-05-15 Thread Jochen
I can confirm the bug with some different behaviour:

1) The "Authentication  Import key file..." dialog opens, a file can be
selected but the key is not importet

2) Startet in a sudo terminal I do not get any messages

3) No other standard key is shown

4) "Other Software  Add..." is also not importing sources

tested with:
22.04 Mate
software-properties-gtk 0.99.22
software-properties-gtk 0.99.22.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970120

Title:
  software-properties-qt Import Key FIle button does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1970120/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971435] Re: Modem Manager gui crashed

2022-05-10 Thread Jochen
I can confirm the case

Modem: HUAWEI E153
network-manager 1.36.4-2ubuntu1
modem-manager-GUI 0.0.20-3
Kernel Linux 5.15.0-27-generic x86_64
Version 22.04 LTS (Jammy Jellyfish) 64-bit
MATE 1.26.0


yx@yx-HP:~$ modem-manager-gui
Connection manager: Network Manager >= 0.9.0
Modem manager: Modem Manager >= 0.7.0
Speicherzugriffsfehler bei Adresse: 0x20
Stack Trace:
1. /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_bit_lock+0x50) [0x7fd9e91ab540]
2. /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_bit_lock+0x50) [0x7fd9e91ab540]
3. /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_variant_n_children+0x1d) 
[0x7fd9e922537d]
4. 
/usr/lib/x86_64-linux-gnu/modem-manager-gui/modules/libmodcm_nm09.so(+0x3bc0) 
[0x7fd9e4c25bc0]
5. modem-manager-gui(mmguicore_connections_enum+0x6d) [0x555fd83b8d4d]
6. modem-manager-gui(+0x4a520) [0x555fd83d9520]
7. modem-manager-gui(mmguicore_devices_open+0x1c0) [0x555fd83bdf90]
8. modem-manager-gui(+0x415d2) [0x555fd83d05d2]
9. modem-manager-gui(+0x4a7a2) [0x555fd83d97a2]
yx@yx-HP:~$

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971435

Title:
  Modem Manager gui crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modem-manager-gui/+bug/1971435/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969911] Re: libdbd-mariadb-perl is not part of jammy

2022-05-02 Thread Jochen Schüttler
I tried downloading the source file via deb-src and compiling libdbd-
mariadb-perl on my own. In the course of installing missing dependencies
I accidentally installed mysql alongside mariadb and Froze both
installations. It turned out my incremental backups were not working
because mariabackup happily produced them after upgrade from 10.3.x to
10.6.7, but they were uncompatible during prepare phase.

After 2 days I got my system working again, but mysqlreport is still
unavailable. I guess you can understand I'm not happy nobody decided on
my bug report yet.

I don't understand why the deb-src source files for libdbd-mariadb-perl
need mysql rather than mariadb.

I contacted the developer Gregor Herrmann from the linked bug report,
but he couldn't help me after some point, because the Ubuntu version of
the source files differs from the Debian version he is supporting. Who
supports the Ubuntu version of libdbd-mariadb-perl?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969911

Title:
  libdbd-mariadb-perl is not part of jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbd-mariadb-perl/+bug/1969911/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969911] Re: libdbd-mariadb-perl is not part of jammy

2022-04-26 Thread Jochen Schüttler
** Description changed:

  I use mariadb-server and mysqlreport for that, depending on libdbd-
  mariadb-perl. That package was dropped from impish to jammy, so
- mysqlreport is not working any more. It seems it was not intentionally
- dropped but it doesn't compile on jammy. Please see into the reasons and
- include it into Ubuntu jammy.
+ mysqlreport is not working any more. There was a bug inside libdbd-
+ mariadb-perl, that is now fixed:
+ 
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002093
+ 
+ Please include the updated version of libdbd-mariadb-perl into jammy.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969911

Title:
  libdbd-mariadb-perl is not part of jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbd-mariadb-perl/+bug/1969911/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969911] [NEW] libdbd-mariadb-perl is not part of jammy

2022-04-22 Thread Jochen Schüttler
Public bug reported:

I use mariadb-server and mysqlreport for that, depending on libdbd-
mariadb-perl. That package was dropped from impish to jammy, so
mysqlreport is not working any more. It seems it was not intentionally
dropped but it doesn't compile on jammy. Please see into the reasons and
include it into Ubuntu jammy.

** Affects: libdbd-mariadb-perl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969911

Title:
  libdbd-mariadb-perl is not part of jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdbd-mariadb-perl/+bug/1969911/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1814246] Re: exfalso doesn't start

2022-04-18 Thread Jochen Sprickerhof
** Changed in: quodlibet (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1814246

Title:
  exfalso doesn't start

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961474] Re: Banking program Hibiscus not work

2022-04-18 Thread Jochen Sprickerhof
** Package changed: hibiscus (Ubuntu) => hibiscus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1961474

Title:
  Banking program Hibiscus not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hibiscus/+bug/1961474/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1968339] Re: Hibiscus Banking / Error in windows/buttons

2022-04-18 Thread Jochen Sprickerhof
** Package changed: hibiscus (Ubuntu) => hibiscus

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1968339

Title:
  Hibiscus Banking / Error in windows/buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/hibiscus/+bug/1968339/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964791] Re: Quod Libet fails to start with python 3.10, the default for Jammy

2022-04-01 Thread Jochen Sprickerhof
I've uploaded a fixed version to Debian, can someone help with getting
that into jammy?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964791

Title:
  Quod Libet fails to start with python 3.10, the default for Jammy

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964154] [NEW] Fails to build on ppc64el due custom compiler flags

2022-03-08 Thread Jochen Sprickerhof
Public bug reported:

from the logs:
lto1: error: ‘-mrelocatable’ and ‘-mno-minimal-toc’ are incompatible
lto1: error: ‘-mrelocatable’ and ‘-mcall-linux’ are incompatible
In member function ‘_M_construct’:

https://launchpadlibrarian.net/589594556/buildlog_ubuntu-jammy-
ppc64el.open3d_0.14.1+dfsg-7build2_BUILDING.txt.gz

** Affects: gcc-11 (Ubuntu)
 Importance: Undecided
 Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964154

Title:
  Fails to build on ppc64el due custom compiler flags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-11/+bug/1964154/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1963556] Re: Open3D segfaults when compiled with LTO

2022-03-04 Thread Jochen Sprickerhof
Hi Michael,

> tl;dr: probably an imgui bug causing an out of bounds write trashing
> malloc's internal data structures

Thanks for looking into it, sounds right.

I found that imgui in jammy is compiled with LTO and then statically linked
into open3d. Recompiling open3d (in jammy) with the imgui from Debian fixes
the problem. So I would propose to add imgui to the lto-disabled-list and
recompile open3d afterwards. What do you think?


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

** Also affects: lto-disabled-list (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1963556

Title:
  Open3D segfaults when compiled with LTO

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1963556] [NEW] Open3D segfaults when compiled with LTO

2022-03-03 Thread Jochen Sprickerhof
Public bug reported:

$ sudo apt install open3d-gui
$ Open3D
...
Segfault

We had the same problem in Debian and disabled LTO because of that.

https://github.com/isl-org/Open3D/issues/4747

** Affects: lto-disabled-list (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: lto

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1963556

Title:
  Open3D segfaults when compiled with LTO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lto-disabled-list/+bug/1963556/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949362] Re: gdalinfo returns undef_symbol

2022-01-18 Thread Jochen Sprickerhof
** Changed in: gdal (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949362

Title:
  gdalinfo returns  undef_symbol

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1843612] Re: The package is 2 years out of date and is missing key components (e.g. embed.h)

2021-12-21 Thread Jochen Sprickerhof
This bug report is 2 years out of date and is missing key components
(information)

On a more serious note, pybind11 is up to date in Debian and on the way to 
Ubuntu, see:
https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#pybind11

embed.h is in the pybind11-dev package.

Also note that Ubuntu generally does not update packages to new upstream
versions in a stable release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1843612

Title:
  The package is 2 years out of date and is missing key components (e.g.
  embed.h)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1843612] Re: The package is 2 years out of date and is missing key components (e.g. embed.h)

2021-12-21 Thread Jochen Sprickerhof
** Changed in: pybind11 (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1843612

Title:
  The package is 2 years out of date and is missing key components (e.g.
  embed.h)

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 191821] Re: r2e runs python from $PATH

2021-12-04 Thread Jochen Sprickerhof
Fixed in 1:3.13.1-1 (in proposed).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/191821

Title:
  r2e runs python from $PATH

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 191821] Re: r2e runs python from $PATH

2021-12-04 Thread Jochen Sprickerhof
** Changed in: rss2email (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/191821

Title:
  r2e runs python from $PATH

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1950245] Re: package python-rospkg (not installed) failed to install/upgrade: '/usr/lib/python2.7/dist-packages/rospkg/__init__.py' を上書きしようとしています。これはパッケージ python-rospkg-modules 1.3.0-1 にも存在します

2021-12-04 Thread Jochen Sprickerhof
python-rospkg was dropped with all Python 2 packages before focal. You
log states python-rospkg-modules 1.3.0-1 as conflicting. That was never
part of a Ubuntu release but probably from packages.ros.org.

** Changed in: ros-rospkg (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1950245

Title:
  package python-rospkg (not installed) failed to install/upgrade:
  '/usr/lib/python2.7/dist-packages/rospkg/__init__.py'
  を上書きしようとしています。これはパッケージ python-rospkg-modules 1.3.0-1 にも存在します

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-rospkg/+bug/1950245/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949487] Re: Debian's libpoco-dev is falsely marked multi-arch

2021-11-08 Thread Jochen Sprickerhof
Hi Dick,

can you give a list of files that are you think conflict?
Also which Ubuntu version did you use?
Assuming it is not this:

> UpgradeStatus: Upgraded to focal on 2020-08-20 (439 days ago)

Finally, note that you can't install multiple versions of libpoco-dev at
the same time as libmariadb-dev is not Multi-Arch compatible, see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920365

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949487

Title:
  Debian's libpoco-dev is falsely marked multi-arch

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949487] Re: Debian's libpoco-dev is falsely marked multi-arch

2021-11-07 Thread Jochen Sprickerhof
** Changed in: poco (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949487

Title:
  Debian's libpoco-dev is falsely marked multi-arch

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1249306] Re: parallel-ssh manpage refers to pscp, prsync, pslurp and pnuke

2021-10-27 Thread Jochen Sprickerhof
** Changed in: pssh (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1249306

Title:
  parallel-ssh manpage refers to pscp, prsync, pslurp and pnuke

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 291111] Re: pssh (parallel-scp) invalid argument

2021-10-27 Thread Jochen Sprickerhof
** Changed in: pssh (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/29

Title:
  pssh (parallel-scp) invalid argument

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 342356] Re: pssh parallel-ssh [Errno 10] No child processes

2021-10-27 Thread Jochen Sprickerhof
** Changed in: pssh (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/342356

Title:
  pssh parallel-ssh [Errno 10] No child processes

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528791] Re: hangs if no tty input is provided

2021-10-27 Thread Jochen Sprickerhof
** Changed in: pssh (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/528791

Title:
  hangs if no tty input is provided

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942361] Re: Wrong terminus font-size

2021-10-21 Thread Jochen Sprickerhof
This seems to be cause by the line:

TrueType

In the /etc/fonts/conf.d/71-enable-terminus.conf. Removing it should fix your 
problem.
This was added in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960502.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942361

Title:
  Wrong terminus font-size

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfonts-terminus/+bug/1942361/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893922] Re: euslisp autopkgtest failures in groovy on ppc64el

2021-10-06 Thread Jochen Sprickerhof
** Changed in: euslisp (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893922

Title:
  euslisp autopkgtest failures in groovy on ppc64el

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895321] Re: stack smashing detected in /usr/lib/plan9/bin/sha1sum on s390x

2021-10-06 Thread Jochen Sprickerhof
** Changed in: 9base (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895321

Title:
  stack smashing detected in /usr/lib/plan9/bin/sha1sum on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/9base/+bug/1895321/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1936709] Re: missing python-gi dependency in gpxviewer

2021-09-21 Thread Jochen Sprickerhof
This is a duplicate of https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=853092 and has been fixed in newer versions.

** Changed in: gpxviewer (Ubuntu)
   Status: Incomplete => Fix Released

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936709

Title:
  missing python-gi dependency in gpxviewer

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1936709] Re: missing python-gi dependency in gpxviewer

2021-09-11 Thread Jochen Sprickerhof
gpxviewer uses Python 3 and has a python3-gi dependency in the latest version: 
https://packages.ubuntu.com/hirsute/gpxviewer

Which package and Ubuntu version did you use?

** Changed in: gpxviewer (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1936709

Title:
  missing python-gi dependency in gpxviewer

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938614] Re: Libreoffice Help is till not working

2021-08-05 Thread Jochen
I have made a screenshot of what happens when pressing F1 or trying to
open the help function with a shortcut. Libre Office tries to start the
old help window what is not longer supperted. (By the way, it was a very
bad idea to use the browser as help display).

This screenshot is now from Version: 6.4.7.2 Build-ID:
1:6.4.7-0ubuntu0.20.04.1

I don't know what else I could give you as more detailed information.
Tell me of what I have to check for.


** Attachment added: "old help window"
   
https://bugs.launchpad.net/df-libreoffice/+bug/1938614/+attachment/5515948/+files/Bildschirmfoto%20zu%202021-08-05%2009-06-56.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938614

Title:
  Libreoffice Help is till not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1938614/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Re: install freezes on Acer Aspire 3 A317-33-P4X1

2021-08-03 Thread Jochen Rothermel
Hi Adryan,

I checked another machine (same model and maker). There I had the exact
same problem. I finally returned the laptops, as I could not use them.
Have purchased other hardware, I am still waiting for.

So to answer your question: the issue was not fixed.

Best regards, 
Jochen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1705861] Re: Update OpenCV to 3.x

2021-06-29 Thread Jochen Sprickerhof
closing as new version are in Ubuntu.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1705861

Title:
  Update OpenCV to 3.x

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904093] Re: libpcl 1.10.0 bugs

2021-06-29 Thread Jochen Sprickerhof
The process to update a stable Ubuntu version is documented here: 
https://wiki.ubuntu.com/StableReleaseUpdates
Note that it lists strict requirements on adding new upstream versions in 2.3 
which PCL does not qualify. I propose to use a new Ubuntu release if you want 
to use a newer PCL.

** Changed in: pcl (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904093

Title:
  libpcl 1.10.0 bugs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928819] Re: File "PCLConfig.cmake" will unexpectedly change BOOST_ROOT and lead to link error

2021-06-29 Thread Jochen Sprickerhof
I assume you are using libpcl-dev_1.10.0 (Ubuntu 20.04) or libpcl-dev_1.11.1 
(Ubuntu 20.10 and 21.04) based on that line 435 should set 
PCL_ALL_IN_ONE_INSTALLER to ON. That would be this line in git: 
https://github.com/PointCloudLibrary/pcl/blob/pcl-1.11.1/PCLConfig.cmake.in#L411
PCL_ROOT is set to /usr in the package, so there would need to be a 
/usr/3rdParty folder on your system to trigger this behavior. That is not a 
path provided by Ubuntu and I would propose to remove it from your system and 
see if it fixes your problem.

I've send a PR upstream to fix this:
https://github.com/PointCloudLibrary/pcl/pull/4821

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928819

Title:
  File "PCLConfig.cmake" will unexpectedly change BOOST_ROOT and lead to
  link error

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927694] Re: libgazebo11 has unmet dependencies on libignition-common3

2021-06-20 Thread Jochen Sprickerhof
please ask at https://answers.gazebosim.org/questions/

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927694

Title:
  libgazebo11 has unmet dependencies on libignition-common3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928591] Re: SyntaxWarning during installation

2021-06-20 Thread Jochen Sprickerhof
Was fixed in version 1.8.0-1

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928591

Title:
  SyntaxWarning during installation

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1924951] Re: Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured while calculating the upgrade."

2021-05-20 Thread Jochen Ehnes
Hi Brian,

I just tried it, but it seems to have the same issue:

admin@jv:/home/jochen$ do-release-upgrade -p
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [1,554 B]  
   
Get:2 Upgrade tool [1,349 kB]   
   
Fetched 1,350 kB in 0s (0 B/s)  
   
authenticate 'focal.tar.gz' against 'focal.tar.gz.gpg' 
extracting 'focal.tar.gz'
[sudo] password for admin: 

To continue please press [ENTER]

Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/main i386 Packages [718 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 DEP-11 Metadata [494 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/main DEP-11 48x48 Icons [98.4 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/main DEP-11 64x64 Icons [163 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 c-n-f Metadata [29.5 
kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8,628 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal/universe i386 Packages [4,642 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5,124 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 DEP-11 Metadata 
[3,603 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal/universe DEP-11 48x48 Icons 
[3,016 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal/universe DEP-11 64x64 Icons 
[7,794 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata 
[265 kB]
Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [480 
kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [988 
kB]
Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [224 
kB]
Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 
Metadata [264 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main DEP-11 48x48 Icons 
[55.6 kB]
Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main DEP-11 64x64 Icons 
[87.9 kB]
Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata 
[13.4 kB]
Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages 
[777 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages 
[574 kB]
Get:28 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en 
[167 kB]
Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 
Metadata [323 kB]
Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 48x48 
Icons [204 kB]
Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe DEP-11 64x64 
Icons [362 kB]
Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f 
Metadata [17.5 kB]
Get:33 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f 
Metadata [112 B]
Get:34 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages 
[2,932 B]
Get:35 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages 
[4,032 B]
Get:36 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en 
[1,448 B]
Get:37 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 
Metadata [1,764 B]
Get:38 http://archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 48x48 
Icons [2,809 B]
Get:39 http://archive.ubuntu.com/ubuntu focal-backports/universe DEP-11 64x64 
Icons [3,944 B]
Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f 
Metadata [224 B]
Get:41 http://archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [664 
kB]
Get:42 http://archive.ubuntu.com/ubuntu focal-security/main i386 Packages [237 
kB]
Get:43 http://archive.ubuntu.com/ubuntu focal-security/main Translation-en [134 
kB]
Get:44 http://archive.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 
Metadata [24.4 kB]
Get:45 http://archive.ubuntu.com/ubuntu focal-security/main DEP-11 48x48 Icons 
[11.0 kB]
Get:46 http://archive.ubuntu.com/ubuntu focal-security/main DEP-11 64x64 Icons 
[16.5 kB]
Get:47 http://archive.ubuntu.com/ubuntu focal-security/main amd64 c-n-f 
Metadata [7,668 B]
Get:48 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages 
[578 kB]
Get:49 http://archive.ubuntu.com/ubuntu focal-security/universe i386 Packages 
[457 kB]
Get:50 http://archive.ubuntu.com

[Bug 1924951] Re: Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured while calculating the upgrade."

2021-05-20 Thread Jochen Ehnes
Are you talking about this question (see copy of the output in the
terminal below)?


Reading cache

Checking package manager

Continue running under SSH?

This session appears to be running under ssh. It is not recommended 
to perform a upgrade over ssh currently because in case of failure it 
is harder to recover. 

If you continue, an additional ssh daemon will be started at port 
'1022'. 
Do you want to continue? 

Continue [yN]


At this time I press N to stop. 

However, this comes very early in my experience and the result is the
same with and without the -p option. Last time I tried to upgrade the
machine directly I also remember more stuff coming out in the terminal
before the error occured.

Or is there another point later at which you can choose to upgrade or
abort?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1924951

Title:
  Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured
  while calculating the upgrade."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1924951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1924951] Re: Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured while calculating the upgrade."

2021-05-18 Thread Jochen Ehnes
Thanks for the help Brian, really appreciated.

This is just to inform you that it will take a while until I can try
this and report the results back to you. This machine is located at my
workplace, but due to the recent increase of Covid-19 cases in Singapore
we are supposed to work from home for now. As doing a release upgrade is
discouraged via ssh, this will have to wait a few weeks until we can go
back to the office.

Best regards,
Jochen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1924951

Title:
  Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured
  while calculating the upgrade."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1924951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Re: install freezes on Acer Aspire 3 A317-33-P4X1

2021-05-13 Thread Jochen Rothermel
finally I managed to attach the 2 screen prints as well as the log information
please let me know, if more is required
I fear, if the bug is on status "confirmed" nobody would look at it - so I try 
to reopen it
hope this is correct
br, Jochen

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Re: install freezes on Acer Aspire 3 A317-33-P4X1

2021-05-13 Thread Jochen Rothermel
nvme: frocen state error detected

after

pcieport error

attachment ist not uploading

** Attachment added: "1. Screenshot - hanging messages when installing"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1928300/+attachment/5496981/+files/1.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Re: install freezes on Acer Aspire 3 A317-33-P4X1

2021-05-13 Thread Jochen Rothermel
** Changed in: linux (Ubuntu)
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Re: install freezes on Acer Aspire 3 A317-33-P4X1

2021-05-13 Thread Jochen Rothermel
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] PaInfo.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1928300/+attachment/5496971/+files/PaInfo.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Lsusb-t.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496969/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Lspci.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1928300/+attachment/5496967/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] CurrentDmesg.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496965/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Lsusb-v.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496970/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Lspci-vt.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496968/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] IwConfig.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496966/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] CRDA.txt

2021-05-13 Thread Jochen Rothermel
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1928300/+attachment/5496964/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] Re: install freezes on Acer Aspire 3 A317-33-P4X1

2021-05-13 Thread Jochen Rothermel
apport information

** Tags added: apport-collected hirsute

** Description changed:

  Hi,
  
  I have issues with many linux systems on this new Acer. Windows was
  working fine. I installed Windows to upgrade to the latest BIOS version.
  
  When installing Linux, sometimes I succeed. But when running the system,
  it freezes / hangs after a couple of minutes. I tried: Ubuntu, Lubuntu,
  EndavourOS, Mangaro, ...
  
  Now I am back on Ubuntu 21.04. The install hangs with "frozen state
  error detected" see screen print 1 attached. The second screen shot
  shows the messages, when I go to the live_usb system.
  
  I collected via "ubuntu-bug linux" the following information.
  
  Thx for taking a look.
  
  Best regards,
  
  Jochen
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu65
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 4504 F pulseaudio
+ CasperMD5CheckResult: pass
+ CasperVersion: 1.461
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 21.04
+ LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 04ca:3015 Lite-On Technology Corp. Qualcomm Atheros 
QCA9377 Bluetooth
+  Bus 001 Device 003: ID 04f2:b5e0 Chicony Electronics Co., Ltd VGA WebCam
+  Bus 001 Device 002: ID 0930:6544 Toshiba Corp. TransMemory-Mini / Kingston 
DataTraveler 2.0 Stick
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Acer Aspire A317-33
+ NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/username.seed maybe-ubiquity quiet splash ---
+ ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
+ RelatedPackageVersions:
+  linux-restricted-modules-5.11.0-16-generic N/A
+  linux-backports-modules-5.11.0-16-generic  N/A
+  linux-firmware 1.197
+ Tags:  hirsute
+ Uname: Linux 5.11.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/09/2021
+ dmi.bios.release: 1.7
+ dmi.bios.vendor: Insyde Corp.
+ dmi.bios.version: V1.07
+ dmi.board.asset.tag: Type2 - Board Chassis Location
+ dmi.board.name: Lilac_JL
+ dmi.board.vendor: JSL
+ dmi.board.version: V1.07
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: V1.07
+ dmi.ec.firmware.release: 1.2
+ dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.07:bd04/09/2021:br1.7:efr1.2:svnAcer:pnAspireA317-33:pvrV1.07:rvnJSL:rnLilac_JL:rvrV1.07:cvnAcer:ct10:cvrV1.07:
+ dmi.product.family: Aspire 3
+ dmi.product.name: Aspire A317-33
+ dmi.product.sku: 
+ dmi.product.version: V1.07
+ dmi.sys.vendor: Acer

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496963/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928301] [NEW] install freezes on Acer Aspire 3 A317-33-P4X1 - duplicate please close / delete

2021-05-13 Thread Jochen Rothermel
Public bug reported:

...this can be closed - is a duplicate - sorry.

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

** Description changed:

- Hi,
- 
- I have issues with many linux systems on this new Acer. Windows was
- working fine. I installed Windows to upgrade to the latest BIOS version.
- 
- When installing Linux, sometimes I succeed. But when running the system,
- it freezes / hangs after a couple of minutes. I tried: Ubuntu, Lubuntu,
- EndavourOS, Mangaro, ...
- 
- Now I am back on Ubuntu 21.04. The install hangs with "frozen state
- error detected" see screen print 1 attached. The second screen shot
- shows the messages, when I go to the live_usb system.
- 
- I collected via "ubuntu-bug linux" the following information.
- 
- Thx for taking a look.
- 
- Best regards,
- 
- Jochen
+ ...this can be closed - is a duplicate - sorry.

** Summary changed:

- install freezes on Acer Aspire 3 A317-33-P4X1
+ install freezes on Acer Aspire 3 A317-33-P4X1 - duplicate please close / 
delete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928301

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1 - duplicate please close
  / delete

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928300] [NEW] install freezes on Acer Aspire 3 A317-33-P4X1

2021-05-13 Thread Jochen Rothermel
Public bug reported:

Hi,

I have issues with many linux systems on this new Acer. Windows was
working fine. I installed Windows to upgrade to the latest BIOS version.

When installing Linux, sometimes I succeed. But when running the system,
it freezes / hangs after a couple of minutes. I tried: Ubuntu, Lubuntu,
EndavourOS, Mangaro, ...

Now I am back on Ubuntu 21.04. The install hangs with "frozen state
error detected" see screen print 1 attached. The second screen shot
shows the messages, when I go to the live_usb system.

I collected via "ubuntu-bug linux" the following information.

Thx for taking a look.

Best regards,

Jochen

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

** Attachment added: "IMG_20210513_084038_1280x720.jpg"
   
https://bugs.launchpad.net/bugs/1928300/+attachment/5496932/+files/IMG_20210513_084038_1280x720.jpg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928300

Title:
  install freezes on Acer Aspire 3 A317-33-P4X1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927836] Re: freezing

2021-05-12 Thread Jochen Rothermel
** Changed in: linux (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927836

Title:
  freezing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927836] Re: freezing

2021-05-12 Thread Jochen Rothermel
Hi Daniel,

I have the exact same symptom of a freezing Acer Aspire 3 A317-33 after
a few minutes. I tried multiple times to install Ubuntu, Lubuntu,
EndavourOS, Manjero and others. They all freeze after several minutes of
usage.

In case this would also "hint" to a hardware issue, as suspected in the
case above (Jean), how can I prove that?

Thx and best regards, 
Jochen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927836

Title:
  freezing

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1924951] [NEW] Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured while calculating the upgrade."

2021-04-18 Thread Jochen Ehnes
Public bug reported:

Description:Ubuntu 18.04.5 LTS
Release:18.04

I clicked the button to upgrade the system in the dialogue box that
popped up telling me that there is a new version of the OS I can upgrade
to.

After the Distribution upgrade was running for a short while, it showed
the following error message:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to
investigate this yourself the log files in '/var/log/dist-upgrade' will
contain details about the upgrade. Specifically, look at 'main.log' and
'apt.log'.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.42
ProcVersionSignature: Ubuntu 5.4.0-62.70~18.04.1-generic 5.4.78
Uname: Linux 5.4.0-62-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr 19 10:28:34 2021
InstallationDate: Installed on 2019-09-17 (579 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-04-19 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade third-party-packages

** Attachment added: "This is the /var/log/dist-upgrade/main.log file mentioned 
in the error message"
   https://bugs.launchpad.net/bugs/1924951/+attachment/5489623/+files/main.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1924951

Title:
  Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured
  while calculating the upgrade."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1924951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1924951] Re: Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured while calculating the upgrade."

2021-04-18 Thread Jochen Ehnes
** Attachment added: "And this is the /var/log/dist-upgrade/apt.log file"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1924951/+attachment/5489632/+files/apt.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1924951

Title:
  Cannot upgrade from 18.04 to 20.04 "An unresolvable problem occured
  while calculating the upgrade."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1924951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895321] Re: stack smashing detected in /usr/lib/plan9/bin/sha1sum on s390x

2021-02-28 Thread Jochen Sprickerhof
Fixed in version 1:6-11

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895321

Title:
  stack smashing detected in /usr/lib/plan9/bin/sha1sum on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/9base/+bug/1895321/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1915736] [NEW] Ubuntu installer app crash

2021-02-15 Thread Jochen Alleyne
Public bug reported:

Installer crashed when formatting partitions

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.455
CurrentDesktop: ubuntu:GNOME
Date: Mon Feb 15 11:24:03 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1915736

Title:
  Ubuntu installer app crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1911245] [NEW] interlinked second screen is switched on althogh there is none - macBook Pro 2010 - ubuntu 20.4 LTS, 18.4 LTS

2021-01-12 Thread Jochen Roddewig
Public bug reported:

On MacBook Pro (2010) Ubuntu 20.4.1 LTS and 18.4.5 LTS recognizes a second 
interlinked screen which doesn't exist. This happens also in the Try mode when 
Ubuntu sill isn't installed and also after update. You can push the mousecurser 
from the left (2) to the right (1) screen or you can change in the screen in 
the settings. But then you can do nothing, because the setting window comes on 
that screen which doesn't esist. You even can not shutdown. If you set the 
computer to only one screen, the setting is reset to the former setting with 
the two screens. But mostly you can't confirm the setting because the screen 
turn black for more then 10 seconds. I found a workaround by starting the 
recovery version. 
3,7GiB, Intel core i5CPU m520 2.4GHz x 4, graphic llvmpipe (LLVM 10.0.0, 128 
bits, GNOME 3.28.2 64 bit 
The computer sent no error message.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911245

Title:
  interlinked second screen is switched on althogh there is none -
  macBook Pro 2010 - ubuntu 20.4 LTS, 18.4 LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1910555] Re: Driver build error on kernel 5.8, but works on 5.4

2021-01-12 Thread Jochen Roddewig
Same on a MacBook Pro: After updating including Package bcmwl-kernel-
source 6.30.223.271+bdcom-0ubuntu5 the wlan chipset is ignored. Before
that it works fine. Now i took 18.4 LTS on the MacBook. It works fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1910555

Title:
  Driver build error on kernel 5.8, but works on 5.4

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1901235] Re: ERROR: Rosdep experienced an error: a bytes-like object is required, not 'str'

2021-01-04 Thread Jochen Sprickerhof
** Changed in: ros-rosdep (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1901235

Title:
  ERROR: Rosdep experienced an error: a bytes-like object is required,
  not 'str'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-rosdep/+bug/1901235/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908638] Re: mounts to polydirs not working

2021-01-04 Thread Jochen Sprickerhof
> If so, another option like "ignoresource" might be useful. I'm thinking
> something like:
>
> checkmounted="0/1/true/false"
> ignoresource="0/1/true/false"

Yes, I think both would make sense.

> After more looking around, it looks like pam_utabent_matches really
ought to be using vpt->combopath instead of vpt->volume since it is
being set reliably in mount_op and defaults to being a copy of
vpt->volume. I have submitted a merge request with pam_mount upstream
for this.

That probably solves it for NFS but still not for mount.crypt. We could add a
case CMD_CRYPTMOUNT in there and compute the path as mount.crypt does but
would need an extra variable as it's not the same as vpt->combopath.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908638

Title:
  mounts to polydirs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1908638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908638] Re: mounts to polydirs not working

2020-12-30 Thread Jochen Sprickerhof
> Is "checkmounted" a standard / API function somewhere?

No, that would be a new option to be added.

> I'm not seeing how the path gets to be unpredictable (at least for NFS
on the linked bug). It looks more like vpt->volume might be failing to
match the source path in pmt_utabent_matches as a result of certain xml
configs because it's using the content of the path element verbatim
instead of constructing it from multiple elements (e.g.
'path="nfs:/home/prisoners/p"' vs. 'server="nfs"
path="/home/prisoners/p"') as happens in pmt_vol_to_dev.

Interesting, I was not aware of this function. Still there could be
other functions applied. for example I have path="/dev/disk/by-
label/home" which is passed to mount.crypt and transformed to
/dev/mapper/_dev_nvme0n1p3 in the mount output. This is done in
dmc_crypto_name but it could be a function outside of pam_mount as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908638

Title:
  mounts to polydirs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1908638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908638] Re: mounts to polydirs not working

2020-12-28 Thread Jochen Sprickerhof
The behavior prior to the 14* patch was to only mount if (path,
mountpoint) are not listed as mounted. But some mount helpers rewrite
the path before mounting (like cryptsetup transitioning through
/dev/mapper or NFS, as detailed in https://bugs.debian.org/799752). For
those the check always fails and the mount would be redone on every
login. The patch drops the path from the check as it is not predictable
and only checks if mountpoint is listed as mounted.

Your use case is the other way round, you want to mount something on top
of a mount point. The only way I see this works is by adding an option
to not check for mounts at all. Maybe checkmounted?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908638

Title:
  mounts to polydirs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1908638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908638] Re: mounts to polydirs not working

2020-12-26 Thread Jochen Sprickerhof
What about mounting only path="home/%(DOMAIN_USER)" as shown here:
http://www.awerner.myhome-server.de/doku.php?id=it-artikel:linux:how-to-
join-or-connect-ubuntu-desktop-18.10-workstation-to-an-active-directory-
ad-domain-including-automatic-mounting-of-cifs-smb-shares-and-home-
directory

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908638

Title:
  mounts to polydirs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1908638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891552] Re: Segmentation Fault in libpcre2-8-0 when using regex in (cifs) volume

2020-12-26 Thread Jochen Sprickerhof
** Changed in: pcre2 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891552

Title:
  Segmentation Fault in libpcre2-8-0 when using regex in (cifs) volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1891552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908638] Re: mounts to polydirs not working

2020-12-25 Thread Jochen Sprickerhof
Hi Evan,

thanks for opening the bug, it is indeed a result of the 
0014-Don-t-compare-source-when-checking-if-it-s-already-m.patch.
As far as I understand polydirs are implemented as mount overlays and so /data2 
in your example is a mount point already.
You can test this with this example using the same functions as libpam-mount:

// sudo apt install gcc libmount-dev; cc -o lsmount lsmount.c -lmount;
./lsmount

#include 

int main()
{
struct libmnt_context *ctx;
struct libmnt_table *table;
struct libmnt_iter *iter;
struct libmnt_fs *fs;

ctx = mnt_new_context();
if (ctx == NULL)
return -1;
if (mnt_context_get_mtab(ctx, ) != 0)
goto out;
iter = mnt_new_iter(MNT_ITER_BACKWARD);
if (iter == NULL)
goto out;

while (mnt_table_next_fs(table, iter, ) == 0)
printf("source:\t%s target: %s\n", mnt_fs_get_source(fs), 
mnt_fs_get_target(fs));
 out:
mnt_free_context(ctx);
return 0;
}

It should list /data2 as a target if run as the user with the polydir.
As far as I understand, mounting something on top of the polydir would hide the 
polydir.

Can you give some more background of your setup?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908638

Title:
  mounts to polydirs not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/1908638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1880999] Re: SRU: bump version to make compatible with upstream awscli requirements

2020-10-19 Thread Jochen Sprickerhof
You probably wanted 0.3.3-1~ubuntu0.18.04.1 as the version here because
now the version in bionic-updates is higher then the on in focal (same
for xenial):

https://packages.ubuntu.com/search?suite=all=names=python3-s3transfer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1880999

Title:
  SRU: bump version to make compatible with upstream awscli requirements

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1896118] Re: PCLConfig.cmake fails to find pcl due to usrmerge

2020-10-17 Thread Jochen Sprickerhof
I failed to reproduce this using:
1. Fresh installed 20.4
2. sudo apt install g++ cmake libpcl-dev
3. echo "find_package(PCL)" > CMakeLists.txt
4- cmake .

Can you try it again and maybe post your CMakeCache.txt?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1896118

Title:
  PCLConfig.cmake fails to find pcl due to usrmerge

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1892529] Re: `catkin` doesn't recognize `lint` verb

2020-10-17 Thread Jochen Sprickerhof
** Changed in: ros-catkin-lint (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1892529

Title:
  `catkin` doesn't recognize `lint` verb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-catkin-lint/+bug/1892529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1766983] Re: gpxviewer crashes from Unity and hangs from Terminal

2020-10-17 Thread Jochen Sprickerhof
** Changed in: gpxviewer (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1766983

Title:
  gpxviewer crashes from Unity and hangs from Terminal

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1489170] Re: gpsbabel ignores track data in doc.kml converts only start and end

2020-10-17 Thread Jochen Sprickerhof
** Changed in: gpsbabel (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1489170

Title:
  gpsbabel ignores track data in doc.kml converts only start and end

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 796277] Re: Package "gpsbabel-gui" does not create a start menu link

2020-10-17 Thread Jochen Sprickerhof
** Changed in: gpsbabel (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/796277

Title:
  Package "gpsbabel-gui" does not create a start menu link

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 158767] Re: [needs-packaging] gtk-g-rays2

2020-10-17 Thread Jochen Sprickerhof
** Changed in: gpsbabel (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/158767

Title:
  [needs-packaging] gtk-g-rays2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1824734] Re: GPS weeknumber epoch rollover support

2020-10-17 Thread Jochen Sprickerhof
** Changed in: gpsbabel (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824734

Title:
  GPS weeknumber epoch rollover support

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1761362] Re: gpsbabel versions 1.5.0 through 1.5.4: geo.cc only handles integer terrain or difficulty

2020-10-17 Thread Jochen Sprickerhof
** Changed in: gpsbabel (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1761362

Title:
  gpsbabel versions 1.5.0 through 1.5.4: geo.cc only handles integer
  terrain or difficulty

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1890328] [NEW] Installation crash

2020-08-04 Thread Jochen Alleyne
Public bug reported:

Crash during Ubuntu 20 LTS install

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/l/linux-restricted-modules/linux-modules-nvidia-440-generic-hwe-20.04_5.4.0-26.30+2_amd64.deb
 
./pool/restricted/l/linux-restricted-modules/linux-modules-nvidia-390-generic-hwe-20.04_5.4.0-26.30+2_amd64.deb
 
./pool/restricted/n/nvidia-graphics-drivers-440/xserver-xorg-video-nvidia-440_440.82+really.440.64-0ubuntu6_amd64.deb
CasperMD5CheckResult: fail
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug  4 14:25:01 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_CA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890328

Title:
  Installation crash

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889159] Re: Problems with secondary display & mouse cursor

2020-07-28 Thread Jochen Barth
did install linux-firmware=1.187 (1.187.1 was not available):

Package: linux-firmware   
Version: 1.187.2
State: installed (1.187), upgrade available (1.187.2)

Doesn't help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889159

Title:
  Problems with secondary display & mouse cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1889159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889159] Re: Problems with secondary display & mouse cursor

2020-07-28 Thread Jochen Barth
"some pinkish content on the right fifth." ... where the login screen
should be displayed instead.

Updates done yesterday:

Start-Date: 2020-07-27  08:08:21
Commandline: aptdaemon role='role-commit-packages' sender=':1.78'
Upgrade: libseccomp2:amd64 (2.4.3-1ubuntu3.20.04.2, 2.4.3-1ubuntu3.20.04.3), pyt
hon3-pil:amd64 (7.0.0-4build1, 7.0.0-4ubuntu0.1), language-pack-de:amd64 (1:20.0
4+20200416, 1:20.04+20200709), language-pack-de-base:amd64 (1:20.04+20200416, 1:
20.04+20200709), linux-firmware:amd64 (1.187.1, 1.187.2)
End-Date: 2020-07-27  08:09:50

Ok... no Xorg server update. Perhaps linux-firmware. Perhaps hardware.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889159

Title:
  Problems with secondary display & mouse cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1889159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889159] [NEW] Problems with secondary display & mouse cursor

2020-07-28 Thread Jochen Barth
Public bug reported:

since 2020-08-27 the secondary display (1600x1200) (attached via analog
vga cable) of my Thinkpad-T60 model 2007-qpg (ATI Mobility Radeon X1400)
does shows some pinkish content on the right fifth.

Unattaching the display, using the laptop display does work, but mouse
cursor (see below) has the same problem.

Furthermore the mouse cursor is - instead of the usual arrow - a
vertical dotted line of 16 pixel with approx. 4 pixel spacing. Changing
mouse cursor layout in settings does not help.

Since this laptop always worked without any flaw, I assume a software
bug.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xserver-xorg-video-radeon 1:19.1.0-1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: XFCE
Date: Tue Jul 28 08:36:09 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV515/M54 [Mobility Radeon X1400] 
[1002:7145] (prog-if 00 [VGA controller])
   Subsystem: Lenovo Thinkpad T60 model 2007 [17aa:2006]
InstallationDate: Installed on 2020-07-17 (11 days ago)
InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: LENOVO 2007QPG
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   3.3V
  32-bit
  PC Card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=8944279f-15bc-47d0-b491-dac6986cb6e8 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-ati
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/27/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 79ETE5WW (2.25 )
dmi.board.name: 2007QPG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr79ETE5WW(2.25):bd08/27/2009:svnLENOVO:pn2007QPG:pvrThinkPadT60:rvnLENOVO:rn2007QPG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.family: ThinkPad T60
dmi.product.name: 2007QPG
dmi.product.version: ThinkPad T60
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.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

** Affects: xserver-xorg-video-ati (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889159

Title:
  Problems with secondary display & mouse cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1889159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871725] Re: python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any API accepting a str is used

2020-07-27 Thread Jochen Sprickerhof
I tested: python3-pykdl:amd64 1.4.0-7ubuntu1
by:
python3 -c "import PyKDL; PyKDL.Tree('foobar')"
git clone https://github.com/ros/kdl_parser/
rm kdl_parser_py/CATKIN_IGNORE
catkin_make run_tests
(according to https://github.com/ros/kdl_parser/pull/38#issuecomment-608474487)

both work fine.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871725

Title:
  python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any
  API accepting a str is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/orocos-kdl/+bug/1871725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871725] Re: python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any API accepting a str is used

2020-06-14 Thread Jochen Sprickerhof
debdiff of the patch adoped from Debian buster.

** Patch added: "orocos-kdl.patch"
   
https://bugs.launchpad.net/ubuntu/+source/orocos-kdl/+bug/1871725/+attachment/5383752/+files/orocos-kdl.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871725

Title:
  python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any
  API accepting a str is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/orocos-kdl/+bug/1871725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871725] Re: python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any API accepting a str is used

2020-06-14 Thread Jochen Sprickerhof
** Description changed:

+ [Impact]
+ 
+  * The package python3-pykdl in focal crashes the Python 3 interpreter
+ if any API accepting a str is used.
+ 
+  * python3-pykdl is used in the ROS robot control software
+ (https://ros.org) based on Ubuntu.
+ 
+  * The patch is taken from upstream and uses PyUnicode_AsUTF8, as
+ provided by Python 3.
+ 
+ [Test Case]
+ 
+ $ python3 -c "import PyKDL; PyKDL.Tree('foobar')"
+ python3: 
/build/orocos-kdl-oHbJfL/orocos-kdl-1.4.0/python_orocos_kdl/PyKDL/std_string.sip:52:
 int convertTo_std_string(PyObject*, void**, int*, PyObject*): Assertion 
`PyUnicode_Check(s)' failed.
+ Aborted (core dumped)
+ $ echo $?
+ 134
+ 
+ [Regression Potential]
+ 
+  * The patch is part of upstream git since 2018 [1], Debian bullseye [2]
+ , Ubuntu groovy and has been accepted into Debian buster [3].
+ 
+  * I don't see a regression potential as is basically the utf-8
+ transition of Python 3.
+ 
+ [1] 
https://github.com/orocos/orocos_kinematics_dynamics/commit/ee996a4442339010571cadd976fc6ed17c98dfab
+ [2] 
https://tracker.debian.org/news/1117004/accepted-orocos-kdl-140-9-source-into-unstable/
+ [3] 
https://tracker.debian.org/news/1119612/accepted-orocos-kdl-140-7deb10u1-source-into-proposed-updates-stable-new-proposed-updates/
+ 
+ [Original Description]
+ 
  Dear Maintainer,
  
  The package python3-pykdl crashes the Python 3 interpreter if any API
  accepting a str is used. I've tested this using the latest Focal packages.
- 
  
  Minimal reproducible example:
  
  $ python3 -c "import PyKDL; PyKDL.Tree('foobar')"
  python3: 
/build/orocos-kdl-mPkyII/orocos-kdl-1.4.0/python_orocos_kdl/PyKDL/std_string.sip:52:
 int convertTo_std_string(PyObject*, void**, int*, PyObject*): Assertion 
`PyUnicode_Check(s)' failed.
  Aborted (core dumped)
  $ echo $?
  134
  
- 
  There is a patch fixing this issue in this upstream Debian Buster bug:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956254
  
  Would you be willing to apply that patch in Ubuntu Focal?
  
- 
  Cheers,
  Shane

** Changed in: orocos-kdl (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871725

Title:
  python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any
  API accepting a str is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/orocos-kdl/+bug/1871725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 363695] Re: update-apt-xapian-index uses too much CPU and memory

2020-06-01 Thread Jochen Fahrner
I think this bug is Ubuntu-specific. It never happend since I'm using
Devuan/Debian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/363695

Title:
  update-apt-xapian-index uses too much CPU and memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt/+bug/363695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1792170] Re: Package not locale dependent so issue in countries using coma as decimal separator

2020-05-10 Thread Jochen Sprickerhof
** Changed in: urdfdom-headers (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1792170

Title:
  Package not locale dependent so issue in countries using coma as
  decimal separator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/urdfdom-headers/+bug/1792170/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1809577] Re: package hibiscus 2.8.4+dfsg1-1 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2020-05-09 Thread Jochen Sprickerhof
** Changed in: hibiscus (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1809577

Title:
  package hibiscus 2.8.4+dfsg1-1 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875142] Re: package jameica (not installed) failed to install/upgrade: Versuch, »/usr/share/pixmaps/jameica-icon.png« zu überschreiben, welches auch in Paket hibiscus-orig 3.1.3-1 ist

2020-05-09 Thread Jochen Sprickerhof
hibiscus-orig is not part of any Ubuntu release, probably coming from
here: https://launchpad.net/~marko-
preuss/+archive/ubuntu/hibiscus/+packages

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875142

Title:
  package jameica (not installed) failed to install/upgrade: Versuch,
  »/usr/share/pixmaps/jameica-icon.png« zu überschreiben, welches auch
  in Paket hibiscus-orig 3.1.3-1 ist

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1824094] Re: Gazebo v9.8 crashes due to undefined symbol in libgazebo.so.9

2020-04-18 Thread Jochen Sprickerhof
This is not a problem with the Ubuntu version.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1824094

Title:
  Gazebo v9.8 crashes due to undefined symbol in libgazebo.so.9

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871725] Re: python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any API accepting a str is used

2020-04-10 Thread Jochen Sprickerhof
Hi Shane,

there is not really a maintainer for Ubuntu, can you prepare the SRU yourself?
https://wiki.ubuntu.com/StableReleaseUpdates

Cheers Jochen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871725

Title:
  python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any
  API accepting a str is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/orocos-kdl/+bug/1871725/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >