[Bug 1885159] Re: Firefox 78.0 RC hangs at startup on Ubuntu 16.04

2020-06-30 Thread Pascal Mons
Confirming the fix actually works.

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

Title:
  Firefox 78.0 RC hangs at startup on Ubuntu 16.04

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

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

[Bug 1221138] Re: package linux-image-3.5.0-39-generic 3.5.0-39.60~precise1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2020-01-09 Thread Pascal Mons
I didn't see this recurring in newer releases.

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

Title:
  package linux-image-3.5.0-39-generic 3.5.0-39.60~precise1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 17

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

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

[Bug 1850529] Re: Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1

2019-12-16 Thread Pascal Mons
Thank you Olivier for your effort and the information you provided me 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/1850529

Title:
  Crash after update to 71.0~b5+build1-0ubuntu0.16.04.1

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

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

[Bug 1811382] [NEW] While EFI/Boot and EFI/ubuntu is already present in EFI System Partition grub-installer failed

2019-01-11 Thread Pascal Mons
Public bug reported:

I was trying to install Bionic 18.04.1 on my Laptop from a bootable USB
stick.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
Date: Fri Jan 11 07:34:34 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  While EFI/Boot and EFI/ubuntu is already present in EFI System
  Partition grub-installer failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1811382/+subscriptions

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

[Bug 1802674] Re: libgphoto2 builds lacks a link to the math library in all Ubuntu releases since at least Xenial 16.04

2018-11-11 Thread Pascal Mons
Well, my Launchpad PPA is currently back to fully working.

After rebuilding libgphoto2 2.5.16 (the Bionic 18.04 version) I found
another missing library link:

dh_shlibdeps -ldebian/libgphoto2-6/usr/lib/:debian/libgphoto2-port12/usr/lib/
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.16/konica_qm150.so 
contains an unresolvable reference to symbol exif_data_new_from_data: it's 
probably a plugin
dpkg-shlibdeps: warning: 1 similar warning has been skipped (use -v to see it)

That's the libexif library here missing in the build.

I did update anew my debian/rules files in my PPA, since I did a
backport of this version for Xenial 16.04.

A side note here is that the debian/rules file looks poorly maintained
by Debian.

They apparently add libraries link by editing the CFLAGS and CXXFLAGS
... Though there is dedicated commands to do so.

They missed as well a:

include /usr/share/dpkg/buildflags.mk

and the fully functional --parallel build with the right parameters.

tested with -j12 (processor cores) and working.

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

Title:
  libgphoto2 builds lacks a link to the math library in all Ubuntu
  releases since at least Xenial 16.04

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

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

[Bug 1802674] Re: libgphoto2 builds lacks a link to the math library in all Ubuntu releases since at least Xenial 16.04

2018-11-11 Thread Pascal Mons
Well, I did find a working fix to apply in debian/rules.

# Add missing math libraray for linking in gphoto2
# (automatic math library linking was dropped by GCC years ago)
export DEB_LDFLAGS_MAINT_APPEND := -lm

I did add as well all available processor cores in parallel build, and
Optimization O3 instead of -O2.

However it would better if upstream would update its own configure.ac
file ...

Here is the portion of the log showing no sign of unresolved
dependencies:

make[1]: Leaving directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
   debian/rules override_dh_makeshlibs
make[1]: Entering directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
dh_makeshlibs -plibgphoto2-6 -X/usr/lib/x86_64-linux-gnu/libgphoto2/
dh_makeshlibs -plibgphoto2-port12 -X/usr/lib/x86_64-linux-gnu/libgphoto2_port/
make[1]: Leaving directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
   debian/rules override_dh_shlibdeps
make[1]: Entering directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
dh_shlibdeps -ldebian/libgphoto2-6/usr/lib/:debian/libgphoto2-port12/usr/lib/
make[1]: Leaving directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
   dh_installdeb -O--parallel
   debian/rules override_dh_gencontrol
make[1]: Entering directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
dh_gencontrol
dpkg-gencontrol: warning: Depends field of package libgphoto2-port12-dbgsym: 
unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: Depends field of package libgphoto2-6-dbgsym: unknown 
substitution variable ${shlibs:Depends}
dh_gencontrol -plibgphoto2-6 -- -Vudev-hotplug='udev (>= 201)'
make[1]: Leaving directory 
'/home/ubuntu-xenial/pascal/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
   dh_md5sums -O--parallel
   dh_builddeb -O--parallel

It would be nice for Ubuntu to update the build in all supported
releases.

The rebuild will be available in my PPA soon:
https://launchpad.net/~anton+/+archive/ubuntu/photo-video-apps

However beware that this PPA is yet NOT to be added on any system as
it's still unstable and miss some dependencies i.e. if installing a
package you will be faced with a partial upgrade which in turn will
remove some of your already installed apps.

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

Title:
  libgphoto2 builds lacks a link to the math library in all Ubuntu
  releases since at least Xenial 16.04

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

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

[Bug 1802674] Re: libgphoto2 builds lacks a link to the math library in all Ubuntu releases since at least Xenial 16.04

2018-11-10 Thread Pascal Mons
pow is indeed part as well of the math library for the 'power of' function.
as well as roundf.

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

Title:
  libgphoto2 builds lacks a link to the math library in all Ubuntu
  releases since at least Xenial 16.04

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

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

[Bug 1802674] [NEW] libgphoto2 builds lacks a link to the math library in all Ubuntu releases since at least Xenial 16.04

2018-11-10 Thread Pascal Mons
Public bug reported:

Background:
With all recent versions of GCC on GNU/Linux systems like Ubuntu, when you use 
the math library, you have to explicitly link to it.

I am currently using Xenial 16.04 and did a recompile of source package
libgphoto2. Then I got warnings fromdpkg-shlibdeps.

make[1]: Entering directory 
'/home/ubuntu-xenial/user/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'
dh_shlibdeps -ldebian/libgphoto2-6/usr/lib/:debian/libgphoto2-port12/usr/lib/
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/ptp2.so contains 
an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 2 other similar warnings have been skipped (use -v to 
see them all)
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/stv0680.so 
contains an unresolvable reference to symbol pow: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/sonix.so contains 
an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/jl2005c.so 
contains an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/digigr8.so 
contains an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/mars.so contains 
an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/sierra.so 
contains an unresolvable reference to symbol roundf: it's probably a plugin
make[1]: Leaving directory 
'/home/ubuntu-xenial/user/Downloads/Launchpad/libgphoto2/libgphoto2-2.5.9'

I am quite sure that sqrt is the square root function from the math
library. Usually, at least with GCC version newer than ~ 2013 you have
to append a -lm to link against the math library. Obviously this isn't
the case:

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../libgphoto2_port 
-I../libgphoto2_port -D_GPHOTO2_INTERNAL_CODE -DLOCALEDIR=\"/usr/share/locale\" 
-DCAMLIBS=\"/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9\" -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/libexif -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall 
-Wmissing-declarations -Wmissing-prototypes -c gphoto2-filesys.c  -fPIC -DPIC 
-o .libs/libgphoto2_la-gphoto2-filesys.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../libgphoto2_port 
-I../libgphoto2_port -D_GPHOTO2_INTERNAL_CODE -DLOCALEDIR=\"/usr/share/locale\" 
-DCAMLIBS=\"/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9\" -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/libexif -Wdate-time -D_FORTIFY_SOURCE=2 -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall 
-Wmissing-declarations -Wmissing-prototypes -c gphoto2-filesys.c -fPIE -o 
libgphoto2_la-gphoto2-filesys.o >/dev/null 2>&1

at the end we should see

-c gphoto2-filesys.c -fPIE -lm -o libgphoto2_la-gphoto2-filesys.o
>/dev/null 2>&1

I did check in the official Ubuntu repository and you did get the same
warnings:

dh_shlibdeps -ldebian/libgphoto2-6/usr/lib/:debian/libgphoto2-port12/usr/lib/
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/jl2005c.so 
contains an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/sierra.so 
contains an unresolvable reference to symbol roundf: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/ptp2.so contains 
an unresolvable reference to symbol log2: it's probably a plugin
dpkg-shlibdeps: warning: 2 other similar warnings have been skipped (use -v to 
see them all)
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/digigr8.so 
contains an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/mars.so contains 
an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/sonix.so contains 
an unresolvable reference to symbol sqrt: it's probably a plugin
dpkg-shlibdeps: warning: 
debian/libgphoto2-6/usr/lib/x86_64-linux-gnu/libgphoto2/2.5.9/stv0680.so 
contains an unresolvable reference to symbol pow: it's probably a plugin
make[1]: Leaving directory '/«PKGBUILDDIR»'

It looks like the switch from GCC to NOT automatically link the math
library was never dealt with, even in the latest Ubuntu releases ...

I am no a configure.ac specialist and don't know exactly what to do in
debian/rules to correct the problem.

Either way may be upstream 

[Bug 1786242] [NEW] Software Updater List is Blank while there is 943.1 MB of Updates to Download while Returning from an 8 Weeks Vacations

2018-08-09 Thread Pascal Mons
Public bug reported:

I am returning from an 8 weeks vacations and my Ubuntu 16.04 system is
showing me an empty list of updates while it is telling me there is
943.1 MB of updates to download.

When trying to update the system from Synaptic the Mark for Upgrade
(right click) is working fine ...

One hour ago the same problem was reported on AskUbuntu by another user

https://askubuntu.com/questions/1063814/software-updater-shows-empty-
list-16-04

Why suddenly the Ubuntu Software Updater is not able to list all the
updates ? nor update anything ?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: update-manager 1:16.04.13
ProcVersionSignature: Ubuntu 4.4.0-130.156-generic 4.4.134
Uname: Linux 4.4.0-130-generic x86_64
NonfreeKernelModules: wl nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.18
Aptdaemon:
 
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug  9 08:56:36 2018
ExecutablePath: /usr/bin/update-manager
GsettingsChanges:
 b'com.ubuntu.update-manager' b'show-details' b'true'
 b'com.ubuntu.update-manager' b'window-height' b'462'
 b'com.ubuntu.update-manager' b'first-run' b'false'
 b'com.ubuntu.update-manager' b'window-width' b'467'
 b'com.ubuntu.update-manager' b'launch-time' b'int64 1533819257'
InstallationDate: Installed on 2016-07-31 (739 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
InterpreterPath: /usr/bin/python3.5
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages xenial

** Attachment added: "Software Updater.png"
   
https://bugs.launchpad.net/bugs/1786242/+attachment/5173297/+files/Software%20Updater.png

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

Title:
  Software Updater List is Blank while there is 943.1 MB of Updates to
  Download while Returning from an 8 Weeks Vacations

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

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

[Bug 1587906] WSJ Articles

2018-06-07 Thread Pascal Mons
*** This bug is a duplicate of bug 1521302 ***
https://bugs.launchpad.net/bugs/1521302

WSJ Articles


** Attachment added: "Wall Street Journal Articles.txt"
   
https://bugs.launchpad.net/bugs/1587906/+attachment/5149650/+files/Wall%20Street%20Journal%20Articles.txt

** Attachment added: "The Wall Street Journal - Articles.txt"
   
https://bugs.launchpad.net/bugs/1587906/+attachment/5149651/+files/The%20Wall%20Street%20Journal%20-%20Articles.txt

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

Title:
  GNOME Terminal 3.18.3 Xenial maximized windows does not return to its
  previous state when un-maximized

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

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

[Bug 1587906] Fw: Formulaire de retour (SRR-1823143)

2018-06-05 Thread Pascal Mons
*** This bug is a duplicate of bug 1521302 ***
https://bugs.launchpad.net/bugs/1521302

From: Garmin France 
Sent: Tuesday, June 5, 2018 3:27 PM
To: pascal_m...@hotmail.com
Subject: Formulaire de retour (SRR-1823143)

Cher Client,

Veuillez trouver ci-joint votre document concernant votre demande
d'intervention SRR-1823143

Merci de bien vouloir vérifier l’adresse mentionnée qui sera utilisée
pour le retour du produit (adresse, tel, code accès…)

ATTENTION : Seul le produit défectueux doit être retourné au SAV. N’oubliez pas 
la facture pour la prise sous garantie. Nos conditions générales de SAV sont 
disponibles sur :
http://www.garmin.com/fr/support/reparation/conditions-sav/

Pour toute demande d'informations complementaires, vous pouvez nous
contacter à l'adresse mail suivante : sav.fra...@garmin.com ou par
téléphone au 01 55 17 81 83 pour les revendeurs ou
support.fra...@garmin.com ou par téléphone au 01 55 69 33 99 pour les
particuliers

Vous pouvez ouvrir le document joint avec Adobe Acrobat V4 ou version
ultérieure en téléchargement gratuit sur http://www.adobe.com

Cordialement,

Garmin France SAS

http://www.garmin.com/fr


CONFIDENTIALITY NOTICE: This email and any attachments are for the sole
use of the intended recipient(s) and contain information that may be
Garmin confidential and/or Garmin legally privileged. If you have
received this email in error, please notify the sender by reply email
and delete the message. Any disclosure, copying, distribution or use of
this communication (including attachments) by someone other than the
intended recipient is prohibited. Thank you.


** Attachment added: "SRR-1823143.pdf"
   
https://bugs.launchpad.net/bugs/1587906/+attachment/5148942/+files/SRR-1823143.pdf

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

Title:
  GNOME Terminal 3.18.3 Xenial maximized windows does not return to its
  previous state when un-maximized

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-04 Thread Pascal Mons
So after rebuilding from the 2 sources talked about above, I can now use
Linux Kernel 4.15.0-13 with the Broadcom network adapter working at last
!

[...]
wl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.13.0-38-generic/updates/dkms/

depmod

Backing up initrd.img-4.13.0-38-generic to 
/boot/initrd.img-4.13.0-38-generic.old-dkms
Making new initrd.img-4.13.0-38-generic
(If next boot fails, revert to initrd.img-4.13.0-38-generic.old-dkms image)
update-initramfs

DKMS: install completed.
Building initial module for 4.15.0-13-generic
Done.

wl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/4.15.0-13-generic/updates/dkms/

depmod
[...]

If anyone needs these dkms drivers (module wl) to work on older than
Bionic 18.04 Ubuntu systems, they can pick up the working packages in my
PPA:

https://launchpad.net/~anton+/+archive/ubuntu/miscellaneous


** Changed in: linux (Ubuntu Bionic)
   Status: Incomplete => 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/1760108

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-04 Thread Pascal Mons
Another feedback.

After rebuilding package bcmwl-kernel-source from source as a backport
from Bionic 18.04 I have no error on building dkms for linux kernel
4.15, as expected.

Although I still have errors on broadcom-sta for the same reason. So I
will rebuild from source as a backport from Bionic 18.04 and check
whether it works.

https://launchpad.net/ubuntu/+source/broadcom-sta

broadcom-sta (6.30.223.271-8) unstable; urgency=low

  [ Roger Shimizu ]
  * debian/patches:
- Added 20-linux414.patch, and 21-linux415.patch to support
  Linux kernel 4.15
  (Thanks to Gerardo Esteban Malazdrewicz, closes: #885885)
- Fix typo in 14-rdtscl.patch

  [ Eduard Bloch ]
  * Dropped extra CHANGELOG file (ancient documentation)
  * Standard version update to 4.1.3 (added lintian override to
broadcom-sta-source since debhelper is used on purpose therein)

 -- Eduard Bloch   Tue, 13 Feb 2018 21:45:18 +0100

So there is specific patches for linux kernel 4.15 and 4.14, available
since mid February.

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-04 Thread Pascal Mons
Well, I think I have found the solution. Reading the changelog from
bcmwl source in Launchpad I see for the Bionic package:

https://launchpad.net/ubuntu/+source/bcmwl

bcmwl (6.30.223.271+bdcom-0ubuntu4) bionic; urgency=medium

  * debian/dkms.conf.in, (LP: #1737744)
debian/patches/0025-add-support-for-linux-4.14.patch:
debian/patches/0026-add-support-for-linux-4.15.patch:
- Add support for Linux 4.12.

 -- Marcelo Henrique Cerri   Fri, 15 Dec
2017 18:22:18 +

This is available since mid December, well ahead of the hwe edge push to
linux kernel 4.15.

Looking at the bcmwl source changelog for building package bcmwl-kernel-
source I don't see any support for kernel linux 4.15.

So what all users need is a backport from the Bionic 18.04 package,
waiting for this to happen as Seth Forshee suggested is plain non sense.
If the packages are not up to date it's only an Ubuntu decision not to
proceed with the update on depending packages.

I will rebuild the package for Xenial in one of my PPAs and report back
the result.

>From the beginning I was suspecting that the kernel linux 4.15 patches
were not applied, and it looks like it's the case. Now Xenial 16.04 LTS
is supposed to get an extended support, so may be if updated with new
linux kernels (availabe in official Ubuntu PPAs), Ubuntu should consider
upgrading depending packages and this one bcmwl-kernel-source is clearly
one.

The same goes for the nVidia Graphics Drivers, which are still
unsupported for Xenial 16.04 in linux kernel 4.15. I had to perform a
rebuild of nvidia-390 with the appropriate patches for dkms to work
properly.

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-04 Thread Pascal Mons
Just a comment on your last guess:

The output I posted was really the output from lspci. I noticed as well
this was not the output I get on other kernels for this command. However
on other kernels all pci are claimed so the unclaimed status of one pci
may explain the different output.

Definitely there is something wrong with kernel 4.15.

Next thing I will try is purging and re-installing bcmwl-kernel-source
package within kernel 4.15, as I installed it in kernel 4.13.

I realized as well that package broadcom-sta-dkms was not installed and
may have impaired the dkms update. I installed it yesterday along with
broadcom-sta-source broadcom-sta-common. When installing a new kernel
this source is used to build the new dkms wl module. However there is
nochange and I still get the dkms error when installing 4.15.

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-03 Thread Pascal Mons
Furthermore I would like to know what driver I should use and which to
keep blacklisted. On this webpage:

https://wiki.archlinux.org/index.php/broadcom_wireless

I see the following:

Device inaccessible after kernel upgrade

Since the 3.3.1 kernel the bcma module was introduced. If using a brcm80211 
driver be sure it has not been blacklisted. It should be blackisted if using a 
b43 driver.

If you are using broadcom-wlAUR, uninstall and reinstall it after
upgrading your kernel or switch to broadcom-wl-dkms package.

>From the Broadcom doc. available at:


I have this entry

14e4:4331   firmware-b43-installer
firmware-b43-installer<---  Broadcom Limited BCM4331 802.11a/b/g/n

meaning the driver to use is in package 'firmware-b43-installer' (a b43
driver)

So, from what I see I shouldn't use bcma ...

in /etc/modprobe.d/blaclist-bcm43.conf I have

# Warning: This file is autogenerated by bcmwl. All changes to this file will 
be lost.
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-03 Thread Pascal Mons
That's not really the case. For more information on the situation of
Broadcom drivers on my system I will refer you to my Ask Ubuntu
question:

https://askubuntu.com/questions/1012880/suddenly-the-wi-fi-broadcom-5
-ghz-interface-is-shown-out-of-range-permanently/1021178#1021178

You are true that when installing either kernel 4.15 or 4.16 I get this
dkms error:

Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.15.0-13-generic 
/boot/vmlinuz-4.15.0-13-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.15.0-13-generic 
/boot/vmlinuz-4.15.0-13-generic
ERROR (dkms apport): kernel package linux-headers-4.15.0-13-generic is not 
supported
Error! Bad return status for module build on kernel: 4.15.0-13-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
[...]
Setting up linux-image-extra-4.15.0-13-generic (4.15.0-13.14~16.04.1) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.15.0-13-generic 
/boot/vmlinuz-4.15.0-13-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.15.0-13-generic 
/boot/vmlinuz-4.15.0-13-generic
ERROR (dkms apport): kernel package linux-headers-4.15.0-13-generic is not 
supported
Error! Bad return status for module build on kernel: 4.15.0-13-generic (x86_64)
Consult /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/make.log for more 
information.
[...]

And when installing kernek 4.13 I get no error.

I had similar dkms error as well for the nVidia Graphics Drivers not up
to date i.e. not build with the appropriate patches for the target
kernel.

So I guess there might be some problem lingering with the bcmwl-kernel-
source driver.

Right now I am in kernel 4.13 and typing:

$ cat /etc/modprobe.d/* | egrep 'bcm'
# Warning: This file is autogenerated by bcmwl. All changes to this file will 
be lost.
blacklist bcm43xx
blacklist bcma
$ 

So bcma and bcm43xx are currently blacklisted.

And I have my wi-fi connection dropped at random ... several times an
hour.

Still your answer does not explain why the network adapter is
'UNCLAIMED' in 4.15 ? while it is seen in 4.16 ?

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-02 Thread Pascal Mons
I don't know how to add a tag on a Bug Report ...

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-02 Thread Pascal Mons
After some deciphering I see that on the Network controller I get:

Capabilities: 
Kernel modules: bcma

May it's blacklisted somewhere and upon proper action, I can get a fully
functional Wi-Fi in Kernel 4.16.0.

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-02 Thread Pascal Mons
Well, I did test the Mainline Build Kernel 4.16 as suggested. Here are
the results:

$ lspci
00:00.0 Host bridge: Intel Corporation Device 3ec2 (rev 07)
00:01.0 PCI bridge: Intel Corporation Sky Lake PCIe Controller (x16) (rev 07)
00:08.0 System peripheral: Intel Corporation Sky Lake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Device a2af
00:16.0 Communication controller: Intel Corporation Device a2ba
00:17.0 SATA controller: Intel Corporation Device a282
00:1b.0 PCI bridge: Intel Corporation Device a2e7 (rev f0)
00:1b.2 PCI bridge: Intel Corporation Device a2e9 (rev f0)
00:1b.4 PCI bridge: Intel Corporation Device a2eb (rev f0)
00:1c.0 PCI bridge: Intel Corporation Device a290 (rev f0)
00:1c.1 PCI bridge: Intel Corporation Device a291 (rev f0)
00:1c.2 PCI bridge: Intel Corporation Device a292 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device a294 (rev f0)
00:1c.6 PCI bridge: Intel Corporation Device a296 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Device a298 (rev f0)
00:1d.5 PCI bridge: Intel Corporation Device a29d (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a2c9
00:1f.2 Memory controller: Intel Corporation Device a2a1
00:1f.3 Audio device: Intel Corporation Device a2f0
00:1f.4 SMBus: Intel Corporation Device a2a3
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] 
(rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
05:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)
07:00.0 Ethernet controller: Qualcomm Atheros Device e0b1 (rev 10)
08:00.0 USB controller: ASMedia Technology Inc. Device 2142
09:00.0 USB controller: ASMedia Technology Inc. Device 2142
0b:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 10)
$ 

$ lspci -vv
[...]
05:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)
Subsystem: Apple Inc. AirPort Extreme
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel modules: bcma

07:00.0 Ethernet controller: Qualcomm Atheros Device e0b1 (rev 10)
Subsystem: Gigabyte Technology Co., Ltd Device e000
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: alx
Kernel modules: alx
[...]
$ 

So this time it looks like the network adapter is recognized by the
kernel 4.16 (it was UNCLAIMED by kernel 4.15).

Both the Wi-Fi network adapter and Bluetooth are recognized. However,
Ubuntu System Settings does not see any Wi-Fi ... So it can't connect
through anything Wi-Fi ...

It looks like there is definitely a bug in kernel 4.15.0, although I
don't know why Ubuntu can't see the recognized Wi-Fi network adapter in
kernel 4.16.0.

How can we label this bug then ? Is it considered kernel-fixed-upstream
? though there is no Wi-Fi recognized by Ubuntu Xenial 16.04 ?

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-02 Thread Pascal Mons
In addition if I had 'something' blacklisting the module I would find
very strange that it would not do so with Kernel 4.13 ... While doing it
on Kernel 4.15, this is not plausible.

Right now in Kernel 4.13 I have:

$ modprobe --show-depends pci:v14E4d4331sv14E4sd4331bc02sc80i00
insmod /lib/modules/4.13.0-38-generic/kernel/net/wireless/cfg80211.ko 
insmod /lib/modules/4.13.0-38-generic/updates/dkms/wl.ko 
$

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-04-02 Thread Pascal Mons
I believe I did install the complete set of packages:

linux-generic-hwe-16.04-edge_4.15.0.13.39_amd64.deb
linux-headers-4.15.0-13_4.15.0-13.14~16.04.1_all.deb
linux-headers-4.15.0-13-generic_4.15.0-13.14~16.04.1_amd64.deb
linux-headers-generic-hwe-16.04-edge_4.15.0.13.39_amd64.deb
linux-image-4.15.0-13-generic_4.15.0-13.14~16.04.1_amd64.deb
linux-image-extra-4.15.0-13-generic_4.15.0-13.14~16.04.1_amd64.deb
linux-image-generic-hwe-16.04-edge_4.15.0.13.39_amd64.deb
linux-signed-generic-hwe-16.04-edge_4.15.0.13.39_amd64.deb
linux-signed-image-4.15.0-13-generic_4.15.0-13.14~16.04.1_amd64.deb
linux-signed-image-generic-hwe-16.04-edge_4.15.0.13.39_amd64.deb

However right now I did remove this non functional kernel.
I will re-install soon to check for your request.

I have another question If I test Kernel 4.16 what set of packages
should I install from the webpage provided ?

linux-headers-4.16.0-041600_4.16.0-041600.201804012230_all.deb
linux-headers-4.16.0-041600-generic_4.16.0-041600.201804012230_amd64.deb
linux-image-4.16.0-041600-generic_4.16.0-041600.201804012230_amd64.deb

I miss a linux-image-extra is it ok though ?

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1587906] Guide et Comparatif des Balances Connectees

2018-04-02 Thread Pascal Mons
*** This bug is a duplicate of bug 1521302 ***
https://bugs.launchpad.net/bugs/1521302

Guide et Comparatif des Balances Connectees
___

https://www.objetconnecte.net/comparatifs/comparatif-balance-connectee/

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

Title:
  GNOME Terminal 3.18.3 Xenial maximized windows does not return to its
  previous state when un-maximized

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-03-30 Thread Pascal Mons
OK. I agree this is a different bug than the one I referred to when initially 
filing the bug.
As when I tried to add the referenced patch within file 
linux-hwe-edge_4.15.0-13.14~16.04.1.diff, and upon applying the diff patch file 
to the source it warned me the patch was already applied (although I didn't see 
it within the .diff file as is).

After building the kernel packages, the behaviour was unchanged and the
bug is still present. The conclusion is that it is a different problem.

I managed to connect the computer to the router via an Ethernet cable in
order log files.

** Description changed:

  I was upgrading my Ubuntu Xenial 16.04 from linux-hwe kernel 4.13.0-38
  to linux-hwe-edge 4.15.0-13.
  
  After reboot my Broadcom network adapter (requiring package
  firmware-b43-installer) is not recognized by the new kernel 4.15.0-13.
  
  Running the lspci command lists the device as 'UNCLAIMED' in linux
  kernel 4.15.
  
  $ lspci
  [...]
  *-pci:4
   description: PCI bridge
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 1c
   bus info: pci@:00:1c.0
   version: f0
   width: 32 bits
   clock: 33MHz
   capabilities: pci pciexpress msi pm normal_decode bus_master 
cap_list
   configuration: driver=pcieport
   resources: irq:123 memory:ef50-ef5f
     *-network UNCLAIMED
  description: Network controller
  product: BCM4331 802.11a/b/g/n
  vendor: Broadcom Corporation
  physical id: 0
  bus info: pci@:05:00.0
  version: 02
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress cap_list
  configuration: latency=0
  resources: memory:ef50-ef503fff
  [...]
  $
  
  The lspci -vv -pci:4 commands with the relevant devices are shown below.
  
  $ lspci -vv -pci:4
  [...]
  05:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
   Subsystem: Apple Inc. AirPort Extreme
   Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
   Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address:   Data: 
   Capabilities: [d0] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
     ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
     RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
     MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s 
<4us, L1 <64us
     ClockPM+ Surprise- LLActRep+ BwNot- ASPMOptComp-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
     ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
   Capabilities: [100 v1] Advanced Error Reporting
    UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
    UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
    CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
   Capabilities: [13c v1] Virtual Channel
    Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb:Fixed- WRR32- WRR64- WRR128-
    Ctrl:   ArbSelect=Fixed
    Status: InProgress-
    VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
     Arb:   Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
     Ctrl:  Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
     Status:NegoPending- InProgress-
   Capabilities: [160 v1] Device Serial Number c6-d6-51-ff-ff-e6-f4-f9
   Capabilities: [16c v1] Power Budgeting 
   Kernel modules: bcma
  [...]
  $
  
  The circumstances of this bug is well described on this webpage:
  
  https://bbs.archlinux.org/viewtopic.php?id=234122
  
  Furthermore a patch has been provided upstream:
+ [UPDATE]: This patch is already part of the used kernel version.
+   Hence this bug is not related to this patch.
  
  https://patchwork.kernel.org/patch/10185397/
  
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=a9e6d44ddeccd3522670e641f1ed9b068e746ff7
  
  But is still not implemented in any Ubuntu release.
  
  If this is 

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-03-30 Thread Pascal Mons
Is there a possibility of dissecting this bug ? I mean try previous
versions / git commit to see from which one the problem appears ? and
see what code changed triggered this bug ?

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] ProcEnviron.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096209/+files/ProcEnviron.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] ProcCpuinfoMinimal.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096208/+files/ProcCpuinfoMinimal.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] ProcInterrupts.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096210/+files/ProcInterrupts.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] ProcCpuinfo.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096207/+files/ProcCpuinfo.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] WifiSyslog.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096214/+files/WifiSyslog.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] UdevDb.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1760108/+attachment/5096213/+files/UdevDb.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] PulseList.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096212/+files/PulseList.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Re: Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-03-30 Thread Pascal Mons
apport information

** Tags added: apport-collected xenial

** Description changed:

  I was upgrading my Ubuntu Xenial 16.04 from linux-hwe kernel 4.13.0-38
  to linux-hwe-edge 4.15.0-13.
  
  After reboot my Broadcom network adapter (requiring package
  firmware-b43-installer) is not recognized by the new kernel 4.15.0-13.
  
  Running the lspci command lists the device as 'UNCLAIMED' in linux
  kernel 4.15.
  
  $ lspci
  [...]
  *-pci:4
   description: PCI bridge
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 1c
   bus info: pci@:00:1c.0
   version: f0
   width: 32 bits
   clock: 33MHz
   capabilities: pci pciexpress msi pm normal_decode bus_master 
cap_list
   configuration: driver=pcieport
   resources: irq:123 memory:ef50-ef5f
     *-network UNCLAIMED
  description: Network controller
  product: BCM4331 802.11a/b/g/n
  vendor: Broadcom Corporation
  physical id: 0
  bus info: pci@:05:00.0
  version: 02
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress cap_list
  configuration: latency=0
  resources: memory:ef50-ef503fff
  [...]
  $
  
  The lspci -vv -pci:4 commands with the relevant devices are shown below.
  
  $ lspci -vv -pci:4
  [...]
  05:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 
02)
   Subsystem: Apple Inc. AirPort Extreme
   Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
   Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address:   Data: 
   Capabilities: [d0] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
     ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
     RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
     MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s 
<4us, L1 <64us
     ClockPM+ Surprise- LLActRep+ BwNot- ASPMOptComp-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
     ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
   Capabilities: [100 v1] Advanced Error Reporting
    UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
    UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
    CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
   Capabilities: [13c v1] Virtual Channel
    Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb:Fixed- WRR32- WRR64- WRR128-
    Ctrl:   ArbSelect=Fixed
    Status: InProgress-
    VC0:Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
     Arb:   Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
     Ctrl:  Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
     Status:NegoPending- InProgress-
   Capabilities: [160 v1] Device Serial Number c6-d6-51-ff-ff-e6-f4-f9
   Capabilities: [16c v1] Power Budgeting 
   Kernel modules: bcma
  [...]
  $
  
  The circumstances of this bug is well described on this webpage:
  
  https://bbs.archlinux.org/viewtopic.php?id=234122
  
  Furthermore a patch has been provided upstream:
  
  https://patchwork.kernel.org/patch/10185397/
  
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=a9e6d44ddeccd3522670e641f1ed9b068e746ff7
  
  But is still not implemented in any Ubuntu release.
  
- If this is not corrected on time, then the new Bionic 18.04 will fail to
- connect to Internet and the local network as well if it uses a Broadcom
- network adapter requiring the package firmware-b43-installer.
+ If this is not corrected on time, then the new Bionic 18.04 will fail to 
connect to Internet and the local network as well if it uses a Broadcom network 
adapter requiring the package firmware-b43-installer.
+ --- 
+ ApportVersion: 2.20.1-0ubuntu2.15
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  pascal 5050 F pulseaudio
+  /dev/snd/controlC0:  pascal 5050 F pulseaudio
+ 

[Bug 1760108] ProcModules.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096211/+files/ProcModules.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] CurrentDmesg.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096201/+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/1760108

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] IwConfig.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096202/+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/1760108

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Lsusb.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1760108/+attachment/5096205/+files/Lsusb.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] Lspci.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1760108/+attachment/5096204/+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/1760108

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] CRDA.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1760108/+attachment/5096200/+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/1760108

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] JournalErrors.txt

2018-03-30 Thread Pascal Mons
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1760108/+attachment/5096203/+files/JournalErrors.txt

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

Title:
  Broadcom B43 Wireless Driver Not Functional after Update to Linux
  Kernel 4.15

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

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

[Bug 1760108] [NEW] Broadcom B43 Wireless Driver Not Functional after Update to Linux Kernel 4.15

2018-03-30 Thread Pascal Mons
Public bug reported:

I was upgrading my Ubuntu Xenial 16.04 from linux-hwe kernel 4.13.0-38
to linux-hwe-edge 4.15.0-13.

After reboot my Broadcom network adapter (requiring package
firmware-b43-installer) is not recognized by the new kernel 4.15.0-13.

Running the lspci command lists the device as 'UNCLAIMED' in linux
kernel 4.15.

$ lspci
[...]
*-pci:4
 description: PCI bridge
 product: Intel Corporation
 vendor: Intel Corporation
 physical id: 1c
 bus info: pci@:00:1c.0
 version: f0
 width: 32 bits
 clock: 33MHz
 capabilities: pci pciexpress msi pm normal_decode bus_master 
cap_list
 configuration: driver=pcieport
 resources: irq:123 memory:ef50-ef5f
   *-network UNCLAIMED
description: Network controller
product: BCM4331 802.11a/b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@:05:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:ef50-ef503fff
[...]
$

The lspci -vv -pci:4 commands with the relevant devices are shown below.

$ lspci -vv -pci:4
[...]
05:00.0 Network controller: Broadcom Corporation BCM4331 802.11a/b/g/n (rev 02)
 Subsystem: Apple Inc. AirPort Extreme
 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B- DisINTx-
 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
 Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
  Address:   Data: 
 Capabilities: [d0] Express (v1) Endpoint, MSI 00
  DevCap:   MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
   ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
  DevCtl:   Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
   RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
   MaxPayload 128 bytes, MaxReadReq 512 bytes
  DevSta:   CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
  LnkCap:   Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s 
<4us, L1 <64us
   ClockPM+ Surprise- LLActRep+ BwNot- ASPMOptComp-
  LnkCtl:   ASPM Disabled; RCB 64 bytes Disabled- CommClk+
   ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
  LnkSta:   Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ 
BWMgmt- ABWMgmt-
 Capabilities: [100 v1] Advanced Error Reporting
  UESta:DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
  UEMsk:DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- 
MalfTLP- ECRC- UnsupReq- ACSViol-
  UESvrt:   DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ 
MalfTLP+ ECRC- UnsupReq- ACSViol-
  CESta:RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
  CEMsk:RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
  AERCap:   First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
 Capabilities: [13c v1] Virtual Channel
  Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
  Arb:  Fixed- WRR32- WRR64- WRR128-
  Ctrl: ArbSelect=Fixed
  Status:   InProgress-
  VC0:  Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
   Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
   Ctrl:Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
   Status:  NegoPending- InProgress-
 Capabilities: [160 v1] Device Serial Number c6-d6-51-ff-ff-e6-f4-f9
 Capabilities: [16c v1] Power Budgeting 
 Kernel modules: bcma
[...]
$

The circumstances of this bug is well described on this webpage:

https://bbs.archlinux.org/viewtopic.php?id=234122

Furthermore a patch has been provided upstream:

https://patchwork.kernel.org/patch/10185397/
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=a9e6d44ddeccd3522670e641f1ed9b068e746ff7

But is still not implemented in any Ubuntu release.

If this is not corrected on time, then the new Bionic 18.04 will fail to
connect to Internet and the local network as well if it uses a Broadcom
network adapter requiring the package firmware-b43-installer.

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


** Tags: broadcom kernel linux

** Description changed:

  I was upgrading my Ubuntu Xenial 16.04 from linux-hwe kernel 4.13.0-38
  to linux-hwe-edge 4.15.0-13.
  
  After reboot my Broadcom network adapter is not recognized by the new
  kernel 4.15.0-13.
  
  Running the lspci command lists the device as 'UNCLAIMED' in linux
  kernel 4.15.
  
  $ lspci
  [...]
- *-pci:4
-  description: PCI bridge
-  product: Intel Corporation
-  vendor: Intel Corporation
-  physical id: 1c
-  bus info: pci@:00:1c.0
-  version: f0
-  width: 32 

[Bug 1015886] Re: gmapbase.html is missing in gpsbabel-gui

2017-02-22 Thread Pascal Mons
Since Google Code is now dead, the project has been moved to GitHub and
the URL of the file is:

https://github.com/gpsbabel/gpsbabel/blob/master/gui/gmapbase.html

However this file is present in the source tarball and is however
missing from the gpsbabel-gui package.

This is a debian folder error.

I will recompile it in my soon to be GPS PPA.

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

Title:
  gmapbase.html is missing in gpsbabel-gui

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

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


[Bug 1015886] Re: gmapbase.html is missing in gpsbabel-gui

2017-02-22 Thread Pascal Mons
Bug still present in the latest version 1.5.4

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

Title:
  gmapbase.html is missing in gpsbabel-gui

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

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


[Bug 1246364] Re: update-notifier does not show a tray icon in xubuntu

2017-02-21 Thread Pascal Mons
Sorry but the packages in my previous post won't work. Don't use them.
When I have more time I will upload the working ones in one of my PPAs.

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

Title:
  update-notifier does not show a tray icon in xubuntu

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

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


[Bug 1246364] Re: update-notifier does not show a tray icon in xubuntu

2017-02-21 Thread Pascal Mons
Here are my rebuild packages for Xenial update-
notifier_3.168.3.orig.tar.xz

To install:

$ sudp dpkg -i update-notifier_3.168.3-1.0pmo1~xenial_amd64.deb update-
notifier-common_3.168.3-1.0pmo1~xenial_all.deb

** Attachment added: "update-notifier_3.168.3-1.0pmo1~xenial_amd64.deb"
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1246364/+attachment/4823497/+files/update-notifier_3.168.3-1.0pmo1~xenial_amd64.deb

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

Title:
  update-notifier does not show a tray icon in xubuntu

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

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


[Bug 1246364] Re: update-notifier does not show a tray icon in xubuntu

2017-02-21 Thread Pascal Mons
Here is package update-notifier-common

** Attachment added: "update-notifier-common_3.168.3-1.0pmo1~xenial_all.deb"
   
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1246364/+attachment/4823498/+files/update-notifier-common_3.168.3-1.0pmo1~xenial_all.deb

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

Title:
  update-notifier does not show a tray icon in xubuntu

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

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


[Bug 1246364] Re: update-notifier does not show a tray icon in xubuntu

2017-02-21 Thread Pascal Mons
Sometimes the update-notifier packages gets updated by Ubuntu. Then if
you don't recompile / build new packages with the patches provided by
Forest PPA, you may loose capabilities given by the patches.

You can simply block any update to the update-notifier packages by
running these Terminal cmd. lines:

$ sudo echo "update-notifier hold" | dpkg --set-selections
$ sudo echo "update-notifier-common hold" | dpkg --set-selections

To revert the changes:

$ sudo echo "update-notifier install" | dpkg --set-selections
$ sudo echo "update-notifier-common install" | dpkg --set-selections

You can as well set it in a Bash script block-upd-update-notifier:

#!/bin/sh
#
if [ $(id -u) != 0 ]; then
   echo "This script requires root permissions"
   sudo "$0"
   exit
fi
echo "update-notifier hold" | dpkg --set-selections
echo "update-notifier-common hold" | dpkg --set-selections

The same goes for unblock-upd-update-notifier

I guess the change was an Ubuntu policy change about the updates as they
like to force them a bit like Microsoft does. I don't expect them to
ever revert to the previous behaviour.

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

Title:
  update-notifier does not show a tray icon in xubuntu

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

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


[Bug 1538116] Re: Caffeine Indicator error on startup. ImportError: cannot import name '_gi'

2016-06-05 Thread Pascal Mons
Where is your Fix Release ? I don't see anything. I believe in my Xenial
16.04 I have just fixed the error messages I got for caffeine and
caffeine-indicator:

For /usr/bin/caffeine at the beginning of file in the import section I
did add an import gi followed by a require_version i.e.

import gi
gi.require_version('Gtk', '3.0')
import pkg_resources
from gi.repository import GObject, Gtk, GLib

For /usr/bin/caffeine-indicator idem

import gi
gi.require_version('Gtk', '3.0')
gi.require_version('AppIndicator3', '0.1')
import pkg_resources
from gi.repository import GLib, Gtk, GObject, AppIndicator3

Now when launched by a Terminal cmd. line there is no warnings / no
errors.

Still after moving from Trusty 14.04 I had to edit the Start-up
Applications Command:

>From /usr/bin/caffeine To /usr/bin/caffeine-indicator

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

Title:
  Caffeine Indicator error on startup. ImportError: cannot import name
  '_gi'

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

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


[Bug 1538116] Re: Caffeine Indicator error on startup. ImportError: cannot import name '_gi'

2016-06-05 Thread Pascal Mons
I use the latest version 2.8.3-3build1

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

Title:
  Caffeine Indicator error on startup. ImportError: cannot import name
  '_gi'

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

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


[Bug 1589150] [NEW] gEdit 3.18.3 in Xenial 16.04 Displays Wrong Outlined Colors of Bash Scripts

2016-06-04 Thread Pascal Mons
Public bug reported:

I used Bash Scripts in Trusty 14.04 which I write and edit in gEdit.

However when upgrading to Xenial 16.04 a few days ago I had a surprise
on the outlined colours displayed by the new gEdit 3.18.3. On a
particular instruction the text until the end is displayed in pink as if
there should be a Bash error. However there is no error in my Bash
script and gEdit 3.10 from Trusty 14.04 displayed it accordingly.

I attach the screen-shot of the portion of script which shows that the
Bash syntax is not properly checked in gEdit 3.18.3.

The problem is the use of a single quote (backslahed to avoid shell
interpretation). Obviously there should be no second single quote but
gEdit do color the script till the end in pink ... This is quite
appalling ...

SUBJECT="${SUBJECT//[\'\\]}"

Which aim is to remove any single quote from a string.

This is the second bug I found in gEdit in less than a week or so, and a
further proof of the unprofessional way of the GNOME Team for managing
their releases.

These 2 bugs are plain regressions from perfectly working capabilities
in previous versions.

Who will take care of this bug ?

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Jun  4 22:14:49 2016
ExecutablePath: /usr/bin/gedit
InstallationDate: Installed on 2016-05-23 (12 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages xenial

** Attachment added: "Portion of  Bash Script Displaying the gEdit 3.18.3 
Colouring Bug"
   
https://bugs.launchpad.net/bugs/1589150/+attachment/4677047/+files/gEdit%203.18.3%20Bash%20Script%20Display%20Bug.png

** Description changed:

  I used Bash Scripts in Trusty 14.04 which I write and edit in gEdit.
  
  However when upgrading to Xenial 16.04 a few days ago I had a surprise
  on the outlined colours displayed by the new gEdit 3.18.3. On a
  particular instruction the text until the end is displayed in pink as if
  there should be a Bash error. However there is no error in my Bash
  script and gEdit 3.10 from Trusty 14.04 displayed it accordingly.
  
  I attach the screen-shot of the portion of script which shows that the
  Bash syntax is not properly checked in gEdit 3.18.3.
  
  The problem is the use of a single quote (backslahed to avoid shell
  interpretation). Obviously there should be no second single quote but
  gEdit do color the script till the end in pink ... This is quite
  appalling ...
  
  SUBJECT="${SUBJECT//[\'\\]}"
  
  Which aim is to remove any single quote from a string.
  
  This is the second bug I found in gEdit in less than a week or so, and a
  further proof of the unprofessional way of the GNOME Team of managing
  their releases.
  
- These 2 bugs are plain regression from perfectly working capabilities in
- previous versions.
+ These 2 bugs are plain regressions from perfectly working capabilities
+ in previous versions.
  
  Who will take care of this bug ?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sat Jun  4 22:14:49 2016
  ExecutablePath: /usr/bin/gedit
  InstallationDate: Installed on 2016-05-23 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  I used Bash Scripts in Trusty 14.04 which I write and edit in gEdit.
  
  However when upgrading to Xenial 16.04 a few days ago I had a surprise
  on the outlined colours displayed by the new gEdit 3.18.3. On a
  particular instruction the text until the end is displayed in pink as if
  there should be a Bash error. However there is no error in my Bash
  script and gEdit 3.10 from Trusty 14.04 displayed it accordingly.
  
  I attach the screen-shot of the portion of script which shows that the
  Bash syntax is not properly checked in gEdit 3.18.3.
  
  The problem is the use of a single quote (backslahed to avoid shell
  interpretation). Obviously there should be no second single quote but
  gEdit do color the script till the end in pink ... This is quite
  appalling ...
  
  SUBJECT="${SUBJECT//[\'\\]}"
  
  Which aim is to remove any single quote from a string.
  
  This is the second bug I found in gEdit in less than a week or so, and a
- further proof of the unprofessional way of the GNOME Team of managing
+ further proof of the unprofessional way of the GNOME Team 

[Bug 1587906] [NEW] GNOME Terminal 3.18.3 Xenial maximized windows does not return to its previous state when un-maximized

2016-06-01 Thread Pascal Mons
Public bug reported:

When a GNOME terminal is maximized then it is impossible to return to
its initial size (UN-maximized), whatever the circumstances ...

I have tried with tabs opened, without tabs, under different themes ...

This is again very damaging to an Ubuntu LTS release, and this is the
second GNOME 3.18.3 bug I report here in less than a week after
installing Xenial 16.04. The previous one being gEdit.

Will Ubuntu take care of these bugs ? As the typical answer from the
GNOME team is that they have already moved to a newer release, so they
won't provide any support on older versions ...

The GNOME team appears to be highly unqualified to make stable releases
of their software.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun  1 15:44:50 2016
ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
InstallationDate: Installed on 2016-05-23 (8 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  GNOME Terminal 3.18.3 Xenial maximized windows does not return to its
  previous state when un-maximized

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

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


[Bug 1313184] Re: Medit crashes in unity_gtk_action_group_connect_item

2015-12-27 Thread Pascal Mons
Following-up on this bug in my Ubuntu Trusty 14.04 and to answer
Makronas request for a fix in Trusty 14.04, I have set-up a build for
Trusty 14.04 from the source of Utopic which are available here:

https://launchpad.net/ubuntu/+source/unity-gtk-
module/0.0.0+14.10.20140716-0ubuntu1

In one of my Launchpad PPA along with the latest version of medit which
is 1.2.0

Just install my Miscellaneous PPA with these cmd. lines:

$ sudo apt-add-repository ppa:anton+/miscellaneous
$ sudo apt-get update

Then your Trusty 14.04 system will pick up the update ...

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

Title:
  Medit crashes in unity_gtk_action_group_connect_item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1313184/+subscriptions

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


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-25 Thread Pascal Mons
Sorry about this bug report. I was simply missing a dependency : 
python-cffi-backend .
It is now build successfully in my PPA.
I am setting it to Invalid status, may be you can close it for good.
Sorry about that.

** Changed in: python-cffi (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-cffi in Ubuntu.
https://bugs.launchpad.net/bugs/1522606

Title:
  Unable to rebuild this package from Source - FTBFS

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-25 Thread Pascal Mons
Sorry about this bug report. I was simply missing a dependency : 
python-cffi-backend .
It is now build successfully in my PPA.
I am setting it to Invalid status, may be you can close it for good.
Sorry about that.

** Changed in: python-cffi (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/1522606

Title:
  Unable to rebuild this package from Source - FTBFS

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

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


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
However a python2.7-dbg cmd. produced the same error ... Why is that ?

$ python2.7-dbg -c 'import Cython.Compiler.Scanning'
Traceback (most recent call last):
  File "", line 1, in 
ImportError: /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: 
undefined symbol: Py_InitModule4_64
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 63, in 
apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 5, in 

from apport.report import Report
  File "/usr/lib/python2.7/dist-packages/apport/report.py", line 30, in 
import apport.fileutils
  File "/usr/lib/python2.7/dist-packages/apport/fileutils.py", line 23, in 

from apport.packaging_impl import impl as packaging
  File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 20, in 

import apt
  File "/usr/lib/python2.7/dist-packages/apt/__init__.py", line 23, in 
import apt_pkg
ImportError: /usr/lib/python2.7/dist-packages/apt_pkg.so: undefined symbol: 
Py_InitModule4_64

Original exception was:
Traceback (most recent call last):
  File "", line 1, in 
ImportError: /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: 
undefined symbol: Py_InitModule4_64
[44465 refs]
$

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-cffi in Ubuntu.
https://bugs.launchpad.net/bugs/1522606

Title:
  Unable to rebuild this package from Source - FTBFS

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522606] [NEW] Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
Public bug reported:

I am trying to compile on my Ubuntu Trusty 14.04 the latest source
cffi-1.3.1 in order to build the python-cffi package.

The source and debian folder are available at:

https://launchpad.net/ubuntu/+source/python-cffi

Here are the steps I took:

$ wget -P ~/Downloads/cffi 
https://launchpad.net/ubuntu/+archive/primary/+files/python-cffi_1.3.1.orig.tar.gz
$ wget -P ~/Downloads/cffi 
https://launchpad.net/ubuntu/+archive/primary/+files/python-cffi_1.3.1-1ubuntu1.debian.tar.xz
$ cd cffi
$ tar zxf python-cffi_1.3.1.orig.tar.gz
$ XZ_OPT=-9 tar Jcf python-cffi_1.3.1.orig.tar.xz cffi-1.3.1/
$ rm python-cffi_1.3.1.orig.tar.gz
$ tar xf python-cffi_1.3.1-1ubuntu1.debian.tar.xz -C cffi-1.3.1/
$ cd cffi-1.3.1/
$ dpkg-checkbuilddeps
$ dpkg-buildpackage -rfakeroot -us -uc -Zxz -z9

Then I stumble on this error:

running build_ext
failed to import Cython: 
/usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: undefined symbol: 
Py_InitModule4_64
error: Cython does not appear to be installed
[81526 refs]
E: pybuild pybuild:256: build: plugin distutils failed with: exit code=1: 
/usr/bin/python-dbg setup.py build 
dh_auto_build: pybuild --build -i python{version}-dbg -p 2.7 --dir . returned 
exit code 13
make: *** [build] Error 13
dpkg-buildpackage: error: debian/rules build gave error exit status 2

The symbol Py_InitModule4_64 is not defined in the shared library
Scanning.so, as the following cmd. confirms:

$ nm -gl /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so | grep 
Py_InitModule4_64
nm: /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: no symbols
$ 

However from the Python environment the import seems to succeed:

$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Cython.Compiler import Scanning
>>> 

As I was unable to recompile the latest source, I tried to recompile the 
"official" Trusty 14.04 source python-cffi_0.8.2.orig.tar.gz
And I stumbled on the very same error ...

What is wrong here ? Why can't we recompile the package from source ?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-cffi (not installed)
ProcVersionSignature: Ubuntu 3.19.0-37.42~14.04.1-generic 3.19.8-ckt9
Uname: Linux 3.19.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  3 16:47:27 2015
InstallationDate: Installed on 2014-12-19 (348 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-cffi
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-cffi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-cffi in Ubuntu.
https://bugs.launchpad.net/bugs/1522606

Title:
  Unable to rebuild this package from Source - FTBFS

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
Of course cython package is installed. I first used the "official" Trusty 14.04 
version 0.20.1+git90-g0e6e38e-1ubuntu2.
Then I compiled and used the latest version 0.23.3-0ubuntu1.

With the same result explained above.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-cffi in Ubuntu.
https://bugs.launchpad.net/bugs/1522606

Title:
  Unable to rebuild this package from Source - FTBFS

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522606] [NEW] Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
Public bug reported:

I am trying to compile on my Ubuntu Trusty 14.04 the latest source
cffi-1.3.1 in order to build the python-cffi package.

The source and debian folder are available at:

https://launchpad.net/ubuntu/+source/python-cffi

Here are the steps I took:

$ wget -P ~/Downloads/cffi 
https://launchpad.net/ubuntu/+archive/primary/+files/python-cffi_1.3.1.orig.tar.gz
$ wget -P ~/Downloads/cffi 
https://launchpad.net/ubuntu/+archive/primary/+files/python-cffi_1.3.1-1ubuntu1.debian.tar.xz
$ cd cffi
$ tar zxf python-cffi_1.3.1.orig.tar.gz
$ XZ_OPT=-9 tar Jcf python-cffi_1.3.1.orig.tar.xz cffi-1.3.1/
$ rm python-cffi_1.3.1.orig.tar.gz
$ tar xf python-cffi_1.3.1-1ubuntu1.debian.tar.xz -C cffi-1.3.1/
$ cd cffi-1.3.1/
$ dpkg-checkbuilddeps
$ dpkg-buildpackage -rfakeroot -us -uc -Zxz -z9

Then I stumble on this error:

running build_ext
failed to import Cython: 
/usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: undefined symbol: 
Py_InitModule4_64
error: Cython does not appear to be installed
[81526 refs]
E: pybuild pybuild:256: build: plugin distutils failed with: exit code=1: 
/usr/bin/python-dbg setup.py build 
dh_auto_build: pybuild --build -i python{version}-dbg -p 2.7 --dir . returned 
exit code 13
make: *** [build] Error 13
dpkg-buildpackage: error: debian/rules build gave error exit status 2

The symbol Py_InitModule4_64 is not defined in the shared library
Scanning.so, as the following cmd. confirms:

$ nm -gl /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so | grep 
Py_InitModule4_64
nm: /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: no symbols
$ 

However from the Python environment the import seems to succeed:

$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Cython.Compiler import Scanning
>>> 

As I was unable to recompile the latest source, I tried to recompile the 
"official" Trusty 14.04 source python-cffi_0.8.2.orig.tar.gz
And I stumbled on the very same error ...

What is wrong here ? Why can't we recompile the package from source ?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-cffi (not installed)
ProcVersionSignature: Ubuntu 3.19.0-37.42~14.04.1-generic 3.19.8-ckt9
Uname: Linux 3.19.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  3 16:47:27 2015
InstallationDate: Installed on 2014-12-19 (348 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-cffi
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-cffi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Unable to rebuild this package from Source - FTBFS

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

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


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
However a python2.7-dbg cmd. produced the same error ... Why is that ?

$ python2.7-dbg -c 'import Cython.Compiler.Scanning'
Traceback (most recent call last):
  File "", line 1, in 
ImportError: /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: 
undefined symbol: Py_InitModule4_64
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 63, in 
apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
  File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 5, in 

from apport.report import Report
  File "/usr/lib/python2.7/dist-packages/apport/report.py", line 30, in 
import apport.fileutils
  File "/usr/lib/python2.7/dist-packages/apport/fileutils.py", line 23, in 

from apport.packaging_impl import impl as packaging
  File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 20, in 

import apt
  File "/usr/lib/python2.7/dist-packages/apt/__init__.py", line 23, in 
import apt_pkg
ImportError: /usr/lib/python2.7/dist-packages/apt_pkg.so: undefined symbol: 
Py_InitModule4_64

Original exception was:
Traceback (most recent call last):
  File "", line 1, in 
ImportError: /usr/lib/python2.7/dist-packages/Cython/Compiler/Scanning.so: 
undefined symbol: Py_InitModule4_64
[44465 refs]
$

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

Title:
  Unable to rebuild this package from Source - FTBFS

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

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


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
Of course cython package is installed. I first used the "official" Trusty 14.04 
version 0.20.1+git90-g0e6e38e-1ubuntu2.
Then I compiled and used the latest version 0.23.3-0ubuntu1.

With the same result explained above.

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

Title:
  Unable to rebuild this package from Source - FTBFS

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

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


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
One side note though ... When building in one of my PPAs on Launchpad it
builds flawlessly. Right now it is in testing ...

https://launchpad.net/~anton+/+archive/ubuntu/photo-video-apps

Then there is something wrong in my machine environment ? This is the
first time I notice this to happen.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-cffi in Ubuntu.
https://bugs.launchpad.net/bugs/1522606

Title:
  Unable to rebuild this package from Source - FTBFS

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1522606] Re: Unable to rebuild this package from Source - FTBFS

2015-12-03 Thread Pascal Mons
One side note though ... When building in one of my PPAs on Launchpad it
builds flawlessly. Right now it is in testing ...

https://launchpad.net/~anton+/+archive/ubuntu/photo-video-apps

Then there is something wrong in my machine environment ? This is the
first time I notice this to happen.

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

Title:
  Unable to rebuild this package from Source - FTBFS

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

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


[Bug 1502525] [NEW] ClearWeather Screenlets Displays "No Weather Information Available" as Weather.com Changed the layout of its Website in September 2015

2015-10-03 Thread Pascal Mons
Public bug reported:

The Python ClearWeather Screenlet package displays weather information
from the http://www.weather.com website.

However, for the first time since this screenlet was created (back in
2007), the weather.com website chnaged to a new layout in September
2015.

In order to work again the Python code needs to be re-written to adapt
to the new Weaather.com website.

Is anyone taking care of this ?

I am not a Python developer.

** Affects: screenlets (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/1502525

Title:
  ClearWeather Screenlets Displays "No Weather Information Available" as
  Weather.com Changed the layout of its Website in September 2015

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

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


[Bug 1437209] Re: package ubuntu-keyring 2012.05.19 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2015-05-07 Thread Pascal Mons
May be some explanation on when this happened.

I was experiencing a loss of GPG PUBKEYs as described by Apt-get
Reports NO_PUBKEY GPG Error for Keys that are Present in Trusted

https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1263540

Then I ran :

$ sudo apt-get install ubuntu-keyring --reinstall

This caused a crash while re-installing the ubuntu-keyring package.

Later I did proceed as explained by the latest posts on bug 1263540.

I deleted all the contents in /etc/apt/trusted.gpg.d/ (Not exactly) :

$ sudo mv /etc/apt/trusted.gpg.d/ /etc/apt/trusted.gpg.d.old/
$ mkdir /etc/apt/trusted.gpg.d/

Then I ran :

$ sudo dpkg -i webupd8/launchpad-getkeys_0.3.3-1~webupd8~2_all.deb

(launchpad-getkeys was found here : http://www.webupd8.org/2010/05
/automatically-import-all-missing.html)

$ sudo launchpad-getkeys
$ sudo apt-get update

... This solved the issue for me.

Still the ubuntu-keyring is not broken and performing well.

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

Title:
  package ubuntu-keyring 2012.05.19 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 1424641] [NEW] On some packages dh_installdocs will not find files listed in package.docs if debian compat=9

2015-02-23 Thread Pascal Mons
Public bug reported:

When building packages using Launchpad or on my Ubuntu Trusty 14.04
using CLI:

$ dpkg-buildpackage -rfakeroot -us -uc -Zxz -z9

The  build fails because dh_installdocs will not find doc files listed in 
debian/package.docs if debian/compat is 9. Although these listed files : 
AUTHORS, NEWS, README, TRANSLATORS are present in the tarball.
Downgrading the value of debian/compat to 8 will get the build working properly.
This behavior is frequent but not systematic. I have in my PPA 
https://launchpad.net/~anton+/+archive/ubuntu/photo-video-apps/+packages two 
applications : birdfont and converseen which cannot build in compat 9 
because of bugs in dh_installdocs.

Here is the terminal dump for birdfont:

make[1]: Leaving directory 
`/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2'
   dh_installdocs
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 1: 
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 AUTHORS: not found
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 2: 
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 NEWS: not found
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 3: 
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 README: not found
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 4: 
/home/ubuntu-trusty/jean/Downloads/birdfont/birdfont-2.0.2/debian/birdfont.docs:
 TRANSLATORS: not found
dh_installdocs: problem reading debian/birdfont.docs: 
make: *** [binary] Error 127
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

For converseen I have debian/converseen.docs containing a README.md (a
markdown format) and the build will fails in debian compat 9 with the
same message. Hence it is in compat 8 in my PPA.

However for diffimg I am able to build in compat 9 successfully. The
debian/docs file contains AUTHORS.txt, Changelog.txt, COPYING.txt,
CREDITS.txt, INSTALL.txt, LICENSE.txt, NEWS.txt, README.txt, TODO.txt .

I cannot explain the behavior of dh_installdocs in compat 9 otherwise
than calling it a bug. As it does not conform to its manpage properties.

http://manpages.ubuntu.com/manpages/utopic/man1/dh_installdocs.1.html

Is it possible for Ubuntu to handle it ? Or should I report this to
Debian ?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: debhelper 9.20131227ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Feb 23 08:42:14 2015
InstallationDate: Installed on 2014-12-19 (65 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: debhelper
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  On some packages dh_installdocs will not find files listed in
  package.docs if debian compat=9

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

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


[Bug 1424445] [NEW] Ugly menu buttons icons in gtkpod

2015-02-22 Thread Pascal Mons
Public bug reported:

The menu buttons icons are quite ugly and have nothing to do with what
is advertised as screenshots on the upstream website for gtkpod.

http://www.gtkpod.org/images/1/12/Main-window-v2.png

It looks like a bug was reported as well in 2009 in the early version.

https://bugs.launchpad.net/ubuntu/+source/gtkpod-aac/+bug/351681

Upon analysis the buttons png images were located in source dir./data/
and comprised:

default-cover.png
gtkpod-add-dirs.png
gtkpod-add-files.png
gtkpod-add-playlists.png
gtkpod-read.png
gtkpod-read-16.png
photo-toolbar-album.png
photo-toolbar-photos.png

These pictures do match most of the screenshots on the upstream website.
However they disappeared from the latest source.

Has anyone a clue on what happened ? Why the project specific icons
disappeared from the tarball ?

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

** Attachment added: GtkPod Main Window
   
https://bugs.launchpad.net/bugs/1424445/+attachment/4325006/+files/gtkpod_2.4.1_screenshot.png

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

Title:
  Ugly menu buttons icons in gtkpod

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

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


[Bug 1411720] [NEW] Nautilus Crash when Displaying /usr/share/pixmaps Thumbnails in Trusty 14.04

2015-01-16 Thread Pascal Mons
Public bug reported:

After Upgrading from Precise 12.04 to Trusty 14.04 (Fresh Install +
transfer of packages) I can't open my /usr/share/pixmaps folder in
Nautilus 3.10. Displaying the thumbnails makes it crashing.

Packages :   nautilus 1:3.10.1-0ubuntu9.4
Problem type :   Crash
Title :   nautilus crashed with SIGSEGV in 
FT_Render_Glyph_Internal()
Architecture :amd64
CurrentDesktop :  Unity

That was not the case in Precise 12.04

/usr/share/applications is displayed appropriately.

Again, as reported days ago
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1410918 (JPEG
2000 .jp2 .j2k thumbnails crashed Nautilus 3.10), the Marlin File
Manager has no problem for displaying these thumbnails.

The source of the cause is again GNOME Nautilus 3.10.

They seem to do a poor job for displaying thumbnails, although in modern
OS(s) this is an essential part of the system and why the Mac OS X is
praised by Professional Photographers and others in the multimedia
arena.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.4
ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jan 16 10:33:10 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
InstallationDate: Installed on 2014-12-19 (27 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Nautilus Crash when Displaying /usr/share/pixmaps Thumbnails in Trusty
  14.04

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

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


[Bug 1410918] Re: Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

2015-01-14 Thread Pascal Mons
** Description changed:

  There is definitely a problem with Nautilus and only with Nautilus. No
  need to make jasper shoulder the GNOME responsibility.
  
  On Ubuntu Trusty 14.04 LTS I have installed both Marlin and Nautilus /
  Nemo File Managers.
  
  Marlin has no problem previewing JPEG 2000 thumbnails in .j2k and .jp2
  format.
  
  However Nautilus [3.10] / Nemo (both) are constantly crashing. e.g.
  
  nautilus crashed with SIGSEGV in jpc_qmfb_join_colgrp()
  
  On the command line running jasper is working fine too (Cevennes2.jpg is
  coming right from the official website)
  
  http://www.openjpeg.org/index.php?menu=samples
  
  $ jasper --input Cevennes2.jp2 --output Cevennes2-bis.bmp --output-
  format bmp
  
  When will Nautilus behave appropriately for JPEG 2000 thumnbails ? This
  is dating back for years ...
  
  I have read through the same bug reported Oct. 9, 2009
  https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/427100
  
- Here we have Sebastien Bacher (an Ubuntu employee) stating that the
- issue lies with the jasper library.
+ Then 2 other bug reports from 2010 and 2011
+ https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/863187
+ https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/555238
+ 
+ Here we have Sebastien Bacher (seb128) (an Ubuntu employee) stating that
+ the issue lies with the jasper library.
  
  The previous test I made with the Marlin File Manager and the jasper
  Library proves that it's not the case.
  
  As a further example when attaching the .jp2 sample for this bug report,
  Firefox did open the File Manager (Nautilus / Nemo) to select the image
  and it displayed the small thumbnail appropriately.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.4
  ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jan 14 13:17:59 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-12-19 (25 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

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

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


[Bug 1410918] Re: Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

2015-01-14 Thread Pascal Mons
** Description changed:

  There is definitely a problem with Nautilus and only with Nautilus. No
  need to make jasper shoulder the GNOME responsibility.
  
  On Ubuntu Trusty 14.04 LTS I have installed both Marlin and Nautilus /
  Nemo File Managers.
  
  Marlin has no problem previewing JPEG 2000 thumbnails in .j2k and .jp2
- format.
+ format. [I mean opening a folder with dozens of .j2k and .jp2 images].
  
  However Nautilus [3.10] / Nemo (both) are constantly crashing. e.g.
  
  nautilus crashed with SIGSEGV in jpc_qmfb_join_colgrp()
  
  On the command line running jasper is working fine too (Cevennes2.jpg is
  coming right from the official website)
  
  http://www.openjpeg.org/index.php?menu=samples
  
  $ jasper --input Cevennes2.jp2 --output Cevennes2-bis.bmp --output-
  format bmp
  
  When will Nautilus behave appropriately for JPEG 2000 thumnbails ? This
  is dating back for years ...
  
  I have read through the same bug reported Oct. 9, 2009
  https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/427100
  
  Then 2 other bug reports from 2010 and 2011
  https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/863187
  https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/555238
  
  Here we have Sebastien Bacher (seb128) (an Ubuntu employee) stating that
  the issue lies with the jasper library.
  
  The previous test I made with the Marlin File Manager and the jasper
  Library proves that it's not the case.
  
  As a further example when attaching the .jp2 sample for this bug report,
  Firefox did open the File Manager (Nautilus / Nemo) to select the image
  and it displayed the small thumbnail appropriately.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.4
  ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jan 14 13:17:59 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-12-19 (25 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

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

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


[Bug 1410918] [NEW] Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

2015-01-14 Thread Pascal Mons
Public bug reported:

There is definitely a problem with Nautilus and only with Nautilus. No
need to make jasper shoulder the GNOME responsibility.

On Ubuntu Trusty 14.04 LTS I have installed both Marlin and Nautilus /
Nemo File Managers.

Marlin has no problem previewing JPEG 2000 thumbnails in .j2k and .jp2
format.

However Nautilus [3.10] / Nemo (both) are constantly crashing. e.g.

nautilus crashed with SIGSEGV in jpc_qmfb_join_colgrp()

On the command line running jasper is working fine too (Cevennes2.jpg is
coming right from the official website)

http://www.openjpeg.org/index.php?menu=samples

$ jasper --input Cevennes2.jp2 --output Cevennes2-bis.bmp --output-
format bmp

When will Nautilus behave appropriately for JPEG 2000 thumnbails ? This
is dating back for years ...

I have read through the same bug reported Oct. 9, 2009
https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/427100

Then 2 other bug reports from 2010 and 2011
https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/863187
https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/555238

Here we have Sebastien Bacher (seb128) (an Ubuntu employee) stating that
the issue lies with the jasper library.

The previous test I made with the Marlin File Manager and the jasper
Library proves that it's not the case.

As a further example when attaching the .jp2 sample for this bug report,
Firefox did open the File Manager (Nautilus / Nemo) to select the image
and it displayed the small thumbnail appropriately.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.4
ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jan 14 13:17:59 2015
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
InstallationDate: Installed on 2014-12-19 (25 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment added: Cevennes2.jp2
   
https://bugs.launchpad.net/bugs/1410918/+attachment/4298538/+files/Cevennes2.jp2

** Description changed:

  There is definitely a problem with Nautilus and only with Nautilus. No
  need to make jasper shoulder the GNOME responsibility.
  
  On Ubuntu Trusty 14.04 LTS I have installed both Marlin and Nautilus /
  Nemo.
  
- Marlin has no problem previewing JPEG 2000 thumbnails in .j2k or .jp2
+ Marlin has no problem previewing JPEG 2000 thumbnails in .j2k and .jp2
  format.
  
  However Nautilus [3.10] / Nemo (both) are constantly crashing. e.g.
  nautilus crashed with SIGSEGV in jpc_qmfb_join_colgrp()
  
  On the command line running jasper is working fine too (Cevennes2.jpg is
  coming right from the official website)
  
  http://www.openjpeg.org/index.php?menu=samples
  
  $ jasper --input Cevennes2.jp2 --output Cevennes2-bis.bmp --output-
  format bmp
  
  When will Nautilus behave appropriately for JPEG 2000 thumnbails ? This
  is dating for years ...
  
  I have read through the same bug reported Oct. 9, 2009
  https://bugs.launchpad.net/ubuntu/+source/jasper/+bug/427100
  
  Here we have Sebastien Bacher (an Ubuntu employee) stating that the
  issue lie with the library jasper.
  
  The previous test I made with the Marlin File Manager and the jasper
  Library proves that it's not the case.
  
  As a further example when attaching the .jp2 sample for this bug report,
  Firefox did open the File Manager (Nautilus / Nemo) to select the image
  and it displayed the small thumbnail appropriately.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.4
  ProcVersionSignature: Ubuntu 3.16.0-29.39~14.04.1-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jan 14 13:17:59 2015
  GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  InstallationDate: Installed on 2014-12-19 (25 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  There is definitely a problem with Nautilus and only with Nautilus. No
  need to make jasper shoulder the GNOME responsibility.
  
  On Ubuntu Trusty 14.04 LTS I have installed both Marlin and Nautilus /
  Nemo.
  
  Marlin has no problem previewing JPEG 2000 thumbnails in .j2k and .jp2
  format.
  
  However Nautilus 

[Bug 427100] Re: JPEG2000 thumbnail causes browser to crash

2015-01-14 Thread Pascal Mons
There is definitely a problem with Nautilus and only with Nautilus. No
need to make jasper shoulder the GNOME responsibility.

On Ubuntu Trusty 14.04 I have installed both Marlin and Nautilus / Nemo.

Marlin has no problem previewing JPEG 2000 thumbnails in .j2k or .jp2
format.

However Nautilus [3.10] / Nemo (both) are constantly crashing. e.g.
nautilus crashed with SIGSEGV in jpc_qmfb_join_colgrp()

On the command line running jasper is working fine too (Cevennes2.jpg is
coming right from the official website
http://www.openjpeg.org/index.php?menu=samples)

$ jasper --input Cevennes2.jp2 --output Cevennes2-bis.bmp --output-
format bmp

When will Nautilus behave appropriately for JPEG 2000 thumnbails ? This
is dating for years ...

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

Title:
  JPEG2000 thumbnail causes browser to crash

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

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