Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Steffen Sledz <sledz@dresearch-fe.de>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: libmatthew-java-0.7.1.tar.gz not fetchable
Date: Tue, 20 Mar 2012 15:26:57 +0100	[thread overview]
Message-ID: <4F6893B1.20809@dresearch-fe.de> (raw)
In-Reply-To: <CAMKF1spMP1LHMM76RTbiOwkijgy5c0_9FfbUAc9V_xZ7VBEZgA@mail.gmail.com>

On 20.03.2012 15:16, Khem Raj wrote:
> On Tue, Mar 20, 2012 at 12:13 AM, Steffen Sledz <sledz@dresearch-fe.de> wrote:
>>
>> Khem has put the tarball on the mirror. But this does not fix our problem.
>>
>> Fetching from the original url downloads an XHTML error page and stores it under the name of the archive. This of course results in a checksum mismatch. :(
> 
> I might have put a wrong one. I redid it please try again after
> deleting it from your DL_DIR

I retried. but as i expected with success again.

I believe it is a problem by design. The fetcher first tries the original location which did not fail but returns the mentioned error file.

-----------------------> snip <------------------------

NOTE: package libmatthew-0.7.1-r0: task do_fetch: Started
asking libproxy about url 'http://www.matthew.ath.cx/projects/java/libmatthew-java-0.7.1.tar.gz'
 libproxy suggest to use 'direct://'
 --2012-03-20 15:22:20--  http://www.matthew.ath.cx/projects/java/libmatthew-java-0.7.1.tar.gz
 Resolving www.matthew.ath.cx (www.matthew.ath.cx)... 81.187.131.226, 2001:8b0:1b1::4
 Connecting to www.matthew.ath.cx (www.matthew.ath.cx)|81.187.131.226|:80... connected.
 HTTP request sent, awaiting response... 302 Found
 Location: http://www.matthew.ath.cx/errors/404 [following]
 asking libproxy about url 'http://www.matthew.ath.cx/errors/404'
 libproxy suggest to use 'direct://'
 --2012-03-20 15:22:20--  http://www.matthew.ath.cx/errors/404
 Reusing existing connection to www.matthew.ath.cx:80.
 HTTP request sent, awaiting response... 200 OK
 Length: 9228 (9.0K) [text/html]
 Saving to: `/home/sledz/sources/libmatthew-java-0.7.1.tar.gz'

      0K .........                                             100% 38.9K=0.2s

 2012-03-20 15:22:21 (38.9 KB/s) - `/home/sledz/sources/libmatthew-java-0.7.1.tar.gz' saved [9228/9228]

ERROR: The checksums for "/home/sledz/sources/libmatthew-java-0.7.1.tar.gz" did not match.
  MD5: expected "6a4db221129f230c64a0f937d00bb703", got "8f4fe8e82bb68a092434e7bb46e0214f"
  SHA256: expected "003c44be21859d1495c0571e249ce17edd5ac58636f67b6a8bc4f395a6c7e6a2", got "5a318486f7ee1ee4e0c2f66f1cd59decbc54753fc94b01a80711ac7ff79ec15a"

NOTE: package libmatthew-0.7.1-r0: task Fetch failed: http://www.matthew.ath.cx/projects/java/libmatthew-java-0.7.1.tar.gz checksum mismatch.: Failed
ERROR: Function 'Fetch failed: http://www.matthew.ath.cx/projects/java/libmatthew-java-0.7.1.tar.gz checksum mismatch.' failed
ERROR: Task 0 (/home/sledz/work/openembedded/recipes/libmatthew/libmatthew_0.7.1.bb, do_fetch) failed with exit code '1'
ERROR: '/home/sledz/work/openembedded/recipes/libmatthew/libmatthew_0.7.1.bb' failed

...
sledz@fensuse:/pm/sledz/HydraIP/OE> file /home/sledz/sources/libmatthew-java-0.7.1.tar.gz
/home/sledz/sources/libmatthew-java-0.7.1.tar.gz: XML document text

-----------------------> snip <------------------------

>> So in my opinion changing the recipe to the fedoraproject url seems to be the best way.

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058



      reply	other threads:[~2012-03-20 14:35 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15 10:32 libmatthew-java-0.7.1.tar.gz not fetchable Steffen Sledz
2012-03-19  7:49 ` Steffen Sledz
2012-03-19 15:18   ` Tom Rini
2012-03-19 15:44     ` Frans Meulenbroeks
2012-03-19 16:21       ` Tom Rini
2012-03-20  7:13         ` Steffen Sledz
2012-03-20  7:42           ` Frans Meulenbroeks
2012-03-20 14:22             ` Tom Rini
2012-03-21  6:47               ` Steffen Sledz
2012-03-21 10:36                 ` Steffen Sledz
2012-03-21 10:37                   ` [PATCH] libmatthew-0.7.1: SRC_URI updated Steffen Sledz
2012-03-21 12:58                     ` Frans Meulenbroeks
2012-03-21 14:44                     ` Tom Rini
2012-03-21 14:46                       ` Tom Rini
2012-03-22  7:01                         ` Steffen Sledz
2012-03-22 22:13                           ` Tom Rini
2012-03-23  7:01                             ` Steffen Sledz
2012-03-23 15:20                               ` Tom Rini
2012-03-21 14:47                       ` Steffen Sledz
2012-03-20 14:16           ` libmatthew-java-0.7.1.tar.gz not fetchable Khem Raj
2012-03-20 14:26             ` Steffen Sledz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F6893B1.20809@dresearch-fe.de \
    --to=sledz@dresearch-fe.de \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox