[Bug 305176] Re: [PR25509] can't disable __attribute__((warn_unused_result))

2018-08-18 Thread Bug Watch Updater
** Bug watch added: GCC Bugzilla #66425 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/305176 Title: [PR25509] can't disable

[Bug 1787695] WifiSyslog.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177052/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1787695] UdevDb.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177051/+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/1787695 Title: :

[Bug 1787695] ProcModules.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177049/+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/1787695

[Bug 1787695] ProcCpuinfo.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177045/+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/1787695

[Bug 1787695] Re: : unable to handle kernel paging request at ffff9f2ed2aa5844

2018-08-18 Thread Otus
apport information ** Tags added: apport-collected xenial ** Description changed: Since going from 4.13 to 4.15, I'm getting crashes where the system completely locks up and display freezes. Below is what syslog had after my most recent. I'm on Ubuntu 4.15.0-32.35~16.04.1-generic

[Bug 1787695] PulseList.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177050/+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/1787695

[Bug 1787695] Lsusb.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177044/+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/1787695 Title: :

[Bug 1787695] CRDA.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177040/+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/1787695 Title: :

[Bug 1787695] ProcInterrupts.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177048/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787695] ProcCpuinfoMinimal.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177046/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787695] CurrentDmesg.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177041/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787695] IwConfig.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177042/+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/1787695

[Bug 1787695] Lspci.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177043/+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/1787695 Title: :

[Bug 1787695] ProcEnviron.txt

2018-08-18 Thread Otus
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1787695/+attachment/5177047/+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/1787695

[Bug 305176]

2018-08-18 Thread Manu-gcc
(In reply to Filipe Brandenburger from comment #31) > gcc should catch up. I thought Google employed some capable C/C++ engineers... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/305176 Title:

[Bug 305176]

2018-08-18 Thread Filbranden-m
(In reply to Manuel López-Ibáñez from comments) Don't worry, I got what you mean... Though I don't think coming up with code to fix it is the issue here, in comment #10 a patch was provided (which admittedly I haven't tested personally) to turn a void cast into a temporary assignment (which I

[Bug 305176]

2018-08-18 Thread Filbranden-m
See bug 66425 for the cast to (void) to ignore warn_unused_result for a single case: It looks like clang is already doing the right thing here... https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425#c2 gcc should catch up. Cheers, Filipe -- You received this bug notification because you are a

[Bug 305176]

2018-08-18 Thread Manu-gcc
(In reply to Manuel López-Ibáñez from comment #32) > (In reply to Filipe Brandenburger from comment #31) > > gcc should catch up. > > I thought Google employed some capable C/C++ engineers... What I meant is that those engineers, if they exist, could help GCC "catch up" (whatever that means)...

[Bug 305176]

2018-08-18 Thread Manu-gcc
(In reply to Manuel López-Ibáñez from comment #33) > (In reply to Manuel López-Ibáñez from comment #32) > > (In reply to Filipe Brandenburger from comment #31) > > > gcc should catch up. > > > > I thought Google employed some capable C/C++ engineers... > > What I meant is that those engineers,

[Bug 1787701] Re: package python-simpy3-doc (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc-base/python-simpy', which is also in package python-simpy-doc 2.3.1+dfsg-1

2018-08-18 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1787701 Title: package python-simpy3-doc (not installed) failed to install/upgrade: trying to overwrite

[Bug 1787701] [NEW] package python-simpy3-doc (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc-base/python-simpy', which is also in package python-simpy-doc 2.3.1+dfsg-1

2018-08-18 Thread Jason Morris
Public bug reported: python-simpy3-doc failed to install ProblemType: Package DistroRelease: Ubuntu 18.04 Package: python-simpy3-doc (not installed) ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18 Uname: Linux 4.15.0-32-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 Architecture:

[Bug 1787699] [NEW] libsdl2-dev depends on libwayland-egl1, which forces removal of libwayland-egl1-mesa

2018-08-18 Thread Christopher Snowhill
Public bug reported: Attempting to install libsdl2-dev removes libwayland-egl1-mesa and replaces it with libwayland-egl1. ** Affects: libsdl2 (Ubuntu) Importance: Undecided Status: New ** Attachment added: "install.txt"

[Bug 1782347] Re: [radeon] GDM3 fails to load without nomodeset

2018-08-18 Thread zanonmark
The newly created crash report is #1787698. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1782347 Title: [radeon] GDM3 fails to load without nomodeset To manage notifications about this bug go to:

[Bug 1787622] Re: could not upgrade Kubuntu 16.04.5 LTS to 18.04.1

2018-08-18 Thread andrearuggirello
Disabling the proxy in /etc/apt/apt.conf.d/01proxy (by commenting it with //) fixes the issue for me; I'm proceeding with the upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1787622 Title:

[Bug 199437] Re: [Upstream] [hardy] GTK+ integration is less than ideal

2018-08-18 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at http://qa.openoffice.org/issues/show_bug.cgi?id=9304. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 1787697] [NEW] Upgrade from 16.04 LTS to 18.04 LTS says it can't continue.

2018-08-18 Thread K.J.S
Public bug reported: I was offered the upgrade to 18.04 LTS. I selected, "Upgrade". It started ticking off bullets on the list, and then said, | | Could not calculate the upgrade | | An unresolvable problem occurred while calculating the upgrade. | | This can be caused by: | * Upgrading

[Bug 1787696] Re: Start network option prints errior about /etc/default/rcS, fails to return to menu

2018-08-18 Thread Tom Reynolds
apport information ** Tags added: apport-collected bionic ** Description changed: On 18.04.1, the 'start network' option on the recovery menu prints this error on screen /lib/recovery-mode/recovery-menu: line 75: /etc/default/rcS: No such file or directory and gets stuck after

[Bug 1787696] ProcCpuinfoMinimal.txt

2018-08-18 Thread Tom Reynolds
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1787696/+attachment/5177010/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787696] ProcEnviron.txt

2018-08-18 Thread Tom Reynolds
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1787696/+attachment/5177011/+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/1787696

[Bug 777565] Re: gconfd saved_state file has executable tag set

2018-08-18 Thread Bug Watch Updater
** Changed in: gconf Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777565 Title: gconfd saved_state file has executable tag set To manage notifications about this

[Bug 1764965] Re: [Realtek ALC1220 ASUS PRIME X370] Recording is very slow and plays 10x faster

2018-08-18 Thread Andrii
@Jacopo Yes, sometimes. Even restarting audacity or arecord does the trick. What really annoying is the noise level. And, yes I've tried everything under Windows 10 and sound records perfectly. The problem is that I hate too use Windows :) Oh, I've updated linux kernel to 4.18 and the problem

[Bug 1787696] [NEW] Start network option prints errior about /etc/default/rcS, fails to return to menu

2018-08-18 Thread Tom Reynolds
Public bug reported: On 18.04.1, the 'start network' option on the recovery menu prints this error on screen /lib/recovery-mode/recovery-menu: line 75: /etc/default/rcS: No such file or directory and gets stuck after ... [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill

[Bug 1277641] Re: German keyboard layout loses tilde dead key

2018-08-18 Thread Gunnar Hjalmarsson
Several years ago the basic German XKB layout was modified in that the dead_tilde symbol was changed to asciitilde (i.e. not dead). They added a German (legacy) layout which changes back asciitilde to dead_tilde. German (legacy) has in 18.04 been name changed to German (deadtilde). So yes

[Bug 1787695] Missing required logs.

2018-08-18 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1787695 and then change the status of the bug to 'Confirmed'. If, due to the

[Bug 1787695] [NEW] : unable to handle kernel paging request at ffff9f2ed2aa5844

2018-08-18 Thread Otus
Public bug reported: Since going from 4.13 to 4.15, I'm getting crashes where the system completely locks up and display freezes. Below is what syslog had after my most recent. I'm on Ubuntu 4.15.0-32.35~16.04.1-generic 4.15.18, the system is a Ryzen 1600 on AsRock AB350M with latest UEFI, RX

<    1   2   3   4   5