* fakeroot 1.14.5 source is missing
@ 2011-07-30 10:42 Andreas Mueller
2011-07-30 11:04 ` Cyril Brulebois
2011-07-30 11:12 ` Andreas Mueller
0 siblings, 2 replies; 6+ messages in thread
From: Andreas Mueller @ 2011-07-30 10:42 UTC (permalink / raw)
To: openembedded-devel, gumstix-users
Hi guys,
I tried to build an image based on gumstix overo-2011 branch [1] but the sources
for fakeroot 1.14.5 can not be downloaded.
ERROR: fakeroot-native-1.14.5:
ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2
cannot check archive integrity
In [2] I saw that it is it is not there ( anymore ? ).
As far as I can see we have the same issue in mainline oe 2011.03-maintenance.
[1] http://gitorious.org/gumstix-oe/mainline/commits/overo-2011.03
[2] ftp://ftp.debian.org/debian/pool/main/f/fakeroot/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fakeroot 1.14.5 source is missing
2011-07-30 10:42 fakeroot 1.14.5 source is missing Andreas Mueller
@ 2011-07-30 11:04 ` Cyril Brulebois
2011-07-30 11:12 ` Andreas Mueller
1 sibling, 0 replies; 6+ messages in thread
From: Cyril Brulebois @ 2011-07-30 11:04 UTC (permalink / raw)
To: openembedded-devel; +Cc: gumstix-users
Hi,
Andreas Mueller <schnitzeltony@gmx.de> (30/07/2011):
> Hi guys,
>
> I tried to build an image based on gumstix overo-2011 branch [1] but the sources
> for fakeroot 1.14.5 can not be downloaded.
>
> ERROR: fakeroot-native-1.14.5:
> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2
> cannot check archive integrity
>
> In [2] I saw that it is it is not there ( anymore ? ).
pointing to packages which are in unstable or testing feels very wrong.
New versions can come up at any time in unstable, and (if some
constraints are satisfied), can move to testing and overwrite what was
there before. (But pointing to packages in stable would buy you several
years.)
If you need to point to such a package anyway, I'd suggest considering
snapshot.debian.org, which should retain all packages. For example:
http://snapshot.debian.org/package/fakeroot/1.14.5-1/
http://snapshot.debian.org/archive/debian/20101205T211007Z/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.bz2
As a consequence, the URL to the original tarball includes a date
(meaning “fakeroot as seen in Debian as of $date), but I guess that
won't cause any issue.
If you have more Debian-related questions, feel free to ask.
Cheers,
--
Cyril Brulebois
Support AriadNEXT
0 825 590 003
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fakeroot 1.14.5 source is missing
2011-07-30 10:42 fakeroot 1.14.5 source is missing Andreas Mueller
2011-07-30 11:04 ` Cyril Brulebois
@ 2011-07-30 11:12 ` Andreas Mueller
2011-07-30 15:14 ` Tom Rini
2011-07-30 15:27 ` Koen Kooi
1 sibling, 2 replies; 6+ messages in thread
From: Andreas Mueller @ 2011-07-30 11:12 UTC (permalink / raw)
To: openembedded-devel, tom_rini
On Saturday, July 30, 2011 12:42:40 PM Andreas Mueller wrote:
> Hi guys,
>
> I tried to build an image based on gumstix overo-2011 branch [1] but the
> sources for fakeroot 1.14.5 can not be downloaded.
>
> ERROR: fakeroot-native-1.14.5:
> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.b
> z2 cannot check archive integrity
>
> In [2] I saw that it is it is not there ( anymore ? ).
>
> As far as I can see we have the same issue in mainline oe
> 2011.03-maintenance.
>
> [1] http://gitorious.org/gumstix-oe/mainline/commits/overo-2011.03
> [2] ftp://ftp.debian.org/debian/pool/main/f/fakeroot/
>
I don't know how to create the 'official' pull request bur I think we need to pull
commit 085dc5e99abf98772bfb44f3f25320418d500740
Author: Florian Boor <florian.boor@kernelconcepts.de>
Date: Thu May 5 11:28:09 2011 +0200
fakeroot: Move from not fetchable 1.14.5 to 1.15.1
Fakeroot 1.14.5 was not fetchable any more. Updating to 1.15.1.
Test environment:
BB_VERSION = "1.10.2"
METADATA_BRANCH = "org.openembedded.dev"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "mainstone"
DISTRO = "minimal"
DISTRO_VERSION = "dev-snapshot-20110504"
TARGET_FPU = "soft"
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
into 2011.03-maintenance.
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: fakeroot 1.14.5 source is missing
2011-07-30 11:12 ` Andreas Mueller
@ 2011-07-30 15:14 ` Tom Rini
2011-07-30 21:30 ` Khem Raj
2011-07-30 15:27 ` Koen Kooi
1 sibling, 1 reply; 6+ messages in thread
From: Tom Rini @ 2011-07-30 15:14 UTC (permalink / raw)
To: Andreas Mueller; +Cc: openembedded-devel
On 07/30/2011 04:12 AM, Andreas Mueller wrote:
> On Saturday, July 30, 2011 12:42:40 PM Andreas Mueller wrote:
>> Hi guys,
>>
>> I tried to build an image based on gumstix overo-2011 branch [1] but the
>> sources for fakeroot 1.14.5 can not be downloaded.
>>
>> ERROR: fakeroot-native-1.14.5:
>> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.b
>> z2 cannot check archive integrity
>>
>> In [2] I saw that it is it is not there ( anymore ? ).
>>
>> As far as I can see we have the same issue in mainline oe
>> 2011.03-maintenance.
>>
>> [1] http://gitorious.org/gumstix-oe/mainline/commits/overo-2011.03
>> [2] ftp://ftp.debian.org/debian/pool/main/f/fakeroot/
>>
> I don't know how to create the 'official' pull request bur I think we need to pull
>
> commit 085dc5e99abf98772bfb44f3f25320418d500740
> Author: Florian Boor <florian.boor@kernelconcepts.de>
> Date: Thu May 5 11:28:09 2011 +0200
>
> fakeroot: Move from not fetchable 1.14.5 to 1.15.1
>
> Fakeroot 1.14.5 was not fetchable any more. Updating to 1.15.1.
>
> Test environment:
> BB_VERSION = "1.10.2"
> METADATA_BRANCH = "org.openembedded.dev"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux-gnueabi"
> MACHINE = "mainstone"
> DISTRO = "minimal"
> DISTRO_VERSION = "dev-snapshot-20110504"
> TARGET_FPU = "soft"
>
> Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
>
> into 2011.03-maintenance.
2011.03-maintenance expects you to have a source mirror available as
there are a number of cases like this. Further, I want to avoid the
tzdata/tzcode tracking. I am open to getting this mirrored on the oe
mirror site as well, but I don't have access to putting things there :)
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fakeroot 1.14.5 source is missing
2011-07-30 15:14 ` Tom Rini
@ 2011-07-30 21:30 ` Khem Raj
0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2011-07-30 21:30 UTC (permalink / raw)
To: openembedded-devel
On Saturday, July 30, 2011 08:14:37 AM Tom Rini wrote:
> On 07/30/2011 04:12 AM, Andreas Mueller wrote:
> > On Saturday, July 30, 2011 12:42:40 PM Andreas Mueller wrote:
> >> Hi guys,
> >>
> >> I tried to build an image based on gumstix overo-2011 branch [1] but
> >> the
> >> sources for fakeroot 1.14.5 can not be downloaded.
> >>
> >> ERROR: fakeroot-native-1.14.5:
> >> ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.
> >> tar.b z2 cannot check archive integrity
> >>
> >> In [2] I saw that it is it is not there ( anymore ? ).
> >>
> >> As far as I can see we have the same issue in mainline oe
> >> 2011.03-maintenance.
> >>
> >> [1] http://gitorious.org/gumstix-oe/mainline/commits/overo-2011.03
> >> [2] ftp://ftp.debian.org/debian/pool/main/f/fakeroot/
> >
> > I don't know how to create the 'official' pull request bur I think we
> > need to pull
> >
> > commit 085dc5e99abf98772bfb44f3f25320418d500740
> > Author: Florian Boor <florian.boor@kernelconcepts.de>
> > Date: Thu May 5 11:28:09 2011 +0200
> >
> > fakeroot: Move from not fetchable 1.14.5 to 1.15.1
> >
> > Fakeroot 1.14.5 was not fetchable any more. Updating to 1.15.1.
> >
> > Test environment:
> > BB_VERSION = "1.10.2"
> > METADATA_BRANCH = "org.openembedded.dev"
> > TARGET_ARCH = "arm"
> > TARGET_OS = "linux-gnueabi"
> > MACHINE = "mainstone"
> > DISTRO = "minimal"
> > DISTRO_VERSION = "dev-snapshot-20110504"
> > TARGET_FPU = "soft"
> >
> > Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
> >
> > into 2011.03-maintenance.
>
> 2011.03-maintenance expects you to have a source mirror available as
> there are a number of cases like this.
this is stashed on source.openembedded.org now
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fakeroot 1.14.5 source is missing
2011-07-30 11:12 ` Andreas Mueller
2011-07-30 15:14 ` Tom Rini
@ 2011-07-30 15:27 ` Koen Kooi
1 sibling, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-07-30 15:27 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 30-07-11 13:12, Andreas Mueller schreef:
> On Saturday, July 30, 2011 12:42:40 PM Andreas Mueller wrote:
>> Hi guys,
>>
>> I tried to build an image based on gumstix overo-2011 branch [1] but the sources for fakeroot 1.14.5 can not be downloaded.
>>
>> ERROR: fakeroot-native-1.14.5: ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.14.5.orig.tar.b z2 cannot check archive integrity
>>
>> In [2] I saw that it is it is not there ( anymore ? ).
>>
>> As far as I can see we have the same issue in mainline oe 2011.03-maintenance.
>>
>> [1] http://gitorious.org/gumstix-oe/mainline/commits/overo-2011.03 [2] ftp://ftp.debian.org/debian/pool/main/f/fakeroot/
>>
> I don't know how to create the 'official' pull request bur I think we need to pull
>
> commit 085dc5e99abf98772bfb44f3f25320418d500740 Author: Florian Boor <florian.boor@kernelconcepts.de> Date: Thu May 5 11:28:09 2011 +0200
>
> fakeroot: Move from not fetchable 1.14.5 to 1.15.1
>
> Fakeroot 1.14.5 was not fetchable any more. Updating to 1.15.1.
>
> Test environment: BB_VERSION = "1.10.2" METADATA_BRANCH = "org.openembedded.dev" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "mainstone" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20110504" TARGET_FPU = "soft"
>
> Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
>
> into 2011.03-maintenance.
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033373.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFONCLYMkyGM64RGpERAqsYAJwLnvUe7fKAmA9HeOEti1LxU7cLBgCgi5ag
jsG6WtTJWRZOvVbI2z2g/vk=
=H4or
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-07-30 21:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-30 10:42 fakeroot 1.14.5 source is missing Andreas Mueller
2011-07-30 11:04 ` Cyril Brulebois
2011-07-30 11:12 ` Andreas Mueller
2011-07-30 15:14 ` Tom Rini
2011-07-30 21:30 ` Khem Raj
2011-07-30 15:27 ` Koen Kooi
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.