[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please test: scrypt 1.3.2.99



On 2025-02-05, Simon Josefsson wrote:
> Graham Percival <gperciva@tarsnap.com> writes:
> 
> > Everything is working as intended, thanks again for checking!
> 
> Okay, great.  The build I got these errors in were for the Debian
> packaging of scrypt,

To nitpick: those were warnings, not errors.  In terms of compiling
software, there's a big difference between those two.

> so I'm happy I don't have to extract the artifacts
> from the build since that is a bit complicated.  You can look at the
> build logs here though:

Thanks!  So it's using gcc-14.  I searched for "error:" strings, and
found none.  (good!)

I then searched for "warning:" strings (the colon : is important to
avoid lots of non-warnings, such as "checking compiler_warnings... yes").
8/9 of those warnings looked completely normal to me, but one at the end
caught my eye:

dpkg-gencontrol: warning: Depends field of package libscrypt-kdf-dev: substitution variable ${shlibs:Depends} used, but is not defined

I'm a bit puzzled by that... debian/control includes
    Deepends: ${shlibs:Depends}, ${misc:Depends}
for scrypt, libscrypt-kdf1, and libscrypt-kdf-dev.  So why does it only
only warn about libscrypt-kdf-dev?


At any rate, that's a minor deb packaging issue, not a problem with the
source release of scrypt 1.3.2.99.

Thanks again for testing!

Cheers,
- Graham