[Bug 1063140] Re: Drag and Drop position ignored by xfdesktop
I disagree. Bug 12201 is related to the Grub bootloader and it's a new feature request. It has nothing to do with this ticket. It's not a duplicate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063140 Title: Drag and Drop position ignored by xfdesktop To manage notifications about this bug go to: https://bugs.launchpad.net/xfdesktop/+bug/1063140/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1801161] Re: soffice.bin: ../../src/xcb_io.c:263: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
If that helps, here are all gtk2 related packages installed: ~$ dpkg --get-selections |grep gtk2 gtk2-engines-murrine:amd64 install gtk2-engines-pixbuf:amd64 install gtk2-engines-xfce install gtk2-ex-formfactory-perlinstall libcheese-gtk25:amd64 install libgtk2-ex-formfactory-perl install libgtk2-perlinstall libgtk2.0-0:amd64 install libgtk2.0-commoninstall python-gtk2 install (I've uninstalled everyhting else, but these ones have too much dependencies on Xubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1801161 Title: soffice.bin: ../../src/xcb_io.c:263: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1801161/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Missing required logs.
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 1823618 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Tags added: cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823626] [NEW] fonts-smc-manjari ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304935/buildlog_ubuntu-cosmic-amd64 .fonts-smc-manjari_1.5.1-1_BUILDING.txt.gz seems to work in bionic and disco make[1]: Entering directory '/<>' INFO:fontmake.font_project:Building TTF for Manjari-Thin INFO:ufo2ft:Pre-processing glyphs INFO:fontmake.font_project:Building OTF for Manjari-Thin INFO:ufo2ft:Pre-processing glyphs INFO:ufo2ft.filters:Running DecomposeComponentsFilter on Manjari-Thin INFO:ufo2ft.filters:Running DecomposeComponentsFilter on Manjari-Thin INFO:ufo2ft.filters:Running RemoveOverlapsFilter on Manjari-Thin INFO:ufo2ft.filters:Running RemoveOverlapsFilter on Manjari-Thin INFO:ufo2ft.filters:Running CubicToQuadraticFilter on Manjari-Thin INFO:ufo2ft.filters.cubicToQuadratic:New spline lengths: 1: 1727, 2: 4325, 3: 3737, 4: 574, 5: 20, 6: 2, 7: 5 INFO:ufo2ft:Building OpenType tables INFO:fontTools.misc.xmlReader:Parsing 'DSIG' table... WARNING:ufo2ft.featureCompiler:Please change the file name in the include(...); statement to be relative to the UFO itself, instead of relative to the 'features.fea' file contained in it. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 230, in __next__ self.lexers_.append(self.make_lexer_(path)) File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 247, in make_lexer_ fileobj = open(filename, "r", encoding="utf-8") File "/usr/lib/python3/dist-packages/fontTools/misc/py23.py", line 250, in open file, mode, buffering, encoding, errors, newline, closefd) FileNotFoundError: [Errno 2] No such file or directory: '/<>/sources/tables.fea' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "tools/build.py", line 62, in main() File "tools/build.py", line 58, in main build(args) File "tools/build.py", line 41, in build subroutinize=True File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 660, in run_from_ufos self.build_ttfs(ufos, **kwargs) File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 236, in build_ttfs self.save_otfs(ufos, ttf=True, **kwargs) File "/usr/lib/python3/dist-packages/fontTools/misc/loggingTools.py", line 372, in wrapper return func(*args, **kwds) File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 395, in save_otfs for font, ufo in zip(fonts, ufos): File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 280, in _iter_compile yield compile_func(ufo, **options) File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 143, in compileTTF featureCompilerClass=featureCompilerClass, File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 230, in compileFeatures return featureCompiler.compile() File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 125, in compile self.setupFeatures() File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 222, in setupFeatures featureFile = parseLayoutFeatures(self.ufo) File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 48, in parseLayoutFeatures doc = parser.parse() File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 69, in parse statements.append(self.parse_languagesystem_()) File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1209, in parse_languagesystem_ self.expect_symbol_(";") File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1532, in expect_symbol_ self.advance_lexer_() File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1604, in advance_lexer_ self.next_token_location_) = next(self.lexer_) File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 235, in __next__ raise IncludedFeaNotFound(fname_token, fname_location) fontTools.feaLib.error.IncludedFeaNotFound: /<>/sources/Manjari-Thin.ufo:5:9: tables.fea make[1]: *** [Makefile:20: ttf] Error 1 make[1]: *** Waiting for unfinished jobs INFO:ufo2ft:Building OpenType tables INFO:fontTools.misc.xmlReader:Parsing 'DSIG' table... WARNING:ufo2ft.featureCompiler:Please change the file name in the include(...); statement to be relative to the UFO itself, instead of relative to the 'features.fea' file contained in it. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 230, in __next__ self.lexers_.append(self.make_lexer_(path)) File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 247, in make_lexer_ fileobj = open(filename, "r", encoding="utf-8") File "/usr/lib/python3/dist-packages/fontTools/misc/py23.py", line 250, in open file, mode, buffering, encoding, errors, newline, closefd) FileNotFoundError: [Errno 2] No such file or directory: '/<>/sources/tables.fea' During handling of the above exception, another exception occurred:
[Bug 1823628] [NEW] genshi ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304929/buildlog_ubuntu-cosmic- amd64.genshi_0.7-6_BUILDING.txt.gz builds in bionic and disco. Ran 861 tests in 0.711s FAILED (failures=8, errors=56, skipped=1) Test failed: error: Test failed: E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: python3.7 setup.py test dh_auto_test: pybuild --test -i python{version} -p "3.7 3.6" returned exit code 13 make: *** [debian/rules:8: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 ** Affects: genshi (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: genshi (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823628 Title: genshi ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/1823628/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823625] [NEW] ding-libs ftpfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304942/buildlog_ubuntu-cosmic-amd64 .ding-libs_0.6.1-1_BUILDING.txt.gz seems to be fixed in disco. === ding-libs 0.6.1: ./test-suite.log === # TOTAL: 20 # PASS: 19 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: ini_validators_ut_check = Running suite(s): ini_validators 94%: Checks: 18, Failures: 1, Errors: 0 ini/ini_validators_ut_check.c:610:F:ini_allowed_options:test_ini_allowed_options_wrong_regex:0: Got msg: [[rule/options_for_foo]: Cannot compile regular expression from option 'section_re'. Error: 'Unmatched [, [^, [:, [., or [='] FAIL ini_validators_ut_check (exit status: 1) Testsuite summary for ding-libs 0.6.1 # TOTAL: 20 # PASS: 19 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 See ./test-suite.log Please report to sssd-de...@lists.fedorahosted.org ** Affects: ding-libs (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Tags added: ftbfs rls-cc-incoming ** Changed in: ding-libs (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823625 Title: ding-libs ftpfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ding-libs/+bug/1823625/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823547] Re: Kernel crash during boot with IOMMU - on Dual GPU AMD system using Ryzen 7 1700
I cannot add a kernel log, as I wasn't even able to boot the system and install the Operating System. ** Description changed: - I have the same issue, but with a Ryzen 7 1700 with the following - setups: + I have this issue with a Ryzen 7 1700 with the following setups: Setup 1: Motherboard: Gigabyte B450 Aorus M (Latest BIOS installed) RAM: 32 GB DDR4 Crucial 3000 Mhz GPU1: Sapphire Radeon RX 580 Nitro+ Special Edition 8GB GDDR5 GPU2: Asus Mining Radeon RX 470 4G GDDR5 SSD: 240 GB WD Green Setup 2: Motherboard: ASRock AB350M Pro4 (Latest BIOS installed) RAM: 32 GB DDR4 Crucial 3000 Mhz GPU1: Sapphire Radeon RX 580 Nitro+ Special Edition 8GB GDDR5 GPU2: Sapphire Radeon RX 550 2G GDDR5 SSD: 240 GB WD Green The issue first started after installing the second GPU on each of the systems. I can't even boot the system, as the errors appear right after BIOS initialization. The errors are like: [exerpt] AMD-Vi: Completion-Wait loop timed out AMD-Vi: Completion-Wait loop timed out AMD-Vi: Completion-Wait loop timed out ... AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb7560] Entering emergecy mode. Exit the shell to continue. Type "journalctl" to view system logs. AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb75d0] AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb7700] AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb7630] AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb7660] AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb7690] AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb76c0] AMD-Vi: Event logged [IOTLB_INV_TIMEOUT device=22:00.0 address=0x000174bb76f0] ... AMD-Vi: Completion-Wait loop timed out AMD-Vi: Event logged [IO_PAGE_FAULT device=23:00.3 domain=0x000 address=0xfffd3990 flags=0x0070] ... Buffer I/O error on dev dm-0, logical block 104857472, async page read Buffer I/O error on dev dm-0, logical block 104857473, async page read Buffer I/O error on dev dm-0, logical block 104857474, async page read Buffer I/O error on dev dm-0, logical block 104857475, async page read Buffer I/O error on dev dm-0, logical block 104857476, async page read Buffer I/O error on dev dm-0, logical block 104857477, async page read . I can't even install any new system, because the errors are the same... After some research I discovered that it is a IOMMU issue. I turned IOMMU off on both motherboards, and I managed to boot the system. I have been trying with CentOS 7, Ubuntu 18.04.2 and Fedora 29. I am an architect and I use blender for GPU rendering (this is the idea of having two cards), but the AMDGPU-Pro driver from the AMD's website (the only one that Blender uses for GPU rendering, as it can't use the open one) affects the way Gnome works on Xorg. In Ubuntu 18.04 Gnome doesn't start at all, it hangs up stating an error about snapd. Even after purging snapd, it still doesn't start... Fedora 29 is the only one that works, but the official AMDGPU-Pro don't work in it, thus I don't have the GPU rendering available. - Any ideas? Two years have passed, or probably even more, and this IOMMU issues on AMD are yet not resolved... I have two different chipsets on my MBs (B350 and B450) and the issues are still there... Please help. Last resort is to start using Windows, after 15 years of using only Linux, but I don't really find this very appealing... Thanks. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823547 Title: Kernel crash during boot with IOMMU - on Dual GPU AMD system using Ryzen 7 1700 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823547/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823516] Re: Nvidia-418 installed but apps are using LLVMpipe/Mesa in Wayland sessions
Rebuilding xorg-server with --enable-xwayland-eglstream didn't help (!?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823516 Title: Nvidia-418 installed but apps are using LLVMpipe/Mesa in Wayland sessions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1823516/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822978] Re: Backport upstream fixes for regression in Akonadi and PIM (stack rebuild)
Rebuild done in: https://bileto.ubuntu.com/#/ticket/3693 Published to unapproved queue. ** Summary changed: - Backport upstream fixes for regression in Akonadi and PIM + Backport upstream fixes for regression in Akonadi and PIM (stack rebuild) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822978 Title: Backport upstream fixes for regression in Akonadi and PIM (stack rebuild) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1822978/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1771525] Re: Scanner not detected if plugged once Kubuntu 18.04 is running
** Package changed: usbutils (Ubuntu) => skanlite (Ubuntu) -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to skanlite in Ubuntu. https://bugs.launchpad.net/bugs/1771525 Title: Scanner not detected if plugged once Kubuntu 18.04 is running To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/skanlite/+bug/1771525/+subscriptions -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 1823629] [NEW] ABI Error because package for armhf architecture is built with GCC-5
Public bug reported: Description:Ubuntu 18.04.2 LTS Release:18.04 libmuparser2v5: Installed: 2.2.3-6 Candidate: 2.2.3-6 Version table: *** 2.2.3-6 500 500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages 100 /var/lib/dpkg/status Everytime the program crashes because of libmuparser2v5. In the dbgsyms-package for armhf it came out that the package was built with GCC-5. The Rest of the program including all libs are built with GCC-7. This leads to ABI problems because there are major changes in the binary interface since GCC 7.3. I could solve this problem with building the package manually from the sources. Please rebuilt the package for armhf with GCC-7. ** Affects: muparser (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/1823629 Title: ABI Error because package for armhf architecture is built with GCC-5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/muparser/+bug/1823629/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823459] Re: guile-2.2 ftbfs in disco (arm64 only)
ftbfs in cosmic as well: https://launchpadlibrarian.net/418327942/buildlog_ubuntu-cosmic-arm64.guile-2.2_2.2.4+1-1ubuntu1_BUILDING.txt.gz although that one is a timeout: esting /<>/guile-2.2-2.2.4+1/meta/guile ... with GUILE_LOAD_PATH=/<>/guile-2.2-2.2.4+1/test-suite Running 00-initial-env.test Running 00-repl-server.test Running 00-socket.test make[2]: *** [Makefile:1856: check-recursive] Terminated make[1]: *** [Makefile:2243: check] Terminated make[4]: *** wait: No child processes. Stop. make[4]: *** Waiting for unfinished jobs make[4]: *** wait: No child processes. Stop. make: *** wait: No child processes. Stop. make: *** Waiting for unfinished jobs make: *** wait: No child processes. Stop. make[3]: *** [Makefile:2241: check-am] Error 2 Build killed with signal TERM after 150 minutes of inactivity ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823459 Title: guile-2.2 ftbfs in disco (arm64 only) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/guile-2.2/+bug/1823459/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822978] Re: Backport upstream fixes for regression in Akonadi and PIM (stack rebuild)
** Changed in: akonadi (Ubuntu Disco) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822978 Title: Backport upstream fixes for regression in Akonadi and PIM (stack rebuild) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1822978/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823422] Re: heimdal ftbfs in disco
same test failure in cosmic: https://launchpadlibrarian.net/418305085/buildlog_ubuntu-cosmic-amd64.heimdal_7.5.0+dfsg-2_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823422 Title: heimdal ftbfs in disco To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/1823422/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813581] Re: gpgme1.0 ftbfs in 18.04 LTS
also fails in cosmic: https://launchpadlibrarian.net/418306128/buildlog_ubuntu-cosmic-amd64.gpgme1.0_1.11.1-1ubuntu3_BUILDING.txt.gz * Start testing of TofuInfoTest * Config: Using QtTest library 5.11.1, Qt 5.11.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.2.0) PASS : TofuInfoTest::initTestCase() PASS : TofuInfoTest::testTofuNull() PASS : TofuInfoTest::testTofuInfo() PASS : TofuInfoTest::testTofuSignCount() PASS : TofuInfoTest::testTofuKeyList() PASS : TofuInfoTest::testTofuPolicy() FAIL! : TofuInfoTest::testTofuConflict() 'sig.validity() == Signature::Marginal' returned FALSE. () Loc: [t-tofuinfo.cpp(458)] PASS : TofuInfoTest::cleanupTestCase() Totals: 7 passed, 1 failed, 0 skipped, 0 blacklisted, 3238ms ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813581 Title: gpgme1.0 ftbfs in 18.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/1813581/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823630] [NEW] ibus ftbfs in cosmic (s390x only)
Public bug reported: https://launchpadlibrarian.net/418305550/buildlog_ubuntu-cosmic- s390x.ibus_1.5.19-1ubuntu1_BUILDING.txt.gz this is different than the ftbfs in disco (LP: #1823423): gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -include ../../config.h -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/s390x-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -DG_LOG_DOMAIN=\"IBUS\" -DBINDIR=\"/usr/bin\" -DPKGDATADIR=\"/usr/share/ibus\" -DIBUS_DISABLE_DEPRECATED -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o keybindingmanager.o keybindingmanager.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -include ../../config.h -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/s390x-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -DG_LOG_DOMAIN=\"IBUS\" -DBINDIR=\"/usr/bin\" -DPKGDATADIR=\"/usr/share/ibus\" -DIBUS_DISABLE_DEPRECATED -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/s390x-linux-gnu/glib-2.0/include -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -c -o panel.o panel.c In file included from ../../src/ibusobject.h:41, from ../../src/ibus.h:31, from panel.c:30: ../../src/ibusdebug.h:49:31: warning: ISO C does not permit named variadic macros [-Wvariadic-macros] #define ibus_warning(msg, args...) \ ^~~ In file included from ../../src/ibusobject.h:41, from ../../src/ibus.h:31, from keybindingmanager.c:19: ../../src/ibusdebug.h:49:31: warning: ISO C does not permit named variadic macros [-Wvariadic-macros] #define ibus_warning(msg, args...) \ ^~~ keybindingmanager.c: In function ‘_vala_XIGrabModifiers_array_free’: keybindingmanager.c:812:6: warning: statement with no effect [-Wunused-value] (&array[i]); ~^~ keybindingmanager.c: In function ‘keybinding_manager_grab_keycode’: keybindingmanager.c:1039:4: warning: statement with no effect [-Wunused-value] (&evmask); ~^~~~ keybindingmanager.c: At top level: keybindingmanager.c:1460:1: warning: data definition has no type or storage class ing_manager_type_id__volatile; ^ keybindingmanager.c:1460:1: warning: type defaults to ‘int’ in declaration of ‘ing_manager_type_id__volatile’ [-Wimplicit-int] keybindingmanager.c:1461:1: error: expected identifier or ‘(’ before ‘}’ token } ^ panel.c: In function ‘panel_init_status_icon’: panel.c:1796:2: warning: ‘gtk_status_icon_new’ is deprecated [-Wdeprecated-declarations] _tmp0_ = gtk_status_icon_new (); ^~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from panel.c:32: ** Affects: ibus (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: ibus (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823630 Title: ibus ftbfs in c
[Bug 1823632] [NEW] klibc ftbfs in cosmic (i386 only)
Public bug reported: https://launchpadlibrarian.net/418304829/buildlog_ubuntu- cosmic-i386.klibc_2.0.4-9ubuntu2_BUILDING.txt.gz gcc -Wp,-MD,usr/kinit/ipconfig/.bootp_proto.o.d -nostdinc -iwithprefix include -I/<>/usr/include/arch/i386 -Iusr/include/arch/i386 -I/<>/usr/include/bits32 -Iusr/include/bits32 -I/<>/usr/klibc/../include -Iusr/klibc/../include -I/<>/usr/include -Iusr/include -I/<>/linux/include -Ilinux/include -I/<>/linux/arch/x86/include -Ilinux/arch/x86/include -D__KLIBC__=2 -D__KLIBC_MINOR__=0 -D_BITSIZE=32 -fno-stack-protector -fwrapv -mregparm=3 -D_REGPARM=3 -m32 -march=i386 -Os -g -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -falign-loops=0 -W -Wall -Wno-sign-compare -Wno-unused-parameter -c -o usr/kinit/ipconfig/bootp_proto.o usr/kinit/ipconfig/bootp_proto.c rm -f usr/kinit/ipconfig/lib.a; ar cru usr/kinit/ipconfig/lib.a usr/kinit/ipconfig/main.o usr/kinit/ipconfig/netdev.o usr/kinit/ipconfig/packet.o usr/kinit/ipconfig/dhcp_proto.o usr/kinit/ipconfig/bootp_proto.o ar: `u' modifier ignored since `D' is the default (see `U') ld -m elf_i386 -o usr/kinit/ipconfig/static/ipconfig usr/klibc/arch/i386/crt0.o --start-group usr/kinit/ipconfig/main.o usr/kinit/ipconfig/netdev.o usr/kinit/ipconfig/packet.o usr/kinit/ipconfig/dhcp_proto.o usr/kinit/ipconfig/bootp_proto.o usr/klibc/libc.a /usr/lib/gcc/i686-linux-gnu/8/libgcc.a --end-group ; cp -f usr/kinit/ipconfig/static/ipconfig usr/kinit/ipconfig/static/ipconfig.g ; strip --strip-all -R .comment -R .note --strip-all -R .comment -R .note --strip-all -R .comment -R .note usr/kinit/ipconfig/static/ipconfig ld -m elf_i386 -o usr/kinit/ipconfig/shared/ipconfig -e main usr/klibc/interp.o --start-group usr/kinit/ipconfig/main.o usr/kinit/ipconfig/netdev.o usr/kinit/ipconfig/packet.o usr/kinit/ipconfig/dhcp_proto.o usr/kinit/ipconfig/bootp_proto.o -R usr/klibc/libc.so /usr/lib/gcc/i686-linux-gnu/8/libgcc.a --end-group ; cp -f usr/kinit/ipconfig/shared/ipconfig usr/kinit/ipconfig/shared/ipconfig.g ; strip --strip-all -R .comment -R .note --strip-all -R .comment -R .note --strip-all -R .comment -R .note usr/kinit/ipconfig/shared/ipconfig ld: discarded output section: `.got.plt' make[5]: *** [/<>/scripts/Kbuild.klibc:357: usr/kinit/ipconfig/shared/ipconfig] Error 1 make[4]: *** [/<>/scripts/Kbuild.klibc:379: usr/kinit/ipconfig] Error 2 make[3]: *** [/<>/./Kbuild:10: all] Error 2 make[2]: *** [Makefile:119: klibc] Error 2 make[2]: Leaving directory '/<>' make[1]: *** [debian/rules:60: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<>' make: *** [debian/rules:56: build-arch] Error 2 ** Affects: klibc (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: klibc (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823632 Title: klibc ftbfs in cosmic (i386 only) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1823632/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823429] Re: linux-oracle ftbfs in disco
also in cosmic: https://launchpadlibrarian.net/418308401/buildlog_ubuntu-cosmic-amd64.linux-oracle_4.15.0-1009.11_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823429 Title: linux-oracle ftbfs in disco To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-oracle/+bug/1823429/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823428] Re: linux-oem ftbfs in disco
also in cosmic: https://launchpadlibrarian.net/418308443/buildlog_ubuntu-cosmic-amd64.linux-oem_4.15.0-1034.39_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823428 Title: linux-oem ftbfs in disco To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1823428/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822616] Re: [regression][nvidia] gnome-shell/budgie-wm crashed with SIGABRT "assertion failed: (width > 0 && height > 0 && scale > 0)" in meta_monitor_manager_xrandr_update_screen_size
** Also affects: nvidia-graphics-drivers-390 (Ubuntu) Importance: Undecided Status: New ** Changed in: nvidia-graphics-drivers-390 (Ubuntu) Status: New => Confirmed ** Changed in: nvidia-graphics-drivers-390 (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822616 Title: [regression][nvidia] gnome-shell/budgie-wm crashed with SIGABRT "assertion failed: (width > 0 && height > 0 && scale > 0)" in meta_monitor_manager_xrandr_update_screen_size To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1822616/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1810780] Re: FTBFS: missing zlib1g-dev
cosmic ftbfs: https://launchpadlibrarian.net/418304881/buildlog_ubuntu-cosmic-amd64.lftp_4.8.4-1_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810780 Title: FTBFS: missing zlib1g-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lftp/+bug/1810780/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1801031] Re: ftbfs in disco
** Changed in: youker-assistant (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1801031 Title: ftbfs in disco To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/youker-assistant/+bug/1801031/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823432] Re: openexr ftbfs in disco (i386 only)
same in cosmic: https://launchpadlibrarian.net/418305154/buildlog_ubuntu-cosmic-i386.openexr_2.2.1-4build1_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823432 Title: openexr ftbfs in disco (i386 only) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openexr/+bug/1823432/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823635] [NEW] lsscsi ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304801/buildlog_ubuntu-cosmic- amd64.lsscsi_0.28-0.1_BUILDING.txt.gz gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o lsscsi lsscsi.o /usr/bin/ld: lsscsi.o: in function `collect_dev_nodes': ./src/lsscsi.c:973: undefined reference to `major' /usr/bin/ld: ./src/lsscsi.c:974: undefined reference to `minor' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:325: lsscsi] Error 1 make[3]: Leaving directory '/<>/src' make[2]: *** [Makefile:341: all-recursive] Error 1 make[2]: Leaving directory '/<>' make[1]: *** [Makefile:281: all] Error 2 ** Affects: lsscsi (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: lsscsi (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823635 Title: lsscsi ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lsscsi/+bug/1823635/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823301] Re: [nvidia] Shell hangs up at random times when using nvidia-drm.modeset=1
Sorry, I still can't reproduce this bug. I am using Nvidia 390.116 on disco with nvidia-drm.modeset=1. Actually, that combination instead just makes Xorg crash for me (bug 1822616). If I apply the workaround for bug 1822616 and keep drm.modeset=1, I can log into Xorg sessions but experience no hangs at all. So there's something about our machines that is different. I have some theories: 1. The problem might be unique to PRIME, since you are using Intel and Nvidia GPUs simultaneously. I am only using Nvidia (otherwise my machine can't start up). 2. The problem might be unique to your newer GPU. I don't have anything like a 1050 that fits in my desktop. 3. Maybe you are hitting bug 1823516 (you should be). And for some reason it causes freezes on your machine, but not mine. I would expect bug 1823516 to overwhelm many machines :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823301 Title: [nvidia] Shell hangs up at random times when using nvidia- drm.modeset=1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1823301/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823301] Re: [nvidia] Shell hangs up at random times when using nvidia-drm.modeset=1
Actually, your comment that: > - you have a second cursor that you can move and refresh during that period is definitely something I don't see. That sounds like a PRIME or multimonitor bug in mutter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823301 Title: [nvidia] Shell hangs up at random times when using nvidia- drm.modeset=1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1823301/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823636] [NEW] neon27 ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304976/buildlog_ubuntu-cosmic- amd64.neon27_0.30.2-2build1_BUILDING.txt.gz ssl... 24/65 ssl... 24/65 FAIL - no_client_cert (error message was 'Could not read status line: SSL error: tlsv13 alert certificate required', missing 'client certificate was requested') ssl... 24/65 ** Affects: neon27 (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: neon27 (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823636 Title: neon27 ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/neon27/+bug/1823636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1818057] Re: FTBFS in Cosmic
** Tags added: ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818057 Title: FTBFS in Cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1818057/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1820314] Re: [ASRock FM2A75M-DGS] No sound at all
I reported same bug (several times) on the same system (on different partition - one fresh installed and one xubuntu 18.04 ). On the first partion the on board sound card are not detected (dummy on pavucontrol). On the 2nd partition pavucontrol shows unplugged even modifyng with several options snd-hda-intel in /etc/modprobe.d/alsa-base.conf. Only HDMI on gpu workshop always. Diff alsa-info of both installation are 0. Il giovedì 4 aprile 2019, 04:50:49 CEST, Daniel van Vugt ha scritto: ** Changed in: alsa-driver (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1820314 Title: [ASRock FM2A75M-DGS] No sound at all Status in alsa-driver package in Ubuntu: New Bug description: cannot hear any sound even with headphones from any of 2 rear output port (green and blue) of my asrock fm2a75m-dgs or the front unique one. ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: alsa-base 1.0.25+dfsg-0ubuntu5 ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90 Uname: Linux 4.4.0-98-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.9-0ubuntu7.5 Architecture: amd64 CurrentDesktop: XFCE Date: Fri Mar 15 17:32:51 2019 InstallationDate: Installed on 2016-09-07 (918 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) PackageArchitecture: all ProcEnviron: LANGUAGE=it PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=it_IT.UTF-8 SHELL=/bin/bash SourcePackage: alsa-driver Symptom: audio Symptom_AlsaPlaybackTest: ALSA playback test through plughw:Generic failed Symptom_Card: Audio interno - HD-Audio Generic Symptom_Jack: Green Line Out, Rear Symptom_Type: No sound at all Title: [To Be Filled By O.E.M., Realtek ALC662 rev1, Green Line Out, Rear] No sound at all UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/01/2016 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P2.70 dmi.board.name: FM2A75M-DGS dmi.board.vendor: ASRock dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To Be Filled By O.E.M. dmi.product.version: To Be Filled By O.E.M. dmi.sys.vendor: To Be Filled By O.E.M. modified.conffile..etc.modprobe.d.alsa-base.conf: options snd-hda-intel model=auto mtime.conffile..etc.modprobe.d.alsa-base.conf: 2019-03-14T16:54:28.355882 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1820314/+subscriptions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820314 Title: [ASRock FM2A75M-DGS] No sound at all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1820314/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Gijs, thank you for diagnosing this! I agree, webbrowserpersist should not treat NS_NewURI failures as fatal for anything other than dealing with that URI. We could use a general "not Boris" owner for webbrowserpersist. Hsin- Yi, do you have anyone who could do that? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
huh, how did webbrowserpersist end up to DOM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Kiitos Jani bugiraportista. Tutkailen ja korjailen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823638] [NEW] pax ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304619/buildlog_ubuntu-cosmic- amd64.pax_1%3A20171021-2_BUILDING.txt.gz gcc -Wdate-time -D_FORTIFY_SOURCE=2 -DPAX_SAFE_PATH=\"/usr/bin:/bin\" -DLONG_OFF_T -DHAVE_LINKAT -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -Wformat -fno-strict-aliasing -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o pax \ ar.c ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c \ ftree.c gen_subs.c getoldopt.c options.c pat_rep.c pax.c \ sel_subs.c tables.c tar.c tty_subs.c In file included from cpio.c:47: cpio.c: In function ‘vcpio_rd’: pax.h:266:16: warning: implicit declaration of function ‘makedev’; did you mean ‘map_dev’? [-Wimplicit-function-declaration] #define TODEV makedev ^~~ cpio.c:628:20: note: in expansion of macro ‘TODEV’ arcn->sb.st_dev = TODEV(devmajor, devminor); ^ cpio.c: In function ‘vcpio_wr’: pax.h:261:18: warning: implicit declaration of function ‘major’ [-Wimplicit-function-declaration] #define MAJOR(x) major(x) ^ cpio.c:777:53: note: in expansion of macro ‘MAJOR’ t_major = (anonarch & ANON_INODES) ? 0UL : (u_long)MAJOR(arcn->sb.st_dev); ^ pax.h:262:18: warning: implicit declaration of function ‘minor’; did you mean ‘mknod’? [-Wimplicit-function-declaration] #define MINOR(x) minor(x) ^ cpio.c:778:53: note: in expansion of macro ‘MINOR’ t_minor = (anonarch & ANON_INODES) ? 0UL : (u_long)MINOR(arcn->sb.st_dev); ^ In file included from gen_subs.c:55: gen_subs.c: In function ‘ls_list’: pax.h:261:18: warning: implicit declaration of function ‘major’ [-Wimplicit-function-declaration] #define MAJOR(x) major(x) ^ gen_subs.c:123:50: note: in expansion of macro ‘MAJOR’ (void)fprintf(fp, "%4lu,%4lu ", (unsigned long)MAJOR(sbp->st_rdev), ^ pax.h:262:18: warning: implicit declaration of function ‘minor’; did you mean ‘mknod’? [-Wimplicit-function-declaration] #define MINOR(x) minor(x) ^ gen_subs.c:124:22: note: in expansion of macro ‘MINOR’ (unsigned long)MINOR(sbp->st_rdev)); ^ pax.c: In function ‘gen_init’: pax.c:422:34: warning: passing argument 3 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] (sigaction(SIGHUP, &o_hand, &o_hand) < 0))) ~~~ ^~~ pax.c:427:35: warning: passing argument 3 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] (sigaction(SIGTERM, &o_hand, &o_hand) < 0))) ~~~ ^~~ pax.c:432:34: warning: passing argument 3 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] (sigaction(SIGINT, &o_hand, &o_hand) < 0))) ~~~ ^~~ pax.c:437:35: warning: passing argument 3 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] (sigaction(SIGQUIT, &o_hand, &o_hand) < 0))) ~~~ ^~~ pax.c:442:35: warning: passing argument 3 to restrict-qualified parameter aliases with argument 2 [-Wrestrict] (sigaction(SIGXCPU, &o_hand, &o_hand) < 0))) ~~~ ^~~ In file included from tar.c:47: tar.c: In function ‘ustar_rd’: pax.h:266:16: warning: implicit declaration of function ‘makedev’; did you mean ‘map_dev’? [-Wimplicit-function-declaration] #define TODEV makedev ^~~ tar.c:842:22: note: in expansion of macro ‘TODEV’ arcn->sb.st_rdev = TODEV(devmajor, devminor); ^ tar.c: In function ‘ustar_wr’: pax.h:261:18: warning: implicit declaration of function ‘major’ [-Wimplicit-function-declaration] #define MAJOR(x) major(x) ^ tar.c:992:22: note: in expansion of macro ‘MAJOR’ if (ul_oct((u_long)MAJOR(arcn->sb.st_rdev), hd->devmajor, ^ pax.h:262:18: warning: implicit declaration of function ‘minor’; did you mean ‘mknod’? [-Wimplicit-function-declaration] #define MINOR(x) minor(x) ^ tar.c:994:21: note: in expansion of macro ‘MINOR’ ul_oct((u_long)MINOR(arcn->sb.st_rdev), hd->devminor, ^ /usr/bin/ld: /tmp/ccFBbAl3.o: in function `vcpio_rd': ./cpio.c:628: undefined reference to `makedev' /usr/bin/ld: ./cpio.c:631: undefined reference to `makedev' /usr/bin/ld: /tmp/ccFBbAl3.o: in function `vcpio_wr': ./cpio.c:777: undefined reference to `major' /usr/bin/ld: ./cpio.c:778: undefined reference to `minor' /usr/bin/ld: ./cpio.c:850: undefined reference to `major' /usr/bin/ld: ./cpio.c:852: undefined reference to `minor' /usr/bin/ld: /tmp/ccWOdv7t.o: in function `ls_list': ./gen_subs.c:124: undefined reference to `minor' /usr/bi
[Bug 1820514]
https://searchfox.org/mozilla- central/rev/44a212460990ecf50a8e972d3cbde2e7216b/dom/webbrowserpersist/moz.build#7-9 may help in figuring out how this happened. That said, I don't know of anyone actively working on embedding who would own this, and if anything that seems like a poorer fit in terms of what the code is doing... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Probably because it's doing a DOM walk and should generally be kept up to date with DOM changes... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
https://hg.mozilla.org/mozilla-central/rev/d2522fbc3ab9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Looks like PersistNodeFixup::FixupAnchor already just skips broken urls. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Olli, do you think that this would be a valuable and safe uplift to beta or should we just let it ride the trains to 68? Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Given that we've had this bug at least from FF42 (bug 1101100), it is a bit hard to argue strongly why this should be taken to beta. But, should be relatively safe. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Sorry for being late here. I was off the last two days. Thanks Gijs, Boris and Olli. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813590] Re: pep8 ftbfs in 18.04 LTS
also ftbfs in cosmic: https://launchpadlibrarian.net/418304747/buildlog_ubuntu-cosmic-amd64.pep8_1.7.1-1ubuntu1_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813590 Title: pep8 ftbfs in 18.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pep8/+bug/1813590/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
(In reply to Olli Pettay [:smaug] from comment #17) > Given that we've had this bug at least from FF42 (bug 1101100), it is a bit > hard to argue strongly why this should be taken to beta. > But, should be relatively safe. The regressing bug wasn't mentioned, so yes, with this additional context it is clearly a wontfix for 67, thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
I didn't say bug 1101100 regressed this. The code has been there at least from that bug, perhaps longer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Created attachment 9055467 Bug 1536530, let save-page-as work even if there are invalid urls, r=gijs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514]
Pushed by opet...@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d2522fbc3ab9 let save-page-as work even if there are invalid urls, r=Gijs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823641] [NEW] ppp ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304805/buildlog_ubuntu-cosmic- amd64.ppp_2.4.7-2+3ubuntu1_BUILDING.txt.gz cc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,-E -o pppd main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o chap-md5.o session.o chap_ms.o eap-tls.o pppcrypt.o multilink.o tdb.o spinlock.o ipv6cp.o eui64.o cbcp.o -lcrypto -lssl -lcrypt -lutil -lpam -ldl -ldl -lpcap \ -Wl,-soname,pppd.so.2.4.7 /usr/bin/ld: pppcrypt.o: in function `DesSetkey': ./pppd/pppcrypt.c:122: undefined reference to `setkey' /usr/bin/ld: pppcrypt.o: in function `DesEncrypt': ./pppd/pppcrypt.c:137: undefined reference to `encrypt' /usr/bin/ld: pppcrypt.o: in function `DesDecrypt': ./pppd/pppcrypt.c:153: undefined reference to `encrypt' collect2: error: ld returned 1 exit status make[3]: *** [Makefile:227: pppd] Error 1 make[3]: Leaving directory '/<>/pppd' make[2]: *** [Makefile:15: all] Error 2 make[2]: Leaving directory '/<>' dh_auto_build: make -j4 "COPTS=-g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LDOPTS=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now" returned exit code 2 make[1]: *** [debian/rules:81: override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/<>' make: *** [debian/rules:35: build] Error 2 ** Affects: ppp (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: ppp (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823641 Title: ppp ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ppp/+bug/1823641/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823639] [NEW] Facing problem with Xorg recently.
Public bug reported: I am using Ubuntu 16.04 LTS Recently I have been facing problem with computer graphics. Sometimes while working, the system freezes and when the system resumes working a pop-up window appears stating that "An error occurred", and in the details of the error there is problem with Xorg. Today, after powering on the system, a message appeared saying:- "The system is running in low-graphics mode. You screen, graphics card, and input device settings could not be detected correctly. You will need to configure these yourself". Using a solution from askubuntu forum, I did the following:- 1) Pressed Ctrl + Alt + F1 2) Logged in with my credentials 3) Ran the following commands: $ sudo apt-get install --reinstall ubuntu-desktop $ sudo reboot This helped me open the system. Now, I checked whether the graphics driver is installed or not. So, I went to Settings > Software & Updates > Additional drivers. But, no driver is detected. So, I guess that there no graphics driver installed on my system. After that, I tried the following solution, but the terminal says that requirement already satisfied:- https://askubuntu.com/a/183170 Please help me resolve the issue. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: xorg 1:7.7+13ubuntu3.1 ProcVersionSignature: Ubuntu 4.4.0-145.171-generic 4.4.176 Uname: Linux 4.4.0-145-generic x86_64 .tmp.unity_support_test.0: ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 CompizPlugins: No value set for `/apps/compiz-1/general/screen0/options/active_plugins' CompositorRunning: compiz CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0' CompositorUnredirectFSW: true CurrentDesktop: Unity Date: Mon Apr 8 12:57:15 2019 DistUpgraded: Fresh install DistroCodename: xenial DistroVariant: ubuntu ExtraDebuggingInterest: Yes, if not too technical GraphicsCard: Intel Corporation HD Graphics [8086:1606] (rev 09) (prog-if 00 [VGA controller]) Subsystem: Dell Broadwell-U Integrated Graphics [1028:06c1] InstallationDate: Installed on 2017-08-30 (586 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: Dell Inc. Vostro 3558 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-145-generic root=UUID=cb4d1c91-3742-4037-a99c-3a2a33b739a5 ro quiet splash vt.handoff=7 SourcePackage: xorg UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/22/2016 dmi.bios.vendor: Dell Inc. dmi.bios.version: A11 dmi.board.name: 0HRXD8 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA11:bd11/22/2016:svnDellInc.:pnVostro3558:pvr01:rvnDellInc.:rn0HRXD8:rvrA00:cvnDellInc.:ct9:cvr: dmi.product.name: Vostro 3558 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1 version.ia32-libs: ia32-libs N/A version.libdrm2: libdrm2 2.4.91-2~16.04.1 version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1 version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1 version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.8 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2 version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1 version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.2 version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2 xserver.bootTime: Mon Apr 8 12:44:33 2019 xserver.configfile: default xserver.errors: xserver.logfile: /var/log/Xorg.0.log xserver.outputs: product id1568 vendor BOE xserver.version: 2:1.18.4-0ubuntu0.8 ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823639 Title: Facing problem with Xorg recently. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1823639/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
Apport still refuses to attach data :-/ But I since I have the journal with the crash attached that should be ok. ** Changed in: linux-hwe (Ubuntu Bionic) Status: New => Confirmed ** Changed in: linux (Ubuntu Bionic) Status: New => Confirmed ** Changed in: linux-hwe (Ubuntu) Status: New => Confirmed ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
Setting linux-hwe per discussion ** Package changed: linux-signed-hwe (Ubuntu) => linux-hwe (Ubuntu) ** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: linux-hwe (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: Incomplete => New ** Description changed: On 2019-04-03 I updated to the latest linux-image-generic- hwe-18.04:amd64 and then I got on a trip where things worked fine at first. Back home I realized that the new version 4.18.0-17-generic has issues initializing gnome with multiple monitors. Steps to reproduce: - boot into 4.18.0-17-generic - start Ubuntu Desktop (gdm works fine at first) - Log in I have found that this only triggers: - with multiple monitors attached ( I have laptop fullHD + 2* external fullHD) - only with 4.18.0-17-generic, 4.18.0-16-generic seems fine (=>upgrade-regression?) On init of the gnome shell the system crashes with: kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun [drm:pipe_config_err [i915]] *ERROR* mismatch in pixel_rate (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in shared_dpll (expected d293602a, found 7548bc60) [drm:pipe_config_err [i915]] *ERROR* mismatch in dpll_hw_state.ctrl1 (expected 0x0003, found 0x0001) [drm:pipe_config_err [i915]] *ERROR* mismatch in base.adjusted_mode.crtc_clock (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in port_clock (expected 27, found 54) + Only resolves with a hard shutdown (5 sec power press), pressing it + shortly doesn't help - also the keyboard shortcuts for and further e.g. + CTRL+ALT+F* does not switch to consoles anymore. I'll attach a full journal of the system and run an apport run on it. Let me know if I can help any further. ** Tags added: regression-update ** Description changed: On 2019-04-03 I updated to the latest linux-image-generic- hwe-18.04:amd64 and then I got on a trip where things worked fine at first. Back home I realized that the new version 4.18.0-17-generic has issues initializing gnome with multiple monitors. Steps to reproduce: - boot into 4.18.0-17-generic - start Ubuntu Desktop (gdm works fine at first) - Log in I have found that this only triggers: - with multiple monitors attached ( I have laptop fullHD + 2* external fullHD) - only with 4.18.0-17-generic, 4.18.0-16-generic seems fine (=>upgrade-regression?) On init of the gnome shell the system crashes with: kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun [drm:pipe_config_err [i915]] *ERROR* mismatch in pixel_rate (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in shared_dpll (expected d293602a, found 7548bc60) [drm:pipe_config_err [i915]] *ERROR* mismatch in dpll_hw_state.ctrl1 (expected 0x0003, found 0x0001) [drm:pipe_config_err [i915]] *ERROR* mismatch in base.adjusted_mode.crtc_clock (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in port_clock (expected 27, found 54) Only resolves with a hard shutdown (5 sec power press), pressing it shortly doesn't help - also the keyboard shortcuts for and further e.g. CTRL+ALT+F* does not switch to consoles anymore. I'll attach a full journal of the system and run an apport run on it. Let me know if I can help any further. + + So far I had 3/3 crashes with 4.18.0-17 and it worked with 4.18.0-16 + right away. ** Description changed: On 2019-04-03 I updated to the latest linux-image-generic- hwe-18.04:amd64 and then I got on a trip where things worked fine at first. Back home I realized that the new version 4.18.0-17-generic has issues initializing gnome with multiple monitors. Steps to reproduce: - boot into 4.18.0-17-generic - start Ubuntu Desktop (gdm works fine at first) - Log in I have found that this only triggers: - - with multiple monitors attached ( I have laptop fullHD + 2* external fullHD) + - with multiple monitors attached ( I have laptop fullHD + 2* external fullHD; with just the laptop screen it works) - only with 4.18.0-17-generic, 4.18.0-16-generic seems fine (=>upgrade-regression?) On init of the gnome shell the system crashes with: kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun [drm:pipe_config_err [i915]] *ERROR* mismatch in pixel_rate (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in shared_dpll (expected d293602a, found 7548bc60) [drm:pipe_config_err [i915]] *ERROR* mismatch in dpll_hw_state.ctrl1 (expected 0x0003, found 0x0001) [drm:pipe_config_err [i915]] *ERROR* mismatch in base.adjusted_mode.crtc_clock (expected 148500, found 296999)
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
** Attachment added: "dmidecode.log" https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1823618/+attachment/5254000/+files/dmidecode.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1817738] Re: Can't change virtual terminal on login screen or when auto-login is enabled
** Changed in: oem-priority Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817738 Title: Can't change virtual terminal on login screen or when auto-login is enabled To manage notifications about this bug go to: https://bugs.launchpad.net/oem-priority/+bug/1817738/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822978] Re: Backport upstream fixes for regression in Akonadi and PIM (stack rebuild)
This bug was fixed in the package akonadi - 4:18.12.3-0ubuntu3 --- akonadi (4:18.12.3-0ubuntu3) disco; urgency=medium * Apply two patches backported by upstream KDE to the 18.12 branch. Fixes a major regression which can cause already fetched mail to be re-downloaded on each mail check. Requires a rebuild of the rest of the KDE PIM stack once applied. (LP: #1822978) -- Rik Mills Sun, 07 Apr 2019 17:10:14 +0100 ** Changed in: akonadi (Ubuntu Disco) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822978 Title: Backport upstream fixes for regression in Akonadi and PIM (stack rebuild) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/1822978/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820514] Re: Saving a web page from Tom's Hardware forums fails
** Changed in: firefox Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820514 Title: Saving a web page from Tom's Hardware forums fails To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/1820514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
** Attachment added: "lspci.log" https://bugs.launchpad.net/ubuntu/+source/linux-hwe/+bug/1823618/+attachment/5254001/+files/lspci.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823640] [NEW] plainbox ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304772/buildlog_ubuntu-cosmic- amd64.plainbox_0.25-1_BUILDING.txt.gz == ERROR: test_run_invalid_env (plainbox.impl.secure.test_launcher1.MainTests) -- Traceback (most recent call last): File "/<>/plainbox/impl/secure/test_launcher1.py", line 326, in test_run_invalid_env main(['--target=1234', '-T', 'blarg']) File "/<>/plainbox/impl/secure/launcher1.py", line 259, in main ns = parser.parse_args(argv) File "/usr/lib/python3.7/argparse.py", line 1758, in parse_args args, argv = self.parse_known_args(args, namespace) File "/usr/lib/python3.7/argparse.py", line 1790, in parse_known_args namespace, args = self._parse_known_args(args, namespace) File "/usr/lib/python3.7/argparse.py", line 1996, in _parse_known_args start_index = consume_optional(start_index) File "/usr/lib/python3.7/argparse.py", line 1936, in consume_optional take_action(action, args, option_string) File "/usr/lib/python3.7/argparse.py", line 1864, in take_action action(self, namespace, argument_values, option_string) File "/<>/plainbox/impl/secure/launcher1.py", line 175, in __call__ items = copy.copy(argparse._ensure_value(namespace, self.dest, {})) AttributeError: module 'argparse' has no attribute '_ensure_value' == ERROR: test_run_valid_hash (plainbox.impl.secure.test_launcher1.MainTests) -- Traceback (most recent call last): File "/usr/lib/python3.7/unittest/mock.py", line 1191, in patched return func(*args, **keywargs) File "/<>/plainbox/impl/secure/test_launcher1.py", line 239, in test_run_valid_hash '--target=1234', '-T', 'key=value', '-T', 'other=value']) File "/<>/plainbox/impl/secure/launcher1.py", line 259, in main ns = parser.parse_args(argv) File "/usr/lib/python3.7/argparse.py", line 1758, in parse_args args, argv = self.parse_known_args(args, namespace) File "/usr/lib/python3.7/argparse.py", line 1790, in parse_known_args namespace, args = self._parse_known_args(args, namespace) File "/usr/lib/python3.7/argparse.py", line 1996, in _parse_known_args start_index = consume_optional(start_index) File "/usr/lib/python3.7/argparse.py", line 1936, in consume_optional take_action(action, args, option_string) File "/usr/lib/python3.7/argparse.py", line 1864, in take_action action(self, namespace, argument_values, option_string) File "/<>/plainbox/impl/secure/launcher1.py", line 175, in __call__ items = copy.copy(argparse._ensure_value(namespace, self.dest, {})) AttributeError: module 'argparse' has no attribute '_ensure_value' == FAIL: censoREd (plainbox.impl) Doctest: plainbox.impl.censoREd -- Traceback (most recent call last): File "/usr/lib/python3.7/doctest.py", line 2198, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for plainbox.impl.censoREd File "/<>/plainbox/impl/censoREd.py", line 18, in censoREd -- File "/<>/plainbox/impl/censoREd.py", line 30, in plainbox.impl.censoREd Failed example: sre_cls Differences (ndiff with -expected +actual): - ? -- + -- File "/<>/plainbox/impl/censoREd.py", line 36, in plainbox.impl.censoREd Failed example: sre_cls.__repr__ = ( lambda self: "re.compile({!r})".format(self.pattern)) # doctest: +NORMALIZE_WHITESPACE Differences (ndiff with -expected +actual): Traceback (most recent call last): - ... + File "/usr/lib/python3.7/doctest.py", line 1329, in __run + compileflags, 1), test.globs) + File "", line 2, in + lambda self: "re.compile({!r})".format(self.pattern)) - TypeError: can't set attributes of built-in/extension + TypeError: can't set attributes of built-in/extension type 're.Pattern' ? ++ -type '_sre.SRE_Pattern' -- File "/<>/plainbox/impl/censoREd.py", line 46, in plainbox.impl.censoREd Failed example: class Pattern(sre_cls): def __repr__(self): return "re.compile({!r})".format(self.pattern) Differences (ndiff with -expected +actual): Traceback (most recent call last): - ... + File "/usr/lib/python3.7/doctest.py", line 1329, in __run + compileflags, 1), test.globs) + File "", line 1, in + class Pattern(sre_c
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
Confirmed to silence the bot, attaching a few logs on my own since apport refuses to do so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822795] Re: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz Zemczak (sil2100) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822795 Title: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1822795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823644] [NEW] pixman ftbfs in cosmic (ppc64el only)
Public bug reported: https://launchpadlibrarian.net/418306030/buildlog_ubuntu-cosmic- ppc64el.pixman_0.34.0-2_BUILDING.txt.gz - Test 0x9895a6 failed - operator: PIXMAN_OP_IN_REVERSE (component alpha) dest_x, dest_y: 1 1 width, height:6 2 source: format: a8r8g8b8size: 14 x 6 mask: format: r3g3b2 size: 15 x 6 dest: format: a2r2g2b2size: 7 x 3 -- Failed pixel: (1, 2) -- source ARGB: 1.00 1.00 1.00 1.00 (pixel: ) mask ARGB:1.00 0.00 0.00 0.00 (pixel: 0) dest ARGB:1.00 1.00 1.00 1.00 (pixel: ff) expected ARGB:1.00 0.00 0.00 0.00 min acceptable: 3 0 0 0 got: 0 0 0 0 (pixel: 0) max acceptable: 3 0 0 0 { PIXMAN_OP_IN_REVERSE, PIXMAN_a8r8g8b8, 0x, PIXMAN_r3g3b2,0x0, PIXMAN_a2r2g2b2, 0xff }, FAIL tolerance-test (exit status: 1) Testsuite summary for pixman 0.34.0 # TOTAL: 32 # PASS: 22 # SKIP: 1 # XFAIL: 0 # FAIL: 9 # XPASS: 0 # ERROR: 0 See test/test-suite.log Please report to pix...@lists.freedesktop.org ** Affects: pixman (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: pixman (Ubuntu) Importance: Undecided => High ** Description changed: https://launchpadlibrarian.net/418306030/buildlog_ubuntu-cosmic- ppc64el.pixman_0.34.0-2_BUILDING.txt.gz + - Test 0x9895a6 failed - +operator: PIXMAN_OP_IN_REVERSE (component alpha) +dest_x, dest_y: 1 1 +width, height:6 2 +source: format: a8r8g8b8size: 14 x 6 +mask: format: r3g3b2 size: 15 x 6 +dest: format: a2r2g2b2size: 7 x 3 +-- Failed pixel: (1, 2) -- +source ARGB: 1.00 1.00 1.00 1.00 (pixel: ) +mask ARGB:1.00 0.00 0.00 0.00 (pixel: 0) +dest ARGB:1.00 1.00 1.00 1.00 (pixel: ff) +expected ARGB:1.00 0.00 0.00 0.00 +min acceptable: 3 0 0 0 +got: 0 0 0 0 (pixel: 0) +max acceptable: 3 0 0 0 - == - FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name - neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name - -- - _StringException: Traceback (most recent call last): - File "neutronclient/tests/unit/osc/v2/fwaas/common.py", line 70, in test_show_filtered_by_id_or_name - self.assertItemEqual(self.ordered_data, data) - File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual - self.assertIsInstance(col_actual, col_expected.__class__) - File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance - self.assertThat(obj, matcher, msg) - File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat - raise mismatch_error - testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn + { PIXMAN_OP_IN_REVERSE, + PIXMAN_a8r8g8b8, 0x, + PIXMAN_r3g3b2,0x0, + PIXMAN_a2r2g2b2, 0xff + }, + FAIL tolerance-test (exit status: 1) - - == - FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option - neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option - -- - _StringException: Traceback (most recent call last): - File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 329, in test_list_with_long_option - self.assertListItemEqual([self.data], list(data)) - File "neutronclient/tests/unit/osc/v2/fakes.py", line 35, in assertListItemEqual - self.assertItemEqual(item_expected, item_actual) - File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual - self.assertIsInstance(col_actual, col_expected.__class__) - File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance - self.assertThat(obj, matc
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
** Also affects: linux (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: linux-hwe (Ubuntu Cosmic) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Bionic) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu Cosmic) Status: New => Confirmed ** Changed in: linux (Ubuntu Cosmic) Importance: Undecided => Medium ** Changed in: linux-hwe (Ubuntu Bionic) Importance: Undecided => Medium ** Changed in: linux-hwe (Ubuntu Cosmic) Status: New => Invalid ** Changed in: linux-hwe (Ubuntu) Status: Confirmed => Invalid ** Changed in: linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
** Description changed: On 2019-04-03 I updated to the latest linux-image-generic- hwe-18.04:amd64 and then I got on a trip where things worked fine at first. Back home I realized that the new version 4.18.0-17-generic has issues initializing gnome with multiple monitors. Steps to reproduce: - - boot into 4.18.0-17-generic + - boot into 4.18.0-17-generic (to be specific Ubuntu 4.18.0-17.18~18.04.1-generic 4.18.20 as seen in the boot log) - start Ubuntu Desktop (gdm works fine at first) - Log in I have found that this only triggers: - with multiple monitors attached ( I have laptop fullHD + 2* external fullHD; with just the laptop screen it works) - only with 4.18.0-17-generic, 4.18.0-16-generic seems fine (=>upgrade-regression?) On init of the gnome shell the system crashes with: kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun [drm:pipe_config_err [i915]] *ERROR* mismatch in pixel_rate (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in shared_dpll (expected d293602a, found 7548bc60) [drm:pipe_config_err [i915]] *ERROR* mismatch in dpll_hw_state.ctrl1 (expected 0x0003, found 0x0001) [drm:pipe_config_err [i915]] *ERROR* mismatch in base.adjusted_mode.crtc_clock (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in port_clock (expected 27, found 54) Only resolves with a hard shutdown (5 sec power press), pressing it shortly doesn't help - also the keyboard shortcuts for and further e.g. CTRL+ALT+F* does not switch to consoles anymore. I'll attach a full journal of the system and run an apport run on it. Let me know if I can help any further. So far I had 3/3 crashes with 4.18.0-17 and it worked with 4.18.0-16 right away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823642] [NEW] pysmi ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304687/buildlog_ubuntu-cosmic- amd64.pysmi_0.2.2-1_BUILDING.txt.gz testValueDeclarationSymbol (tests.test_valuedeclaration_smiv2_pysnmp.ValueDeclarationTestCase) ... ok testGetDataFromFile (tests.test_zipreader.ZipReaderTestCase) ... /<>/.pybuild/cpython3_3.7_pysmi/build/pysmi/reader/zipreader.py:99: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmp_pak7lb_'> self._pendingError = error.PySmiError('file %s access error: %s' % (self._name, sys.exc_info()[1])) ERROR testGetInnerZipData (tests.test_zipreader.ZipReaderTestCase) ... /<>/.pybuild/cpython3_3.7_pysmi/build/pysmi/reader/zipreader.py:99: ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmpdvbvavps'> self._pendingError = error.PySmiError('file %s access error: %s' % (self._name, sys.exc_info()[1])) ERROR == ERROR: testGetDataFromFile (tests.test_zipreader.ZipReaderTestCase) -- Traceback (most recent call last): File "/<>/.pybuild/cpython3_3.7_pysmi/build/tests/test_zipreader.py", line 180, in testGetDataFromFile mibinfo, data = zipReader.getData('testA') File "/<>/.pybuild/cpython3_3.7_pysmi/build/pysmi/reader/zipreader.py", line 166, in getData raise error.PySmiReaderFileNotFoundError('source MIB %s not found' % mibname, reader=self) pysmi.error.PySmiReaderFileNotFoundError: source MIB testA not found == ERROR: testGetInnerZipData (tests.test_zipreader.ZipReaderTestCase) -- Traceback (most recent call last): File "/<>/.pybuild/cpython3_3.7_pysmi/build/tests/test_zipreader.py", line 200, in testGetInnerZipData mibinfo, data = zipReader.getData('testC') File "/<>/.pybuild/cpython3_3.7_pysmi/build/pysmi/reader/zipreader.py", line 166, in getData raise error.PySmiReaderFileNotFoundError('source MIB %s not found' % mibname, reader=self) pysmi.error.PySmiReaderFileNotFoundError: source MIB testC not found -- Ran 108 tests in 15.364s FAILED (errors=2) E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd /<>/.pybuild/cpython3_3.7_pysmi/build; python3.7 -m unittest discover -v dh_auto_test: pybuild --test -i python{version} -p "3.7 3.6" returned exit code 13 make: *** [debian/rules:5: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 ** Affects: pysmi (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: pysmi (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823642 Title: pysmi ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pysmi/+bug/1823642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823643] [NEW] python-neutronclient ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304946/buildlog_ubuntu-cosmic-amd64 .python-neutronclient_1%3A6.9.0-0ubuntu1_BUILDING.txt.gz == FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestShowFirewallRule.test_show_filtered_by_id_or_name -- _StringException: Traceback (most recent call last): File "neutronclient/tests/unit/osc/v2/fwaas/common.py", line 70, in test_show_filtered_by_id_or_name self.assertItemEqual(self.ordered_data, data) File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual self.assertIsInstance(col_actual, col_expected.__class__) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance self.assertThat(obj, matcher, msg) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn == FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestListFirewallRule.test_list_with_long_option -- _StringException: Traceback (most recent call last): File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 329, in test_list_with_long_option self.assertListItemEqual([self.data], list(data)) File "neutronclient/tests/unit/osc/v2/fakes.py", line 35, in assertListItemEqual self.assertItemEqual(item_expected, item_actual) File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual self.assertIsInstance(col_actual, col_expected.__class__) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance self.assertThat(obj, matcher, msg) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn == FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_all_params_protocol_any neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_all_params_protocol_any -- _StringException: Traceback (most recent call last): File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 256, in test_create_with_all_params_protocol_any self._test_create_with_all_params({'protocol': 'any'}) File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 242, in _test_create_with_all_params self.check_results(headers, data, request) File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 86, in check_results self.assertItemEqual(self.ordered_data, data) File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual self.assertIsInstance(col_actual, col_expected.__class__) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance self.assertThat(obj, matcher, msg) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn == FAIL: neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_no_options neutronclient.tests.unit.osc.v2.fwaas.test_firewallrule.TestCreateFirewallRule.test_create_with_no_options -- _StringException: Traceback (most recent call last): File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 250, in test_create_with_no_options self.check_results(headers, data, {}) File "neutronclient/tests/unit/osc/v2/fwaas/test_firewallrule.py", line 86, in check_results self.assertItemEqual(self.ordered_data, data) File "neutronclient/tests/unit/osc/v2/fakes.py", line 42, in assertItemEqual self.assertIsInstance(col_actual, col_expected.__class__) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 462, in assertIsInstance self.assertThat(obj, matcher, msg) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: 'None' is not an instance of ProtocolColumn
[Bug 1822795] Re: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- boot-testing-requested: true kernel-stable-master-bug: 1822796 - phase: Ready for Promote to Proposed - phase-changed: Monday, 08. April 2019 06:05 UTC + phase: Promote to Proposed + phase-changed: Monday, 08. April 2019 08:05 UTC reason: - promote-to-proposed: Pending -- ready for review + promote-to-proposed: Ongoing -- review in progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822795 Title: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1822795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823320] Re: Asus Zenbook 14 UX433F - NumPad
*** This bug is a duplicate of bug 1810183 *** https://bugs.launchpad.net/bugs/1810183 I see a message running apport-collect 1823320 saying that I'm not the owner of the bug report or it is a duplicate. I subscribed the duplicated bug report, if you need additional info from logs please let me know. Thanks, Andrea -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823320 Title: Asus Zenbook 14 UX433F - NumPad To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823320/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1817258] Re: "numastat" doesn't display correct information for the guest.
The pending-SRU page lists both bugs as verified (1817258 1818057) and we eliminated the related test issues by retrying and hinting them - anything else blocking that one from being released?. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817258 Title: "numastat" doesn't display correct information for the guest. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1817258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813596] Re: python-pysaml2 ftbfs in 18.04 LTS
also ftbfs in cosmic: https://launchpadlibrarian.net/418305080/buildlog_ubuntu-cosmic-amd64.python-pysaml2_4.5.0+dfsg1-0ubuntu2_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813596 Title: python-pysaml2 ftbfs in 18.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pysaml2/+bug/1813596/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813594] Re: python-formencode ftbfs in 18.04 LTS
also ftbfs in cosmic: https://launchpadlibrarian.net/418304767/buildlog_ubuntu-cosmic-amd64.python-formencode_1.3.0-0ubuntu5_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813594 Title: python-formencode ftbfs in 18.04 LTS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-formencode/+bug/1813594/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813244] Re: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386
@arighi - will this fix go into disco soon? I have an OVS upload for a high fix blocked on failing tests on i386 - just need to know whether to update the hinter or wait for the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813244 Title: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
We discussed if just the Graphics output might be dead, I'll set up SSH and try to retrigger. ** Description changed: On 2019-04-03 I updated to the latest linux-image-generic- hwe-18.04:amd64 and then I got on a trip where things worked fine at first. Back home I realized that the new version 4.18.0-17-generic has issues initializing gnome with multiple monitors. Steps to reproduce: - boot into 4.18.0-17-generic (to be specific Ubuntu 4.18.0-17.18~18.04.1-generic 4.18.20 as seen in the boot log) - start Ubuntu Desktop (gdm works fine at first) - Log in I have found that this only triggers: - with multiple monitors attached ( I have laptop fullHD + 2* external fullHD; with just the laptop screen it works) - only with 4.18.0-17-generic, 4.18.0-16-generic seems fine (=>upgrade-regression?) On init of the gnome shell the system crashes with: kernel: [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun [drm:pipe_config_err [i915]] *ERROR* mismatch in pixel_rate (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in shared_dpll (expected d293602a, found 7548bc60) [drm:pipe_config_err [i915]] *ERROR* mismatch in dpll_hw_state.ctrl1 (expected 0x0003, found 0x0001) [drm:pipe_config_err [i915]] *ERROR* mismatch in base.adjusted_mode.crtc_clock (expected 148500, found 296999) [drm:pipe_config_err [i915]] *ERROR* mismatch in port_clock (expected 27, found 54) - Only resolves with a hard shutdown (5 sec power press), pressing it - shortly doesn't help - also the keyboard shortcuts for and further e.g. - CTRL+ALT+F* does not switch to consoles anymore. + Keyboard shortcuts for and further e.g. CTRL+ALT+F* does not switch to + consoles anymore. I can only hard reset via 5sec power button. I'll attach a full journal of the system and run an apport run on it. Let me know if I can help any further. So far I had 3/3 crashes with 4.18.0-17 and it worked with 4.18.0-16 right away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823651] [NEW] vim ftbfs in cosmic (i386 only)
Public bug reported: https://launchpadlibrarian.net/418305601/buildlog_ubuntu- cosmic-i386.vim_2%3A8.0.1766-1ubuntu1_BUILDING.txt.gz Executed 354 tests >From test_terminal.vim: Found errors in Test_terminal_tmap(): First run: Caught exception in Test_terminal_tmap(): WaitFor() timed out after 5000 msec @ function RunTheTest[38]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitFor, line 25 Second run: Caught exception in Test_terminal_tmap(): WaitFor() timed out after 5000 msec @ function RunTheTest[38]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitFor, line 25 Test results: >From test_terminal.vim: Found errors in Test_terminal_tmap(): First run: Caught exception in Test_terminal_tmap(): WaitFor() timed out after 5000 msec @ function RunTheTest[38]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitFor, line 25 Second run: Caught exception in Test_terminal_tmap(): WaitFor() timed out after 5000 msec @ function RunTheTest[38]..Test_terminal_tmap[1]..TerminalTmap[14]..WaitFor, line 25 TEST FAILURE make[2]: *** [Makefile:43: report] Error 1 make[2]: Leaving directory '/<>/src/vim-gtk3/testdir' make[1]: *** [Makefile:2075: scripttests] Error 2 make[1]: Leaving directory '/<>/src/vim-gtk3' make: *** [debian/rules:266: build-stamp-vim-gtk3] Error 2 ** Affects: vim (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: vim (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823651 Title: vim ftbfs in cosmic (i386 only) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1823651/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823648] [NEW] sharutils ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304790/buildlog_ubuntu-cosmic- amd64.sharutils_1%3A4.15.2-3_BUILDING.txt.gz gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wno-format-contains-nul -c -o fseeko.o fseeko.c fseeko.c: In function ‘rpl_fseeko’: fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." ^ make[5]: *** [Makefile:1614: fseeko.o] Error 1 make[5]: Leaving directory '/<>/lib' make[4]: *** [Makefile:1630: all-recursive] Error 1 make[4]: Leaving directory '/<>/lib' make[3]: *** [Makefile:1417: all] Error 2 make[3]: Leaving directory '/<>/lib' make[2]: *** [Makefile:1296: all-recursive] Error 1 make[2]: Leaving directory '/<>' make[1]: *** [Makefile:1234: all] Error 2 make[1]: Leaving directory '/<>' dh_auto_build: make -j1 returned exit code 2 ** Affects: sharutils (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: sharutils (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823648 Title: sharutils ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sharutils/+bug/1823648/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823646] [NEW] python-urllib3 ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304792/buildlog_ubuntu-cosmic-amd64 .python-urllib3_1.22-1_BUILDING.txt.gz === FAILURES === _ TestConnection.test_match_hostname_mismatch __ self = def test_match_hostname_mismatch(self): cert = {'subjectAltName': [('DNS', 'foo')]} asserted_hostname = 'bar' try: with mock.patch('urllib3.connection.log.error') as mock_log: > _match_hostname(cert, asserted_hostname) test/test_connection.py:39: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cert = {'subjectAltName': [('DNS', 'foo')]}, asserted_hostname = 'bar' def _match_hostname(cert, asserted_hostname): try: > match_hostname(cert, asserted_hostname) urllib3/connection.py:356: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cert = {'subjectAltName': [('DNS', 'foo')]}, hostname = 'bar' def match_hostname(cert, hostname): """Verify that *cert* (in decoded format as returned by SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 rules are followed. The function matches IP addresses rather than dNSNames if hostname is a valid ipaddress string. IPv4 addresses are supported on all platforms. IPv6 addresses are supported on platforms with IPv6 support (AF_INET6 and inet_pton). CertificateError is raised on failure. On success, the function returns nothing. """ if not cert: raise ValueError("empty or no certificate, match_hostname needs a " "SSL socket or SSL context with either " "CERT_OPTIONAL or CERT_REQUIRED") try: host_ip = _inet_paton(hostname) except ValueError: # Not an IP address (common case) host_ip = None dnsnames = [] san = cert.get('subjectAltName', ()) for key, value in san: if key == 'DNS': if host_ip is None and _dnsname_match(value, hostname): return dnsnames.append(value) elif key == 'IP Address': if host_ip is not None and _ipaddress_match(value, host_ip): return dnsnames.append(value) if not dnsnames: # The subject is only checked when there is no dNSName entry # in subjectAltName for sub in cert.get('subject', ()): for key, value in sub: # XXX according to RFC 2818, the most specific Common Name # must be used. if key == 'commonName': if _dnsname_match(value, hostname): return dnsnames.append(value) if len(dnsnames) > 1: raise CertificateError("hostname %r " "doesn't match either of %s" % (hostname, ', '.join(map(repr, dnsnames elif len(dnsnames) == 1: raise CertificateError("hostname %r " "doesn't match %r" > % (hostname, dnsnames[0])) E ssl.SSLCertVerificationError: ("hostname 'bar' doesn't match 'foo'",) /usr/lib/python3.7/ssl.py:327: SSLCertVerificationError During handling of the above exception, another exception occurred: self = def test_match_hostname_mismatch(self): cert = {'subjectAltName': [('DNS', 'foo')]} asserted_hostname = 'bar' try: with mock.patch('urllib3.connection.log.error') as mock_log: _match_hostname(cert, asserted_hostname) except CertificateError as e: > assert str(e) == "hostname 'bar' doesn't match 'foo'" E assert '("hostname \...ch \'foo\'",)' == "hostname 'bar...t match 'foo'" E - ("hostname 'bar' doesn't match 'foo'",) E ? -- --- E + hostname 'bar' doesn't match 'foo' test/test_connection.py:41: AssertionError 1 failed, 545 passed, 51 skipped, 1 deselected in 7.44 seconds /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:6: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp /usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py:943: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working collections.MutableMapping.register(ParseResults) /usr/lib/python3/dist-packages/pkg_resources/_vendor/pyparsing.py:3245: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will
[Bug 1823650] [NEW] v4l-utils ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304769/buildlog_ubuntu-cosmic-amd64 .v4l-utils_1.14.2-1_BUILDING.txt.gz g++ -I. -I../.. -I../../utils/common -I../../lib/include -Wall -Wpointer-arith -D_GNU_SOURCE -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o v4l2_compliance-v4l2-compliance.o `test -f 'v4l2-compliance.cpp' || echo './'`v4l2-compliance.cpp In file included from v4l2-compliance.h:42, from v4l2-compliance.cpp:38: ../../utils/common/cv4l-helpers.h: In member function ‘void cv4l_buffer::init(const cv4l_buffer&)’: ../../utils/common/cv4l-helpers.h:843:29: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class cv4l_buffer’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(this, &b, sizeof(b)); ^ ../../utils/common/cv4l-helpers.h:817:7: note: ‘class cv4l_buffer’ declared here class cv4l_buffer : public v4l_buffer { ^~~ g++ -I. -I../.. -I../../utils/common -I../../lib/include -Wall -Wpointer-arith -D_GNU_SOURCE -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o v4l2_compliance-v4l2-test-debug.o `test -f 'v4l2-test-debug.cpp' || echo './'`v4l2-test-debug.cpp In file included from v4l2-compliance.h:42, from v4l2-test-debug.cpp:35: ../../utils/common/cv4l-helpers.h: In member function ‘void cv4l_buffer::init(const cv4l_buffer&)’: ../../utils/common/cv4l-helpers.h:843:29: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class cv4l_buffer’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(this, &b, sizeof(b)); ^ ../../utils/common/cv4l-helpers.h:817:7: note: ‘class cv4l_buffer’ declared here class cv4l_buffer : public v4l_buffer { ^~~ g++ -I. -I../.. -I../../utils/common -I../../lib/include -Wall -Wpointer-arith -D_GNU_SOURCE -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o v4l2_compliance-v4l2-test-input-output.o `test -f 'v4l2-test-input-output.cpp' || echo './'`v4l2-test-input-output.cpp In file included from v4l2-compliance.h:42, from v4l2-test-input-output.cpp:32: ../../utils/common/cv4l-helpers.h: In member function ‘void cv4l_buffer::init(const cv4l_buffer&)’: ../../utils/common/cv4l-helpers.h:843:29: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class cv4l_buffer’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(this, &b, sizeof(b)); ^ ../../utils/common/cv4l-helpers.h:817:7: note: ‘class cv4l_buffer’ declared here class cv4l_buffer : public v4l_buffer { ^~~ g++ -I. -I../.. -I../../utils/common -I../../lib/include -Wall -Wpointer-arith -D_GNU_SOURCE -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o v4l2_compliance-v4l2-test-controls.o `test -f 'v4l2-test-controls.cpp' || echo './'`v4l2-test-controls.cpp In file included from v4l2-compliance.h:42, from v4l2-test-controls.cpp:33: ../../utils/common/cv4l-helpers.h: In member function ‘void cv4l_buffer::init(const cv4l_buffer&)’: ../../utils/common/cv4l-helpers.h:843:29: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class cv4l_buffer’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(this, &b, sizeof(b)); ^ ../../utils/common/cv4l-helpers.h:817:7: note: ‘class cv4l_buffer’ declared here class cv4l_buffer : public v4l_buffer { ^~~ g++ -I. -I../.. -I../../utils/common -I../../lib/include -Wall -Wpointer-arith -D_GNU_SOURCE -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o v4l2_compliance-v4l2-test-io-config.o `test -f 'v4l2-test-io-config.cpp' || echo './'`v4l2-test-io-config.cpp In file included from v4l2-compliance.h:42, from v4l2-test-io-config.cpp:32: ../../utils/common/cv4l-helpers.h: In member function ‘void cv4l_buffer::init(const cv4l_buffer&)’: ../../utils/common/cv4l-helpers.h:843:29: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class cv4l_buffer’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memcpy(this, &b, sizeof(b)); ^ ../../utils/common/c
[Bug 1822795] Re: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822795 Title: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1822795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823436] Re: sg3-utils ftbfs in disco
also ftbfs in cosmic: https://launchpadlibrarian.net/418304788/buildlog_ubuntu-cosmic-amd64.sg3-utils_1.42-2ubuntu1_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823436 Title: sg3-utils ftbfs in disco To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sg3-utils/+bug/1823436/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823444] Re: The Japanese Era name will be changed on May 1, 2019
Well, it's highly unlikely that Debian will release a new version before Thursday. So if it's considered important to get it in in Disco, you'd better try to find someone who can sponsor the patch for Ubuntu. I have subscribed Ubuntu Sponsors (the release team does not review patches AFAIK), but I'd recommend that you also ping some core dev on IRC. As regards Debian, I happened to have a local git repository ready, so I have submitted a merge request: https://salsa.debian.org/debian/mozc/merge_requests/3 The SRU:s can be handled whenever you find the time. https://wiki.ubuntu.com/StableReleaseUpdates ** Changed in: mozc (Ubuntu) Importance: Undecided => Medium ** Changed in: mozc (Ubuntu) Status: New => In Progress ** Changed in: mozc (Ubuntu) Assignee: (unassigned) => Mitsuya Shibata (cosmos-door) ** Also affects: mozc (Ubuntu Cosmic) Importance: Undecided Status: New ** Also affects: mozc (Ubuntu Bionic) 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/1823444 Title: The Japanese Era name will be changed on May 1, 2019 To manage notifications about this bug go to: https://bugs.launchpad.net/mozc/+bug/1823444/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823649] [NEW] strace ftbfs in cosmic
Public bug reported: https://launchpadlibrarian.net/418304889/buildlog_ubuntu-cosmic- amd64.strace_4.21-1ubuntu1_BUILDING.txt.gz this is different than in disco (LP: #1823438). gcc -DHAVE_CONFIG_H-I. -I../linux/x86_64 -I../../linux/x86_64 -I../linux -I../../linux -I.. -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wempty-body -Wformat-security -Wignored-qualifiers -Winit-self -Wlogical-op -Wmissing-parameter-type -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wsign-compare -Wtype-limits -Wwrite-strings -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -MT swap.o -MD -MP -MF .deps/swap.Tpo -c -o swap.o ../../tests/swap.c In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:446, from ../../tests/xstatx.c:68, from ../../tests/statx.c:64: /usr/include/x86_64-linux-gnu/bits/statx.h:25:8: error: redefinition of ‘struct statx_timestamp’ struct statx_timestamp ^~~ In file included from ../../tests/statx.c:33: /usr/include/linux/stat.h:56:8: note: originally defined here struct statx_timestamp { ^~~ In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:446, from ../../tests/xstatx.c:68, from ../../tests/statx.c:64: /usr/include/x86_64-linux-gnu/bits/statx.h:36:8: error: redefinition of ‘struct statx’ struct statx ^ In file included from ../../tests/statx.c:33: /usr/include/linux/stat.h:99:8: note: originally defined here struct statx { ^ make[5]: *** [Makefile:6727: statx.o] Error 1 make[5]: *** Waiting for unfinished jobs mv -f .deps/statfs-statfs.Tpo .deps/statfs-statfs.Po mv -f .deps/stat.Tpo .deps/stat.Po mv -f .deps/swap.Tpo .deps/swap.Po ** Affects: strace (Ubuntu) Importance: High Status: New ** Tags: ftbfs rls-cc-incoming ** Changed in: strace (Ubuntu) Importance: Undecided => High ** Tags added: ftbfs rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823649 Title: strace ftbfs in cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/strace/+bug/1823649/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1818057] Re: FTBFS in Cosmic
To be more specific, this fix here is only for cosmic where we never had autopkgtest issues with this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818057 Title: FTBFS in Cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1818057/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1818057] Re: FTBFS in Cosmic
The pending-SRU page lists both bugs as verified (1817258 1818057) and we eliminated the related test issues by retrying and hinting them - anything else blocking that one from being released?. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818057 Title: FTBFS in Cosmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1818057/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1817258] Re: "numastat" doesn't display correct information for the guest.
hmm in detail it is a bit more complex To state that more in detail: - Bugs are verified in both releases - in Cosmic the test issues are fully resolved - in Bionic the MP to hint them is up but did not yet get a response ... I'll ping the kernel team again -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817258 Title: "numastat" doesn't display correct information for the guest. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-power-systems/+bug/1817258/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823655] [NEW] Second SD card on RPi3 CM3 on Ubuntu Core 18 does not work
Public bug reported: As suggested in following thread; https://forum.snapcraft.io/t/second-sd-card-on-rpi3-cm3-with-ubuntu- core-18/10465 a bug report. The configuration works for a Ubuntu Core 16 device. ** Affects: linux-raspi2 (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/1823655 Title: Second SD card on RPi3 CM3 on Ubuntu Core 18 does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1823655/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823653] [NEW] Wireless key does not work on Dell G7 7588 with Bionic
Public bug reported: The wireless key (fn + PrtScn) does not work on this system. "sudo showkey -s" does not return anything But it will generate some noise in dmesg: [ 1863.388925] keyboard: can't emulate rawmode for keycode 240 [ 1863.408641] keyboard: can't emulate rawmode for keycode 247 [ 1863.408667] keyboard: can't emulate rawmode for keycode 247 "sudo showkey -k" will show: keycode 240 press keycode 247 press keycode 247 release xev returns: KeyPress event, serial 37, synthetic NO, window 0x281, root 0x263, subw 0x0, time 1542623, (357,334), root:(547,505), state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES, XLookupString gives 0 bytes: XmbLookupString gives 0 bytes: XFilterEvent returns: False KeyRelease event, serial 37, synthetic NO, window 0x281, root 0x263, subw 0x0, time 1542623, (357,334), root:(547,505), state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES, XLookupString gives 0 bytes: XFilterEvent returns: False ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-47-generic 4.15.0-47.50 ProcVersionSignature: Ubuntu 4.15.0-47.50-generic 4.15.18 Uname: Linux 4.15.0-47-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.9-0ubuntu7 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Mon Apr 8 15:58:37 2019 InstallationDate: Installed on 2019-04-08 (0 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) SourcePackage: linux-signed UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: linux-signed (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic ** Description changed: The wireless key (fn + PrtScn) does not work on this system. "sudo showkey -s" does not return anything + But it will generate some noise in dmesg: + [ 1863.388925] keyboard: can't emulate rawmode for keycode 240 + [ 1863.408641] keyboard: can't emulate rawmode for keycode 247 + [ 1863.408667] keyboard: can't emulate rawmode for keycode 247 + + "sudo showkey -k" will show: keycode 240 press keycode 247 press keycode 247 release xev returns: KeyPress event, serial 37, synthetic NO, window 0x281, - root 0x263, subw 0x0, time 1542623, (357,334), root:(547,505), - state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES, - XLookupString gives 0 bytes: - XmbLookupString gives 0 bytes: - XFilterEvent returns: False + root 0x263, subw 0x0, time 1542623, (357,334), root:(547,505), + state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES, + XLookupString gives 0 bytes: + XmbLookupString gives 0 bytes: + XFilterEvent returns: False KeyRelease event, serial 37, synthetic NO, window 0x281, - root 0x263, subw 0x0, time 1542623, (357,334), root:(547,505), - state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES, - XLookupString gives 0 bytes: - XFilterEvent returns: False + root 0x263, subw 0x0, time 1542623, (357,334), root:(547,505), + state 0x10, keycode 255 (keysym 0x0, NoSymbol), same_screen YES, + XLookupString gives 0 bytes: + XFilterEvent returns: False ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: linux-image-4.15.0-47-generic 4.15.0-47.50 ProcVersionSignature: Ubuntu 4.15.0-47.50-generic 4.15.18 Uname: Linux 4.15.0-47-generic x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.9-0ubuntu7 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Mon Apr 8 15:58:37 2019 InstallationDate: Installed on 2019-04-08 (0 days ago) InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426) SourcePackage: linux-signed 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/1823653 Title: Wireless key does not work on Dell G7 7588 with Bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed/+bug/1823653/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823441] Re: xen ftbfs in disco
also ftbfs in cosmic: https://launchpadlibrarian.net/418304930/buildlog_ubuntu-cosmic-amd64.xen_4.9.2-0ubuntu2_BUILDING.txt.gz ** Tags added: rls-cc-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823441 Title: xen ftbfs in disco To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1823441/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736390] Re: openvswitch: kernel oops destroying interfaces on i386
*** This bug is a duplicate of bug 1813244 *** https://bugs.launchpad.net/bugs/1813244 ** This bug has been marked a duplicate of bug 1813244 systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736390 Title: openvswitch: kernel oops destroying interfaces on i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1736390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1814054] Re: BUG: unable to handle kernel paging request at ee835a95
*** This bug is a duplicate of bug 1813244 *** https://bugs.launchpad.net/bugs/1813244 ** This bug is no longer a duplicate of bug 1736390 openvswitch: kernel oops destroying interfaces on i386 ** This bug has been marked a duplicate of bug 1813244 systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814054 Title: BUG: unable to handle kernel paging request at ee835a95 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814054/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813244] Re: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386
@james-page, the fix has been sent to the Ubuntu kernel mailing list [1], so it's scheduled for the next SRU cycle (assuming it gets two ACKs). [1] https://lists.ubuntu.com/archives/kernel-team/2019-April/099883.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813244 Title: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1712831] Re: 4.12.0-11-generic - crashing in infrastructure on i386 openvswitch tests
*** This bug is a duplicate of bug 1813244 *** https://bugs.launchpad.net/bugs/1813244 ** This bug is no longer a duplicate of bug 1736390 openvswitch: kernel oops destroying interfaces on i386 ** This bug has been marked a duplicate of bug 1813244 systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1712831 Title: 4.12.0-11-generic - crashing in infrastructure on i386 openvswitch tests To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1712831/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823656] [NEW] ceph ftbfs with cosmic toolchain updates
Public bug reported: https://launchpadlibrarian.net/418304836/buildlog_ubuntu-cosmic- amd64.ceph_12.2.4-0ubuntu1.1build1_BUILDING.txt.gz using ppa:ubuntu-toolchain-r/ppa this build log doesn't show the error. [...] common.copy /<>/obj-x86_64-linux-gnu/boost/lib/libboost_random.a common.copy /<>/obj-x86_64-linux-gnu/boost/lib/libboost_regex.a ...updated 14233 targets... cd /<>/src/boost && /usr/bin/cmake -E touch /<>/obj-x86_64-linux-gnu/boost/src/Boost-stamp/Boost-install [ 1%] Completed 'Boost' /usr/bin/cmake -E make_directory /<>/obj-x86_64-linux-gnu/CMakeFiles /usr/bin/cmake -E touch /<>/obj-x86_64-linux-gnu/CMakeFiles/Boost-complete /usr/bin/cmake -E touch /<>/obj-x86_64-linux-gnu/boost/src/Boost-stamp/Boost-done make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu' [ 1%] Built target Boost make[2]: Leaving directory '/<>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:144: all] Error 2 make[1]: Leaving directory '/<>/obj-x86_64-linux-gnu' dh_auto_build: cd obj-x86_64-linux-gnu && make -j2 returned exit code 2 make: *** [debian/rules:57: build] Error 2 ** Affects: ceph (Ubuntu) Importance: High Status: New ** Tags: cc-tc-updates ftbfs ** Tags added: cc-tc-updates ftbfs ** Description changed: https://launchpadlibrarian.net/418304836/buildlog_ubuntu-cosmic- amd64.ceph_12.2.4-0ubuntu1.1build1_BUILDING.txt.gz + + using ppa:ubuntu-toolchain-r/ppa this build log doesn't show the error. [...] common.copy /<>/obj-x86_64-linux-gnu/boost/lib/libboost_random.a common.copy /<>/obj-x86_64-linux-gnu/boost/lib/libboost_regex.a ...updated 14233 targets... cd /<>/src/boost && /usr/bin/cmake -E touch /<>/obj-x86_64-linux-gnu/boost/src/Boost-stamp/Boost-install [ 1%] Completed 'Boost' /usr/bin/cmake -E make_directory /<>/obj-x86_64-linux-gnu/CMakeFiles /usr/bin/cmake -E touch /<>/obj-x86_64-linux-gnu/CMakeFiles/Boost-complete /usr/bin/cmake -E touch /<>/obj-x86_64-linux-gnu/boost/src/Boost-stamp/Boost-done make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu' [ 1%] Built target Boost make[2]: Leaving directory '/<>/obj-x86_64-linux-gnu' make[1]: *** [Makefile:144: all] Error 2 make[1]: Leaving directory '/<>/obj-x86_64-linux-gnu' dh_auto_build: cd obj-x86_64-linux-gnu && make -j2 returned exit code 2 make: *** [debian/rules:57: build] Error 2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823656 Title: ceph ftbfs with cosmic toolchain updates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1823656/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822819] Re: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz Zemczak (sil2100) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822819 Title: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1822819/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823618] Re: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade
As usual - thanks bug - with a proper ssh set up and logged in it just doesn't trigger anymore :-/ I tried multiple reboots and we can keep the bug if others are affected to join forces, but for now it is incomplete as I can no more reproduce it :-/ ** Changed in: linux-hwe (Ubuntu Bionic) Status: Confirmed => Incomplete ** Changed in: linux (Ubuntu Cosmic) Status: Confirmed => Incomplete ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823618 Title: 4.18.0-17 crashes on i915 driver with multiple monitors since upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1823618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823661] [NEW] glance ftbfs with cosmic toolchain updates
Public bug reported: https://launchpadlibrarian.net/418304894/buildlog_ubuntu-cosmic- amd64.glance_2%3A17.0.0-0ubuntu4_BUILDING.txt.gz -- Ran 1828 tests in 43.693s FAILED (failures=292, skipped=2) make[1]: *** [debian/rules:37: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' make: *** [debian/rules:15: build] Error 2 ** Affects: glance (Ubuntu) Importance: High Status: New ** Tags: cc-tc-updates ftbfs ** Changed in: glance (Ubuntu) Importance: Undecided => High ** Tags added: cc-tc-updates ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823661 Title: glance ftbfs with cosmic toolchain updates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1823661/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823659] [NEW] firefox ftbfs with cosmic toolchain updates
Public bug reported: https://launchpadlibrarian.net/418304928/buildlog_ubuntu-cosmic- amd64.firefox_63.0+build1-0ubuntu1_BUILDING.txt.gz Compiling toml v0.4.8 Compiling cbindgen v0.6.4 (/<>/firefox-63.0+build1/third_party/cbindgen) Finished release [optimized] target(s) in 2m 42s warning: Using `cargo install` to install the binaries for the package in current working directory is deprecated, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package. Installing cbindgen v0.6.4 (/<>/firefox-63.0+build1/third_party/cbindgen) error: failed to compile `cbindgen v0.6.4 (/<>/firefox-63.0+build1/third_party/cbindgen)`, intermediate artifacts can be found at `/<>/firefox-63.0+build1/third_party/cbindgen/target` Caused by: failed to open: /sbuild-nonexistent/.cargo/registry/index/github.com-1ecc6299db9ec823/.cargo-index-lock Caused by: Permission denied (os error 13) make: *** [/<>/firefox-63.0+build1/debian/build/rules.mk:271: cbindgen/bin/cbindgen] Error 101 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 ** Affects: firefox (Ubuntu) Importance: High Status: New ** Tags: cc-tc-updates ftbfs ** Changed in: firefox (Ubuntu) Importance: Undecided => High ** Tags added: cc-tc-updates ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823659 Title: firefox ftbfs with cosmic toolchain updates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1823659/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1820990] Re: [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference
** Tags removed: verification-needed-bionic ** Tags added: verification-done-bionic ** Tags removed: verification-needed-cosmic ** Tags added: verification-done-cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1820990 Title: [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1820990/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1813244] Re: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386
@juergh ok I'll propose a hint for disco them! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1813244 Title: systemd cause kernel trace "BUG: unable to handle kernel paging request at 6db23a14" on Cosmic i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1813244/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822795] Re: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker
** Changed in: kernel-sru-workflow/promote-signing-to-proposed Status: New => Fix Committed ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- boot-testing-requested: true kernel-stable-master-bug: 1822796 phase: Promote to Proposed phase-changed: Monday, 08. April 2019 08:05 UTC reason: - promote-to-proposed: Ongoing -- review in progress + promote-signing-to-proposed: Ongoing -- packages copied but not yet published to + -proposed + promote-to-proposed: Ongoing -- packages copied but not yet published to -proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822795 Title: linux-hwe: 4.18.0-18.19~18.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1822795/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1822819] Re: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow derivatives: bug 1822818 (linux-hwe-edge) -- swm properties -- boot-testing-requested: true kernel-stable-master-bug: 1822820 - phase: Ready for Promote to Proposed - phase-changed: Monday, 08. April 2019 06:07 UTC + phase: Promote to Proposed + phase-changed: Monday, 08. April 2019 08:38 UTC reason: - promote-to-proposed: Pending -- ready for review + promote-to-proposed: Ongoing -- review in progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822819 Title: linux-hwe: 4.15.0-48.51~16.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1822819/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823660] [NEW] fwupd ftbfs with cosmic toolchain updates (i386 only)
Public bug reported: https://launchpad.net/ubuntu/+archive/test- rebuild-20190404-gcc8/+build/16566925/+files/buildlog_ubuntu- cosmic-i386.fwupd_1.1.2-1_BUILDING.txt.gz debian/rules override_dh_auto_test make[1]: Entering directory '/<>' if [ -x /usr/bin/valgrind ] ; then \ dh_auto_test; \ fi cd obj-i686-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 ninja test [0/1] Running all tests. 1/13 fwupd-exported-api OK 0.00 s 2/13 fwupd-self-test OK 0.01 s 3/13 fu-self-testFAIL 0.31 s (killed by signal 6 SIGABRT) 4/13 dfu-self-test OK 0.02 s 5/13 nitrokey-self-test OK 0.02 s 6/13 udev-self-test OK 0.02 s 7/13 unifying-self-test OK 0.01 s 8/13 wacomhid-self-test SKIP 0.03 s 9/13 nvme-self-test OK 0.03 s 10/13 redfish-self-test OK 0.02 s 11/13 dell-self-test OK 0.03 s 12/13 synapticsmst-self-test OK 0.02 s 13/13 uefi-self-test OK 0.02 s OK:11 FAIL: 1 SKIP: 1 TIMEOUT:0 The output from the failed tests: 3/13 fu-self-testFAIL 0.31 s (killed by signal 6 SIGABRT) --- command --- /<>/obj-i686-linux-gnu/src/fu-self-test --- stdout --- (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.145: removing /tmp/fwupd-self-test /fwupd/device{incorporate}: OK /fwupd/device{poll}: (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.156: poll cnt=0 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.166: poll cnt=1 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.177: poll cnt=2 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.187: poll cnt=3 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.215: poll cnt=4 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.226: poll cnt=5 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.236: poll cnt=6 (/<>/obj-i686-linux-gnu/src/fu-self-test:10004): Fu-DEBUG: 00:56:13.247: poll cnt=7 --- stderr --- ** Fu:ERROR:../src/fu-self-test.c:2508:fu_device_poll_func: assertion failed (cnt >= 9): (8 >= 9) --- Full log written to /<>/obj-i686-linux-gnu/meson-logs/testlog.txt FAILED: meson-test /usr/bin/python3 -u /usr/bin/meson test --no-rebuild --print-errorlogs ninja: build stopped: subcommand failed. dh_auto_test: cd obj-i686-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 ninja test returned exit code 1 make[1]: *** [debian/rules:83: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<>' make: *** [debian/rules:30: build-arch] Error 2 dpkg-buildpackage: error: debian/rules build-arch subproc ** Affects: fwupd (Ubuntu) Importance: High Status: New ** Tags: cc-tc-updates ftbfs ** Changed in: fwupd (Ubuntu) Importance: Undecided => High ** Tags added: cc-tc-updates ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823660 Title: fwupd ftbfs with cosmic toolchain updates (i386 only) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1823660/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1766076] Re: USB over thunderbolt turns off every once in a while
I've been running disco for a while with `generic` Ubuntu kernel 5.0.0 (currently 5.0.0-8), and I haven't experienced that problem for a while. I still get some USB issues from time to time with the Dell dock - where the USB does not connect when I plug the dock to the laptop, at which point I pull the TB plug out and connect it again and it is usually OK (sometimes it takes a couple of tries), but I no longer see "unknown event" errors and the USB no longer dies in the middle of a work day. I never booted into Windows at any point - neither for a firmware upgrade nor for the "reset workaround". I'm updating firmware using the BIOS update facility and I'm currently running Firmware version 1.12.0 which comes with TB controller firmware version 26.01. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766076 Title: USB over thunderbolt turns off every once in a while To manage notifications about this bug go to: https://bugs.launchpad.net/dell-sputnik/+bug/1766076/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823656] Re: ceph ftbfs with cosmic toolchain updates
** Changed in: ceph (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823656 Title: ceph ftbfs with cosmic toolchain updates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1823656/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1823657] [NEW] distro-info ftbfs with cosmic toolchain updates
Public bug reported: https://launchpadlibrarian.net/418304497/buildlog_ubuntu-cosmic-amd64 .distro-info_0.18_BUILDING.txt.gz Test: Run pylint on Python source code ... Running following command: python3.7 -m pylint --rcfile=/<>/python/distro_info_test/pylint.conf -- debian-distro-info ubuntu-distro-info distro_info_test distro_info.py setup.py FAIL == FAIL: test_pylint (distro_info_test.test_pylint.PylintTestCase) Test: Run pylint on Python source code -- Traceback (most recent call last): File "/<>/python/distro_info_test/test_pylint.py", line 72, in test_pylint self.fail("\n".join(msgs)) AssertionError: pylint found issues: * Module distro_info distro_info.py:57:0: R0205: Class 'DistroRelease' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance) distro_info.py:82:0: R0205: Class 'DistroInfo' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance) distro_info.py:131:8: R1705: Unnecessary "elif" after "return" (no-else-return) distro_info.py:248:48: R1716: Simplify chained comparison between the operands (chained-comparison) -- Ran 26 tests in 3.675s FAILED (failures=1) Test failed: error: Test failed: make[1]: *** [Makefile:45: test-python] Error 1 make[1]: Leaving directory '/<>' dh_auto_test: make -j4 test returned exit code 2 make: *** [debian/rules:6: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 ** Affects: distro-info (Ubuntu) Importance: High Status: New ** Tags: cc-tc-updates ftbfs ** Changed in: distro-info (Ubuntu) Importance: Undecided => High ** Tags added: cc-tc-updates ftbfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823657 Title: distro-info ftbfs with cosmic toolchain updates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/distro-info/+bug/1823657/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs