[Group.of.nepali.translators] [Bug 1913852] Re: zLib link failures on Xenial

2021-04-13 Thread Launchpad Bug Tracker
This bug was fixed in the package golang-1.13 - 1.13.8-1ubuntu1~16.04.3 --- golang-1.13 (1.13.8-1ubuntu1~16.04.3) xenial; urgency=medium * Workaround a debhelper/binutils combo bug on Xenial where compress/zlib.a gets stripped, which mangles it. (LP: #1913852) -- Michael

[Group.of.nepali.translators] [Bug 1913852] Re: zLib link failures on Xenial

2021-02-16 Thread Brian Murray
Hello rojer, or anyone else affected, Accepted golang-1.13 into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/golang-1.13/1.13.8-1ubuntu1~16.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Group.of.nepali.translators] [Bug 1913852] Re: zLib link failures on Xenial

2021-02-10 Thread Michael Hudson-Doyle
** Also affects: golang-1.13 (Ubuntu Xenial) Importance: Undecided Status: New ** Description changed: + [impact] + Applications that use the "compress/zlib" package fail to build. + + [test case] + $ cat > go.mod + module github.com/foo/baz + + go 1.13 + $ cat > main.go + package