[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ax25mail-utils is marked for autoremoval from testing



Hello Christoph,

I somehow had missed this but indeed, I see the duplicate variables:

ax25mail-utils$ grep -r "char mycall" *
axgetlist/axgetlist.c:char mycall[32];
axgetlist/conbbs.c:char mycall[20];            /* my callsign */
axgetmail/axgetmsg.c:char mycall[20];            /* my callsign */
axgetmail/conbbs.c:char mycall[20];            /* my callsign */
ulistd/ulistd.c:char mycall[20];             /* my callsign */


$ grep -r "char bbscall" *
axgetlist/axgetlist.c:char bbscall[32];
axgetlist/conbbs.c:char bbscall[20];           /* BBS callsign */
axgetmail/axgetmsg.c:char bbscall[20];           /* BBS callsign */
axgetmail/axgetmail.c:char bbscall[256];          /* BBS callsign (from cmdline) */
axgetmail/conbbs.c:char bbscall[20];           /* BBS callsign */


I'll start researching this now.  Do you know when is the Bullseye freeze due?


Ps.  I don't have a system with GCC-10 on it but is LInpac ok or is it also having issues with GCC-10?

--David



On 01/03/2021 05:10 AM, Christoph Berg wrote:
Re: David Ranch
I have built up a working Debian Sid image with GCC 10 and have reproduced
the issue with the "develop" branch of ax25mail-utils. I am working on
getting these issues resolved but how long do I have to get them addressed?
The bullseye freeze is getting closer and ax25mail-utils is currently
out.

Did you manage to find a fix?

Christoph


Reply to: