[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 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 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 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 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 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 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

[Bug 1779578] Re: PYBIND11_MODULE macro not available (update to latest version)

2020-01-08 Thread Jochen Sprickerhof
PYBIND11_MODULE is part of version 2.2.0 which is in Ubuntu 19.04.

** Changed in: pybind11 (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/1779578

Title:
  PYBIND11_MODULE macro not available (update to latest version)

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

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

[Bug 1797000] Re: grpc library crashes due to -Wl, -Bsymbolic-functions

2019-12-12 Thread Jochen Sprickerhof
*** This bug is a duplicate of bug 1727528 ***
https://bugs.launchpad.net/bugs/1727528

** This bug has been marked a duplicate of bug 1727528
   Linking against libgrpc.so fails

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

Title:
  grpc library crashes due to -Wl,-Bsymbolic-functions

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

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

[Bug 1748586] Re: Segfault when library is linked using "-Bsymbolic-functions"

2019-12-12 Thread Jochen Sprickerhof
*** This bug is a duplicate of bug 1727528 ***
https://bugs.launchpad.net/bugs/1727528

** This bug has been marked a duplicate of bug 1727528
   Linking against libgrpc.so fails

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

Title:
  Segfault when library is linked using "-Bsymbolic-functions"

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

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

[Bug 1727528] Re: Linking against libgrpc.so fails

2019-12-09 Thread Jochen Sprickerhof
** Changed in: grpc (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Linking against libgrpc.so fails

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

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

[Bug 1830015] Re: Build fail with GCC8

2019-10-27 Thread Jochen Sprickerhof
Oups, wanted to add that the bug is fixed in new Ubuntu versions, but
can't edit it..

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

Title:
  Build fail with GCC8

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

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

[Bug 1830015] Re: Build fail with GCC8

2019-10-27 Thread Jochen Sprickerhof
** Changed in: pcl (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/1830015

Title:
  Build fail with GCC8

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

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

[Bug 1049811] Re: swtchart : incompatible-java-bytecode-format with OpenJDK 7 as default-jdk

2019-10-12 Thread Jochen Sprickerhof
** Changed in: swtchart (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/1049811

Title:
  swtchart : incompatible-java-bytecode-format with OpenJDK 7 as
  default-jdk

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

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

[Bug 1786543] Re: [bionic] Program fails to compile when using flann and LZ4

2019-10-12 Thread Jochen Sprickerhof
** Changed in: flann (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/1786543

Title:
  [bionic] Program fails to compile when using flann and LZ4

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

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

[Bug 1076735] Re: xview.7: Fonts "L" and "LB" not found; some corrections to the manual

2019-10-12 Thread Jochen Sprickerhof
** Changed in: gpxviewer (Ubuntu)
   Status: Fix Committed => Invalid

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

Title:
  xview.7: Fonts "L" and "LB" not found; some corrections to the manual

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

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

[Bug 1404599] Re: libpam-mount installs pkgconfig in /lib

2019-04-01 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/1404599

Title:
  libpam-mount installs pkgconfig in /lib

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

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

[Bug 1817773] Re: Depends on ca-certificates

2019-02-27 Thread Jochen Sprickerhof
Fixed in 0.15.1-2 (in Debian unstable), thanks for the report :).

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

Title:
  Depends on ca-certificates

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

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

[Bug 1815896] Re: Missing header files

2019-02-19 Thread Jochen Sprickerhof
Thanks for the report, this has been fixed in version 1.14.3+ds1-5
(currently in Debian unstable) and should be part of the next Ubuntu
release.

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

Title:
  Missing header files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ros-ros-comm/+bug/1815896/+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

2018-12-29 Thread Jochen Sprickerhof
Hi,

seems like you had the hibiscus package installed from a PPA, previously. With 
cosmic it's not part of Ubuntu and it should install jameica as it's runtime as 
well. Can you try `sudo apt install jameica`?
Btw. as you come from this specific PPA, the application name changed to 
jameica (as hibiscus is only a plugin for it), in case you can't find it in the 
dashboard.

-- 
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 1795350] Re: FTBFS with MySQL 8.0

2018-10-18 Thread Jochen Sprickerhof
Fixed in poco 1.9.0-5 (currently in Debian unstable).

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

Title:
  FTBFS with MySQL 8.0

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

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

[Bug 1786543] Re: [bionic] Program fails to compile when using flann and LZ4

2018-10-18 Thread Jochen Sprickerhof
I have removed the LZ4 symbols in 1.9.1+dfsg-6 (in Debian unstable). So
this should be fixed in the next Ubuntu version.

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

Title:
  [bionic] Program fails to compile when using flann and LZ4

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

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

[Bug 1404599] Re: libpam-mount installs pkgconfig in /lib

2018-10-16 Thread Jochen Sprickerhof
Yep, it's dropped here:
https://salsa.debian.org/debian/libpam-mount/commit/3bd650364d64199256e7c7ffe89bba061d5578c1
I dropped the pkg-config file for now, we can create an extra -dev package if 
someone needs it.

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

Title:
  libpam-mount installs pkgconfig in /lib

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

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

[Bug 1752921] Re: autopkgtest failed in bionic-proposed

2018-10-13 Thread Jochen Sprickerhof
Hi Jose, I think this can be closed, right?

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

Title:
  autopkgtest failed in bionic-proposed

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

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

[Bug 1225656] Re: removed songs reappear in gmusicbrowser lists

2018-10-13 Thread Jochen Sprickerhof
** Changed in: gmusicbrowser (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/1225656

Title:
  removed songs reappear in gmusicbrowser lists

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

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

[Bug 1674264] Re: package libopenni-sensor-pointclouds0 5.1.0.41.5-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 127

2018-10-13 Thread Jochen Sprickerhof
** Changed in: openni-sensor-pointclouds (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/1674264

Title:
  package libopenni-sensor-pointclouds0 5.1.0.41.5-1 failed to
  install/upgrade: subprocess installed pre-removal script returned
  error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openni-sensor-pointclouds/+bug/1674264/+subscriptions

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

[Bug 1679177] Re: package libopenni-sensor-pointclouds0 5.1.0.41.1-1 failed to install/upgrade: el subproceso instalado el script pre-removal devolvió el código de salida de error 127

2018-10-13 Thread Jochen Sprickerhof
** Changed in: openni-sensor-pointclouds (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/1679177

Title:
  package libopenni-sensor-pointclouds0 5.1.0.41.1-1 failed to
  install/upgrade: el subproceso instalado el script pre-removal
  devolvió el código de salida de error 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openni-sensor-pointclouds/+bug/1679177/+subscriptions

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

[Bug 1708418] Re: Shared object files of driver not globally anounced to system

2018-10-13 Thread Jochen Sprickerhof
** Changed in: openni2 (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/1708418

Title:
  Shared object files of driver not globally anounced to system

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

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

[Bug 483159] Re: pam_mount trying to unmount my auto-mounted encrypted partitions every hour via CRON

2018-10-13 Thread Jochen Sprickerhof
** Package changed: libpam-mount (Debian) => gnome-keyring (Debian)

** Package changed: libpam-mount (Ubuntu) => gnome-keyring (Ubuntu)

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

Title:
  pam_mount trying to unmount my auto-mounted encrypted partitions every
  hour via CRON

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/483159/+subscriptions

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

[Bug 1576554] Re: LUKS boot broken since 3.19.0-47+ in 15.04 (upstream patches need backport)

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/1576554

Title:
  LUKS boot broken since 3.19.0-47+ in 15.04 (upstream patches need
  backport)

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

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

[Bug 1404599] Re: libpam-mount installs pkgconfig in /lib

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (Ubuntu)
   Status: New => Fix Committed

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

Title:
  libpam-mount installs pkgconfig in /lib

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

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

[Bug 1363729] Re: pam_mount Broken with util-linux 2.25

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/1363729

Title:
  pam_mount Broken with util-linux 2.25

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

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

[Bug 662813] Re: libpam-mount doesn't pass options to mount.fuse correctly

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/662813

Title:
  libpam-mount doesn't pass options to mount.fuse correctly

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

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

[Bug 792214] Re: pam_mount segfault's on resume from suspend

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/792214

Title:
  pam_mount segfault's on resume from suspend

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

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

[Bug 787670] Re: mkmountpoint fails with long path names.

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/787670

Title:
  mkmountpoint fails with long path names.

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

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

[Bug 670865] Re: pam_mount not honoring options from user config file

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/670865

Title:
  pam_mount not honoring options from user config file

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

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

[Bug 353935] Re: mount.crypt segfaults when switching to battery

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/353935

Title:
  mount.crypt segfaults when switching to battery

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

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

[Bug 381205] Re: No automatic mount of luks encrypted sd card

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/381205

Title:
  No automatic mount of luks encrypted sd card

To manage notifications about this bug go to:
https://bugs.launchpad.net/netbook-remix-launcher/+bug/381205/+subscriptions

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

[Bug 346824] Re: mount.crypt crashed with SIGSEGV in HXmc_dup()

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/346824

Title:
  mount.crypt crashed with SIGSEGV in HXmc_dup()

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

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

[Bug 102299] Re: wrong order of cryptmount options

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/102299

Title:
  wrong order of cryptmount options

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

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

[Bug 63066] Re: mount.crypt broken: Luks volumes won't mount anymore

2018-10-13 Thread Jochen Sprickerhof
Those scripts have been replaced in 2016 and /dev/df/0 is not in there
anymore. So closing.

** Changed in: libpam-mount (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/63066

Title:
  mount.crypt broken: Luks volumes won't mount anymore

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

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

[Bug 160124] Re: LUKS encrypted loopback files get double mounted, filesystem corruption follows

2018-10-13 Thread Jochen Sprickerhof
** Changed in: libpam-mount (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/160124

Title:
  LUKS encrypted loopback files get double mounted, filesystem
  corruption follows

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

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

[Bug 1361610] Re: libPCRE3 8.31 regex matching is not working

2018-10-13 Thread Jochen Sprickerhof
** Tags added: upgrade-software-version

** Changed in: poco (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/1361610

Title:
  libPCRE3 8.31 regex matching is not working

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

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

[Bug 1709585] Re: Poco library does not include JSON component

2018-10-13 Thread Jochen Sprickerhof
** Changed in: poco (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/1709585

Title:
  Poco library does not include JSON component

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

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

[Bug 1423984] Re: development symlinks are all broken

2018-10-13 Thread Jochen Sprickerhof
This seems to be fixed in current version.

** Changed in: poco (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/1423984

Title:
  development symlinks are all broken

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

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

[Bug 1738902] Re: pcl_features-1.8.pc pkg-config file dep on missing pcl_2d-1.8

2018-09-18 Thread Jochen Sprickerhof
** Description changed:

+ [Impact]
+ 
  All the pcl_foo-1.8.pc pkg-config files that themselves depend on
  pcl_features-1.8 aren't usable currently due to pcl_features-1.8
- referencing a non-existent pcl_2d-1.8 dependency, which I believe is
- something that used to exist in older version of pcl.
+ referencing a non-existent pcl_2d-1.8 dependency.
  
- Issue seen with ubuntu:zenial Docker image in the libpcl-dev package
+ The fixed version adds a pcl_2d-1.8.pc again.
  
- libpcl-dev version:
- 
- libpcl-dev:
-   Installed: 1.8.0+dfsg1-4ubuntu4.17.04.1
-   Candidate: 1.8.0+dfsg1-4ubuntu4.17.04.1
-   Version table:
-  *** 1.8.0+dfsg1-4ubuntu4.17.04.1 500
- 500 http://archive.ubuntu.com/ubuntu zesty-updates/universe amd64 
Packages
- 100 /var/lib/dpkg/status
-  1.8.0+dfsg1-4ubuntu4 500
- 500 http://archive.ubuntu.com/ubuntu zesty/universe amd64 Packages
- 
- Reproduce with:
+ [Test Case]
  
  apt-get install libpcl-dev
  pkg-config --cflags pcl_features-1.8
  
  results in:
  
  Package pcl_2d-1.8 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `pcl_2d-1.8.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'pcl_2d-1.8', required by 'pcl_features-1.8', not found
  
- Workaround:
+ [Regression Potential]
  
- sudo sed -i 's/pcl_2d-1.8//' /usr/lib/x86_64-linux-
- gnu/pkgconfig/pcl_features-1.8.pc
+ This only adds the pcl_2d-1.8.pc again (generated during build) again.
  
- Final, expected, output running `pkg-config --cflags pcl_features-1.8`
- with workaround:
- 
- -I/usr/include/pcl-1.8
+ [Other Info]
+  
+ There is an nothr SRU currently proposed in 
https://bugs.launchpad.net/ubuntu/+source/pcl/+bug/1771124. This doesn't 
conflict with it and would best be released together.

** Summary changed:

- pcl_features-1.8.pc pkg-config file dep on missing pcl_2d-1.8
+ [SRU] pcl_features-1.8.pc pkg-config file dep on missing pcl_2d-1.8

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

Title:
  [SRU] pcl_features-1.8.pc pkg-config file dep on missing pcl_2d-1.8

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

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

[Bug 1738902] Re: pcl_features-1.8.pc pkg-config file dep on missing pcl_2d-1.8

2018-09-18 Thread Jochen Sprickerhof
Fixed in 1.8.1+dfsg1-6 released to cosmic

** Changed in: pcl (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/1738902

Title:
  pcl_features-1.8.pc pkg-config file dep on missing pcl_2d-1.8

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

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

[Bug 1708418] Re: Shared object files of driver not globally anounced to system

2017-09-30 Thread Jochen Sprickerhof
This has been fixed in version 2.2.0.33+dfsg-7, see
https://anonscm.debian.org/cgit/pkg-
multimedia/openni2.git/commit/?id=8491921c14b8c41850f0e0b0493e195cb53a71a3

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

Title:
  Shared object files of driver not globally anounced to system

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

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

[Bug 1709585] Re: Poco library does not include JSON component

2017-09-26 Thread Jochen Sprickerhof
See: https://bugs.debian.org/856192

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

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

Title:
  Poco library does not include JSON component

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

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

[Bug 1708418] Re: Shared object files of driver not globally anounced to system

2017-09-26 Thread Jochen Sprickerhof
Files in /usr/lib/OpenNI2/Drivers/ are drivers, dynamically loaded by
/usr/lib/libOpenNI2.so.0.

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

Title:
  Shared object files of driver not globally anounced to system

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

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

  1   2   >