Bug#1066467: opensmtpd-extras: FTBFS: configure: error: *** compiler cannot create working executables, check config.log ***

2025-03-20 Thread Lena Voytek
Hello, I managed to fix this FTBFS in Ubuntu by patching configure.ac to include stdlib.h in tests that use exit(). I've attached a copy of the patch to this reply. Description: Include stdlib in configure tests that use the exit command Author: Lena Voytek Bug-Debian: https://bugs.debia

Bug#1066953: pvpgn: FTBFS with -Werror=implicit-function-declaration

2025-03-19 Thread Lena Voytek
Hello, I recently solved this FTBFS issue in Ubuntu with a set of patches that fix the implicit function declaration and a type error with the Debian version of tinycdb. I've attached them to this reply. Thanks, Lena Voytek Description: Fix implicit declaration of trans_net in handle_

Bug#1090110: Patch: Fix intersphinx_mapping for Debian sphinx version

2025-02-26 Thread lena
Hello, I managed to fix this issue in Ubuntu using upstream's recommendation for the latest Sphinx version - https://github.com/ntop/ntopng/blob/dev/doc/src/README.build_with_latest_sphinx.md Here is the patch I included. Thanks, Lena Voytek Description: Fix intersphinx_mapping to match

Bug#853008: Fix mariadb-server data purge

2024-12-20 Thread lena . voytek
I am working to finally resolve this bug since it has haunted the mysql package for so long. I have created a PR here that generally matches mariadb's methods of handling the conflict in the preinst and postrm files. https://salsa.debian.org/mariadb-team/mysql/-/merge_requests/75