Re: Any new restriction in Koji added recently in Rawhide?

2019-06-19 Thread Dridi Boukelmoune
> Could this ugly hack work? > > %{endif __with_rebar3} > > Assuming the %endif macro would ignore any parameters. This won't work... But RPM could "learn" this syntax and let spec writers add that kind of comment inside the macro. A bit far-fetched, I won t disagree :) Dridi

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Dridi Boukelmoune
> > Not sure if I understand. Are you saying that > > > >%endif%{discard:__with_rebar3} > > > > will not work either? > > Yes, that's what I'm saying. Or rather, you'd get the warning with that > too. It all *behaves* exactly the same as before, so it continues to "work". Could this ugly

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Panu Matilainen
On 6/18/19 3:56 PM, Florian Weimer wrote: * Panu Matilainen: So if you have %if 1 == 1 echo moo %else # %define aaa bbb echo foo %endif # %define aaa ccc ...the value of aaa macro is actually bbb after parsing this. Those %define's could also be there without the comment marks and behave the

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Florian Weimer
* Panu Matilainen: > So if you have > > %if 1 == 1 > echo moo > %else # %define aaa bbb > echo foo > %endif # %define aaa ccc > > ...the value of aaa macro is actually bbb after parsing this. Those > %define's could also be there without the comment marks and behave the > same deed. > > So the

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Panu Matilainen
On 6/18/19 2:09 PM, Florian Weimer wrote: * Panu Matilainen: On 6/18/19 10:15 AM, Florian Weimer wrote: * Panu Matilainen: On 6/17/19 4:45 PM, Florian Weimer wrote: * Panu Matilainen: On 6/13/19 12:54 PM, Miroslav Suchý wrote: This is wrong (not sure if the culprit) %endif

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Florian Weimer
* Panu Matilainen: > On 6/18/19 10:15 AM, Florian Weimer wrote: >> * Panu Matilainen: >> >>> On 6/17/19 4:45 PM, Florian Weimer wrote: * Panu Matilainen: > On 6/13/19 12:54 PM, Miroslav Suchý wrote: >> This is wrong (not sure if the culprit) >> >> %endif %{__with_rebar3}

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Panu Matilainen
On 6/18/19 10:15 AM, Florian Weimer wrote: * Panu Matilainen: On 6/17/19 4:45 PM, Florian Weimer wrote: * Panu Matilainen: On 6/13/19 12:54 PM, Miroslav Suchý wrote: This is wrong (not sure if the culprit) %endif %{__with_rebar3} I would rewrite it to: %endif # __with_rebar3 Actually

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Florian Weimer
* Panu Matilainen: > On 6/17/19 4:45 PM, Florian Weimer wrote: >> * Panu Matilainen: >> >>> On 6/13/19 12:54 PM, Miroslav Suchý wrote: This is wrong (not sure if the culprit) %endif %{__with_rebar3} I would rewrite it to: %endif # __with_rebar3 >>> >>> Actually

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-18 Thread Panu Matilainen
On 6/17/19 4:45 PM, Florian Weimer wrote: * Panu Matilainen: On 6/13/19 12:54 PM, Miroslav Suchý wrote: This is wrong (not sure if the culprit) %endif %{__with_rebar3} I would rewrite it to: %endif # __with_rebar3 Actually both are wrong, and rpm >= 4.15 will complain (unlike old

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-17 Thread Florian Weimer
* Panu Matilainen: > On 6/13/19 12:54 PM, Miroslav Suchý wrote: >> This is wrong (not sure if the culprit) >> >> %endif %{__with_rebar3} >> >> I would rewrite it to: >> >> %endif # __with_rebar3 > > Actually both are wrong, and rpm >= 4.15 will complain (unlike old > versions). Rpm only supports

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-14 Thread Panu Matilainen
On 6/13/19 6:59 PM, Adam Williamson wrote: On Thu, 2019-06-13 at 13:25 +0300, Panu Matilainen wrote: On 6/13/19 12:54 PM, Miroslav Suchý wrote: Dne 13. 06. 19 v 11:43 Peter Lemenkov napsal(a): Hello All! I've noticed that I cannot build Elixir in Rawhide anymore. It got stuck at tests and all

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-14 Thread Panu Matilainen
On 6/14/19 3:09 AM, Sérgio Basto wrote: I mixed my builds, I still have issues with libprojectM [1] , but seems a little different that is reported [2] [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=35530649 [2] + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip BUILDSTDERR:

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Sérgio Basto
On Thu, 2019-06-13 at 17:02 +0100, Sérgio Basto wrote: > On Thu, 2019-06-13 at 13:03 +0200, Peter Lemenkov wrote: > > Hello! > > > > чт, 13 июн. 2019 г. в 12:49, Petr Pisar : > > > On 2019-06-13, Peter Lemenkov wrote: > > > > I've noticed that I cannot build Elixir in Rawhide anymore. It > > > >

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Adam Williamson
On Thu, 2019-06-13 at 12:42 -0400, Neal Gompa wrote: > > > > This is wrong (not sure if the culprit) > > > > > > > > %endif %{__with_rebar3} > > > > > > > > I would rewrite it to: > > > > > > > > %endif # __with_rebar3 > > > > > > Actually both are wrong, and rpm >= 4.15 will complain (unlike

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Neal Gompa
On Thu, Jun 13, 2019 at 12:41 PM Adam Williamson wrote: > > On Thu, 2019-06-13 at 13:25 +0300, Panu Matilainen wrote: > > On 6/13/19 12:54 PM, Miroslav Suchý wrote: > > > Dne 13. 06. 19 v 11:43 Peter Lemenkov napsal(a): > > > > Hello All! > > > > I've noticed that I cannot build Elixir in Rawhide

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Sérgio Basto
On Thu, 2019-06-13 at 13:03 +0200, Peter Lemenkov wrote: > Hello! > > чт, 13 июн. 2019 г. в 12:49, Petr Pisar : > > On 2019-06-13, Peter Lemenkov wrote: > > > I've noticed that I cannot build Elixir in Rawhide anymore. It > > > got > > > stuck at tests and all I've got is a cryptic (at least to

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Adam Williamson
On Thu, 2019-06-13 at 13:25 +0300, Panu Matilainen wrote: > On 6/13/19 12:54 PM, Miroslav Suchý wrote: > > Dne 13. 06. 19 v 11:43 Peter Lemenkov napsal(a): > > > Hello All! > > > I've noticed that I cannot build Elixir in Rawhide anymore. It got > > > stuck at tests and all I've got is a cryptic

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Peter Lemenkov
Hello! чт, 13 июн. 2019 г. в 12:49, Petr Pisar : > > On 2019-06-13, Peter Lemenkov wrote: > > I've noticed that I cannot build Elixir in Rawhide anymore. It got > > stuck at tests and all I've got is a cryptic (at least to me) message: > > > > > > + RPM_EC=0 > > BUILDSTDERR: ++ jobs -p > > +

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Panu Matilainen
On 6/13/19 12:54 PM, Miroslav Suchý wrote: Dne 13. 06. 19 v 11:43 Peter Lemenkov napsal(a): Hello All! I've noticed that I cannot build Elixir in Rawhide anymore. It got stuck at tests and all I've got is a cryptic (at least to me) message: + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 See

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Petr Pisar
On 2019-06-13, Peter Lemenkov wrote: > I've noticed that I cannot build Elixir in Rawhide anymore. It got > stuck at tests and all I've got is a cryptic (at least to me) message: > > > + RPM_EC=0 > BUILDSTDERR: ++ jobs -p > + exit 0 > F31 has a new rpm-build with a new features. Your issue seems

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Michal Schorm
You may consider adding your package to the Koschei service: https://apps.fedoraproject.org/koschei/package/python-elixir which will do rebuilds when the buildroot change, and it will show you the changes in a well readable way. -- Michal Schorm Software Engineer Core Services - Databases Team

Re: Any new restriction in Koji added recently in Rawhide?

2019-06-13 Thread Miroslav Suchý
Dne 13. 06. 19 v 11:43 Peter Lemenkov napsal(a): > Hello All! > I've noticed that I cannot build Elixir in Rawhide anymore. It got > stuck at tests and all I've got is a cryptic (at least to me) message: > > > + RPM_EC=0 > BUILDSTDERR: ++ jobs -p > + exit 0 > > > See this link for full build