[Touch-packages] [Bug 1730035] Re: Needs to depend on Python3

2019-02-02 Thread Joern Heissler
For those who really don't want python3-apport and apport installed, despite 
what Ubuntu maintainers say:
Create a new package with "Provides: python3-apport" that is otherwise empty.
Then python3-apport and apport can be uninstalled.

Warning: This might break your system.

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

Title:
  Needs to depend on Python3

Status in xorg package in Ubuntu:
  Fix Released
Status in xorg source package in Artful:
  Won't Fix

Bug description:
  [Impact]

  source_xorg.py apport hook does not work if python3 is not installed.

  [Test case]

  install on a clean system, check that apport-bug xorg does the right
  thing.

  [Regression potential]

  Minimal, just adds the correct dependencies that were missing.

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

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


[Touch-packages] [Bug 1773087] Re: Remove python3-apport as dependency of xserver-xorg

2018-05-25 Thread Joern Heissler
Caused by #1730035

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

Title:
  Remove python3-apport as dependency of xserver-xorg

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Distro: Bionic
  Binary Package: xserver-xorg
  Version: 1:7.7+19ubuntu7

  Hello!
  The package xserver-xorg depends on python3-apport. I don't want to use 
apport on my systems.
  Can the dependency be removed?

  Also, it doesn't work anyway. That's how I noticed that the package is
  installed:

  root@00debac04ddf:~# foo
  Traceback (most recent call last):
File "/usr/bin/foo", line 3, in 
  raise Exception
  Exception
  Error in sys.excepthook:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in 
apport_excepthook
  os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
  FileNotFoundError: [Errno 2] No such file or directory: 
'/var/crash/_usr_bin_foo.0.crash'

  Original exception was:
  Traceback (most recent call last):
File "/usr/bin/foo", line 3, in 
  raise Exception
  Exception

  Thanks
  Jörn Heissler

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

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


[Touch-packages] [Bug 1773087] Re: Remove python3-apport as dependency of xserver-xorg

2018-05-25 Thread Joern Heissler
It's perfectly fine if apport and python3-apport are installed by default.
But I don't see how xserver-xorg actually depends on python3-apport. To quote 
from the Ubuntu Policy Manual:

"""
The Depends field should be used if the depended-on package is required for the 
depending package to provide a significant amount of functionality.

The Depends field should also be used if the postinst, prerm or postrm scripts 
require the package to be present in order to run. Note, however, that the 
postrm cannot rely on any non-essential packages to be present during the purge 
phase. 
"""
Can you please clarify how this applies?

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

Title:
  Remove python3-apport as dependency of xserver-xorg

Status in xorg package in Ubuntu:
  Won't Fix

Bug description:
  Distro: Bionic
  Binary Package: xserver-xorg
  Version: 1:7.7+19ubuntu7

  Hello!
  The package xserver-xorg depends on python3-apport. I don't want to use 
apport on my systems.
  Can the dependency be removed?

  Also, it doesn't work anyway. That's how I noticed that the package is
  installed:

  root@00debac04ddf:~# foo
  Traceback (most recent call last):
File "/usr/bin/foo", line 3, in 
  raise Exception
  Exception
  Error in sys.excepthook:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in 
apport_excepthook
  os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
  FileNotFoundError: [Errno 2] No such file or directory: 
'/var/crash/_usr_bin_foo.0.crash'

  Original exception was:
  Traceback (most recent call last):
File "/usr/bin/foo", line 3, in 
  raise Exception
  Exception

  Thanks
  Jörn Heissler

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

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


[Touch-packages] [Bug 1773087] [NEW] don't depend on python3-apport

2018-05-24 Thread Joern Heissler
Public bug reported:

Distro: Bionic
Binary Package: xserver-xorg
Version: 1:7.7+19ubuntu7

Hello!
The package xserver-xorg depends on python3-apport. I don't want to use apport 
on my systems.
Can the dependency be removed?

Also, it doesn't work anyway. That's how I noticed that the package is
installed:

root@00debac04ddf:~# foo
Traceback (most recent call last):
  File "/usr/bin/foo", line 3, in 
raise Exception
Exception
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in 
apport_excepthook
os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/var/crash/_usr_bin_foo.0.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/foo", line 3, in 
raise Exception
Exception

Thanks
Jörn Heissler

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

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

Title:
  don't depend on python3-apport

Status in xorg package in Ubuntu:
  New

Bug description:
  Distro: Bionic
  Binary Package: xserver-xorg
  Version: 1:7.7+19ubuntu7

  Hello!
  The package xserver-xorg depends on python3-apport. I don't want to use 
apport on my systems.
  Can the dependency be removed?

  Also, it doesn't work anyway. That's how I noticed that the package is
  installed:

  root@00debac04ddf:~# foo
  Traceback (most recent call last):
File "/usr/bin/foo", line 3, in 
  raise Exception
  Exception
  Error in sys.excepthook:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in 
apport_excepthook
  os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
  FileNotFoundError: [Errno 2] No such file or directory: 
'/var/crash/_usr_bin_foo.0.crash'

  Original exception was:
  Traceback (most recent call last):
File "/usr/bin/foo", line 3, in 
  raise Exception
  Exception

  Thanks
  Jörn Heissler

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

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


[Touch-packages] [Bug 1652325] Re: Libxml2 2.9.3 fails to parse multi-byte character in large CDATA section that is split across buffer

2017-02-15 Thread Joern Heissler
I'm currently moving servers to 16.04. I'm affected by this bug.
Would you please fix it in 16.04? Cheers!

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

Title:
  Libxml2 2.9.3 fails to parse multi-byte character in large CDATA
  section that is split across buffer

Status in libxml2 package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 packages libxml2 version 2.9.3*, which contains a
  regression documented here:
  
https://git.gnome.org/browse/libxml2/commit/?id=4f8606c13cb7f2684839f850b83de5ce647d3ca7

  Full release notes of 2.9.4 can be seen here:
  http://xmlsoft.org/news.html

  The bug will affect XML push parser that fails with bogus UTF-8
  encoding error when multi-byte character in large CDATA section is
  split across buffer, which can be quite common.

  As Xenial is an LTS version and this bug is quite *critical*, I wonder
  if we should provide an update to fix this one. If I remember
  correctly, we're not supposed to update to a newer version a given
  package for a given version of Ubuntu, but as this version of Ubuntu
  will be used in many servers in the coming years and XML parsing is
  quite a common task, it may help a lot of developers to have a
  backported fix of this issue.

  Let me know you if you need more information.

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

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