UDD
Skip Quicknav
Ultimate Database
Bugs search
Maintainer dashboard
Lintian
Lintian tags
Patches
Bugs usertags
Patches
Debian Patches
Status for gentle/1.9.5~alpha2+dfsg1-2
Search:
Patch
Description
Author
Forwarded
Bugs
Origin
Last update
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
HelpDoesNotWork.patch
===================================================================
no
noTinyXMLSources.patch
===================================================================
no
wx3.0-compat.patch
Fix to work with wxWidgets 3.0
===================================================================
Olly Betts <olly@survex.com>
no
debian
2014-06-08
Showing 1 to 5 of 5 entries
All known versions for source package 'gentle'
1.9.5~alpha2+dfsg1-2
(trixie, sid)
1.9+cvs20100605+dfsg1-10
(bookworm)
1.9+cvs20100605+dfsg1-9
(bullseye)
Links
Package Tracker for 'gentle'
Debian Maintainer Dashboard for 'gentle'
Browse sources for 'gentle/1.9.5~alpha2+dfsg1-2' on sources.debian.org
DEP3: Patch Tagging Guidelines