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

bugzilla at busybox.net bugzilla at busybox.net
Wed Aug 19 22:12:18 UTC 2020


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

            Bug ID: 13166
           Summary: python-rpi-gpio: does not work against aarch64,
                    unintentional side-effect of gcc-10 patch
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: christian at paral.in
                CC: buildroot at uclibc.org
  Target Milestone: ---

python-rpi-gpio on aarch64 (pi 4):

ImportError:
/usr/lib/python3.8/site-packages/RPi/_GPIO.cpython-38-aarch64-linux-gnu.so:
undefined symbol: high

There is a patch attached to the package - 

  fixes the "multiple definition of" errors with gcc10

  Signed-off-by: Michael Fischer <mf at go-sys.de>

It changes the "high" variable to be "extern" which might have caused this?

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


More information about the buildroot mailing list