[Touch-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-24 Thread LocutusOfBorg
gcc u.c -Wl,--no-as-needed -lm; ./a.out; echo $? 0 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu. https://bugs.launchpad.net/bugs/1340250 Title: "#pragma weak" symbol is 0 even when defined Status in b

[Touch-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-24 Thread LocutusOfBorg
Wl,--no-as-needed works, while adding a manual "-lpthread" doesn't, because the library doesn't get linked to the program. Reason is probably that weak symbols are not added by the linker -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subs

[Touch-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-23 Thread LocutusOfBorg
** Also affects: binutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu. https://bugs.launchpad.net/bugs/1340250 Title: "#pragma weak" symbol is 0 ev

[Touch-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-23 Thread LocutusOfBorg
https://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00061.html -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libidn in Ubuntu. https://bugs.launchpad.net/bugs/1340250 Title: "#pragma weak" symbol is 0 even when defin

[Touch-packages] [Bug 1340250] Re: "#pragma weak" symbol is 0 even when defined

2018-07-23 Thread LocutusOfBorg
this seems to be the reason for libunistring and libidn failures ** Changed in: gcc-defaults (Ubuntu) Status: New => Confirmed ** Changed in: gcc-defaults (Ubuntu) Importance: Undecided => High ** Also affects: libunistring (Ubuntu) Importance: Undecided Status: New ** Also

[Touch-packages] [Bug 1778205] Re: Audio playback is choppy in VLC on an Ubuntu 18.04 VM in VirtualBox.

2018-06-26 Thread LocutusOfBorg
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Invalid ** Changed in: virtualbox (Ubuntu) Status: Incomplete => Invalid ** Changed in: vlc (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-20 Thread LocutusOfBorg
Selecting previously unselected package rfkill. (Reading database ... 12129 files and directories currently installed.) Preparing to unpack rfkill_0.5-1ubuntu3.1_amd64.deb ... Unpacking rfkill (0.5-1ubuntu3.1) ... Setting up rfkill (0.5-1ubuntu3.1) ... I like it! ** Tags removed: verification-nee

[Touch-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
reuploaded with command -v udevadm >/dev/null && udevadm trigger --subsystem-match=rfkill -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476 Title: non-installable in c

[Touch-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
command -v didn't work correctly, lets go for: if [ -x /sbin/udevadm ]; then udevadm trigger --subsystem-match=rfkill fi -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/177

[Touch-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
the problem is: it already has a runtime dependency on systemd, why doesn't it automagically add udev? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476 Title: non-ins

[Touch-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
also changing the line to: udevadm trigger --subsystem-match=rfkill || true fixes the issue, giving a warning during installation -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.ne

[Touch-packages] [Bug 1777476] [NEW] non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
Assignee: LocutusOfBorg (costamagnagianfranco) Status: Fix Released ** Affects: rfkill (Ubuntu Xenial) Importance: Undecided Status: In Progress ** Affects: rfkill (Ubuntu Artful) Importance: Undecided Status: Won't Fix ** Changed in: rfkill (Ubuntu) S

[Touch-packages] [Bug 1777476] Re: non-installable in chroots without udev installed due to bad postinst file

2018-06-18 Thread LocutusOfBorg
Artful is mostly EOL Package is removed in Bionic. I consider enough fixing Xenial only -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rfkill in Ubuntu. https://bugs.launchpad.net/bugs/1777476 Title: non-installable in chr

[Touch-packages] [Bug 1757470] Re: apport autopkgtests broken (valgrind error) toolchain regression?

2018-03-22 Thread LocutusOfBorg
I retried and the succeeded, closing ** Changed in: apport (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1757470 Title: appo

[Touch-packages] [Bug 1757470] Re: apport autopkgtests broken (valgrind error) toolchain regression?

2018-03-22 Thread LocutusOfBorg
I see the latest apport test ran successfully, maybe the bug solved by unrelated changes, lets auto-close this bug in 59 days unless it happens again (I retried the failed tests a few seconds ago) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whic

[Touch-packages] [Bug 1757470] Re: apport autopkgtests broken (valgrind error) LXC regression?

2018-03-21 Thread LocutusOfBorg
** No longer affects: lxc (Ubuntu) ** Summary changed: - apport autopkgtests broken (valgrind error) LXC regression? + apport autopkgtests broken (valgrind error) toolchain regression? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1757470] Re: apport autopkgtests broken (valgrind error) LXC regression?

2018-03-21 Thread LocutusOfBorg
Timing and artifacts indicates an lxc regression: liblxc-common 3.0.0~beta2-0ubuntu2 BAD liblxc-common 3.0.0~beta1-0ubuntu3 GOOD -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net

[Touch-packages] [Bug 1757470] [NEW] apport autopkgtests broken (valgrind error) LXC regression?

2018-03-21 Thread LocutusOfBorg
Public bug reported: --- Testing apport_valgrind --- test_help_display (__main__.T) help display ... ok test_intentional_mem_leak_detection (__main__.T) apport-valgrind log reports intentional memory leak ... ok test_invalid_args (__main__.T) return code is not 0 when invalid args are passed ... o

[Touch-packages] [Bug 1572244] Re: Kubuntu requires that the WiFi password be entered twice before WiFi can be used

2018-03-21 Thread LocutusOfBorg
** Changed in: casper (Ubuntu Bionic) Assignee: LocutusOfBorg (costamagnagianfranco) => Rik Mills (rikmills) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/b

[Touch-packages] [Bug 1572244] Re: Kubuntu requires that the WiFi password be entered twice before WiFi can be used

2018-03-21 Thread LocutusOfBorg
** Changed in: casper (Ubuntu Bionic) Status: Confirmed => Fix Committed ** Changed in: casper (Ubuntu Bionic) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, wh

[Touch-packages] [Bug 1626248] Re: libunistring0 has not been updated since 2010

2018-02-13 Thread LocutusOfBorg
We are preparing the transition on https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3141/+packages We will publish it in some days ** Changed in: libunistring (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Tou

[Touch-packages] [Bug 1443853] Re: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display

2017-12-12 Thread LocutusOfBorg
Since now we use wayland, lets wait for an eventual new bug report : ** Changed in: virtualbox (Ubuntu) Status: Triaged => Fix Released ** Changed in: console-setup (Ubuntu) Status: Triaged => Invalid ** Changed in: kbd (Ubuntu) Status: Triaged => Invalid -- You received t

[Touch-packages] [Bug 1725333] Re: do-release-upgrade broke WSL

2017-12-08 Thread LocutusOfBorg
Please set as fix released only with a fix somewhere, I can't see how and who fixed it ** Changed in: bash (Ubuntu) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu. https://bu

[Touch-packages] [Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-10-31 Thread LocutusOfBorg
** Also affects: wayland via https://bugzilla.gnome.org/show_bug.cgi?id=788908 Importance: Unknown Status: Unknown ** Also affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1724810] Re: 17.10/wayland causing flashes in virtualbox

2017-10-31 Thread LocutusOfBorg
Yep, we got the same issue, not sure what wayland is doing, but probably this is the issue (quoting upstream) fun: Wayland crashes if you open and close a laptop lid too fast. This is apparently not a bug but a design error in the protocol. And it has been causing me endless fun over the past we

[Touch-packages] [Bug 1723909] Re: [security] WPA2: Many vulnerabilities discovered

2017-10-16 Thread LocutusOfBorg
** Changed in: wpa (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to wpa in Ubuntu. https://bugs.launchpad.net/bugs/1723909 Title: [security] WPA2: Many vulnerabilities discovered

[Touch-packages] [Bug 1719630] Re: unattended-upgrades uses dpkg-vendor but doesn't depend on dpkg-dev

2017-09-26 Thread LocutusOfBorg
uploaded and ended up in unapproved queue, waiting for Release Team ** Changed in: unattended-upgrades (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ub

[Touch-packages] [Bug 1718419] Re: Please merge unattended-upgrades 0.97 (main) from Debian unstable (main)

2017-09-25 Thread LocutusOfBorg
ack for me ** Changed in: unattended-upgrades (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1718419 Title:

[Touch-packages] [Bug 1714019] Re: Please merge unattended-upgrades 0.96 (main) from Debian unstable (main)

2017-09-04 Thread LocutusOfBorg
sponsored debdiff attached, please double check ** Attachment added: "debdiff" https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1714019/+attachment/4944276/+files/debdiff ** Changed in: unattended-upgrades (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: u

[Touch-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-09-04 Thread LocutusOfBorg
the question is more tricky ettercap has the pkexec file #!/bin/sh pkexec --disable-internal-agent "ettercap" "$@" but it is using a polkit file http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd";> Authentication is required to run Ettercap ettercap auth_

[Touch-packages] [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2017-09-04 Thread LocutusOfBorg
I don't get where is the problem, wayland or all the applications using policykit? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/1713313 Title: Unable to launch pkexe

[Touch-packages] [Bug 1056566] Re: Missing pkgconfig file

2017-09-03 Thread LocutusOfBorg
** Changed in: libjpeg-turbo (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1056566 Title: Missing pkgconfig fi

[Touch-packages] [Bug 1419267] Re: libjpegturbo.so missing from -dev package

2017-09-03 Thread LocutusOfBorg
** Changed in: libjpeg-turbo (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1419267 Title: libjpegturbo.so miss

[Touch-packages] [Bug 1056566] Re: Missing pkgconfig file

2017-09-03 Thread LocutusOfBorg
in new queue :) ** Changed in: libjpeg-turbo (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1056566 Title: Missin

[Touch-packages] [Bug 1419267] Re: libjpegturbo.so missing from -dev package

2017-09-03 Thread LocutusOfBorg
in new queue :) ** Changed in: libjpeg-turbo (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libjpeg-turbo in Ubuntu. https://bugs.launchpad.net/bugs/1419267 Title: libjpe

[Touch-packages] [Bug 189617] Re: policykit integration missing

2017-08-18 Thread LocutusOfBorg
uploaded. ** Changed in: gdebi (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gdebi in Ubuntu. https://bugs.launchpad.net/bugs/189617 Title: policykit integration missi

[Touch-packages] [Bug 94940] Re: mdns listed in nsswitch.conf causes excessive time for dns lookups

2017-08-03 Thread LocutusOfBorg
Only precise is still supported and affected by this bug, I don't think this is worth the effort fixing it -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu. https://bugs.launchpad.net/bugs/94940 Title: mdns l

[Touch-packages] [Bug 94940] Re: mdns listed in nsswitch.conf causes excessive time for dns lookups

2017-08-02 Thread LocutusOfBorg
** Changed in: avahi (Ubuntu) Status: Confirmed => Fix Released ** Changed in: nss-mdns (Ubuntu) Importance: Medium => High ** Changed in: nss-mdns (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded p

[Touch-packages] [Bug 1702741] Re: QtCreator crashes when opening a filechooser under wayland

2017-07-28 Thread LocutusOfBorg
it finally landed in artful, so I presume now the SRU can continue with zesty :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1702741 Title: QtCreator cras

[Touch-packages] [Bug 1641912] Re: Please backport two recent-manager patches

2017-07-27 Thread LocutusOfBorg
** Also affects: gtk+2.0 (Ubuntu Artful) Importance: Critical Assignee: Simon Quigley (tsimonq2) Status: In Progress ** Also affects: gtk+2.0 (Ubuntu Zesty) Importance: Undecided Status: New ** Changed in: gtk+2.0 (Ubuntu Zesty) Status: New => In Progress ** Chang

[Touch-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-21 Thread LocutusOfBorg
Installed virtualbox-hwe-guest-utils, guest-x11 guest-dkms and everything worked correctly. Removed dkms package and installed vith module-assistant the virtualbox-guest-source package. So far so good, reboot works correctly -- You received this bug notification because you are a member of Ubu

[Touch-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-21 Thread LocutusOfBorg
** Tags removed: block-proposed verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libdrm in Ubuntu. https://bugs.launchpad.

[Touch-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-20 Thread LocutusOfBorg
** Changed in: virtualbox-hwe (Ubuntu) Status: New => Fix Committed ** Changed in: virtualbox-hwe (Ubuntu) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, wh

[Touch-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-12 Thread LocutusOfBorg
I uploaded virtualbox-lts-zesty and tested the hwe 16.04.3 in xenial VM, installing virtualbox-guest-x11 and or virtualbox-guest-dkms/virtualbox-guest-source works. Even the embedded kernel module works, so we should be good here. You can test it on ppa:costamagnagianfranco/locutusofborg-ppa

[Touch-packages] [Bug 1687981] Re: Backport packages for 16.04.3 HWE stack

2017-07-10 Thread LocutusOfBorg
Nack on this. Please wait for virtualbox-guest-x11 being updated. ** Tags removed: verification-done-xenial ** Tags added: block-proposed verification-failed-xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libdrm in Ub

[Touch-packages] [Bug 1702741] Re: QtCreator crashes when opening a filechooser under wayland

2017-07-06 Thread LocutusOfBorg
I will follow this bug, but seems clearly not a vbox issue :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1702741 Title: QtCreator crashes when opening a

[Touch-packages] [Bug 1638902] Re: [2.27 Regression] gold internal error in fix_errata on aarch64-linux-gnu

2017-06-30 Thread LocutusOfBorg
ok, now also ghc fails on arm64 for the same issue ** Changed in: binutils (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu. https://bugs.launchpad.net/bugs/1638902 Ti

[Touch-packages] [Bug 1610519] Re: apport-gtk crashes with segmentation fault

2017-06-06 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1647600 *** https://bugs.launchpad.net/bugs/1647600 can you please test libepoxy from my ppa? https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa please report back results on bug: https://bugs.launchpad.net/ubuntu/+source

[Touch-packages] [Bug 1688310] Re: KDC/kadmind may fail to start on IPv4-only systems

2017-05-15 Thread LocutusOfBorg
** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688310 Title: KDC/kadmind may fail to start on IPv4-only systems Status in krb5 package in U

[Touch-packages] [Bug 1688121] Re: KDC/kadmind explicit wildcard listener addresses do not use pktinfo

2017-05-15 Thread LocutusOfBorg
** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688121 Title: KDC/kadmind explicit wildcard listener addresses do not use pktinfo Status in

[Touch-packages] [Bug 1688310] Re: KDC/kadmind may fail to start on IPv4-only systems

2017-05-13 Thread LocutusOfBorg
Andreas can you please test it? thanks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688310 Title: KDC/kadmind may fail to start on IPv4-only systems Status in krb5 packag

[Touch-packages] [Bug 1688121] Re: KDC/kadmind explicit wildcard listener addresses do not use pktinfo

2017-05-12 Thread LocutusOfBorg
ahasenack, can you please test it? thanks! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688121 Title: KDC/kadmind explicit wildcard listener addresses do not use pktinfo

[Touch-packages] [Bug 896726] Re: skype chat dies, then can't quit, have to restart

2017-05-10 Thread LocutusOfBorg
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/896726 Title: skype chat dies, then can't qu

[Touch-packages] [Bug 1688310] Re: KDC/kadmind may fail to start on IPv4-only systems

2017-05-04 Thread LocutusOfBorg
** Also affects: krb5 (Ubuntu Zesty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688310 Title: KDC/kadmind may fail to start o

[Touch-packages] [Bug 1688121] Re: KDC/kadmind explicit wildcard listener addresses do not use pktinfo

2017-05-04 Thread LocutusOfBorg
** Bug watch added: Debian Bug tracker #860767 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860767 ** Changed in: krb5 (Debian) Remote watch: krbdev.mit.edu/rt/ #8530 => Debian Bug tracker #860767 -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 1688121] Re: KDC/kadmind explicit wildcard listener addresses do not use pktinfo

2017-05-04 Thread LocutusOfBorg
** Changed in: krb5 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688121 Title: KDC/kadmind explicit wildcard listener a

[Touch-packages] [Bug 1688121] Re: KDC/kadmind explicit wildcard listener addresses do not use pktinfo

2017-05-04 Thread LocutusOfBorg
** Also affects: krb5 (Ubuntu Zesty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to krb5 in Ubuntu. https://bugs.launchpad.net/bugs/1688121 Title: KDC/kadmind explicit wildcard l

[Touch-packages] [Bug 1640320] Re: FTBFS in zesty

2017-04-29 Thread LocutusOfBorg
this is the last blocker for boost 1.61 removal. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1640320 Title: FTBFS in zesty Status in location-service package

[Touch-packages] [Bug 1608200] Re: please merge openssl from Debian

2017-03-31 Thread LocutusOfBorg
sigh, you are right, after three days spent I can't really do anything good because the renaming of the package has been too invasive. lets see for z+1 ** Changed in: openssl (Ubuntu) Status: Fix Committed => Incomplete -- You received this bug notification because you are a member of Ub

[Touch-packages] [Bug 1608200] Re: please merge openssl from Debian

2017-03-31 Thread LocutusOfBorg
** Changed in: openssl (Ubuntu) Assignee: (unassigned) => LocutusOfBorg (costamagnagianfranco) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1608200 Title: ple

[Touch-packages] [Bug 1608200] Re: please merge openssl from Debian

2017-03-29 Thread LocutusOfBorg
** Changed in: openssl (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1608200 Title: please merge openssl from Debian Status

[Touch-packages] [Bug 1640320] Re: FTBFS in zesty

2017-03-27 Thread LocutusOfBorg
ping please :) mir has been accepted, we have only two packages left now -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to location-service in Ubuntu. https://bugs.launchpad.net/bugs/1640320 Title: FTBFS in zesty Status in l

[Touch-packages] [Bug 1675138] Re: Please transition to Boost 1.62

2017-03-25 Thread LocutusOfBorg
** Changed in: mir (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1675138 Title: Please transition to Boost 1.62 Status in Mi

[Touch-packages] [Bug 1609546] Re: Slow DNS lookup through Netgear DG834G V4 router

2017-03-14 Thread LocutusOfBorg
@Colin, can you please reply to what upstream asked? https://github.com/systemd/systemd/issues/3980#issuecomment-279779991 ** Summary changed: - nslookup doesn't works + Slow DNS lookup through Netgear DG834G V4 router -- You received this bug notification because you are a member of Ubuntu Tou

[Touch-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 3 or 4 times - then no desktop start

2017-03-13 Thread LocutusOfBorg
*** This bug is a duplicate of bug 1671377 *** https://bugs.launchpad.net/bugs/1671377 Timo, you rock! it works with that patch, uploaded in Ubuntu ** This bug has been marked a duplicate of bug 1671377 Crash in VirtualBox with libdrm/intel, fixed in git -- You received this bug notific

[Touch-packages] [Bug 1671377] Re: Crash in VirtualBox with libdrm/intel, fixed in git

2017-03-13 Thread LocutusOfBorg
Michael you rock! I tried hard to understand the reasons for that failure/crash, thanks for fixing! ** Changed in: libdrm (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libd

[Touch-packages] [Bug 1671377] Re: Crash in VirtualBox with libdrm/intel, fixed in git

2017-03-13 Thread LocutusOfBorg
** Changed in: libdrm (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libdrm in Ubuntu. https://bugs.launchpad.net/bugs/1671377 Title: Crash in VirtualBox with libdrm/intel, fix

[Touch-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 3 or 4 times - then no desktop start

2017-03-11 Thread LocutusOfBorg
it is not helping... I did test with a vbox custom on my ppa:costamagnagianfranco/locutusofborg-ppa -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1666059 Title: Main

[Touch-packages] [Bug 1584853] Re: [SRU] Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2017-03-08 Thread LocutusOfBorg
I'm not sure about the testing I performed, but I didn't experience any crash during my test ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to exiv2 in Ubun

[Touch-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 3 or 4 times - then no desktop start

2017-03-08 Thread LocutusOfBorg
that vboxvideo has been dropped upstream, I also tried an rm on my zesty vm of that file but it didn't change the boot issue. I don't understand your modeset sentence, because actually I don't understand what vboxvideo does (kernel module) what the driver is supposed to do, and what/how that vbox*

[Touch-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 4 or 4 times - then no start

2017-03-06 Thread LocutusOfBorg
not sure if mesa has something to do here, because we are using ld to override the ld.so.conf.d EGL and GL configuration files ** Also affects: mesa (Ubuntu) Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu) Importance: Undecided Status: New -- You rece

[Touch-packages] [Bug 1666059] Re: Main virtualbox window resizes itself 4 or 4 times - then no start

2017-03-06 Thread LocutusOfBorg
putting xorg developers in the loop -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1666059 Title: Main virtualbox window resizes itself 4 or 4 times - then no start Status i

[Touch-packages] [Bug 1584853] Re: [SRU] Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2017-03-06 Thread LocutusOfBorg
@Ricardo can you please test it? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to exiv2 in Ubuntu. https://bugs.launchpad.net/bugs/1584853 Title: [SRU] Shotwell crashes on startup / Crash in exiv2 due to assertion when set

[Touch-packages] [Bug 1584853] Re: Shotwell crashes on startup / Crash in exiv2 due to assertion when setting rating on jpg with a Casio makernote

2017-02-28 Thread LocutusOfBorg
done, please test package on ppa:costamagnagianfranco/locutusofborg-ppa ** Changed in: exiv2 (Ubuntu) Status: Confirmed => Fix Released ** Also affects: exiv2 (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: exiv2 (Ubuntu Xenial) Status: New =&g

[Touch-packages] [Bug 1639478] Re: Merge with Debian 0.48.0

2017-01-05 Thread LocutusOfBorg
@jbicha, time to retry it again? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/1639478 Title: Merge with Debian 0.48.0 Status in poppler package in Ubuntu: Fix Committ

[Touch-packages] [Bug 1443853] Re: Ubuntu 14.10 ISO live boot in Oracle VirtualBox ends up with a corrupted display

2016-12-16 Thread LocutusOfBorg
Hi Michael, I mean this change https://anonscm.debian.org/cgit/pkg-virtualbox/virtualbox.git/commit/?id=17ee2def5d1b193f63fc378eda32d1bc9ead73cb but you are right, I commented on the wrong bug report. silly me -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1443853] Re: Ubuntu 14.10 ISO live boot in Oracle VirtualBox ends up with a corrupted display

2016-12-16 Thread LocutusOfBorg
I *think* we fixed this for the upcoming ubuntu zesty, I backported the fix, can you please try it? https://launchpad.net/~costamagnagianfranco/+archive/ubuntu /costamagnagianfranco-ppa thanks -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which

[Touch-packages] [Bug 1650319] [NEW] can't use keyboard after resume from suspend

2016-12-15 Thread LocutusOfBorg
Public bug reported: Many times (around ~60% of them), resuming my laptop from suspend results in a not-working keyboard. Solution/Workaround is: close lid, let it suspend again, and try to resume until keyboard gets working again. Another solution is: plug an usb keyboard, and run something li

[Touch-packages] [Bug 1595485] Re: packages to remove from zesty

2016-12-09 Thread LocutusOfBorg
patat [armhf] has been removed in Debian too -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libpng in Ubuntu. https://bugs.launchpad.net/bugs/1595485 Title: packages to remove from zesty Status in bino package in Ubuntu:

[Touch-packages] [Bug 1595485] Re: packages to remove from zesty

2016-12-09 Thread LocutusOfBorg
bino is sad on arm64, and the reason seems qt-related, I don't think we should wait for it to be fixed, I want to decruft the old lirc libraries ** Changed in: insighttoolkit4 (Ubuntu) Status: New => Invalid ** Changed in: ldc (Ubuntu) Status: New => Invalid ** Description changed:

[Touch-packages] [Bug 1443853] Re: Ubuntu 14.10 ISO live boot in Oracle VirtualBox ends up with a corrupted display

2016-12-02 Thread LocutusOfBorg
I'm setting it to incomplete, because with the vboxvideo driver loaded in the kernel, I can't reproduce this issue anymore (I might even not able to reproduce it because of my new laptop with different hw configuration) ** Changed in: kbd (Ubuntu) Status: Confirmed => Incomplete ** Chang

[Touch-packages] [Bug 1443853] Re: Ubuntu 14.10 ISO live boot in Oracle VirtualBox ends up with a corrupted display

2016-12-02 Thread LocutusOfBorg
setting the severity to critical, I really think we should fix this bug, if we can find somebody understanding the console-setup bits ** Changed in: console-setup (Ubuntu) Importance: Undecided => High ** Changed in: kbd (Ubuntu) Importance: Undecided => High ** Changed in: virtualbox (Ubu

[Touch-packages] [Bug 1619616] Re: Mir test fails with protobuf3: Protobuf-can-be-reloaded (SEGFAULT)

2016-11-24 Thread LocutusOfBorg
why this patch is not upstream? I don't see it in the google protobuf github repo https://github.com/google/protobuf/blob/master/src/google/protobuf/stubs/common.cc -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubunt

[Touch-packages] [Bug 1642353] Re: package virtualbox-ext-pack 5.1.6-2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2016-11-16 Thread LocutusOfBorg
I'm trying to reassign to apt then :) ** Package changed: virtualbox-ext-pack (Ubuntu) => apt (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1642353 Title: package v

[Touch-packages] [Bug 1349834] Re: [MIR] flask-script and libjsoncpp (b-d's for net-cpp)

2016-10-29 Thread LocutusOfBorg
** Changed in: libjsoncpp (Ubuntu) Status: Incomplete => Fix Released ** Changed in: flask-script (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libjsoncpp in Ubuntu.

[Touch-packages] [Bug 1637128] [NEW] please switch to clang-3.8 or newer

2016-10-27 Thread LocutusOfBorg
Public bug reported: As said, indicator-location still uses clang-3.6 who is going to be removed soon from the archive please use a newer one whenever possible! thanks ** Affects: indicator-location (Ubuntu) Importance: High Status: New ** Changed in: indicator-location (Ubuntu)

[Touch-packages] [Bug 1595485] Re: packages to remove from zesty

2016-10-24 Thread LocutusOfBorg
** Summary changed: - packages to remove from yakkety + packages to remove from zesty -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libpng in Ubuntu. https://bugs.launchpad.net/bugs/1595485 Title: packages to remove from

[Touch-packages] [Bug 1595485] Re: packages to remove from yakkety

2016-09-08 Thread LocutusOfBorg
https://launchpad.net/ubuntu/+source/insighttoolkit4/4.10.0-dfsg1-3ubuntu1/+build/10712957 insightoolkit4 on ppc64el grow too much for buildd space. Debian has no binary on ppc64el and maintaining them is difficult. Please remove it and its reverse-dependencies, in case somebody increases the spac

[Touch-packages] [Bug 1613698] Re: curl: Problem with chunked encoded data

2016-09-03 Thread LocutusOfBorg
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1613698 Title: curl: Problem with chunked encoded data S

[Touch-packages] [Bug 1485622] Re: [needs-packaging] Import libzmq5-dev from Debian.

2016-09-02 Thread LocutusOfBorg
** Changed in: zeromq3 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zeromq3 in Ubuntu. https://bugs.launchpad.net/bugs/1485622 Title: [needs-packaging] Import libzmq5-dev

[Touch-packages] [Bug 1595485] Re: packages to remove from yakkety

2016-08-29 Thread LocutusOfBorg
ldc [powerpc ppc64el] ** Also affects: ldc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libpng in Ubuntu. https://bugs.launchpad.net/bugs/1595485 Title: packages to r

[Touch-packages] [Bug 1613698] Re: curl: Problem with chunked encoded data

2016-08-29 Thread LocutusOfBorg
lol the above links shows my ettercap ppa as "fix" just because it has a new curl -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1613698 Title: curl: Problem with chunked enc

[Touch-packages] [Bug 1613698] Re: curl: Problem with chunked encoded data

2016-08-29 Thread LocutusOfBorg
done thanks ** Description changed: - curl in Ubuntu 14.0.4 suffers from a bug ("Problem (2) in the Chunked- - Encoded data") introduced in curl 7.35.0 - (https://github.com/curl/curl/commit/345891edba32312686e18d8ff185f4476b74e417). + [Impact] + curl in Ubuntu 14.0.4 suffers from a bug ("Proble

[Touch-packages] [Bug 1613698] Re: curl: Problem with chunked encoded data

2016-08-28 Thread LocutusOfBorg
patches should be applied not at the bottom :) new debdiff build ongoing ppa:costamagnagianfranco/costamagnagianfranco-ppa ** Attachment added: "debdiff-v2" https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1613698/+attachment/4729776/+files/debdiff-v2 -- You received this bug notificatio

[Touch-packages] [Bug 1613698] Re: curl: Problem with chunked encoded data

2016-08-28 Thread LocutusOfBorg
fix for the bug, uploaded on ppa:costamagnagianfranco/locutusofborg-ppa ** Attachment added: "debdiff" https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1613698/+attachment/4729543/+files/debdiff -- You received this bug notification because you are a member of Ubuntu To

[Touch-packages] [Bug 1613698] Re: curl: Problem with chunked encoded data

2016-08-28 Thread LocutusOfBorg
** Changed in: curl (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/1613698 Title: curl: Problem with chunked encoded data Status in

[Touch-packages] [Bug 1595485] Re: packages to remove from yakkety

2016-08-26 Thread LocutusOfBorg
iva [i386] ** Also affects: iva (Ubuntu) Importance: Undecided Status: New ** Changed in: iva (Ubuntu) Status: New => Fix Released ** Changed in: fpc (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Tou

[Touch-packages] [Bug 1595485] Re: packages to remove from yakkety

2016-08-25 Thread LocutusOfBorg
** Changed in: runit (Ubuntu) Status: New => Fix Released ** Changed in: singular (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libpng in Ubuntu. https://bugs.launchpad.net

[Touch-packages] [Bug 1595485] Re: packages to remove from yakkety

2016-08-23 Thread LocutusOfBorg
** Changed in: vcmi (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libpng in Ubuntu. https://bugs.launchpad.net/bugs/1595485 Title: packages to remove from yakkety Status in fli

[Touch-packages] [Bug 1595485] Re: packages to remove from yakkety

2016-08-23 Thread LocutusOfBorg
lets wait for a bootstrap instead ** Also affects: python-pysam (Ubuntu) Importance: Undecided Status: New ** Changed in: fpc (Ubuntu) Status: New => Incomplete ** Bug watch added: Debian Bug tracker #820170 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820170 -- You rec

  1   2   3   >