Re: Another take on RStudio (review swaps?)

2020-02-19 Thread Iñaki Ucar
Great, thanks, I'll take yours!

El jue., 20 feb. 2020 4:01, Jerry James  escribió:

> On Wed, Feb 19, 2020 at 1:17 PM Iñaki Ucar 
> wrote:
> > I managed to solve the issue with the Java stack size for the s390x
> > builder. The new koji scratch build succeeded, and now the review
> > should be quick and easy:
>
> That's great!  I will take the review.  If an OCaml review is okay,
> would you mind reviewing ocaml-lablgtk3?
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1796271
>
> Thanks,
> --
> Jerry James
> http://www.jamezone.org/
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Another take on RStudio (review swaps?)

2020-02-19 Thread Jerry James
On Wed, Feb 19, 2020 at 1:17 PM Iñaki Ucar  wrote:
> I managed to solve the issue with the Java stack size for the s390x
> builder. The new koji scratch build succeeded, and now the review
> should be quick and easy:

That's great!  I will take the review.  If an OCaml review is okay,
would you mind reviewing ocaml-lablgtk3?

https://bugzilla.redhat.com/show_bug.cgi?id=1796271

Thanks,
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Another take on RStudio (review swaps?)

2020-02-19 Thread Iñaki Ucar
I managed to solve the issue with the Java stack size for the s390x
builder. The new koji scratch build succeeded, and now the review
should be quick and easy:

https://bugzilla.redhat.com/show_bug.cgi?id=1803528

Iñaki

On Tue, 18 Feb 2020 at 20:23, Iñaki Ucar  wrote:
>
> On Tue, 18 Feb 2020 at 08:39, Iñaki Ucar  wrote:
> >
> > On Tue, 18 Feb 2020 at 01:11, Jerry James  wrote:
> > >
> > > On Sun, Feb 16, 2020 at 10:06 AM Iñaki Ucar  
> > > wrote:
> > > > If anyone is interested in pushing this forward, I can review
> > > > something in exchange. Note that the koji scratch build fails on s390x
> > > > due to a Java stack overflow. Does anyone know what's the default in
> > > > that arch and how to increase it?
> > >
> > > You can find the default like this:
> > >
> > > java -XX:+PrintFlagsFinal
> > >
> > > Then look for ThreadStackSize in the output.  It is 1024 on my x86_64
> > > machine with Java 8, and 1536 on an s390x machine where I have an
> > > account.  Pass -Xss to java or -J-Xss to javac to increase it.
> >
> > Thanks, Jerry. Is there an environment variable to do that? In this
> > package there is an "ant" invocation buried in the cmake-based build
> > system, so I tried
> >
> > %ifarch s390 s390x
> > export _JAVA_OPTIONS="-Xss16M"
> > %endif
> >
> > with no luck. The compilation still fails with a Java stack overflow,
> > so I suppose that this env variable is not being used.
>
> I tried also exporting ANT_OPTS="-Xss..." with no luck either. I'm
> getting out of ideas.
>
> And still the package needs a reviewer. :) :)
>
> Iñaki



-- 
Iñaki Úcar
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Another take on RStudio (review swaps?)

2020-02-18 Thread Iñaki Ucar
On Tue, 18 Feb 2020 at 08:39, Iñaki Ucar  wrote:
>
> On Tue, 18 Feb 2020 at 01:11, Jerry James  wrote:
> >
> > On Sun, Feb 16, 2020 at 10:06 AM Iñaki Ucar  wrote:
> > > If anyone is interested in pushing this forward, I can review
> > > something in exchange. Note that the koji scratch build fails on s390x
> > > due to a Java stack overflow. Does anyone know what's the default in
> > > that arch and how to increase it?
> >
> > You can find the default like this:
> >
> > java -XX:+PrintFlagsFinal
> >
> > Then look for ThreadStackSize in the output.  It is 1024 on my x86_64
> > machine with Java 8, and 1536 on an s390x machine where I have an
> > account.  Pass -Xss to java or -J-Xss to javac to increase it.
>
> Thanks, Jerry. Is there an environment variable to do that? In this
> package there is an "ant" invocation buried in the cmake-based build
> system, so I tried
>
> %ifarch s390 s390x
> export _JAVA_OPTIONS="-Xss16M"
> %endif
>
> with no luck. The compilation still fails with a Java stack overflow,
> so I suppose that this env variable is not being used.

I tried also exporting ANT_OPTS="-Xss..." with no luck either. I'm
getting out of ideas.

And still the package needs a reviewer. :) :)

Iñaki
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Another take on RStudio (review swaps?)

2020-02-17 Thread Iñaki Ucar
On Tue, 18 Feb 2020 at 01:11, Jerry James  wrote:
>
> On Sun, Feb 16, 2020 at 10:06 AM Iñaki Ucar  wrote:
> > If anyone is interested in pushing this forward, I can review
> > something in exchange. Note that the koji scratch build fails on s390x
> > due to a Java stack overflow. Does anyone know what's the default in
> > that arch and how to increase it?
>
> You can find the default like this:
>
> java -XX:+PrintFlagsFinal
>
> Then look for ThreadStackSize in the output.  It is 1024 on my x86_64
> machine with Java 8, and 1536 on an s390x machine where I have an
> account.  Pass -Xss to java or -J-Xss to javac to increase it.

Thanks, Jerry. Is there an environment variable to do that? In this
package there is an "ant" invocation buried in the cmake-based build
system, so I tried

%ifarch s390 s390x
export _JAVA_OPTIONS="-Xss16M"
%endif

with no luck. The compilation still fails with a Java stack overflow,
so I suppose that this env variable is not being used.

Iñaki
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Another take on RStudio (review swaps?)

2020-02-17 Thread Jerry James
On Sun, Feb 16, 2020 at 10:06 AM Iñaki Ucar  wrote:
> If anyone is interested in pushing this forward, I can review
> something in exchange. Note that the koji scratch build fails on s390x
> due to a Java stack overflow. Does anyone know what's the default in
> that arch and how to increase it?

You can find the default like this:

java -XX:+PrintFlagsFinal

Then look for ThreadStackSize in the output.  It is 1024 on my x86_64
machine with Java 8, and 1536 on an s390x machine where I have an
account.  Pass -Xss to java or -J-Xss to javac to increase it.
-- 
Jerry James
http://www.jamezone.org/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Another take on RStudio (review swaps?)

2020-02-16 Thread Iñaki Ucar
Hi all,

There were some efforts to package RStudio in the past [1], but
they're all dead. So following recent work by Dan Čermák for openSUSE
[2], I adapted it for Fedora and submitted it for review:

https://bugzilla.redhat.com/show_bug.cgi?id=1803528

If anyone is interested in pushing this forward, I can review
something in exchange. Note that the koji scratch build fails on s390x
due to a Java stack overflow. Does anyone know what's the default in
that arch and how to increase it?

Thanks,
Iñaki

[1] 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/AJ44JDERYQMY6MIMFCKQEZL75JEHISQL/
[2] https://build.opensuse.org/package/show/devel:languages:R:released/rstudio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org