Debian Patches

Status for gentle/1.9.5~alpha2+dfsg1-2

Patch Description Author Forwarded Bugs Origin Last update
noTinyXMLSources.patch =================================================================== no
wx3.0-compat.patch Fix to work with wxWidgets 3.0
===================================================================
Olly Betts <olly@survex.com> no debian 2014-06-08
HelpDoesNotWork.patch =================================================================== no
configure_stdcc_17.patch =================================================================== no
gcc-14-32-bit.patch fix build failure with gcc 14 on 32-bit platforms. Interestingly the following type mismatches only occur on 32-bit
platforms because the size_t type are shorter:
.
ureadseq.c:1415:15: error: conflicting types for ‘GCGchecksum’; have ‘long unsigned int(const char *, const size_t, long unsigned int *)’ {aka ‘long unsigned int(const char *, const unsigned int, long unsigned int *)’}
1415 | unsigned long GCGchecksum( const char *seq, const size_t seqlen, unsigned long *checktotal)
| ^~~~~~~~~~~
In file included from ureadseq.c:26:
ureadseq.h:140:22: note: previous declaration of ‘GCGchecksum’ with type ‘long unsigned int(const char *, const size_t, size_t *)’ {aka ‘long unsigned int(const char *, const unsigned int, unsigned int *)’}
140 | extern unsigned long GCGchecksum(const char *seq, const size_t seqlen, size_t *checktotal);
| ^~~~~~~~~~~
.
ureadseq.c:1487:15: error: conflicting types for ‘CRC32checksum’; have ‘long unsigned int(const char *, size_t, long unsigned int *)’ {aka ‘long unsigned int(const char *, unsigned int, long unsigned int *)’}
1487 | unsigned long CRC32checksum(const char *seq, size_t seqlen, unsigned long *checktotal)
| ^~~~~~~~~~~~~
ureadseq.h:139:22: note: previous declaration of ‘CRC32checksum’ with type ‘long unsigned int(const char *, const size_t, size_t *)’ {aka ‘long unsigned int(const char *, const unsigned int, unsigned int *)’}
139 | extern unsigned long CRC32checksum(const char *seq, const size_t seqlen, size_t *checktotal);
| ^~~~~~~~~~~~~
Étienne Mollier <emollier@debian.org> no 2024-10-11

All known versions for source package 'gentle'

Links