* am i the only person having trouble fetching sat-solver?
@ 2011-10-28 16:07 Robert P. J. Day
2011-10-28 17:07 ` Joshua Lock
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2011-10-28 16:07 UTC (permalink / raw)
To: Yocto discussion list
i ran into this a few weeks back, and i'm still having this grief.
I'm running:
$ bitbake -c fetchall core-image-sato
and it's perpetually failing trying to fetch the sat-solver package.
based on the .bb file, the fetcher should be using git:
...
SRCREV = "0a7378d5f482f477a01cf1690d76871ab8bdcc32"
PV = "0.0-git${SRCPV}"
PR = "r12"
PARALLEL_MAKE=""
SRC_URI = "git://github.com/openSUSE/sat-solver.git;protocol=git \
file://sat-solver_rpm5.patch \
file://sat-solver_obsolete.patch \
file://cmake.patch \
file://db5.patch \
file://sat-solver_core.patch \
file://fix_gcc-4.6.0_compile_issue.patch \
"
.. etc etc ...
but the resulting tarball is perpetually broken:
$ tar tvzf git2_github.com.openSUSE.sat-solver.git.tar.gz
drwxrwxrwx pokybuild/users 0 2011-09-20 14:45 ./
drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./branches/
drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./info/
-rw-rw-rw- pokybuild/users 240 2011-09-20 14:44 ./info/exclude
-rw-rw-rw- pokybuild/users 889 2011-09-20 14:45 ./packed-refs
drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./refs/
drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./refs/heads/
drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./refs/tags/
drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./hooks/
... snip ...
drwxrwxrwx pokybuild/users 0 2011-09-20 14:45 ./objects/pack/
-r--r--r-- pokybuild/users 177372595 2011-09-20 14:45
./objects/pack/pack-988f73d811514444fa8fed89532c75e67d4250f8.pack
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
=== end ===
is no one else seeing this? i've tried several times and this is,
at the moment, the only package that's causing trouble.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: am i the only person having trouble fetching sat-solver?
2011-10-28 16:07 am i the only person having trouble fetching sat-solver? Robert P. J. Day
@ 2011-10-28 17:07 ` Joshua Lock
2011-10-28 17:12 ` Robert P. J. Day
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Lock @ 2011-10-28 17:07 UTC (permalink / raw)
To: yocto
On 28/10/11 09:07, Robert P. J. Day wrote:
>
> i ran into this a few weeks back, and i'm still having this grief.
> I'm running:
>
> $ bitbake -c fetchall core-image-sato
>
> and it's perpetually failing trying to fetch the sat-solver package.
> based on the .bb file, the fetcher should be using git:
>
> ...
>
> SRCREV = "0a7378d5f482f477a01cf1690d76871ab8bdcc32"
> PV = "0.0-git${SRCPV}"
> PR = "r12"
>
> PARALLEL_MAKE=""
>
> SRC_URI = "git://github.com/openSUSE/sat-solver.git;protocol=git \
> file://sat-solver_rpm5.patch \
> file://sat-solver_obsolete.patch \
> file://cmake.patch \
> file://db5.patch \
> file://sat-solver_core.patch \
> file://fix_gcc-4.6.0_compile_issue.patch \
> "
> .. etc etc ...
>
> but the resulting tarball is perpetually broken:
>
> $ tar tvzf git2_github.com.openSUSE.sat-solver.git.tar.gz
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:45 ./
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./branches/
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./info/
> -rw-rw-rw- pokybuild/users 240 2011-09-20 14:44 ./info/exclude
> -rw-rw-rw- pokybuild/users 889 2011-09-20 14:45 ./packed-refs
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./refs/
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./refs/heads/
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./refs/tags/
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:44 ./hooks/
> ... snip ...
> drwxrwxrwx pokybuild/users 0 2011-09-20 14:45 ./objects/pack/
> -r--r--r-- pokybuild/users 177372595 2011-09-20 14:45
> ./objects/pack/pack-988f73d811514444fa8fed89532c75e67d4250f8.pack
>
> gzip: stdin: unexpected end of file
> tar: Unexpected EOF in archive
> tar: Error is not recoverable: exiting now
>
> === end ===
>
> is no one else seeing this? i've tried several times and this is,
> at the moment, the only package that's causing trouble.
>
I cannot reproduce this on my F16 workstation here.
I recall similar issues in the past due to buggy tar on the host system,
for which we added a tar native recipe.
My system is fetching the tarball from the autobuilder mirror, you could
try fetching that and seeing if you're able to extract it outside of
Poky as a diagnosis step?
http://autobuilder.yoctoproject.org/sources/git2_github.com.openSUSE.sat-solver.git.tar.gz
Regards,
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: am i the only person having trouble fetching sat-solver?
2011-10-28 17:07 ` Joshua Lock
@ 2011-10-28 17:12 ` Robert P. J. Day
2011-10-28 17:14 ` Joshua Lock
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2011-10-28 17:12 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto
On Fri, 28 Oct 2011, Joshua Lock wrote:
> I cannot reproduce this on my F16 workstation here.
>
> I recall similar issues in the past due to buggy tar on the host system,
> for which we added a tar native recipe.
>
> My system is fetching the tarball from the autobuilder mirror, you could
> try fetching that and seeing if you're able to extract it outside of
> Poky as a diagnosis step?
>
> http://autobuilder.yoctoproject.org/sources/git2_github.com.openSUSE.sat-solver.git.tar.gz
never mind, just cleared *everything* out and tried again and it
worked. mystery.
in any event, there's a minor typo in the sat-solver_git.bb file:
HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
^^^^^^^
shall i submit a patch to the mailing list?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: am i the only person having trouble fetching sat-solver?
2011-10-28 17:12 ` Robert P. J. Day
@ 2011-10-28 17:14 ` Joshua Lock
2011-10-28 17:16 ` Robert P. J. Day
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Lock @ 2011-10-28 17:14 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: yocto
On 28/10/11 10:12, Robert P. J. Day wrote:
> On Fri, 28 Oct 2011, Joshua Lock wrote:
>
>> I cannot reproduce this on my F16 workstation here.
>>
>> I recall similar issues in the past due to buggy tar on the host system,
>> for which we added a tar native recipe.
>>
>> My system is fetching the tarball from the autobuilder mirror, you could
>> try fetching that and seeing if you're able to extract it outside of
>> Poky as a diagnosis step?
>>
>> http://autobuilder.yoctoproject.org/sources/git2_github.com.openSUSE.sat-solver.git.tar.gz
>
> never mind, just cleared *everything* out and tried again and it
> worked. mystery.
Probably that a stale tarball was still on your system. Can you tell me
how you're proceeding when the fetch has failed?
Do you cleanall before trying again?
Sounds like we have a bug to fix in here somewhere...
> in any event, there's a minor typo in the sat-solver_git.bb file:
>
> HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
> ^^^^^^^
>
> shall i submit a patch to the mailing list?
Please do, that'd be great.
Thanks,
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: am i the only person having trouble fetching sat-solver?
2011-10-28 17:14 ` Joshua Lock
@ 2011-10-28 17:16 ` Robert P. J. Day
0 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2011-10-28 17:16 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto
On Fri, 28 Oct 2011, Joshua Lock wrote:
> Probably that a stale tarball was still on your system. Can you tell me
> how you're proceeding when the fetch has failed?
i'm guessing it was exactly that -- a stale tarball i didn't realize
i was picking up. since now i can't reproduce so i'm going to forget
about it unless it happens again.
> > HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
> > ^^^^^^^
> >
> > shall i submit a patch to the mailing list?
>
> Please do, that'd be great.
coming shortly.
rday
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-28 17:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 16:07 am i the only person having trouble fetching sat-solver? Robert P. J. Day
2011-10-28 17:07 ` Joshua Lock
2011-10-28 17:12 ` Robert P. J. Day
2011-10-28 17:14 ` Joshua Lock
2011-10-28 17:16 ` Robert P. J. Day
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.