Indeed, nice catch! The _32 and _64 variants weren't used anymore,
either.
Updated debdiff attached, and a ~ppa2 version has been uploaded to my
PPA.
** Patch added: "zlib.debdiff"
https://bugs.launchpad.net/ubuntu/+source/zlib/+bug/1932010/+attachment/5517264/+files/zlib.debdiff
--
You re
** Tags added: originate-from-1935587
--
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/1937988
Title:
The image is distorted while use iGPU rendering and output via AMD GPU
St
does it work in hirsute or impish?
** Changed in: mesa (Ubuntu)
Status: New => Incomplete
--
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/1939455
Title:
Upgrading from
Public bug reported:
Add the riscv64 architecture. Changing debian/control is sufficient.
** Affects: fftw3 (Ubuntu)
Importance: Undecided
Status: New
** Tags: fr-1603 riscv64
** Tags added: fr-1603
--
You received this bug notification because you are a member of Ubuntu
Touch
After upgraded to latest mesa, this issue is fixed. Now it works fine on
5.10.0-oem or 5.13.0-oem kernel. Thanks!
$ DRI_PRIME=1 glxgears -info
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
GL_RENDERER = Mesa Intel(R) Gr
Public bug reported:
WHEN TYPING ORE OPENING PROGRAM ITS SOME TIMES DROPS LETTERS ORE
FLICKERS ON A PROGRAM
ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
.tmp.unity_suppor
Installed 21.04 on P348 and reproduced this issue, after upgraded to proposed
packages, this issue is fixed.
$ DRI_PRIME=1 glxgears -info
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
GL_RENDERER = Mesa Intel(R) Graphic
** Changed in: lxc (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1937945
Title:
old gpg keyserver no longer works
Status in lxc pack
I worked on the merge from the current Debian version. Attached is the
debdiff from the current Debian version, I'll post the debdiff from the
current Ubuntu version shortly.
I've uploaded the package to my PPA, see
https://launchpad.net/~schopin/+archive/ubuntu/test-
ppa/+sourcepub/12642612/+list
Here's the diff from the Ubuntu branch, much more massive as it includes
the upstream diff...
** Patch added: "pam_from_ubuntu.debdiff"
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1916509/+attachment/5517278/+files/pam_from_ubuntu.debdiff
** Tags added: fr-1604
--
You received this b
Public bug reported:
Impish currently ships with a version based on the upstream 1.1.1j,
while Debian bullseye/sid has 1.1.1k. Let's merge!
** Affects: openssl (Ubuntu)
Importance: Undecided
Assignee: Simon Chopin (schopin)
Status: In Progress
** Tags: fr-1605
** Changed in:
--- Comment From i...@de.ibm.com 2021-08-11 06:59 EDT---
zlib1g_1.2.11.dfsg-2ubuntu7~ppa2_s390x.deb works fine, thanks!
# time -p env DFLTCC=0 python3 -c 'import gzip;
gzip.decompress(gzip.compress(b"\x00" * 5, 1))'
real 2.59
user 2.23
sys 0.35
# dpkg -i zlib1g_1.2.11.dfsg-2ubunt
> However, I'm not quite sure why does
>
> ++#ifdef S390_CRC32_VX
> ++if (getauxval(AT_HWCAP) & HWCAP_S390_VX)
> ++return s390_crc32_vx;
> ++#endif
>
> work. For me getauxval() causes a segfault when called from an ifunc,
> that's why I have to use the s390-specific ifunc's hwcap parame
The merge was easy, as most of the diff in the upstream release comes
from patches that we already applied.
A build was uploaded to the following PPA:
https://launchpad.net/~schopin/+archive/ubuntu/test-
ppa/+sourcepub/12642677/+listing-archive-extra
Attached is a debdiff from the Ubuntu version
** Patch added: "openssl_diff_from_debian.debdiff"
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1939544/+attachment/5517304/+files/openssl_diff_from_debian.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to
found what seemed like the correctly named files, downloaded and placed them in
/lib/firmware/i915/
Now update-initramfs runs with no errors, but when I plug in my USB rtl8188
wifi device
1. No WiFi connection
2. various (e.g. firefox, wavemon) do not start, terminal locks and the only
recourse
Removed previous patches, as there was a small issue with the changelog
(no bug number). Reattaching them now :)
** Patch removed: "openssl_diff_from_ubuntu.debdiff"
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1939544/+attachment/5517303/+files/openssl_diff_from_ubuntu.debdiff
** P
Deleting attachments as they're superseded by these new versions. First
the diff against Ubuntu, followed by the one against Debian for
reference.
** Patch removed: "pam_from_ubuntu.debdiff"
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1916509/+attachment/5517278/+files/pam_from_ubuntu.d
** Patch added: "pam_from_debian.debdiff"
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1916509/+attachment/5517313/+files/pam_from_debian.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https:/
The problem can be reproduced on another big-endian architecture.
On mips we get the following test failures:
f_baddotdir: bad '.' and '..' entries: failed
m_rootdir_acl: create fs image from dir using inline_data and acls: failed
--
You received this bug notification because you are a member o
--- Comment From i...@de.ibm.com 2021-08-11 10:36 EDT---
I think it rather has to do with glibc - ifunc are normally called quite early
and therefore cannot use the dynamically resolved symbols, but maybe newer
glibcs tolerate that. Unfortunately I couldn't find more information on this
Searching Google came across this:
https://askubuntu.com/questions/1306358/how-do-stop-ubuntu-20-04-from-upgrading-to-the-5-8-hwe-kernel
This latest 5.8 update has caused a lot of issues for a lot of people.
The most critical being breaking:
Graphics Drivers
Virtualbox no longer working.
*** This bug is a duplicate of bug 1926084 ***
https://bugs.launchpad.net/bugs/1926084
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: bluez (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
*** This bug is a duplicate of bug 1939593 ***
https://bugs.launchpad.net/bugs/1939593
Public bug reported:
.
ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: python3 3.8.2-0ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_
Public bug reported:
.
ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: python3 3.8.2-0ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date:
*** This bug is a duplicate of bug 1939593 ***
https://bugs.launchpad.net/bugs/1939593
Thank you for taking the time to report this crash and helping to make
this software better. This particular crash has already been reported
and is a duplicate of bug #1939593, so is being marked as such.
** Tags removed: need-duplicate-check
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1939593
Title:
package python3 3.8.2-0ubuntu2 failed to install/upgrade: inst
These problems are fixed upstream. See:
commit 225e5d093b519f9dbe9fcaacd995426f0e5194f6
Author: Theodore Ts'o
Date: Wed Jul 28 13:51:13 2021 -0400
e2fsck: fix f_baddotdir failure on big-endian systems
Commit 63f44aafb1f2 ("e2fsck: fix ".." more gracefully if possible")
chang
Thanks Theodore for pointing me to these patches.
Best regards
Heinrich
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/1939409
Title:
merge e2fsprogs 1.46.3-1 from Deb
I have tested this on both Focal and Bionic VMs. I ensured that the
systemd-resolved unit was in a failed state, restarted it, added the
PPA, updated the systemd packages, and rebooted. After every reboot the
systemd-resolved was in an "active" state.
I tested this with at least 10 reboots on each
Until this is resolved try working around it by replacing PulseAudio
with pipewire. Works well with my Bose 700 headset.
--
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/18
I don't have access to your bugzilla, so I'm assuming you pointed to
your own patch and its crc32.c section where you pass hwcap by argument
and call it earlier in the stack? If so, I've implemented this approach
in this new debdiff, and the PPA has been updated as well :-).
Michael, if you're won
** Changed in: lxc (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1937945
Title:
old gpg keyserver no longer works
Status in
** Also affects: mozc (Ubuntu)
Importance: Undecided
Status: New
** Tags added: ftbfs impish
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to protobuf in Ubuntu.
https://bugs.launchpad.net/bugs/1939413
Title:
/usr
** Changed in: at-spi2-atk (Ubuntu)
Assignee: Marcus Tomlinson (marcustomlinson) => (unassigned)
** Changed in: orca (Ubuntu)
Assignee: Marcus Tomlinson (marcustomlinson) => (unassigned)
** Changed in: orca (Ubuntu Focal)
Assignee: Marcus Tomlinson (marcustomlinson) => (unassigned)
--- Comment From i...@de.ibm.com 2021-08-11 14:45 EDT---
Oh, sorry, I forgot that you can't use the IBM BZ links. I indeed had the
following diffs in mind:
1.
#ifndef Z_IFUNC_ASM
local
#endif
-unsigned long (*(crc32_z_ifunc(void)))(unsigned long, const unsigned char FAR
*, z_size_t)
+uns
** Also affects: apport (Ubuntu)
Importance: Undecided
Status: New
** Tags added: rls-ii-incoming
--
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/1939616
Title:
u
With the two patches on top of upstream v1.46.3 building and testing
(make check) on bigendian architecture mips succeeds.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu.
https://bugs.launchpad.net/bugs/19
The last comments in https://bugs.launchpad.net/ubuntu/+source/update-
manager/+bug/1908050 are about the crash report to which I allude in the
bug description.
Additionally, Laney suggests that update-notifier shouldn't run when a
dist-upgrade is in progress so that package should also be modifie
This is an example build log:
https://launchpadlibrarian.net/552672484/buildlog_ubuntu-impish-
arm64.mozc_2.26.4220.100+dfsg-4ubuntu3_BUILDING.txt.gz
from the impish test rebuild:
https://lists.ubuntu.com/archives/ubuntu-devel-
announce/2021-August/001294.html
--
You received this bug notifica
It is true that DEFAULT_OUTPUT_POLICY="ACCEPT" but I have blocked either 443
and 80 port in rules. So I shouldn't be able to surf the web (without proxy)
However, thank you so much for hot-fix you offered, it solved my problem
for bug report concern 'ufw reload' should do the same (but I'm not ex
** Attachment added: "2021-08-12_02-49.png"
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1939625/+attachment/5517389/+files/2021-08-12_02-49.png
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-man
Public bug reported:
DNS setting is network-manager is ignored. Instead, /etc/resolv.conf
nameserver is used by programs. see screenshot
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: network-manager 1.22.10-1ubuntu2.2
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname
Thanks for the bug report.
1. Are you always using the wired Microsoft keyboard when the problem
happens?
2. What desktop environment are you using?
3. Next time the problem happens, please open a Terminal and run:
journalctl -b0 > journal.txt
and attach the resulting text file to this b
If this problem is still occurring then please:
1. Wait 10 seconds.
2. Reboot.
3. Run:
journalctl -b-1 > prevboot.txt
4. Attach the resulting text file here.
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)
** Changed in: xorg-server (Ubuntu)
Status: New => Incomplete
--
I made the changes iii suggested and uploaded.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to zlib in Ubuntu.
https://bugs.launchpad.net/bugs/1932010
Title:
[21.10 FEAT] zlib CRC32 optimization for s390x
Status in Ubuntu
Public bug reported:
libvpx FTBFS with LTO enabled on GCC 11, as can be seen here:
https://people.canonical.com/~doko/ftbfs-report/test-
rebuild-20210805-impish-impish.html#ubuntu-server
https://launchpadlibrarian.net/552670245/buildlog_ubuntu-impish-
amd64.libvpx_1.9.0-1_BUILDING.txt.gz
g++ -W
Please fix this problem
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1939642
Title:
i can not connect my blutooth device and blutooh can not search for
my devices
Public bug reported:
i can not connect my Bluetooth device and Bluetooth can not search for
my devices
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
Appo
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: apt (Ubuntu)
Status: New => Confirmed
--
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/
I too would welcome an option whereby apt-get update would wholly ignore
'held' - i.e., held back - packages.
--
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/1641303
Title:
Wis
51 matches
Mail list logo