All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java] icedtea7 fetching error
@ 2021-06-08  6:09 George.Mocanu
  2021-06-10  8:57 ` [yocto] " Alexander Kanavin
  2021-06-14  9:26 ` marvin.franke
  0 siblings, 2 replies; 13+ messages in thread
From: George.Mocanu @ 2021-06-08  6:09 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 911 bytes --]

Hello,

I am trying to build something that relies on meta-java, but it fails on do_fetch for the icedtea7 recipe:

--2021-06-07 17:24:33--  http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120
Connecting to icedtea.classpath.org (icedtea.classpath.org)|172.104.137.120|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-06-07 16:21:05 ERROR 404: Not Found.

ERROR: icedtea7-native-2.1.3-r1.0 do_fetch: Fetcher failure for URL: ' http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2;name=openjdk;unpack=false;downloadfilename=openjdk-f89009ada191.tar.bz2 '. Unable to fetch URL from any source.

Following this link, seems like the webserver is down. Do you know any mirror that I can use in the meantime?

Thanks,
George

[-- Attachment #2: Type: text/html, Size: 1310 bytes --]

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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-08  6:09 [meta-java] icedtea7 fetching error George.Mocanu
@ 2021-06-10  8:57 ` Alexander Kanavin
  2021-06-11 10:27   ` stefano.fiore84
  2021-06-14 20:20   ` Richard Leitner
  2021-06-14  9:26 ` marvin.franke
  1 sibling, 2 replies; 13+ messages in thread
From: Alexander Kanavin @ 2021-06-10  8:57 UTC (permalink / raw)
  To: George.Mocanu; +Cc: Yocto-mailing-list, Richard Leitner

[-- Attachment #1: Type: text/plain, Size: 1198 bytes --]

I have the tarball. I think we should toss it somewhere safe and update the
recipe, as it is unlikely the old mercurial repo is coming back.

Suggestions?

Alex

On Tue, 8 Jun 2021 at 08:10, <George.Mocanu@rinftech.com> wrote:

> Hello,
>
>
> I am trying to build something that relies on meta-java, but it fails on
> do_fetch for the icedtea7 recipe:
>
> --2021-06-07 17:24:33--  http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
> Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120
> Connecting to icedtea.classpath.org (icedtea.classpath.org)|172.104.137.120|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2021-06-07 16:21:05 ERROR 404: Not Found.
>
> ERROR: icedtea7-native-2.1.3-r1.0 do_fetch: Fetcher failure for URL: 'http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2;name=openjdk;unpack=false;downloadfilename=openjdk-f89009ada191.tar.bz2'. Unable to fetch URL from any source.
>
>
> Following this link, seems like the webserver is down. Do you know any
> mirror that I can use in the meantime?
>
> Thanks,
> George
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2117 bytes --]

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

* Re: [meta-java] icedtea7 fetching error
  2021-06-10  8:57 ` [yocto] " Alexander Kanavin
@ 2021-06-11 10:27   ` stefano.fiore84
  2021-06-11 16:50     ` [yocto] " Alexander Kanavin
  2021-06-14 20:20   ` Richard Leitner
  1 sibling, 1 reply; 13+ messages in thread
From: stefano.fiore84 @ 2021-06-11 10:27 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

I have also the tarball but the build will fail later in the configure phase stating:
icedtea7 "Invalid OpenJDK source zip specified".

Is there something more I can try ?

[-- Attachment #2: Type: text/html, Size: 192 bytes --]

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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-11 10:27   ` stefano.fiore84
@ 2021-06-11 16:50     ` Alexander Kanavin
  0 siblings, 0 replies; 13+ messages in thread
From: Alexander Kanavin @ 2021-06-11 16:50 UTC (permalink / raw)
  To: stefano.fiore84; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

I have reconfigured our build system to use an internal server via bbappend:

ICEDTEA_HG_URL = "https://internal.artifact.server/icedtea/"

placed all the tarballs there according to expected locations, and it works
just fine.

Alex

On Fri, 11 Jun 2021 at 12:44, <stefano.fiore84@gmail.com> wrote:

> I have also the tarball but the build will fail later in the configure
> phase stating:
> icedtea7 "Invalid OpenJDK source zip specified".
>
> Is there something more I can try ?
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 956 bytes --]

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

* Re: [meta-java] icedtea7 fetching error
  2021-06-08  6:09 [meta-java] icedtea7 fetching error George.Mocanu
  2021-06-10  8:57 ` [yocto] " Alexander Kanavin
@ 2021-06-14  9:26 ` marvin.franke
  1 sibling, 0 replies; 13+ messages in thread
From: marvin.franke @ 2021-06-14  9:26 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

Hello,

you can use wildebeest's mirror:

ICEDTEA_HG_URL = "http://icedtea.wildebeest.org/hg/release/${ICEDTEA_PREFIX}"

Marvin

[-- Attachment #2: Type: text/html, Size: 159 bytes --]

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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-10  8:57 ` [yocto] " Alexander Kanavin
  2021-06-11 10:27   ` stefano.fiore84
@ 2021-06-14 20:20   ` Richard Leitner
  2021-06-14 20:29     ` Richard Purdie
  1 sibling, 1 reply; 13+ messages in thread
From: Richard Leitner @ 2021-06-14 20:20 UTC (permalink / raw)
  To: Alexander Kanavin, richard.purdie; +Cc: George.Mocanu, Yocto-mailing-list

On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:
> I have the tarball. I think we should toss it somewhere safe and update the
> recipe, as it is unlikely the old mercurial repo is coming back.
> 
> Suggestions?

Sorry for the late reply, I was on vacation 😉.

Nothing that comes to my mind directly. Do you know of any hosting
possibilites from YP or OE-Core?

@Richard: Sorry for putting you in that conversation without warning...
But maybe you may guide us in a direction where to host/mirror some "legacy"
meta-java source tarballs?

regards;rl

> 
> Alex
> 
> On Tue, 8 Jun 2021 at 08:10, <George.Mocanu@rinftech.com> wrote:
> 
> > Hello,
> >
> >
> > I am trying to build something that relies on meta-java, but it fails on
> > do_fetch for the icedtea7 recipe:
> >
> > --2021-06-07 17:24:33--  http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
> > Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120
> > Connecting to icedtea.classpath.org (icedtea.classpath.org)|172.104.137.120|:80... connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2021-06-07 16:21:05 ERROR 404: Not Found.
> >
> > ERROR: icedtea7-native-2.1.3-r1.0 do_fetch: Fetcher failure for URL: 'http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2;name=openjdk;unpack=false;downloadfilename=openjdk-f89009ada191.tar.bz2'. Unable to fetch URL from any source.
> >
> >
> > Following this link, seems like the webserver is down. Do you know any
> > mirror that I can use in the meantime?
> >
> > Thanks,
> > George
> >
> > 
> >
> >

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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-14 20:20   ` Richard Leitner
@ 2021-06-14 20:29     ` Richard Purdie
  2021-06-14 20:49       ` Richard Leitner
  2021-06-14 21:31       ` Richard Leitner
  0 siblings, 2 replies; 13+ messages in thread
From: Richard Purdie @ 2021-06-14 20:29 UTC (permalink / raw)
  To: Richard Leitner - SKIDATA, Alexander Kanavin
  Cc: George.Mocanu, Yocto-mailing-list

On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:
> On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:
> > I have the tarball. I think we should toss it somewhere safe and update the
> > recipe, as it is unlikely the old mercurial repo is coming back.
> > 
> > Suggestions?
> 
> Sorry for the late reply, I was on vacation 😉.
> 
> Nothing that comes to my mind directly. Do you know of any hosting
> possibilites from YP or OE-Core?
> 
> @Richard: Sorry for putting you in that conversation without warning...
> But maybe you may guide us in a direction where to host/mirror some "legacy"
> meta-java source tarballs?

If someone points me at the tarballs I can probably sort something out with
our source mirrors.

Cheers,

Richard


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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-14 20:29     ` Richard Purdie
@ 2021-06-14 20:49       ` Richard Leitner
  2021-06-14 21:31       ` Richard Leitner
  1 sibling, 0 replies; 13+ messages in thread
From: Richard Leitner @ 2021-06-14 20:49 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Alexander Kanavin, George.Mocanu, Yocto-mailing-list

On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote:
> On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:
> > On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:
> > > I have the tarball. I think we should toss it somewhere safe and update the
> > > recipe, as it is unlikely the old mercurial repo is coming back.
> > > 
> > > Suggestions?
> > 
> > Sorry for the late reply, I was on vacation 😉.
> > 
> > Nothing that comes to my mind directly. Do you know of any hosting
> > possibilites from YP or OE-Core?
> > 
> > @Richard: Sorry for putting you in that conversation without warning...
> > But maybe you may guide us in a direction where to host/mirror some "legacy"
> > meta-java source tarballs?
> 
> If someone points me at the tarballs I can probably sort something out with
> our source mirrors.

Thanks for that!

I'm currently uploading the tarballs and provide you the link as soon as
it's finished (sorry, really crappy uplink here 😕)

It's about 1GiB with following files affected:

openjdk8-242-corba-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-corba-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-corba-jdk8u242-ga.tar.bz2
openjdk8-242-hotspot-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-hotspot-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-hotspot-jdk8u242-ga.tar.bz2
openjdk8-242-jaxp-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-jaxp-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-jaxp-jdk8u242-ga.tar.bz2
openjdk8-242-jaxws-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-jaxws-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-jaxws-jdk8u242-ga.tar.bz2
openjdk8-242-jdk8u-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-jdk8u-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-jdk8u-jdk8u242-ga.tar.bz2
openjdk8-242-jdk-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-jdk-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-jdk-jdk8u242-ga.tar.bz2
openjdk8-242-langtools-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-langtools-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-langtools-jdk8u242-ga.tar.bz2
openjdk8-242-nashorn-aarch64-shenandoah-jdk8u242-b07.tar.bz2
openjdk8-242-nashorn-jdk8u242-ga-aarch32-200120.tar.bz2
openjdk8-242-nashorn-jdk8u242-ga.tar.bz2
openjdk8-252-corba-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-corba-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-corba-jdk8u252-ga.tar.bz2
openjdk8-252-hotspot-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-hotspot-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-hotspot-jdk8u252-ga.tar.bz2
openjdk8-252-jaxp-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-jaxp-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-jaxp-jdk8u252-ga.tar.bz2
openjdk8-252-jaxws-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-jaxws-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-jaxws-jdk8u252-ga.tar.bz2
openjdk8-252-jdk8u-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-jdk8u-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-jdk8u-jdk8u252-ga.tar.bz2
openjdk8-252-jdk-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-jdk-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-jdk-jdk8u252-ga.tar.bz2
openjdk8-252-langtools-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-langtools-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-langtools-jdk8u252-ga.tar.bz2
openjdk8-252-nashorn-aarch64-shenandoah-jdk8u252-b09.tar.bz2
openjdk8-252-nashorn-jdk8u252-ga-aarch32-20200415.tar.bz2
openjdk8-252-nashorn-jdk8u252-ga.tar.bz2
openjdk8-265-corba-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-corba-jdk8u265-ga.tar.bz2
openjdk8-265-hotspot-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-hotspot-jdk8u265-ga.tar.bz2
openjdk8-265-jaxp-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-jaxp-jdk8u265-ga.tar.bz2
openjdk8-265-jaxws-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-jaxws-jdk8u265-ga.tar.bz2
openjdk8-265-jdk8u-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-jdk8u-jdk8u265-ga.tar.bz2
openjdk8-265-jdk-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-jdk-jdk8u265-ga.tar.bz2
openjdk8-265-langtools-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-langtools-jdk8u265-ga.tar.bz2
openjdk8-265-nashorn-jdk8u265-ga-aarch32-20200729.tar.bz2
openjdk8-265-nashorn-jdk8u265-ga.tar.bz2
openjdk8-272-corba-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-corba-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-corba-jdk8u272-ga.tar.bz2
openjdk8-272-hotspot-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-hotspot-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-hotspot-jdk8u272-ga.tar.bz2
openjdk8-272-jaxp-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-jaxp-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-jaxp-jdk8u272-ga.tar.bz2
openjdk8-272-jaxws-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-jaxws-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-jaxws-jdk8u272-ga.tar.bz2
openjdk8-272-jdk8u-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-jdk8u-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-jdk8u-jdk8u272-ga.tar.bz2
openjdk8-272-jdk-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-jdk-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-jdk-jdk8u272-ga.tar.bz2
openjdk8-272-langtools-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-langtools-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-langtools-jdk8u272-ga.tar.bz2
openjdk8-272-nashorn-aarch64-shenandoah-jdk8u272-b10.tar.bz2
openjdk8-272-nashorn-jdk8u272-b09-aarch32-20200929.tar.bz2
openjdk8-272-nashorn-jdk8u272-ga.tar.bz2
openjdk8-292-corba-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-corba-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-corba-jdk8u292-ga.tar.bz2
openjdk8-292-hotspot-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-hotspot-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-hotspot-jdk8u292-ga.tar.bz2
openjdk8-292-jaxp-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-jaxp-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-jaxp-jdk8u292-ga.tar.bz2
openjdk8-292-jaxws-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-jaxws-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-jaxws-jdk8u292-ga.tar.bz2
openjdk8-292-jdk8u-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-jdk8u-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-jdk8u-jdk8u292-ga.tar.bz2
openjdk8-292-jdk-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-jdk-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-jdk-jdk8u292-ga.tar.bz2
openjdk8-292-langtools-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-langtools-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-langtools-jdk8u292-ga.tar.bz2
openjdk8-292-nashorn-aarch64-shenandoah-jdk8u292-b10.tar.bz2
openjdk8-292-nashorn-jdk8u292-ga-aarch32-20210423.tar.bz2
openjdk8-292-nashorn-jdk8u292-ga.tar.bz2
icedtea-2.1.3.tar.gz


> 
> Cheers,
> 
> Richard
> 

regards;rl

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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-14 20:29     ` Richard Purdie
  2021-06-14 20:49       ` Richard Leitner
@ 2021-06-14 21:31       ` Richard Leitner
  2021-06-14 21:33         ` Richard Purdie
  2021-06-15  6:53         ` Alexander Kanavin
  1 sibling, 2 replies; 13+ messages in thread
From: Richard Leitner @ 2021-06-14 21:31 UTC (permalink / raw)
  To: Richard Purdie
  Cc: Alexander Kanavin, George.Mocanu, Yocto-mailing-list, openembedded-devel

On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote:
> On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:
> > On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:
> > > I have the tarball. I think we should toss it somewhere safe and update the
> > > recipe, as it is unlikely the old mercurial repo is coming back.
> > > 
> > > Suggestions?
> > 
> > Sorry for the late reply, I was on vacation 😉.
> > 
> > Nothing that comes to my mind directly. Do you know of any hosting
> > possibilites from YP or OE-Core?
> > 
> > @Richard: Sorry for putting you in that conversation without warning...
> > But maybe you may guide us in a direction where to host/mirror some "legacy"
> > meta-java source tarballs?
> 
> If someone points me at the tarballs I can probably sort something out with
> our source mirrors.

Thank you very much Richard!
The openjdk8 tarballs are now hosted at https://downloads.yoctoproject.org/mirror/sources/
with their local download names.

Unfortunately I currently don't have the time and resources to provide a
patch for fixing the URLs and adding the mirror.
So help is greatly appreciated!

regards;rl

> 
> Cheers,
> 
> Richard
> 

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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-14 21:31       ` Richard Leitner
@ 2021-06-14 21:33         ` Richard Purdie
  2021-06-15  6:53         ` Alexander Kanavin
  1 sibling, 0 replies; 13+ messages in thread
From: Richard Purdie @ 2021-06-14 21:33 UTC (permalink / raw)
  To: Richard Leitner - SKIDATA
  Cc: Alexander Kanavin, George.Mocanu, Yocto-mailing-list, openembedded-devel

On Mon, 2021-06-14 at 21:31 +0000, Richard Leitner - SKIDATA wrote:
> On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote:
> > On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote:
> > > On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote:
> > > > I have the tarball. I think we should toss it somewhere safe and update the
> > > > recipe, as it is unlikely the old mercurial repo is coming back.
> > > > 
> > > > Suggestions?
> > > 
> > > Sorry for the late reply, I was on vacation 😉.
> > > 
> > > Nothing that comes to my mind directly. Do you know of any hosting
> > > possibilites from YP or OE-Core?
> > > 
> > > @Richard: Sorry for putting you in that conversation without warning...
> > > But maybe you may guide us in a direction where to host/mirror some "legacy"
> > > meta-java source tarballs?
> > 
> > If someone points me at the tarballs I can probably sort something out with
> > our source mirrors.
> 
> Thank you very much Richard!
> The openjdk8 tarballs are now hosted at https://downloads.yoctoproject.org/mirror/sources/
> with their local download names.
> 
> Unfortunately I currently don't have the time and resources to provide a
> patch for fixing the URLs and adding the mirror.
> So help is greatly appreciated!

In theory if these are the names the metadata was using and you have the standard
OE/Yocto source mirrors, this should "just work"...

Cheers,

Richard


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

* Re: [yocto] [meta-java] icedtea7 fetching error
  2021-06-14 21:31       ` Richard Leitner
  2021-06-14 21:33         ` Richard Purdie
@ 2021-06-15  6:53         ` Alexander Kanavin
  2021-06-18 13:08           ` [EXT] Re: [oe] " Alejandro Lozano Lozano
  1 sibling, 1 reply; 13+ messages in thread
From: Alexander Kanavin @ 2021-06-15  6:53 UTC (permalink / raw)
  To: Richard Leitner - SKIDATA
  Cc: Richard Purdie, George.Mocanu, Yocto-mailing-list, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

On Mon, 14 Jun 2021 at 23:31, Richard Leitner - SKIDATA <
Richard.Leitner@skidata.com> wrote:

> Thank you very much Richard!
> The openjdk8 tarballs are now hosted at
> https://downloads.yoctoproject.org/mirror/sources/
> with their local download names.
>
> Unfortunately I currently don't have the time and resources to provide a
> patch for fixing the URLs and adding the mirror.
> So help is greatly appreciated!
>

Unfortunately I think you mirrored the wrong tarballs. The problematic ones
are specifically the six tarballs coming from
http://icedtea.classpath.org/hg/
and I am not seeing them mirrored. See the original error at the start of
this thread:

--2021-06-07 17:24:33--
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120
Connecting to icedtea.classpath.org
(icedtea.classpath.org)|172.104.137.120|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-06-07 16:21:05 ERROR 404: Not Found.


Alex

[-- Attachment #2: Type: text/html, Size: 2005 bytes --]

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

* Re: [EXT] Re: [oe] [yocto] [meta-java] icedtea7 fetching error
  2021-06-15  6:53         ` Alexander Kanavin
@ 2021-06-18 13:08           ` Alejandro Lozano Lozano
  2021-06-18 18:03             ` Jose Quaresma
  0 siblings, 1 reply; 13+ messages in thread
From: Alejandro Lozano Lozano @ 2021-06-18 13:08 UTC (permalink / raw)
  To: alex.kanavin, Richard Leitner - SKIDATA
  Cc: Richard Purdie, George.Mocanu, Yocto-mailing-list, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4584 bytes --]

Hello,

Do you know where can we fetch the correct tarballs?

Thanks,
Alejandro

From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Alexander Kanavin via lists.openembedded.org
Sent: Tuesday, June 15, 2021 1:53 AM
To: Richard Leitner - SKIDATA <Richard.Leitner@skidata.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>; George.Mocanu@rinftech.com; Yocto-mailing-list <yocto@lists.yoctoproject.org>; openembedded-devel@lists.openembedded.org
Subject: [EXT] Re: [oe] [yocto] [meta-java] icedtea7 fetching error


Caution: EXT Email
On Mon, 14 Jun 2021 at 23:31, Richard Leitner - SKIDATA <Richard.Leitner@skidata.com<mailto:Richard.Leitner@skidata.com>> wrote:
Thank you very much Richard!
The openjdk8 tarballs are now hosted at https://downloads.yoctoproject.org/mirror/sources/<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdownloads.yoctoproject.org%2Fmirror%2Fsources%2F&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341461232%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=FkKLsu%2FHt%2B4%2B9XUKRq6C7HNB90uOMRnuwmZv93nDHZU%3D&reserved=0>
with their local download names.

Unfortunately I currently don't have the time and resources to provide a
patch for fixing the URLs and adding the mirror.
So help is greatly appreciated!

Unfortunately I think you mirrored the wrong tarballs. The problematic ones are specifically the six tarballs coming from http://icedtea.classpath.org/hg/<https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ficedtea.classpath.org%2Fhg%2F&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341461232%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=TCOz4kZDpoBR8FmE1aDP31jFQGUCTA7SMb0i3eUeADM%3D&reserved=0>
and I am not seeing them mirrored. See the original error at the start of this thread:


--2021-06-07 17:24:33--  http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2<https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ficedtea.classpath.org%2Fhg%2Frelease%2Ficedtea7-forest-2.1%2Farchive%2Ff89009ada191.tar.bz2&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341471236%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=BWX1PN%2Bm7dJKRJUwBMFpexMTI5HjYzSzOH%2BSPsKETOw%3D&reserved=0>

Resolving icedtea.classpath.org<https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ficedtea.classpath.org%2F&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341471236%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=zxr5t6d7YjEEgcf9l2EhVxRX5zaNsLrkI9LGh%2B%2BsMks%3D&reserved=0> (icedtea.classpath.org<https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ficedtea.classpath.org%2F&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341481229%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=zOFS66KSo9%2BPCokh%2BHVdsi2ygTBVEf2ymvi2cjoSyXQ%3D&reserved=0>)... 172.104.137.120
Connecting to icedtea.classpath.org<https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ficedtea.classpath.org%2F&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341481229%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=zOFS66KSo9%2BPCokh%2BHVdsi2ygTBVEf2ymvi2cjoSyXQ%3D&reserved=0> (icedtea.classpath.org<https://eur01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ficedtea.classpath.org%2F&data=04%7C01%7Calejandro.lozano%40nxp.com%7Cc2faea8f6d3e483c2de608d92fca559f%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637593368341491219%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=QheEtmPN8Q5Q%2Fk81%2FoB8nrlCuAE2gJxH0obIlmt3kbY%3D&reserved=0>)|172.104.137.120|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-06-07 16:21:05 ERROR 404: Not Found.

Alex



[-- Attachment #2: Type: text/html, Size: 8088 bytes --]

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

* Re: [EXT] Re: [oe] [yocto] [meta-java] icedtea7 fetching error
  2021-06-18 13:08           ` [EXT] Re: [oe] " Alejandro Lozano Lozano
@ 2021-06-18 18:03             ` Jose Quaresma
  0 siblings, 0 replies; 13+ messages in thread
From: Jose Quaresma @ 2021-06-18 18:03 UTC (permalink / raw)
  To: Alejandro Lozano Lozano
  Cc: alex.kanavin, Richard Leitner - SKIDATA, Richard Purdie,
	George.Mocanu, Yocto-mailing-list, openembedded-devel

Hi Alejandro,

Alejandro Lozano Lozano <alejandro.lozano@nxp.com> escreveu no dia
sexta, 18/06/2021 à(s) 14:08:
>
> Hello,
>
>
>
> Do you know where can we fetch the correct tarballs?

This files are now on the yocto mirror
https://downloads.yoctoproject.org/mirror/sources/f89009ada191.tar.bz2

>
>
>
> Thanks,
>
> Alejandro
>
>
>
> From: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> On Behalf Of Alexander Kanavin via lists.openembedded.org
> Sent: Tuesday, June 15, 2021 1:53 AM
> To: Richard Leitner - SKIDATA <Richard.Leitner@skidata.com>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>; George.Mocanu@rinftech.com; Yocto-mailing-list <yocto@lists.yoctoproject.org>; openembedded-devel@lists.openembedded.org
> Subject: [EXT] Re: [oe] [yocto] [meta-java] icedtea7 fetching error
>
>
>
> Caution: EXT Email
>
> On Mon, 14 Jun 2021 at 23:31, Richard Leitner - SKIDATA <Richard.Leitner@skidata.com> wrote:
>
> Thank you very much Richard!
> The openjdk8 tarballs are now hosted at https://downloads.yoctoproject.org/mirror/sources/
> with their local download names.
>
> Unfortunately I currently don't have the time and resources to provide a
> patch for fixing the URLs and adding the mirror.
> So help is greatly appreciated!
>
>
>
> Unfortunately I think you mirrored the wrong tarballs. The problematic ones are specifically the six tarballs coming from http://icedtea.classpath.org/hg/
>
> and I am not seeing them mirrored. See the original error at the start of this thread:
>
>
>
> --2021-06-07 17:24:33--  http://icedtea.classpath.org/hg/release/icedtea7-forest-2.1/archive/f89009ada191.tar.bz2
>
> Resolving icedtea.classpath.org (icedtea.classpath.org)... 172.104.137.120
> Connecting to icedtea.classpath.org (icedtea.classpath.org)|172.104.137.120|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2021-06-07 16:21:05 ERROR 404: Not Found.
>
>
>
> Alex
>
>
>
>
>
>
> 
>


-- 
Best regards,

José Quaresma

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

end of thread, other threads:[~2021-06-18 18:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  6:09 [meta-java] icedtea7 fetching error George.Mocanu
2021-06-10  8:57 ` [yocto] " Alexander Kanavin
2021-06-11 10:27   ` stefano.fiore84
2021-06-11 16:50     ` [yocto] " Alexander Kanavin
2021-06-14 20:20   ` Richard Leitner
2021-06-14 20:29     ` Richard Purdie
2021-06-14 20:49       ` Richard Leitner
2021-06-14 21:31       ` Richard Leitner
2021-06-14 21:33         ` Richard Purdie
2021-06-15  6:53         ` Alexander Kanavin
2021-06-18 13:08           ` [EXT] Re: [oe] " Alejandro Lozano Lozano
2021-06-18 18:03             ` Jose Quaresma
2021-06-14  9:26 ` marvin.franke

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.