* Re: [oe-commits] org.oe.dev classpath-native_0.97.1.bb : add from OM mtn
[not found] <20080509153032.79D501892D4@amethyst.openembedded.net>
@ 2008-05-13 23:10 ` Robert Schuster
2008-05-14 7:04 ` Graeme Gregory
2008-06-01 23:12 ` Robert Schuster
0 siblings, 2 replies; 3+ messages in thread
From: Robert Schuster @ 2008-05-13 23:10 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2046 bytes --]
Hi,
I would like this commit to be reverted. While it may look logical to go
from one below 1.0 release to another something important changed in
classpath in that release and makes bootstrapping far more complicated.
The problem is that from 0.97 onwards, a classpath build needs a working
javah tool. this program is a header generator which creates C header
files from compiled Java classes. Such a javah program is provided by
the classpath tools but needs a working runtime and class library first.
Earlier classpath releases had pre-generated header files and needed no
javah program.
There are multiple ways to fix this issue. One way would involve
upstream allowing the just built javah application being run with a
provided java executable. This would be less pain for us and would also
benefit other cross compilation efforts.
Regards
Robert
xora commit schrieb:
> classpath-native_0.97.1.bb : add from OM mtn
>
> Author: xora@openembedded.org
> Branch: org.openembedded.dev
> Revision: 3607c00052ba968a5052e6b5f44f6cb522a38d8b
> ViewMTN: http://monotone.openembedded.org/revision/info/3607c00052ba968a5052e6b5f44f6cb522a38d8b
> Files:
> 1
> packages/classpath/classpath-native_0.97.1.bb
> Diffs:
>
> #
> # mt diff -r471eef0dd55e52c8e89d42f17ff7a3c920452d9f -r3607c00052ba968a5052e6b5f44f6cb522a38d8b
> #
> #
> #
> # add_file "packages/classpath/classpath-native_0.97.1.bb"
> # content [4b052ebae756323751932779865b45cf50a920fa]
> #
> ============================================================
> --- packages/classpath/classpath-native_0.97.1.bb 4b052ebae756323751932779865b45cf50a920fa
> +++ packages/classpath/classpath-native_0.97.1.bb 4b052ebae756323751932779865b45cf50a920fa
> @@ -0,0 +1,3 @@
> +require classpath-native.inc
> +
> +PR = "r0"
>
>
>
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] org.oe.dev classpath-native_0.97.1.bb : add from OM mtn
2008-05-13 23:10 ` [oe-commits] org.oe.dev classpath-native_0.97.1.bb : add from OM mtn Robert Schuster
@ 2008-05-14 7:04 ` Graeme Gregory
2008-06-01 23:12 ` Robert Schuster
1 sibling, 0 replies; 3+ messages in thread
From: Graeme Gregory @ 2008-05-14 7:04 UTC (permalink / raw)
To: openembedded-devel
On Wed, May 14, 2008 at 01:10:36AM +0200, Robert Schuster wrote:
> Hi,
> I would like this commit to be reverted. While it may look logical to go
> from one below 1.0 release to another something important changed in
> classpath in that release and makes bootstrapping far more complicated.
>
> The problem is that from 0.97 onwards, a classpath build needs a working
> javah tool. this program is a header generator which creates C header
> files from compiled Java classes. Such a javah program is provided by
> the classpath tools but needs a working runtime and class library first.
>
> Earlier classpath releases had pre-generated header files and needed no
> javah program.
>
> There are multiple ways to fix this issue. One way would involve
> upstream allowing the just built javah application being run with a
> provided java executable. This would be less pain for us and would also
> benefit other cross compilation efforts.
>
This is fine with me if you wish to dissaprove this one.
Graeme
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] org.oe.dev classpath-native_0.97.1.bb : add from OM mtn
2008-05-13 23:10 ` [oe-commits] org.oe.dev classpath-native_0.97.1.bb : add from OM mtn Robert Schuster
2008-05-14 7:04 ` Graeme Gregory
@ 2008-06-01 23:12 ` Robert Schuster
1 sibling, 0 replies; 3+ messages in thread
From: Robert Schuster @ 2008-06-01 23:12 UTC (permalink / raw)
To: openembedded-devel, John Lee
[-- Attachment #1: Type: text/plain, Size: 2691 bytes --]
Hi all, John
good news!
The Classpath team will soon do a 0.97.2 bugfix release which will
contain pre-generated headers. Classpath' includence in Debian depends
on this decision so we are going to profit from it, too. :)
Regards
Robert
Robert Schuster schrieb:
> Hi,
> I would like this commit to be reverted. While it may look logical to go
> from one below 1.0 release to another something important changed in
> classpath in that release and makes bootstrapping far more complicated.
>
> The problem is that from 0.97 onwards, a classpath build needs a working
> javah tool. this program is a header generator which creates C header
> files from compiled Java classes. Such a javah program is provided by
> the classpath tools but needs a working runtime and class library first.
>
> Earlier classpath releases had pre-generated header files and needed no
> javah program.
>
> There are multiple ways to fix this issue. One way would involve
> upstream allowing the just built javah application being run with a
> provided java executable. This would be less pain for us and would also
> benefit other cross compilation efforts.
>
> Regards
> Robert
>
> xora commit schrieb:
>> classpath-native_0.97.1.bb : add from OM mtn
>>
>> Author: xora@openembedded.org
>> Branch: org.openembedded.dev
>> Revision: 3607c00052ba968a5052e6b5f44f6cb522a38d8b
>> ViewMTN: http://monotone.openembedded.org/revision/info/3607c00052ba968a5052e6b5f44f6cb522a38d8b
>> Files:
>> 1
>> packages/classpath/classpath-native_0.97.1.bb
>> Diffs:
>>
>> #
>> # mt diff -r471eef0dd55e52c8e89d42f17ff7a3c920452d9f -r3607c00052ba968a5052e6b5f44f6cb522a38d8b
>> #
>> #
>> #
>> # add_file "packages/classpath/classpath-native_0.97.1.bb"
>> # content [4b052ebae756323751932779865b45cf50a920fa]
>> #
>> ============================================================
>> --- packages/classpath/classpath-native_0.97.1.bb 4b052ebae756323751932779865b45cf50a920fa
>> +++ packages/classpath/classpath-native_0.97.1.bb 4b052ebae756323751932779865b45cf50a920fa
>> @@ -0,0 +1,3 @@
>> +require classpath-native.inc
>> +
>> +PR = "r0"
>>
>>
>>
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
>>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-01 23:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20080509153032.79D501892D4@amethyst.openembedded.net>
2008-05-13 23:10 ` [oe-commits] org.oe.dev classpath-native_0.97.1.bb : add from OM mtn Robert Schuster
2008-05-14 7:04 ` Graeme Gregory
2008-06-01 23:12 ` Robert Schuster
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.