All of lore.kernel.org
 help / color / mirror / Atom feed
* fakeroot 1.15.1 in 2011.03-maintenance
@ 2011-12-09 21:20 Andreas Oberritter
  2011-12-09 21:43 ` Khem Raj
  2011-12-14 18:03 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Oberritter @ 2011-12-09 21:20 UTC (permalink / raw)
  To: Tom Rini; +Cc: openembedded-devel

Hi Tom, all,

one week ago, the fakeroot recipe was moved to 1.15.1 [1] in order to fix
a download problem, even though previous attempts were rejected [2,3].
Well, now I get the following error:


ERROR: The checksums for "[...]/fakeroot_1.15.1.orig.tar.bz2" did not match.
  MD5: expected "248c408b1e06e776c5739871b49bd968", got "0f6101a5c35693fa9ec7f7949156c2ad"
  SHA256: expected "45fbb9ad611f33224cc09954963dde563cc80fe58c76feb25b6e98550b81729a", got "24eda7c94fa8cf1f924cedf26deabcb8de5c0bdc01f1ac075f03dc12898d6923"


 --2011-12-09 22:00:36--  http://snapshot.debian.net/archive/pool/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2
 Resolving snapshot.debian.net... 193.62.202.30, 2001:630:206:4000:1a1a:0:c13e:ca1e
 Connecting to snapshot.debian.net|193.62.202.30|:80... connected.
 HTTP request sent, awaiting response... 302 Found
 Location: http://snapshot.debian.org/ [following]
 --2011-12-09 22:00:36--  http://snapshot.debian.org/
 Resolving snapshot.debian.org... 193.62.202.30, 2001:630:206:4000:1a1a:0:c13e:ca1e
 Reusing existing connection to snapshot.debian.net:80.
 HTTP request sent, awaiting response... 200 OK
 Length: 14143 (14K) [text/html]
 Saving to: `[...]/fakeroot_1.15.1.orig.tar.bz2'
 
      0K .......... ...                                        100%  119K=0.1s
 
 2011-12-09 22:00:36 (119 KB/s) - `[...]/fakeroot_1.15.1.orig.tar.bz2' saved [14143/14143]
 
ERROR: The checksums for "[...]/fakeroot_1.15.1.orig.tar.bz2" did not match.
  MD5: expected "248c408b1e06e776c5739871b49bd968", got "0f6101a5c35693fa9ec7f7949156c2ad"
  SHA256: expected "45fbb9ad611f33224cc09954963dde563cc80fe58c76feb25b6e98550b81729a", got "24eda7c94fa8cf1f924cedf26deabcb8de5c0bdc01f1ac075f03dc12898d6923"


That's because Debian redirects to a HTML page instead of returning an
error, which makes it impossible to use a mirror. I'd submit a patch,
but I'd like to ask first, what's the preferred solution (e.g. go back
to previous version, update to new version, fix SRC_URI). The SRC_URI
could have been fixed for 1.14.5, too. I wonder why this didn't happen
instead.

Regards,
Andreas


[1] http://cgit.openembedded.org/openembedded/commit/?h=2011.03-maintenance&id=672af8093cf33d8b90e9186986ba5c95fc7a0a0a
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033373.html
[3] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034188.html



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

* Re: fakeroot 1.15.1 in 2011.03-maintenance
  2011-12-09 21:20 fakeroot 1.15.1 in 2011.03-maintenance Andreas Oberritter
@ 2011-12-09 21:43 ` Khem Raj
  2011-12-09 23:34   ` Andreas Oberritter
  2011-12-14 18:03 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2011-12-09 21:43 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Dec 9, 2011 at 1:20 PM, Andreas Oberritter <obi@opendreambox.org> wrote:
> one week ago, the fakeroot recipe was moved to 1.15.1 [1] in order to fix
> a download problem, even though previous attempts were rejected [2,3].
> Well, now I get the following error:
>

we should stash the tar file on sources.openembedded.org and be done with it.



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

* Re: fakeroot 1.15.1 in 2011.03-maintenance
  2011-12-09 21:43 ` Khem Raj
@ 2011-12-09 23:34   ` Andreas Oberritter
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Oberritter @ 2011-12-09 23:34 UTC (permalink / raw)
  To: openembedded-devel

On 09.12.2011 22:43, Khem Raj wrote:
> On Fri, Dec 9, 2011 at 1:20 PM, Andreas Oberritter <obi@opendreambox.org> wrote:
>> one week ago, the fakeroot recipe was moved to 1.15.1 [1] in order to fix
>> a download problem, even though previous attempts were rejected [2,3].
>> Well, now I get the following error:
>>
> 
> we should stash the tar file on sources.openembedded.org and be done with it.

Please do so, if you have the necessary access rights. Btw, ltrace fails for the same reason.

FWIW, I "fixed" the fakeroot issue using

MIRRORS_prepend() {
${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian/20110301T040946Z/pool
${DEBIAN_MIRROR}       http://snapshot.debian.org/archive/debian/20110901T033808Z/pool
}

I'd recommend removing
${DEBIAN_MIRROR}/main   http://snapshot.debian.net/archive/pool
from mirrors.bbclass, as it results in broken downloads.

Regards,
Andreas




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

* Re: fakeroot 1.15.1 in 2011.03-maintenance
  2011-12-09 21:20 fakeroot 1.15.1 in 2011.03-maintenance Andreas Oberritter
  2011-12-09 21:43 ` Khem Raj
@ 2011-12-14 18:03 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2011-12-14 18:03 UTC (permalink / raw)
  To: Andreas Oberritter; +Cc: openembedded-devel

On Fri, Dec 9, 2011 at 2:20 PM, Andreas Oberritter <obi@opendreambox.org> wrote:
> Hi Tom, all,
>
> one week ago, the fakeroot recipe was moved to 1.15.1 [1] in order to fix
> a download problem, even though previous attempts were rejected [2,3].
> Well, now I get the following error:
[snip]
> That's because Debian redirects to a HTML page instead of returning an
> error, which makes it impossible to use a mirror. I'd submit a patch,
> but I'd like to ask first, what's the preferred solution (e.g. go back
> to previous version, update to new version, fix SRC_URI). The SRC_URI
> could have been fixed for 1.14.5, too. I wonder why this didn't happen
> instead.

Arrg, you're right and I made a mistake.  The reason we didn't use the
snapshot mirror like you suggest is that I at least was unaware that
you could.  To fix this problem I've reverted the change that
introduced 1.15.1, added PE = 1 to the recipe (so that anyone that did
somehow get 1.15.1 built will go and be back to 1.14.5) and changed
the URI based on what you provided in a follow-up so that it fetches
again, for all.  Sorry for the inconvenience.

-- 
Tom



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

end of thread, other threads:[~2011-12-14 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-09 21:20 fakeroot 1.15.1 in 2011.03-maintenance Andreas Oberritter
2011-12-09 21:43 ` Khem Raj
2011-12-09 23:34   ` Andreas Oberritter
2011-12-14 18:03 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.