All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: fakeroot 1.15.1 issues
@ 2011-12-20 14:16 Christopher Sarra
  2011-12-21 16:04 ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Christopher Sarra @ 2011-12-20 14:16 UTC (permalink / raw)
  To: openembedded-devel

Hi All,

I'm writing to ask about a recent thread I saw about problems with OE
fetching fakeroot 1.15.1. I'm new to OE and BitBake, and I'm having a
problem similar to what I saw in that previous post:

<<
NOTE: package fakeroot-native-1.15.1-r0.0: task do_fetch: Started
ERROR: The checksums for
"/localhome/cwsarra/oe/sources/downloads/fakeroot_1.15.1.orig.tar.bz2" did
not match.
  MD5: expected "248c408b1e06e776c5739871b49bd968", got
"c33f8b2be5bfafc0258efb8139cc5972"
  SHA256: expected
"45fbb9ad611f33224cc09954963dde563cc80fe58c76feb25b6e98550b81729a", got
"92ed10b39922bb2890ef7cc7512fdfe57bd2d1f54a894364518b292f79455138"

NOTE: package fakeroot-native-1.15.1-r0.0: task Fetch failed:
ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2checksum
mismatch.: Failed
ERROR: Function 'Fetch failed:
ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2checksum
mismatch.' failed
>>

I read through the proposed patches, but I'm still not clear on which files
I need to edit to work around this issue. There was a fix proposed for the
fakeroot_1.15.1 recipe file, but that didn't seem to work for me. Can
someone tell me which [additional] files I need to update?


Thanks for your time,
Chris


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

* Re: fakeroot 1.15.1 issues
  2011-12-20 14:16 fakeroot 1.15.1 issues Christopher Sarra
@ 2011-12-21 16:04 ` Tom Rini
  2011-12-21 19:52   ` Christopher Sarra
  0 siblings, 1 reply; 12+ messages in thread
From: Tom Rini @ 2011-12-21 16:04 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Dec 20, 2011 at 7:16 AM, Christopher Sarra
<chris.sarra@gmail.com> wrote:
> Hi All,
>
> I'm writing to ask about a recent thread I saw about problems with OE
> fetching fakeroot 1.15.1. I'm new to OE and BitBake, and I'm having a
> problem similar to what I saw in that previous post:
>
> <<
> NOTE: package fakeroot-native-1.15.1-r0.0: task do_fetch: Started
> ERROR: The checksums for
> "/localhome/cwsarra/oe/sources/downloads/fakeroot_1.15.1.orig.tar.bz2" did
> not match.
>  MD5: expected "248c408b1e06e776c5739871b49bd968", got
> "c33f8b2be5bfafc0258efb8139cc5972"
>  SHA256: expected
> "45fbb9ad611f33224cc09954963dde563cc80fe58c76feb25b6e98550b81729a", got
> "92ed10b39922bb2890ef7cc7512fdfe57bd2d1f54a894364518b292f79455138"
>
> NOTE: package fakeroot-native-1.15.1-r0.0: task Fetch failed:
> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2checksum
> mismatch.: Failed
> ERROR: Function 'Fetch failed:
> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2checksum
> mismatch.' failed
>>>
>
> I read through the proposed patches, but I'm still not clear on which files
> I need to edit to work around this issue. There was a fix proposed for the
> fakeroot_1.15.1 recipe file, but that didn't seem to work for me. Can
> someone tell me which [additional] files I need to update?

If you just do a git pull it should all be working again.

-- 
Tom



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

* Re: fakeroot 1.15.1 issues
  2011-12-21 16:04 ` Tom Rini
@ 2011-12-21 19:52   ` Christopher Sarra
  2011-12-22 14:10     ` Marco Cavallini
  0 siblings, 1 reply; 12+ messages in thread
From: Christopher Sarra @ 2011-12-21 19:52 UTC (permalink / raw)
  To: openembedded-devel

I tried `git pull` but apparently everything is "Already up-to-date." Am I
missing something else?

Thanks,
Chris



On Wed, Dec 21, 2011 at 11:04, Tom Rini <tom.rini@gmail.com> wrote:

> On Tue, Dec 20, 2011 at 7:16 AM, Christopher Sarra
> <chris.sarra@gmail.com> wrote:
> > Hi All,
> >
> > I'm writing to ask about a recent thread I saw about problems with OE
> > fetching fakeroot 1.15.1. I'm new to OE and BitBake, and I'm having a
> > problem similar to what I saw in that previous post:
> >
> > <<
> > NOTE: package fakeroot-native-1.15.1-r0.0: task do_fetch: Started
> > ERROR: The checksums for
> > "/localhome/cwsarra/oe/sources/downloads/fakeroot_1.15.1.orig.tar.bz2"
> did
> > not match.
> >  MD5: expected "248c408b1e06e776c5739871b49bd968", got
> > "c33f8b2be5bfafc0258efb8139cc5972"
> >  SHA256: expected
> > "45fbb9ad611f33224cc09954963dde563cc80fe58c76feb25b6e98550b81729a", got
> > "92ed10b39922bb2890ef7cc7512fdfe57bd2d1f54a894364518b292f79455138"
> >
> > NOTE: package fakeroot-native-1.15.1-r0.0: task Fetch failed:
> >
> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2checksum
> > mismatch.: Failed
> > ERROR: Function 'Fetch failed:
> >
> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.15.1.orig.tar.bz2checksum
> > mismatch.' failed
> >>>
> >
> > I read through the proposed patches, but I'm still not clear on which
> files
> > I need to edit to work around this issue. There was a fix proposed for
> the
> > fakeroot_1.15.1 recipe file, but that didn't seem to work for me. Can
> > someone tell me which [additional] files I need to update?
>
> If you just do a git pull it should all be working again.
>
> --
> Tom
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


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

* Re: fakeroot 1.15.1 issues
  2011-12-21 19:52   ` Christopher Sarra
@ 2011-12-22 14:10     ` Marco Cavallini
  0 siblings, 0 replies; 12+ messages in thread
From: Marco Cavallini @ 2011-12-22 14:10 UTC (permalink / raw)
  To: openembedded-devel

Christopher Sarra ha scritto, Il 21/12/2011 20:52:
> I tried `git pull` but apparently everything is "Already up-to-date." Am I
> missing something else?
> 
> Thanks,

Chris,
I simply removed the line
${DEBIAN_MIRROR}/main   http://snapshot.debian.net/archive/pool
from  mirrors.bbclass, and it worked smoothly.


Cordiali Saluti / Kindest Regards / mit freundlichen Grüssen
--
Marco Cavallini | KOAN sas | Bergamo - Italia
 embedded and real-time software engineering
   Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
      http://www.KoanSoftware.com
        http://www.KaeilOS.com




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

* Re: fakeroot 1.15.1 issues
  2012-01-17 20:45         ` Tom Rini
@ 2012-01-17 21:04           ` Frans Meulenbroeks
  0 siblings, 0 replies; 12+ messages in thread
From: Frans Meulenbroeks @ 2012-01-17 21:04 UTC (permalink / raw)
  To: openembedded-devel

2012/1/17 Tom Rini <tom.rini@gmail.com>

> On Wed, Jan 4, 2012 at 3:08 AM, Angus Lees <alees@google.com> wrote:
> > On Mon, Dec 26, 2011 at 15:12, Denys Dmytriyenko <denis@denix.org>
> wrote:
> >
> >> On Sun, Dec 25, 2011 at 09:11:36PM +0100, Frans Meulenbroeks wrote:
> >> > 2011/12/23 Denys Dmytriyenko <denis@denix.org>
> >> > Actually bumped into this today as well; I saw maintenance moved back
> to
> >> > 1.14.6 or so.
> >> > Latest version is about 1.18.2.2.
> >> >
> >> > Guess we should either move master back to 1.14.6, or maybe even move
> to
> >> a
> >> > newer version. or fix the url to point to the snapshot copy.
> >>
> >> So, instead of always chasing the very latest version, why not simply
> set
> >> the
> >> Debian mirror variable on a per-distro basis?
> >
> >
> > Or stick to a fakeroot release that was in a Debian (stable) release, and
> > hence will be around for a while.
>
> I'm not sure what problem people are having currently.  An empy DL_DIR
> build with DISTRO=angstrom-2008.1 and MACHINE=beagleboard does this:
> NOTE: package fakeroot-native-1_1.14.5-r0.0: task do_fetch: Started
> --2012-01-17 13:42:12--
>
> http://snapshot.debian.org/archive/debian/20110301/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2
>
> Which works and finds the expected file with expected hashes.  This is
> because the fakeroot recipe doesn't use DEBIAN_MIRROR now but directly
> uses a date-encoded URL on snapshot.debian.org.
>
> --
>
Tom,

The problem was present in master (as it fetched 1.15.1), not in the
maintenance branch.
I've fixed it in master by adding the 1.14.5 recipe and deprecating the
1.15.1 recipe.

This commit: 38c962e6f0adbc4154cda3107404e8ce92cfbccb

Enjoy, Frans


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

* Re: fakeroot 1.15.1 issues
  2012-01-04 10:08       ` Angus Lees
@ 2012-01-17 20:45         ` Tom Rini
  2012-01-17 21:04           ` Frans Meulenbroeks
  0 siblings, 1 reply; 12+ messages in thread
From: Tom Rini @ 2012-01-17 20:45 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Jan 4, 2012 at 3:08 AM, Angus Lees <alees@google.com> wrote:
> On Mon, Dec 26, 2011 at 15:12, Denys Dmytriyenko <denis@denix.org> wrote:
>
>> On Sun, Dec 25, 2011 at 09:11:36PM +0100, Frans Meulenbroeks wrote:
>> > 2011/12/23 Denys Dmytriyenko <denis@denix.org>
>> > Actually bumped into this today as well; I saw maintenance moved back to
>> > 1.14.6 or so.
>> > Latest version is about 1.18.2.2.
>> >
>> > Guess we should either move master back to 1.14.6, or maybe even move to
>> a
>> > newer version. or fix the url to point to the snapshot copy.
>>
>> So, instead of always chasing the very latest version, why not simply set
>> the
>> Debian mirror variable on a per-distro basis?
>
>
> Or stick to a fakeroot release that was in a Debian (stable) release, and
> hence will be around for a while.

I'm not sure what problem people are having currently.  An empy DL_DIR
build with DISTRO=angstrom-2008.1 and MACHINE=beagleboard does this:
NOTE: package fakeroot-native-1_1.14.5-r0.0: task do_fetch: Started
--2012-01-17 13:42:12--
http://snapshot.debian.org/archive/debian/20110301/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2

Which works and finds the expected file with expected hashes.  This is
because the fakeroot recipe doesn't use DEBIAN_MIRROR now but directly
uses a date-encoded URL on snapshot.debian.org.

-- 
Tom



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

* Re: fakeroot 1.15.1 issues
  2011-12-26  4:12     ` Denys Dmytriyenko
@ 2012-01-04 10:08       ` Angus Lees
  2012-01-17 20:45         ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Angus Lees @ 2012-01-04 10:08 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Dec 26, 2011 at 15:12, Denys Dmytriyenko <denis@denix.org> wrote:

> On Sun, Dec 25, 2011 at 09:11:36PM +0100, Frans Meulenbroeks wrote:
> > 2011/12/23 Denys Dmytriyenko <denis@denix.org>
> > Actually bumped into this today as well; I saw maintenance moved back to
> > 1.14.6 or so.
> > Latest version is about 1.18.2.2.
> >
> > Guess we should either move master back to 1.14.6, or maybe even move to
> a
> > newer version. or fix the url to point to the snapshot copy.
>
> So, instead of always chasing the very latest version, why not simply set
> the
> Debian mirror variable on a per-distro basis?


Or stick to a fakeroot release that was in a Debian (stable) release, and
hence will be around for a while.

 - Gus


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

* Re: fakeroot 1.15.1 issues
  2011-12-25 20:11   ` Frans Meulenbroeks
@ 2011-12-26  4:12     ` Denys Dmytriyenko
  2012-01-04 10:08       ` Angus Lees
  0 siblings, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-26  4:12 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Dec 25, 2011 at 09:11:36PM +0100, Frans Meulenbroeks wrote:
> 2011/12/23 Denys Dmytriyenko <denis@denix.org>
> 
> > On Thu, Dec 22, 2011 at 01:08:16AM -0800, Jesse Lackey wrote:
> > > I'm have exactly the same problem.  "git pull" says up to date.
> > >
> > > I'm continuing on by running "bitbake -k".  But things appear to be
> > > indeed broken, by the presumably recent removal of
> > > fakeroot_1.15.1.orig.tar.bz2 from the debian ftp site.
> > >
> > > Any assistance greatly appreciated.  I'm a total newbie with bitbake and
> > OE.
> > >
> > > >I tried `git pull` but apparently everything is "Already up-to-date."
> > Am I
> > > >missing something else?
> >
> > Add this line to your local.conf:
> >
> > DEBIAN_MIRROR = "
> > http://snapshot.debian.org/archive/debian/20111129T215729Z/pool"
> >
> 
> Actually bumped into this today as well; I saw maintenance moved back to
> 1.14.6 or so.
> Latest version is about 1.18.2.2.
> 
> Guess we should either move master back to 1.14.6, or maybe even move to a
> newer version. or fix the url to point to the snapshot copy.

So, instead of always chasing the very latest version, why not simply set the 
Debian mirror variable on a per-distro basis?

-- 
Denys



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

* Re: fakeroot 1.15.1 issues
  2011-12-23 22:37 ` Denys Dmytriyenko
@ 2011-12-25 20:11   ` Frans Meulenbroeks
  2011-12-26  4:12     ` Denys Dmytriyenko
  0 siblings, 1 reply; 12+ messages in thread
From: Frans Meulenbroeks @ 2011-12-25 20:11 UTC (permalink / raw)
  To: openembedded-devel

2011/12/23 Denys Dmytriyenko <denis@denix.org>

> On Thu, Dec 22, 2011 at 01:08:16AM -0800, Jesse Lackey wrote:
> > I'm have exactly the same problem.  "git pull" says up to date.
> >
> > I'm continuing on by running "bitbake -k".  But things appear to be
> > indeed broken, by the presumably recent removal of
> > fakeroot_1.15.1.orig.tar.bz2 from the debian ftp site.
> >
> > Any assistance greatly appreciated.  I'm a total newbie with bitbake and
> OE.
> >
> > >I tried `git pull` but apparently everything is "Already up-to-date."
> Am I
> > >missing something else?
>
> Add this line to your local.conf:
>
> DEBIAN_MIRROR = "
> http://snapshot.debian.org/archive/debian/20111129T215729Z/pool"
>

Actually bumped into this today as well; I saw maintenance moved back to
1.14.6 or so.
Latest version is about 1.18.2.2.

Guess we should either move master back to 1.14.6, or maybe even move to a
newer version. or fix the url to point to the snapshot copy.

Frans


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

* Re: fakeroot 1.15.1 issues
  2011-12-22  9:08 Jesse Lackey
  2011-12-23  9:13 ` Marco Cavallini
@ 2011-12-23 22:37 ` Denys Dmytriyenko
  2011-12-25 20:11   ` Frans Meulenbroeks
  1 sibling, 1 reply; 12+ messages in thread
From: Denys Dmytriyenko @ 2011-12-23 22:37 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Dec 22, 2011 at 01:08:16AM -0800, Jesse Lackey wrote:
> I'm have exactly the same problem.  "git pull" says up to date.
> 
> I'm continuing on by running "bitbake -k".  But things appear to be
> indeed broken, by the presumably recent removal of
> fakeroot_1.15.1.orig.tar.bz2 from the debian ftp site.
> 
> Any assistance greatly appreciated.  I'm a total newbie with bitbake and OE.
> 
> >I tried `git pull` but apparently everything is "Already up-to-date." Am I
> >missing something else?

Add this line to your local.conf:

DEBIAN_MIRROR = "http://snapshot.debian.org/archive/debian/20111129T215729Z/pool"

-- 
Denys



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

* Re: fakeroot 1.15.1 issues
  2011-12-22  9:08 Jesse Lackey
@ 2011-12-23  9:13 ` Marco Cavallini
  2011-12-23 22:37 ` Denys Dmytriyenko
  1 sibling, 0 replies; 12+ messages in thread
From: Marco Cavallini @ 2011-12-23  9:13 UTC (permalink / raw)
  To: openembedded-devel

Jesse Lackey ha scritto, Il 22/12/2011 10:08:
> I'm have exactly the same problem.  "git pull" says up to date.
> 
> I'm continuing on by running "bitbake -k".  But things appear to be
> indeed broken, by the presumably recent removal of
> fakeroot_1.15.1.orig.tar.bz2 from the debian ftp site.
> 
> Any assistance greatly appreciated.  I'm a total newbie with bitbake and
> OE.
> 
> J
> 
>> Christopher Sarra chris.sarra at gmail.com
>> Wed Dec 21 20:52:32 CET 2011
> 
>> I tried `git pull` but apparently everything is "Already up-to-date."
>> Am I
>> missing something else?
>>
>> Thanks,
>> Chris
>>



I simply removed the line
${DEBIAN_MIRROR}/main   http://snapshot.debian.net/archive/pool
from  mirrors.bbclass, and it worked smoothly.

HTH

Cordiali Saluti / Kindest Regards / mit freundlichen Grüssen
--
Marco Cavallini | KOAN sas | Bergamo - Italia
 embedded and real-time software engineering
   Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
      http://www.KoanSoftware.com
        http://www.KaeilOS.com




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

* fakeroot 1.15.1 issues
@ 2011-12-22  9:08 Jesse Lackey
  2011-12-23  9:13 ` Marco Cavallini
  2011-12-23 22:37 ` Denys Dmytriyenko
  0 siblings, 2 replies; 12+ messages in thread
From: Jesse Lackey @ 2011-12-22  9:08 UTC (permalink / raw)
  To: openembedded-devel

I'm have exactly the same problem.  "git pull" says up to date.

I'm continuing on by running "bitbake -k".  But things appear to be 
indeed broken, by the presumably recent removal of 
fakeroot_1.15.1.orig.tar.bz2 from the debian ftp site.

Any assistance greatly appreciated.  I'm a total newbie with bitbake and OE.

J

> Christopher Sarra chris.sarra at gmail.com
> Wed Dec 21 20:52:32 CET 2011

> I tried `git pull` but apparently everything is "Already up-to-date." Am I
> missing something else?
>
> Thanks,
> Chris
>



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

end of thread, other threads:[~2012-01-17 21:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-20 14:16 fakeroot 1.15.1 issues Christopher Sarra
2011-12-21 16:04 ` Tom Rini
2011-12-21 19:52   ` Christopher Sarra
2011-12-22 14:10     ` Marco Cavallini
2011-12-22  9:08 Jesse Lackey
2011-12-23  9:13 ` Marco Cavallini
2011-12-23 22:37 ` Denys Dmytriyenko
2011-12-25 20:11   ` Frans Meulenbroeks
2011-12-26  4:12     ` Denys Dmytriyenko
2012-01-04 10:08       ` Angus Lees
2012-01-17 20:45         ` Tom Rini
2012-01-17 21:04           ` Frans Meulenbroeks

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.