Great! Thank you! Debian 13 trixie entered full freeze today and is planned to be released on August 9th, so I'll integrate bvi 1.5.0 in Debian unstable after that date. Have a nice day, :) Étienne.
Resolve build failure with gcc 15
Resolve build failure with gcc 15
Modern compiler support
Greetings, In the Debian project, we happen to have the patch in attachment to resolve the few typos: Description: Fix spellings in the package Author: Nilesh Patra <npatra974@gmail.com> Last-Update: Sat, 18 Apr 2020 21:40:01 +0530 --- a/lucy-s/lucy.c +++ b/lucy-s/lucy.c @@ -585,7 +585,7 @@ free(phred_seq); } else if (verbose) - fprintf(stderr, "Phase 4: 2nd sequences comparsion skipped...\n" + fprintf(stderr, "Phase 4: 2nd sequences comparison skipped...\n" " no 2nd sequence file provided.\n");...
Good day, I had a closer look at the errors and found out the Debian build branches to function prototypes with unspecified argument types, but there exists also function prototypes with specified argument types when the ANSI macro is defined for most functions. If I ensure that the build branches to typed arguments in every cases, then it builds fine with -stdc=gnu23; this also does not introduce regressions with -stdc=gnu89. I plan to use the patch in attachment which relies on STDC to implement...
Links look to have dropped off the ticket. They were supposed to be: 1: https://bugs.debian.org/1096399 2: https://people.debian.org/~emollier/logs/bvi/bvi_1.4.2-3_amd64.build 3: https://gcc.gnu.org/gcc-15/porting_to.html
bvi fails to build with gcc-15/C23