public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* No checksum recorded for tar-1.28-1-src, cannot determine integrity of package!
@ 2016-04-18  9:37 Houder
  2016-04-18 18:40 ` Achim Gratz
  0 siblings, 1 reply; 2+ messages in thread
From: Houder @ 2016-04-18  9:37 UTC (permalink / raw)
  To: cygwin

Hi,

For the record ...

After "installing" the source code tarball (tar), the following message 
in file
/var/log/setup.log.full made me inspect IniDBBuilderPackage.cc:

No checksum recorded for tar-1.28-1-src, cannot determine integrity of 
package!

-----
IniDBBuilderPackage.cc:

void
IniDBBuilderPackage::buildInstallSHA512 (unsigned char const *sha512)
{
   if (sha512 && !cbpv.source()->sha512_isSet) {
     memcpy (cbpv.source()->sha512sum, sha512, sizeof 
cbpv.source()->sha512sum);
     cbpv.source()->sha512_isSet = true;
   }
}

void
IniDBBuilderPackage::buildSourceSHA512 (unsigned char const *sha512)
{
   if (sha512 && !cbpv.source()->sha512_isSet) {
              >>> cbpv => cspv <<<

     memcpy (cspv.source()->sha512sum, sha512, sizeof 
cspv.source()->sha512sum);
     cbpv.source()->sha512_isSet = true;
   }
}

     I believe the developer meant to check the current source package 
version,
     not the current BINARY package version ...

void
IniDBBuilderPackage::buildInstallMD5 (unsigned char const *md5)
{
   if (md5 && !cbpv.source()->md5.isSet())
     cbpv.source()->md5.set(md5);
}

void
IniDBBuilderPackage::buildSourceMD5 (unsigned char const *md5)
{
   if (md5 && !cspv.source()->md5.isSet())
     cspv.source()->md5.set(md5);
}

Regards,
Henri

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: No checksum recorded for tar-1.28-1-src, cannot determine integrity of package!
  2016-04-18  9:37 No checksum recorded for tar-1.28-1-src, cannot determine integrity of package! Houder
@ 2016-04-18 18:40 ` Achim Gratz
  0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2016-04-18 18:40 UTC (permalink / raw)
  To: cygwin

Houder writes:
> After "installing" the source code tarball (tar), the following
> message in file
> /var/log/setup.log.full made me inspect IniDBBuilderPackage.cc:
>
> No checksum recorded for tar-1.28-1-src, cannot determine integrity of
> package!

Thanks, fixed in the repo.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-18 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18  9:37 No checksum recorded for tar-1.28-1-src, cannot determine integrity of package! Houder
2016-04-18 18:40 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).