NHOrus
NHOrus
A bit more effort than expected: Missing includes, missing types, size types mismatches, non-portable function Closes: https://bugs.gentoo.org/897842
GCC-14, by default, drops support for features of C that were invalidated in C99 and C89. See [Gentoo article on changes](https://wiki.gentoo.org/wiki/Modern_C_porting) gftp currently fails to compile with error equivalent to...
Error: ``` /var/tmp/portage/net-misc/freerdp-2.11.6/work/freerdp-2.11.6/winpr/libwinpr/crt/unicode.c: In function ‘MultiByteToWideChar’: /var/tmp/portage/net-misc/freerdp-2.11.6/work/freerdp-2.11.6/winpr/libwinpr/crt/unicode.c:218:63: error: passing argument 3 of ‘ucnv_convert’ from incompatible pointer type [-Wincompatible-pointer-types] 218 | ucnv_convert("UTF-16LE", "UTF-8", targetStart, targetCapacity * sizeof(WCHAR), | ^~~~~~~~~~~ | |...
As part of preparing for future mandatory errors in gcc-14, we are rebuilding software with increased amount of warnings. https://bugs.gentoo.org/919287 This failure happens on Gentoo with Clang-17, and most likely...
GCC-14 now enables by default errors for long-deprecated C features. It causes tinyfugue to fail to build with error: ``` socket.c: In function ‘handle_socket_lines’: socket.c:2657:27: error: assignment to ‘String *’...
Main patch is from bug 874963 Closes: https://bugs.gentoo.org/874963 Closes: https://bugs.gentoo.org/894714 --- Please check all the boxes that apply: - [X] I can submit this contribution in agreement with the [Copyright...
There was type confusion within the code, patch fixes it, now stuff compiles on clang and presumably GCC Closes: https://bugs.gentoo.org/875044 --- Please check all the boxes that apply: - [X]...
Ported upstream bug, tested that it works well with Python 3.12 both for versions 3.4.2 and 5.7.1, well enough (my APU is only partially supported and doesn't return much of...
This software is 20 years dead, unmaintained, nothing depends on it, and there's ten year old bugs left unclosed. Bug: https://bugs.gentoo.org/934808 Signed-off-by: NHOrus --- Please check all the boxes that...
Bug: https://bugs.gentoo.org/931766 Last rites due to package being unmaintained, dead, using obsolete standards, and superseded by in-samba replacement --- Please check all the boxes that apply: - [X] I can...