[Buildroot] [Bug 13166] python-rpi-gpio: does not work against aarch64, unintentional side-effect of gcc-10 patch

bugzilla at busybox.net bugzilla at busybox.net
Thu Aug 20 21:09:45 UTC 2020


https://bugs.busybox.net/show_bug.cgi?id=13166

Yann E. MORIN <yann.morin.1998 at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yann.morin.1998 at free.fr

--- Comment #4 from Yann E. MORIN <yann.morin.1998 at free.fr> ---
(In reply to Christian Stewart from comment #1)
> I wonder, what was so bad about disabling the compiler warning?

Because duplicate symbols are a source for bugs. If we just add the -fcommon
option, this indeed hides the warning away, but the problematic code will not
get fixed, and we will have to carry that option ad libitum.

Instead, we want patches that fixes those warnings, so those patches are sent
to the corresponding upstreams, so the packages get fixed, and so we can drop
those patches in a future version bump.

So, I've had a look a deeper look at the patch now, and indeed it is not
complete... I'll follow up with a revised fix. Stay tuned to the ML.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list