* [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz
@ 2006-10-25 4:30 Meino Christian Cramer
2006-10-25 10:08 ` Régis Décamps
0 siblings, 1 reply; 5+ messages in thread
From: Meino Christian Cramer @ 2006-10-25 4:30 UTC (permalink / raw
To: gentoo-user
Hi,
I got this:
>>> Downloading 'ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/qt-x11-opensource-src-4.1.4.tar.gz'
--06:23:28-- ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/qt-x11-opensource-src-4.1.4.tar.gz
=> `/usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz'
Resolving sunsite.informatik.rwth-aachen.de... 137.226.34.227
Connecting to sunsite.informatik.rwth-aachen.de|137.226.34.227|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/Linux/gentoo/distfiles ... done.
==> PASV ... done. ==> RETR qt-x11-opensource-src-4.1.4.tar.gz ... done.
Length: 32,174,985 (31M) (unauthoritative)
100%[====================================>] 32,174,985 122.99K/s ETA 00:00
06:27:46 (122.36 KB/s) - `/usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz' saved [32174985]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
* checking qt-x11-opensource-src-4.1.4.tar.gz ;-) ... [ !! ]
!!! Digest verification failed:
!!! /usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz
!!! Reason: Filesize does not match recorded size
!!! Got: 32174985
!!! Expected: 409784
How should I proceed? Is it possible to fix this bug without
downloading this big archive again ?
Kind regards,
mcc
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz
2006-10-25 4:30 [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz Meino Christian Cramer
@ 2006-10-25 10:08 ` Régis Décamps
2006-10-25 10:29 ` Neil Bothwick
0 siblings, 1 reply; 5+ messages in thread
From: Régis Décamps @ 2006-10-25 10:08 UTC (permalink / raw
To: gentoo-user
On 10/25/06, Meino Christian Cramer <Meino.Cramer@gmx.de> wrote:
> Hi,
>
> I got this:
>
> >>> Downloading 'ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/qt-x11-opensource-src-4.1.4.tar.gz'
> --06:23:28-- ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/qt-x11-opensource-src-4.1.4.tar.gz
> => `/usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz'
> Resolving sunsite.informatik.rwth-aachen.de... 137.226.34.227
> Connecting to sunsite.informatik.rwth-aachen.de|137.226.34.227|:21... connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done. ==> PWD ... done.
> ==> TYPE I ... done. ==> CWD /pub/Linux/gentoo/distfiles ... done.
> ==> PASV ... done. ==> RETR qt-x11-opensource-src-4.1.4.tar.gz ... done.
> Length: 32,174,985 (31M) (unauthoritative)
>
> 100%[====================================>] 32,174,985 122.99K/s ETA 00:00
>
> 06:27:46 (122.36 KB/s) - `/usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz' saved [32174985]
>
> * checking ebuild checksums ;-) ... [ ok ]
> * checking auxfile checksums ;-) ... [ ok ]
> * checking miscfile checksums ;-) ... [ ok ]
> * checking qt-x11-opensource-src-4.1.4.tar.gz ;-) ... [ !! ]
>
> !!! Digest verification failed:
> !!! /usr/portage/distfiles/qt-x11-opensource-src-4.1.4.tar.gz
> !!! Reason: Filesize does not match recorded size
> !!! Got: 32174985
> !!! Expected: 409784
Hello,
>From Trolltech:
STORED: ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-4.1.4.tar.gz
88f8c9c4622108baca2950baac3c02d6 qt-x11-opensource-src-4.1.4.tar.gz
Size: 32174985 bytes
So I'd say there is a problem in the ebuild. Maybe you should copy the
ebuild in an overlay directory and regenerate it with
ebuild qt-x11-opensource-src-4.1.4.ebuild digest
--
Régis
http://regis.decamps.info/blog/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz
2006-10-25 10:08 ` Régis Décamps
@ 2006-10-25 10:29 ` Neil Bothwick
2006-10-25 10:55 ` Stuart Howard
0 siblings, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2006-10-25 10:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 918 bytes --]
On Wed, 25 Oct 2006 12:08:42 +0200, Régis Décamps wrote:
> So I'd say there is a problem in the ebuild. Maybe you should copy the
> ebuild in an overlay directory and regenerate it with
> ebuild qt-x11-opensource-src-4.1.4.ebuild digest
You don;t need to copy an ebuild to an overlay to re-digest it, you can
do it with the version i the portage tree. You can even do it when
emerging, with emerge --digest, but be aware this will redigest all
packages emerged, including dependencies.
However you do it, think very carefully first. Package digests are a
security measure, to ensure none of the files you are installing have
been tampered with. By regdigesting a package, you're discarding this
check. Before considering this, remove the file(s) from $DISTDIR, sync
again and try to emerge the package normally.
--
Neil Bothwick
WinErr 01F: Reserved for future mistakes of our developers.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz
2006-10-25 10:29 ` Neil Bothwick
@ 2006-10-25 10:55 ` Stuart Howard
2006-10-25 12:05 ` Meino Christian Cramer
0 siblings, 1 reply; 5+ messages in thread
From: Stuart Howard @ 2006-10-25 10:55 UTC (permalink / raw
To: gentoo-user
http://bugs.gentoo.org/show_bug.cgi?id=149809
Have a look at this, should help
On 25/10/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Wed, 25 Oct 2006 12:08:42 +0200, Régis Décamps wrote:
>
> > So I'd say there is a problem in the ebuild. Maybe you should copy the
> > ebuild in an overlay directory and regenerate it with
> > ebuild qt-x11-opensource-src-4.1.4.ebuild digest
>
> You don;t need to copy an ebuild to an overlay to re-digest it, you can
> do it with the version i the portage tree. You can even do it when
> emerging, with emerge --digest, but be aware this will redigest all
> packages emerged, including dependencies.
>
> However you do it, think very carefully first. Package digests are a
> security measure, to ensure none of the files you are installing have
> been tampered with. By regdigesting a package, you're discarding this
> check. Before considering this, remove the file(s) from $DISTDIR, sync
> again and try to emerge the package normally.
>
>
> --
> Neil Bothwick
>
> WinErr 01F: Reserved for future mistakes of our developers.
>
>
>
--
"There are 10 types of people in this world: those who understand
binary, those who don't"
--Unknown
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz
2006-10-25 10:55 ` Stuart Howard
@ 2006-10-25 12:05 ` Meino Christian Cramer
0 siblings, 0 replies; 5+ messages in thread
From: Meino Christian Cramer @ 2006-10-25 12:05 UTC (permalink / raw
To: gentoo-user
From: "Stuart Howard" <stuart.g.howard@gmail.com>
Subject: Re: [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz
Date: Wed, 25 Oct 2006 11:55:50 +0100
Thanks a lot! qt is currently compiling! :)
Keep hacking!
mcc
> http://bugs.gentoo.org/show_bug.cgi?id=149809
>
> Have a look at this, should help
>
> On 25/10/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Wed, 25 Oct 2006 12:08:42 +0200, Régis Décamps wrote:
> >
> > > So I'd say there is a problem in the ebuild. Maybe you should copy the
> > > ebuild in an overlay directory and regenerate it with
> > > ebuild qt-x11-opensource-src-4.1.4.ebuild digest
> >
> > You don;t need to copy an ebuild to an overlay to re-digest it, you can
> > do it with the version i the portage tree. You can even do it when
> > emerging, with emerge --digest, but be aware this will redigest all
> > packages emerged, including dependencies.
> >
> > However you do it, think very carefully first. Package digests are a
> > security measure, to ensure none of the files you are installing have
> > been tampered with. By regdigesting a package, you're discarding this
> > check. Before considering this, remove the file(s) from $DISTDIR, sync
> > again and try to emerge the package normally.
> >
> >
> > --
> > Neil Bothwick
> >
> > WinErr 01F: Reserved for future mistakes of our developers.
> >
> >
> >
>
>
> --
> "There are 10 types of people in this world: those who understand
> binary, those who don't"
>
> --Unknown
>
> --
> gentoo-user@gentoo.org mailing list
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-25 12:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25 4:30 [gentoo-user] Digest verification failed: qt-x11-opensource-src-4.1.4.tar.gz Meino Christian Cramer
2006-10-25 10:08 ` Régis Décamps
2006-10-25 10:29 ` Neil Bothwick
2006-10-25 10:55 ` Stuart Howard
2006-10-25 12:05 ` Meino Christian Cramer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox