Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Omar Polo
On 2023/09/06 15:46:03 +0100, Zé Loff wrote: > On Wed, Sep 06, 2023 at 04:10:36PM +0200, Solène Rapenne wrote: > > > > > > > > > Forgot to add REVISION=0 to the Makefile. Facepalm. > > > I knew this _had_ to be my fault, just wasn't getting there, and was > > > too > > > trigger happy with the

Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Zé Loff
On Wed, Sep 06, 2023 at 06:08:58PM +0100, Stuart Henderson wrote: > On 2023/09/06 15:46, Zé Loff wrote: > > On Wed, Sep 06, 2023 at 04:10:36PM +0200, Solène Rapenne wrote: > > > > > > > > > > > > Forgot to add REVISION=0 to the Makefile. Facepalm. > > > > I knew this _had_ to be my fault, just

Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Stuart Henderson
On 2023/09/06 15:46, Zé Loff wrote: > On Wed, Sep 06, 2023 at 04:10:36PM +0200, Solène Rapenne wrote: > > > > > > > > > Forgot to add REVISION=0 to the Makefile. Facepalm. > > > I knew this _had_ to be my fault, just wasn't getting there, and was > > > too > > > trigger happy with the emails. 

Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Zé Loff
On Wed, Sep 06, 2023 at 04:10:36PM +0200, Solène Rapenne wrote: > > > > > > Forgot to add REVISION=0 to the Makefile. Facepalm. > > I knew this _had_ to be my fault, just wasn't getting there, and was > > too > > trigger happy with the emails.  Sorry for the noise. > > > > if you don't want to

Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Solène Rapenne
> > > Forgot to add REVISION=0 to the Makefile. Facepalm. > I knew this _had_ to be my fault, just wasn't getting there, and was > too > trigger happy with the emails.  Sorry for the noise. > if you don't want to bother with REVISION when working on a port, you can use "make clean=all" that

Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Zé Loff
On Wed, Sep 06, 2023 at 02:18:29PM +0100, Zé Loff wrote: > On Wed, Sep 06, 2023 at 01:52:51PM +0100, Zé Loff wrote: > > > > TL,DR: Something weird is happening: the WXNEEDED is being stripped from > > R's binary when creating the package. > > > > Long version: > > I need math/R to be compiled

Re: WXNEEDED flag stripped when installing

2023-09-06 Thread Zé Loff
On Wed, Sep 06, 2023 at 01:52:51PM +0100, Zé Loff wrote: > > TL,DR: Something weird is happening: the WXNEEDED is being stripped from > R's binary when creating the package. > > Long version: > I need math/R to be compiled with WXNEEDED, so I add USE_WXNEEDED=Yes to > the Makefile, and roll my

WXNEEDED flag stripped when installing

2023-09-06 Thread Zé Loff
TL,DR: Something weird is happening: the WXNEEDED is being stripped from R's binary when creating the package. Long version: I need math/R to be compiled with WXNEEDED, so I add USE_WXNEEDED=Yes to the Makefile, and roll my own package, which I then install. This has been working fine for some