Comment 0 for bug 1823629

Revision history for this message
Roman Baur (rbaurpilz) wrote : ABI Error because package for armhf architecture is built with GCC-5

Description: Ubuntu 18.04.2 LTS
Release: 18.04

libmuparser2v5:
  Installed: 2.2.3-6
  Candidate: 2.2.3-6
  Version table:
 *** 2.2.3-6 500
        500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages
        100 /var/lib/dpkg/status

Everytime the program crashes because of libmuparser2v5.
In the dbgsyms-package for armhf it came out that the package was built with GCC-5.
The Rest of the program including all libs are built with GCC-7.
This leads to ABI problems because there are major changes in the binary interface since GCC 7.3.
I could solve this problem with building the package manually from the sources.

Please rebuilt the package for armhf with GCC-7.