* Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
@ 2009-05-05 6:40 Mario Fetka
0 siblings, 0 replies; 8+ messages in thread
From: Mario Fetka @ 2009-05-05 6:40 UTC (permalink / raw
To: gentoo-java
On Tuesday, 5. May 2009 01:27:22 you wrote:
> Mario Fetka wrote:
> > On Monday, 4. May 2009 23:13:42 you wrote:
> >> Mario Fetka wrote:
> >>> On Monday, 4. May 2009 22:15:51 Alistair Bush wrote:
> >>>> Hi Mario
> >>>>
> >>>> Mario Fetka wrote:
> >>>>> Hallo Java dev team,
> >>>>>
> >>>>> is there a way to specify the wanted java version with dolauncher
> >>>>
> >>>> The _minimum_ java version is already specified automagically based on
> >>>> the [R]DEPEND variables.
> >>>>
> >>>> Specifically the >=virtual/jre-1.* and java-virtuals/* items.
> >>>
> >>> thx i alredy know this
> >>> but is there for ex. a way to say i want on amd64 systems the app-
> >>> emulation/emul-linux-x86-java package as the java vm to use
> >>> i have some packages that provides only x86 native interface
> >>> on x86 everything is ok but on amd64 you have a elf mismatch ...
> >>>
> >>> yes at the moent i am writing some special scripts that use java-config
> >>> --set- vm=emul-linux-x86-java
> >>>
> >>> it would be greate if the java-pkg_dolauncher gets an extra parameter
> >>> where i can say use the emul-vm or sometihg simalar like
> >>> virtual/jre32-1.*
> >>>
> >>> at the momemt when you set app-emulation/emul-linux-x86-java it anly
> >>> errors out
> >>>
> >>> !!! ERROR: Couldn't find a VM dep
> >>>
> >>> thx in av
> >>> Mario
> >>
> >> Create a java virtual with only emul-linux-x86-java as the provider and
> >> make the pkg creating the launcher depend on the virtual.
> >>
> >> Regards,
> >> Petteri
> >
> > i have created a new java-virtuals/jre32 based on the
> > java-virtuals/jdk-with- com-sun package but it is not working (tm)
> >
> > http://tinyurl.com/cbdynj
> > http://tinyurl.com/c738nq
> >
> > !!! ERROR: Couldn't find a VM dep
> >
> > thx for the help
>
> emul-linux-x86-java is not a JDK and the eclasses work based on the
> assumption that you have one installed in pkg_setup. Just avoid vm
> switching being done and it should work.
ok now i have lost the thread
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
@ 2009-05-04 22:01 Mario Fetka
0 siblings, 0 replies; 8+ messages in thread
From: Mario Fetka @ 2009-05-04 22:01 UTC (permalink / raw
To: gentoo-java
On Monday, 4. May 2009 23:13:42 you wrote:
> Mario Fetka wrote:
> > On Monday, 4. May 2009 22:15:51 Alistair Bush wrote:
> >> Hi Mario
> >>
> >> Mario Fetka wrote:
> >>> Hallo Java dev team,
> >>>
> >>> is there a way to specify the wanted java version with dolauncher
> >>
> >> The _minimum_ java version is already specified automagically based on
> >> the [R]DEPEND variables.
> >>
> >> Specifically the >=virtual/jre-1.* and java-virtuals/* items.
> >
> > thx i alredy know this
> > but is there for ex. a way to say i want on amd64 systems the app-
> > emulation/emul-linux-x86-java package as the java vm to use
> > i have some packages that provides only x86 native interface
> > on x86 everything is ok but on amd64 you have a elf mismatch ...
> >
> > yes at the moent i am writing some special scripts that use java-config
> > --set- vm=emul-linux-x86-java
> >
> > it would be greate if the java-pkg_dolauncher gets an extra parameter
> > where i can say use the emul-vm or sometihg simalar like
> > virtual/jre32-1.*
> >
> > at the momemt when you set app-emulation/emul-linux-x86-java it anly
> > errors out
> >
> > !!! ERROR: Couldn't find a VM dep
> >
> > thx in av
> > Mario
>
> Create a java virtual with only emul-linux-x86-java as the provider and
> make the pkg creating the launcher depend on the virtual.
>
> Regards,
> Petteri
i have created a new java-virtuals/jre32 based on the java-virtuals/jdk-with-
com-sun package but it is not working (tm)
http://tinyurl.com/cbdynj
http://tinyurl.com/c738nq
!!! ERROR: Couldn't find a VM dep
thx for the help
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
@ 2009-05-04 21:10 Mario Fetka
0 siblings, 0 replies; 8+ messages in thread
From: Mario Fetka @ 2009-05-04 21:10 UTC (permalink / raw
To: gentoo-java
On Monday, 4. May 2009 22:15:51 Alistair Bush wrote:
> Hi Mario
>
> Mario Fetka wrote:
> > Hallo Java dev team,
> >
> > is there a way to specify the wanted java version with dolauncher
>
> The _minimum_ java version is already specified automagically based on
> the [R]DEPEND variables.
>
> Specifically the >=virtual/jre-1.* and java-virtuals/* items.
>
thx i alredy know this
but is there for ex. a way to say i want on amd64 systems the app-
emulation/emul-linux-x86-java package as the java vm to use
i have some packages that provides only x86 native interface
on x86 everything is ok but on amd64 you have a elf mismatch ...
yes at the moment i am writing some special scripts that use java-config --set-
vm=emul-linux-x86-java
it would be greate if something simalar like virtual/jre32-1.* would be added
at the momemt when you set app-emulation/emul-linux-x86-java as espected only
errors out
!!! ERROR: Couldn't find a VM dep
thx in av
Mario
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
@ 2009-05-04 18:25 Mario Fetka
2009-05-04 20:15 ` Alistair Bush
0 siblings, 1 reply; 8+ messages in thread
From: Mario Fetka @ 2009-05-04 18:25 UTC (permalink / raw
To: gentoo-java@lists.gentoo.org
Hallo Java dev team,
is there a way to specify the wanted java version with dolauncher
thx in av
Mario
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
2009-05-04 18:25 Mario Fetka
@ 2009-05-04 20:15 ` Alistair Bush
2009-05-04 20:57 ` Mario Fetka
0 siblings, 1 reply; 8+ messages in thread
From: Alistair Bush @ 2009-05-04 20:15 UTC (permalink / raw
To: gentoo-java
Hi Mario
Mario Fetka wrote:
> Hallo Java dev team,
>
> is there a way to specify the wanted java version with dolauncher
The _minimum_ java version is already specified automagically based on
the [R]DEPEND variables.
Specifically the >=virtual/jre-1.* and java-virtuals/* items.
>
> thx in av
> Mario
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
2009-05-04 20:15 ` Alistair Bush
@ 2009-05-04 20:57 ` Mario Fetka
2009-05-04 21:13 ` Petteri Räty
0 siblings, 1 reply; 8+ messages in thread
From: Mario Fetka @ 2009-05-04 20:57 UTC (permalink / raw
To: gentoo-java
On Monday, 4. May 2009 22:15:51 Alistair Bush wrote:
> Hi Mario
>
> Mario Fetka wrote:
> > Hallo Java dev team,
> >
> > is there a way to specify the wanted java version with dolauncher
>
> The _minimum_ java version is already specified automagically based on
> the [R]DEPEND variables.
>
> Specifically the >=virtual/jre-1.* and java-virtuals/* items.
>
thx i alredy know this
but is there for ex. a way to say i want on amd64 systems the app-
emulation/emul-linux-x86-java package as the java vm to use
i have some packages that provides only x86 native interface
on x86 everything is ok but on amd64 you have a elf mismatch ...
yes at the moent i am writing some special scripts that use java-config --set-
vm=emul-linux-x86-java
it would be greate if the java-pkg_dolauncher gets an extra parameter where i
can say use the emul-vm or sometihg simalar like virtual/jre32-1.*
at the momemt when you set app-emulation/emul-linux-x86-java it anly errors
out
!!! ERROR: Couldn't find a VM dep
thx in av
Mario
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java
2009-05-04 20:57 ` Mario Fetka
@ 2009-05-04 21:13 ` Petteri Räty
[not found] ` <200905050000.38103.mario.fetka@gmail.com>
0 siblings, 1 reply; 8+ messages in thread
From: Petteri Räty @ 2009-05-04 21:13 UTC (permalink / raw
To: Mario Fetka; +Cc: gentoo-java
[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]
Mario Fetka wrote:
> On Monday, 4. May 2009 22:15:51 Alistair Bush wrote:
>> Hi Mario
>>
>> Mario Fetka wrote:
>>> Hallo Java dev team,
>>>
>>> is there a way to specify the wanted java version with dolauncher
>> The _minimum_ java version is already specified automagically based on
>> the [R]DEPEND variables.
>>
>> Specifically the >=virtual/jre-1.* and java-virtuals/* items.
>>
> thx i alredy know this
> but is there for ex. a way to say i want on amd64 systems the app-
> emulation/emul-linux-x86-java package as the java vm to use
> i have some packages that provides only x86 native interface
> on x86 everything is ok but on amd64 you have a elf mismatch ...
>
> yes at the moent i am writing some special scripts that use java-config --set-
> vm=emul-linux-x86-java
>
> it would be greate if the java-pkg_dolauncher gets an extra parameter where i
> can say use the emul-vm or sometihg simalar like virtual/jre32-1.*
>
> at the momemt when you set app-emulation/emul-linux-x86-java it anly errors
> out
>
> !!! ERROR: Couldn't find a VM dep
>
> thx in av
> Mario
>
Create a java virtual with only emul-linux-x86-java as the provider and
make the pkg creating the launcher depend on the virtual.
Regards,
Petteri
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-05-05 6:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 6:40 [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java Mario Fetka
-- strict thread matches above, loose matches on Subject: below --
2009-05-04 22:01 Mario Fetka
2009-05-04 21:10 Mario Fetka
2009-05-04 18:25 Mario Fetka
2009-05-04 20:15 ` Alistair Bush
2009-05-04 20:57 ` Mario Fetka
2009-05-04 21:13 ` Petteri Räty
[not found] ` <200905050000.38103.mario.fetka@gmail.com>
2009-05-04 23:27 ` Petteri Räty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox