Comment 57 for bug 1657256

Revision history for this message
Jorge Niedbalski (niedbalski) wrote :

Hello Robie,

>3. To fix this in the development release, I suggested a minimal distro patch that stops warning->error for non-bugs is OK to fix this and suggested that you could look at a recent and similar fix >in squid3 for an example[2].

The definitive fix for all the warnings (>10k) manifested at build time
is a non-trivial change that I don't have time capacity to address in all its extention
and will require attention from the percona team itself to be fixed.

As you mentioned on [3] I am attaching a new patch which basically hides the warnings triggered at compile time by removing the -Werror flags on CXX_FLAGS and C_FLAGS and passing the -fpermissive flag, which fixes the FTBFS manifested on the current -proposed package and allows
the package to build and work on the affected architectures.

Please review it and let me know if you have any concern or question.

Thank you for your time, review and sponsorship.