Source: gopass
Version: 1.0.5-1
Severity: important
Justification: fails to build from source

Builds of gopass on those architectures on which only gccgo is
available have been failing, generally because TestVersionNotUnknown
and TestVersionNoLetters report assertion failures:

  === RUN   TestVersionNotUnknown
  --- FAIL: TestVersionNotUnknown (0.00s)
        assertions.go:239: 
                            
        Error Trace:    version_test.go:28
                
        Error:          Should not be: "UNKNOWN"
  === RUN   TestVersionNoLetters
  --- FAIL: TestVersionNoLetters (0.00s)
        assertions.go:239: 
                            
        Error Trace:    version_test.go:33
                
        Error:          Should be false

(The second error repeats six more times.)

Specifically, I observe this behavior on mips, mips64el, s390x, and
the non-release architectures alpha and powerpc.  (As for the
remaining gccgo-only platforms, the toolchain crashes on mipsel and
sparc64, and the standard library fails to show up on x32.  I don't
think any of that's specific to gopass, though.)

Could you please take a look, and either fix these builds or
specifically build depend on golang-go?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]

Reply via email to