Re: Bootstrapping Kotlin from scratch

2021-04-19 Thread Emmanuel Bourg
Le 06/04/2021 à 09:40, Emmanuel Bourg a écrit : > There are missing symbols when building the first 0.7.x tag, I'm still > working on it. I'm still making progress and I'm now at the version 0.8.409. I've started a GitHub project detailing the full build procedure from Kotlin 0.6.786 to 0.8.409:

Re: New source package httpcomponents-client5

2021-04-19 Thread Olek Wojnar
Hi Markus, On Sat, Apr 17, 2021, 17:33 Markus Koschany wrote: > > Thanks for your and Emmanuel's feedback. I have finished the packaging and > just > uploaded the new httpcore5 and httpclient5 source packages to NEW. > Awesome! The new artifacts are co-installable. I had to patch both packages

Re: New source package httpcomponents-client5

2021-04-19 Thread Markus Koschany
Hi Olek, Am Montag, den 19.04.2021, 12:23 -0400 schrieb Olek Wojnar: [...] > I packaged RxJava a while back [3] because newer versions of Bazel need it. > Please let me know if anything you need is missing in the packaging. > It seems httpcomponents-{core5,client5} requires io.reactivex.rxjava2:

Re: New source package httpcomponents-client5

2021-04-19 Thread Olek Wojnar
On Mon, Apr 19, 2021, 13:26 Markus Koschany wrote: > > It seems httpcomponents-{core5,client5} requires > io.reactivex.rxjava2:rxjava > but we have version 3 in Debian. I get some compilation errors because of > that. > Ah, ok! Is there any value in packaging v2 of rxjava? Any other packages nee

Re: New source package httpcomponents-client5

2021-04-19 Thread Thorsten Glaser
On Mon, 19 Apr 2021, Olek Wojnar wrote: > Ah, ok! Is there any value in packaging v2 of rxjava? Any other packages > need that version? Or better to just leave the situation as it is until > httpcomponents upgrades to v3? Can you see how much work/changes it would be to patch httpcomponents to wo