recent build failures...

2024-04-24 Thread Dirk Hohndel via subsurface
I read this three times and I'm still not quite sure what this is telling me: /<>/core/uemis-downloader.cpp: In function ‘build_ans_path(char const*, int)’: /<>/core/uemis-downloader.cpp:290:32: error: ‘%s’ directive output between 0 and 12 bytes may cause result to exceed ‘INT_MAX’ [-Werror=f

Re: recent build failures...

2024-04-24 Thread Linus Torvalds via subsurface
On Wed, 24 Apr 2024 at 11:13, Dirk Hohndel via subsurface wrote: > > Those with better skills in interpreting error messages... what am I missing? I think the line numbers are wrong, probably because of inlining etc. The real issue is _probably_ on line 525: snprintf(fl, 13, "ANS%d.TXT"

Re: recent build failures...

2024-04-24 Thread Dirk Hohndel via subsurface
> On Apr 24, 2024, at 11:44, Linus Torvalds > wrote: > > On Wed, 24 Apr 2024 at 11:13, Dirk Hohndel via subsurface > wrote: >> >> Those with better skills in interpreting error messages... what am I missing? > > I think the line numbers are wrong, probably because of inlining etc. > > The

Re: recent build failures...

2024-04-24 Thread Berthold Stoeger via subsurface
On Donnerstag, 25. April 2024 02:16:12 CEST Dirk Hohndel via subsurface wrote: > > On Apr 24, 2024, at 11:44, Linus Torvalds > > wrote: > > > > On Wed, 24 Apr 2024 at 11:13, Dirk Hohndel via subsurface > > > > wrote: > >> Those with better skills in interpreting error messages... what am I > >>

Re: recent build failures...

2024-04-24 Thread Dirk Hohndel via subsurface
Rewriting this would be a huge mistake. There are like four working units left, three of the owners use Subsurface, two of them have carefully hacked the existing code to work for them... Please don't touch this. It's reverse engineered from a reverse engineered Java app, and then reworked a

Re: recent build failures...

2024-04-25 Thread Berthold Stoeger via subsurface
On Donnerstag, 25. April 2024 06:43:19 CEST Dirk Hohndel wrote: > Rewriting this would be a huge mistake. > > There are like four working units left, three of the owners use Subsurface, > two of them have carefully hacked the existing code to work for them... If these two persons are still active

Re: recent build failures...

2024-04-25 Thread Michael Keller via subsurface
Hi Berthold. On 25/04/24 19:05, Berthold Stoeger via subsurface wrote: On Donnerstag, 25. April 2024 06:43:19 CEST Dirk Hohndel wrote: > Rewriting this would be a huge mistake. > > There are like four working units left, three of the owners use Subsurface, > two of them have carefully hac