Your message dated Sat, 14 Jan 2023 10:19:31 +0000
with message-id <[email protected]>
and subject line Bug#1027911: fixed in golang-github-spf13-cast 1.5.0-2
has caused the Debian Bug report #1027911,
regarding golang-github-spf13-cast: FTBFS in bookworm (undeclared 
build-dependency on tzdata)
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.)


-- 
1027911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027911
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-spf13-cast
Version: 1.5.0-1
Severity: serious
Tags: ftbfs patch

Dear maintainer:

During a rebuild of all packages in bookworm, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary-indep
dh binary-indep --buildsystem=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_autoreconf -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go install -trimpath -v -p 1 
github.com/spf13/cast
internal/goarch
internal/unsafeheader
internal/abi
internal/cpu
internal/bytealg
internal/goexperiment
internal/goos
runtime/internal/atomic
runtime/internal/math
runtime/internal/sys
runtime/internal/syscall
runtime
internal/reflectlite
errors
internal/race
sync/atomic
sync
io
unicode
unicode/utf8
bytes
encoding
math/bits
math
internal/itoa
strconv
reflect
encoding/binary
encoding/base64
sort
internal/fmtsort
internal/oserror
syscall
internal/syscall/unix
time
internal/poll
internal/syscall/execenv
internal/testlog
path
io/fs
os
fmt
strings
unicode/utf16
encoding/json
html
path/filepath
net/url
text/template/parse
text/template
html/template
github.com/spf13/cast
   dh_auto_test -i -O--buildsystem=golang
        cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
github.com/spf13/cast
=== RUN   TestToUintE
--- PASS: TestToUintE (0.00s)
=== RUN   TestToUint64E
--- PASS: TestToUint64E (0.00s)
=== RUN   TestToUint32E
--- PASS: TestToUint32E (0.00s)
=== RUN   TestToUint16E
--- PASS: TestToUint16E (0.00s)
=== RUN   TestToUint8E
--- PASS: TestToUint8E (0.00s)
=== RUN   TestToIntE
--- PASS: TestToIntE (0.00s)
=== RUN   TestToInt64E
--- PASS: TestToInt64E (0.00s)
=== RUN   TestToInt32E
--- PASS: TestToInt32E (0.00s)
=== RUN   TestToInt16E
--- PASS: TestToInt16E (0.00s)
=== RUN   TestToInt8E
--- PASS: TestToInt8E (0.00s)
=== RUN   TestToFloat64E
--- PASS: TestToFloat64E (0.00s)
=== RUN   TestToFloat32E
--- PASS: TestToFloat32E (0.00s)
=== RUN   TestToStringE
--- PASS: TestToStringE (0.00s)
=== RUN   TestStringerToString
--- PASS: TestStringerToString (0.00s)
=== RUN   TestErrorToString
--- PASS: TestErrorToString (0.00s)
=== RUN   TestStringMapStringSliceE
--- PASS: TestStringMapStringSliceE (0.00s)
=== RUN   TestToStringMapE
--- PASS: TestToStringMapE (0.00s)
=== RUN   TestToStringMapBoolE
--- PASS: TestToStringMapBoolE (0.00s)
=== RUN   TestToStringMapIntE
--- PASS: TestToStringMapIntE (0.00s)
=== RUN   TestToStringMapInt64E
--- PASS: TestToStringMapInt64E (0.00s)
=== RUN   TestToStringMapStringE
--- PASS: TestToStringMapStringE (0.00s)
=== RUN   TestToBoolSliceE
--- PASS: TestToBoolSliceE (0.00s)
=== RUN   TestToIntSliceE
--- PASS: TestToIntSliceE (0.00s)
=== RUN   TestToSliceE
--- PASS: TestToSliceE (0.00s)
=== RUN   TestToStringSliceE
--- PASS: TestToStringSliceE (0.00s)
=== RUN   TestToDurationSliceE
--- PASS: TestToDurationSliceE (0.00s)
=== RUN   TestToBoolE
--- PASS: TestToBoolE (0.00s)
=== RUN   TestIndirectPointers
--- PASS: TestIndirectPointers (0.00s)
=== RUN   TestToTime
--- PASS: TestToTime (0.00s)
=== RUN   TestToDurationE
--- PASS: TestToDurationE (0.00s)
=== RUN   TestToTimeWithTimezones
    cast_test.go:1015:
        error:
          got non-nil error
        got:
          e"unknown time zone EST"
        stack:
          
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/github.com/spf13/cast/cast_test.go:1015
            c.Assert(err, qt.IsNil)
--- FAIL: TestToTimeWithTimezones (0.00s)
=== RUN   TestTrimZeroDecimal
--- PASS: TestTrimZeroDecimal (0.00s)
FAIL
FAIL    github.com/spf13/cast   0.010s
FAIL
dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 1 
github.com/spf13/cast returned exit code 1
make: *** [debian/rules:4: binary-indep] Error 25
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

Note: I'm using the "patch" tag because there is an obvious fix
(indicated in the subject).

About the archive rebuild: The build was made using virtual machines
from Hetzner, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages (plus
debhelper).

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-github-spf13-cast
Source-Version: 1.5.0-2
Done: Shengjing Zhu <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-spf13-cast, 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.
Shengjing Zhu <[email protected]> (supplier of updated golang-github-spf13-cast 
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: Sat, 14 Jan 2023 18:06:03 +0800
Source: golang-github-spf13-cast
Architecture: source
Version: 1.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Shengjing Zhu <[email protected]>
Closes: 1027911
Changes:
 golang-github-spf13-cast (1.5.0-2) unstable; urgency=medium
 .
   * Team upload
   * Fix uscan watch file
   * Remove test dependency from -dev package
   * Update Standards-Version to 4.6.2 (no changes)
   * Add tzdata to Build-Depends (Closes: #1027911)
Checksums-Sha1:
 6be2ed4777097c0af951bd721d7a3fed299faa46 1664 
golang-github-spf13-cast_1.5.0-2.dsc
 5b5c7954849ac266e045c88749dc94a75924f9a3 3468 
golang-github-spf13-cast_1.5.0-2.debian.tar.xz
 838d57c8b61ce4bc5a86626965d727e5738f4ed7 5876 
golang-github-spf13-cast_1.5.0-2_amd64.buildinfo
Checksums-Sha256:
 debb863a672e68c84c91773299f69dc13c97fa5a29e9470a39d476fada5b6d3c 1664 
golang-github-spf13-cast_1.5.0-2.dsc
 8c4a79836b769bd1a756c816b4194827c3f0c4a690fc66ba71d694a3007298a3 3468 
golang-github-spf13-cast_1.5.0-2.debian.tar.xz
 290c5204f5205db454f6986d97e0dcec6731fc1f097ec730a7b989e9e61d0a33 5876 
golang-github-spf13-cast_1.5.0-2_amd64.buildinfo
Files:
 41a2c1b83e50ec52b7dfa4167bfe2806 1664 golang optional 
golang-github-spf13-cast_1.5.0-2.dsc
 5b3e1869d9f0bb44c1fbbc545de03317 3468 golang optional 
golang-github-spf13-cast_1.5.0-2.debian.tar.xz
 b134e56e870496a68da7842c51b5c8a2 5876 golang optional 
golang-github-spf13-cast_1.5.0-2_amd64.buildinfo

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

iHUEARYIAB0WIQSRhdT1d2eu7mxV1B5/RPol6lUUywUCY8J+1wAKCRB/RPol6lUU
y6V6AP9KJhJwTEndOrywz/MDYxMLlF8b8r6DZ7yVbzLbzZ+kAgD/etwn8/4eSg5j
u2o4xjg4BnHVcLUAjtBhAk8Ma5ePZg8=
=5Wfc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to