Your message dated Thu, 16 Sep 2021 00:33:38 +0000
with message-id <[email protected]>
and subject line Bug#994413: fixed in textql 2.0.3-4
has caused the Debian Bug report #994413,
regarding textql: FTBFS with Go 1.17
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
994413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994413
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: textql
Version: 2.0.3-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu impish ubuntu-patch

Dear Maintainer,

Package textql currently FTBFS with Go 1.17. This is caused by
a failing build-time test due to a minor change in Go's temp
file name creation.

In Ubuntu, the attached patch was applied to achieve the following:

Successfully build this package with Go 1.17.

  * Fix build-time test that fails with Go 1.17 (LP: #1943749)


Thanks for considering the patch.


-- System Information:
Debian Release: bullseye/sid
  APT prefers hirsute-updates
  APT policy: (500, 'hirsute-updates'), (500, 'hirsute-security'), (500, 
'hirsute'), (100, 'hirsute-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.11.0-34-generic (SMP w/32 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru textql-2.0.3/debian/control textql-2.0.3/debian/control
--- textql-2.0.3/debian/control 2020-09-09 18:21:08.000000000 -0500
+++ textql-2.0.3/debian/control 2021-09-15 12:37:52.000000000 -0500
@@ -1,8 +1,7 @@
 Source: textql
 Section: devel
 Priority: optional
-Maintainer: Ubuntu Developers <[email protected]>
-XSBC-Original-Maintainer: Debian Go Packaging Team 
<[email protected]>
+Maintainer: Debian Go Packaging Team 
<[email protected]>
 Uploaders: ChangZhuo Chen (陳昌倬) <[email protected]>
 Build-Depends: debhelper (>= 10),
                dh-golang,
diff -Nru textql-2.0.3/debian/patches/0001-fix-csv-test-with-go-1.17.patch 
textql-2.0.3/debian/patches/0001-fix-csv-test-with-go-1.17.patch
--- textql-2.0.3/debian/patches/0001-fix-csv-test-with-go-1.17.patch    
1969-12-31 18:00:00.000000000 -0600
+++ textql-2.0.3/debian/patches/0001-fix-csv-test-with-go-1.17.patch    
2021-09-15 12:37:52.000000000 -0500
@@ -0,0 +1,22 @@
+Description: Fix test that is failing with Go 1.17
+ Due to a change in Go 1.17, the file name in the test case
+ TestCSVInputHasAName no longer has the "./" in it, causing
+ it to fail. Stripping that substring from it fixes the test.
+Author: William 'jawn-smith' Wilson <[email protected]>
+Bug: https://github.com/dinedal/textql/issues/135
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/textql/+bug/1943749
+Forwarded: https://github.com/dinedal/textql/pull/136
+Last-Update: 2021-09-15
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/inputs/csv_test.go
++++ b/inputs/csv_test.go
+@@ -134,7 +134,7 @@
+       }
+ 
+       input, _ := NewCSVInput(opts)
+-      expected := fp.Name()
++      expected := strings.ReplaceAll(fp.Name(), "./", "")
+ 
+       if !reflect.DeepEqual(input.Name(), expected) {
+               t.Errorf("Name() = %v, want %v", input.Name(), expected)
diff -Nru textql-2.0.3/debian/patches/series textql-2.0.3/debian/patches/series
--- textql-2.0.3/debian/patches/series  1969-12-31 18:00:00.000000000 -0600
+++ textql-2.0.3/debian/patches/series  2021-09-15 12:37:28.000000000 -0500
@@ -0,0 +1 @@
+0001-fix-csv-test-with-go-1.17.patch

--- End Message ---
--- Begin Message ---
Source: textql
Source-Version: 2.0.3-4
Done: Michael Hudson-Doyle <[email protected]>

We believe that the bug you reported is fixed in the latest version of
textql, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <[email protected]> (supplier of updated textql package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 16 Sep 2021 12:15:58 +1200
Source: textql
Built-For-Profiles: noudeb
Architecture: source
Version: 2.0.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<[email protected]>
Changed-By: Michael Hudson-Doyle <[email protected]>
Closes: 994413
Changes:
 textql (2.0.3-4) unstable; urgency=medium
 .
   [ Alexandre Viau ]
   * Point Vcs-* urls to salsa.debian.org.
 .
   [ Debian Janitor ]
   * Bump debhelper from old 10 to 12.
   * Set debhelper-compat version in Build-Depends.
 .
   [ William 'jawn-smith' Wilson ]
   * Fix build-time test that fails with Go 1.17. (Closes: #994413)
Checksums-Sha1:
 1017241061380309d07c2a82204659c541e5e791 2023 textql_2.0.3-4.dsc
 72191555d440ddbed4da5ae8336c262f51456221 3800 textql_2.0.3-4.debian.tar.xz
 4ed1061104fa02b85ee7f490be2a02847e7a0270 7018 textql_2.0.3-4_source.buildinfo
Checksums-Sha256:
 2f2a3e0e94335db505f0c0e7bd9782ddca6ad53b1cc61a42c1ef91503ab555d9 2023 
textql_2.0.3-4.dsc
 c6d08a6f7f0b054ea1a0996bf98e1d3489d403f2fbbcb8edff02631613964105 3800 
textql_2.0.3-4.debian.tar.xz
 d4c83f8832881a085fbce9696b6d36f7bc031650d2c0e9840d7afac3b97d3b53 7018 
textql_2.0.3-4_source.buildinfo
Files:
 85d60390abde811c13172f840abb95c6 2023 devel optional textql_2.0.3-4.dsc
 5739dc7959f1c0c38fa69fcaf7383297 3800 devel optional 
textql_2.0.3-4.debian.tar.xz
 eef32531ffe215c5be2a5a0a0f577df9 7018 devel optional 
textql_2.0.3-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmFCjRMACgkQEd9ClMyj
mJM9QA//ct7j8Cx44kItWATuf0pOuv35/SLarEnYiwclSNUG3ZxWXQa6ycq58X/f
ftFzT49SLUW9RRSb2Sc40Dsn0e35ad61lAAXtepxqrinz8ajqniaSZy9hNJLf8cw
mtiUcUGdDMmPOeQ9BBhTRaiCLSvbYoov7Le8tJB3HCfxYxGZSAqkD++0rZPH8pkU
/aaufM4LB+621b7j5+3T3n4b1s7qK22iYGv8t5opm7LNg8Ntyi53AmmYeZt3DXrx
f/0gWI7cKOFWIfrISRtltZZwOmrAyE7RfXYY3uig9O3ZtUlZyW8zeQMA0QsMWzAv
cUZRUNoSZVipNXQyarRhHbC+63ugpKZZswX7xb7joSn9JmztTgg0PnjVXHR/ZhgS
Ou8zbQLikmei4Po9TSg0vCu9zIYXMYihlk1QCAwlXBsZ9F5T6MgoHnh0bgS46/Yk
pIlceFn2kz//9I3+N2VmY5peJudwDPYkNeJqk0VeU8zPcurnHy9CEVEgMwjwyfy1
hfnflVk4AglS20gD21K4zUg+ufeKBfr0NiVM0UfYr8Imrz5hGbZo9bnm6pjWzroG
slHSekRJtfjkx1gXZamtisO4foFgrBQyLmy05TftMoxTp6sC9M7rO7zPx+m+dAeA
GVVed90RsFr2H8m79CoqNeiixLoX299cSnIQ9JzEynzB8YXdswU=
=QH3e
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to