* [meta-java] unversioned source files
@ 2016-01-21 5:50 Gary Thomas
2016-01-21 9:08 ` Huang, Jie (Jackie)
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2016-01-21 5:50 UTC (permalink / raw)
To: openembedded-devel
I just built the latest openjdk-7 and noticed that there are
a number of source files downloaded that have no version
information:
sources/corba.tar.bz2
sources/hotspot.tar.bz2
sources/jaxp.tar.bz2
sources/jaxws.tar.bz2
sources/jdk.tar.bz2
sources/langtools.tar.bz2
sources/openjdk.tar.bz2
This seems very problematic to me - how is this expected to work,
especially when there are changes?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-java] unversioned source files
2016-01-21 5:50 [meta-java] unversioned source files Gary Thomas
@ 2016-01-21 9:08 ` Huang, Jie (Jackie)
2016-01-21 9:35 ` Gary Thomas
2016-01-21 9:41 ` Henning Heinold
0 siblings, 2 replies; 5+ messages in thread
From: Huang, Jie (Jackie) @ 2016-01-21 9:08 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
> bounces@lists.openembedded.org] On Behalf Of Gary Thomas
> Sent: Thursday, January 21, 2016 1:51 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [meta-java] unversioned source files
>
> I just built the latest openjdk-7 and noticed that there are
> a number of source files downloaded that have no version
> information:
> sources/corba.tar.bz2
> sources/hotspot.tar.bz2
> sources/jaxp.tar.bz2
> sources/jaxws.tar.bz2
> sources/jdk.tar.bz2
> sources/langtools.tar.bz2
> sources/openjdk.tar.bz2
The original download file doesn' t have version in the name:
http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2
>
> This seems very problematic to me - how is this expected to work,
> especially when there are changes?
Yeah, there is potential issue, we should fix it by using "downloadfilename"
in SRC_URI to rename those files.
Thanks,
Jackie
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-java] unversioned source files
2016-01-21 9:08 ` Huang, Jie (Jackie)
@ 2016-01-21 9:35 ` Gary Thomas
2016-01-21 9:41 ` Henning Heinold
1 sibling, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2016-01-21 9:35 UTC (permalink / raw)
To: openembedded-devel
On 01/21/2016 10:08 AM, Huang, Jie (Jackie) wrote:
>
>
>> -----Original Message-----
>> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
>> bounces@lists.openembedded.org] On Behalf Of Gary Thomas
>> Sent: Thursday, January 21, 2016 1:51 PM
>> To: openembedded-devel@lists.openembedded.org
>> Subject: [oe] [meta-java] unversioned source files
>>
>> I just built the latest openjdk-7 and noticed that there are
>> a number of source files downloaded that have no version
>> information:
>> sources/corba.tar.bz2
>> sources/hotspot.tar.bz2
>> sources/jaxp.tar.bz2
>> sources/jaxws.tar.bz2
>> sources/jdk.tar.bz2
>> sources/langtools.tar.bz2
>> sources/openjdk.tar.bz2
>
> The original download file doesn' t have version in the name:
> http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2
>
>>
>> This seems very problematic to me - how is this expected to work,
>> especially when there are changes?
>
> Yeah, there is potential issue, we should fix it by using "downloadfilename"
> in SRC_URI to rename those files.
>
Yes, this should really be the case. As it is, it's not possible
to build openjdk-7 and then build openjdk-8 as the files clash :-(
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-java] unversioned source files
2016-01-21 9:08 ` Huang, Jie (Jackie)
2016-01-21 9:35 ` Gary Thomas
@ 2016-01-21 9:41 ` Henning Heinold
2016-01-22 3:46 ` Gary Thomas
1 sibling, 1 reply; 5+ messages in thread
From: Henning Heinold @ 2016-01-21 9:41 UTC (permalink / raw)
To: openembedded-devel
On Thu, Jan 21, 2016 at 09:08:35AM +0000, Huang, Jie (Jackie) wrote:
>
>
> > -----Original Message-----
> > From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
> > bounces@lists.openembedded.org] On Behalf Of Gary Thomas
> > Sent: Thursday, January 21, 2016 1:51 PM
> > To: openembedded-devel@lists.openembedded.org
> > Subject: [oe] [meta-java] unversioned source files
> >
> > I just built the latest openjdk-7 and noticed that there are
> > a number of source files downloaded that have no version
> > information:
> > sources/corba.tar.bz2
> > sources/hotspot.tar.bz2
> > sources/jaxp.tar.bz2
> > sources/jaxws.tar.bz2
> > sources/jdk.tar.bz2
> > sources/langtools.tar.bz2
> > sources/openjdk.tar.bz2
>
> The original download file doesn' t have version in the name:
> http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2
>
> >
> > This seems very problematic to me - how is this expected to work,
> > especially when there are changes?
>
> Yeah, there is potential issue, we should fix it by using "downloadfilename"
> in SRC_URI to rename those files.
>
Okay,
but when we copy them into the buildir we must use the old name, because
icedtea/openjdk configure script checks for them and will download them itself if not found.
> Thanks,
> Jackie
Bye Henning
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-java] unversioned source files
2016-01-21 9:41 ` Henning Heinold
@ 2016-01-22 3:46 ` Gary Thomas
0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2016-01-22 3:46 UTC (permalink / raw)
To: openembedded-devel
On 01/21/2016 10:41 AM, Henning Heinold wrote:
> On Thu, Jan 21, 2016 at 09:08:35AM +0000, Huang, Jie (Jackie) wrote:
>>
>>
>>> -----Original Message-----
>>> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-
>>> bounces@lists.openembedded.org] On Behalf Of Gary Thomas
>>> Sent: Thursday, January 21, 2016 1:51 PM
>>> To: openembedded-devel@lists.openembedded.org
>>> Subject: [oe] [meta-java] unversioned source files
>>>
>>> I just built the latest openjdk-7 and noticed that there are
>>> a number of source files downloaded that have no version
>>> information:
>>> sources/corba.tar.bz2
>>> sources/hotspot.tar.bz2
>>> sources/jaxp.tar.bz2
>>> sources/jaxws.tar.bz2
>>> sources/jdk.tar.bz2
>>> sources/langtools.tar.bz2
>>> sources/openjdk.tar.bz2
>>
>> The original download file doesn' t have version in the name:
>> http://icedtea.wildebeest.org/download/drops/icedtea7/2.7.0/corba.tar.bz2
>>
>>>
>>> This seems very problematic to me - how is this expected to work,
>>> especially when there are changes?
>>
>> Yeah, there is potential issue, we should fix it by using "downloadfilename"
>> in SRC_URI to rename those files.
>>
>
> Okay,
>
> but when we copy them into the buildir we must use the old name, because
> icedtea/openjdk configure script checks for them and will download them itself if not found.
>
>> Thanks,
>> Jackie
>
> Bye Henning
>
Thinking about it, I'm not sure even these changes will really
help, especially for local mirrors.
Hasn't this topic ever been discussed with the upstream? It would
seem very important!
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-01-22 3:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 5:50 [meta-java] unversioned source files Gary Thomas
2016-01-21 9:08 ` Huang, Jie (Jackie)
2016-01-21 9:35 ` Gary Thomas
2016-01-21 9:41 ` Henning Heinold
2016-01-22 3:46 ` Gary Thomas
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.