You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ninja package is an installer and is built and distributed using GCC 5 as the compiler setting is removed from its package id. The problem occurs when a package requires Ninja as build requirement, but needs to be build by GCC 4.9.
The glibc version from Trusty (GCC 4.9) is incompatible to Xenial (GCC 5), which results is linkage error.
We need to find some way to detect when a package is an installer and build using GCC 4.9 to keep the backward compatibility.
Ninja package is an installer and is built and distributed using GCC 5 as the compiler setting is removed from its package id. The problem occurs when a package requires Ninja as build requirement, but needs to be build by GCC 4.9.
The glibc version from Trusty (GCC 4.9) is incompatible to Xenial (GCC 5), which results is linkage error.
We need to find some way to detect when a package is an installer and build using GCC 4.9 to keep the backward compatibility.
/cc @danimtb @solvingj
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
Build the PR #1325
Logs (Include/Attach if Applicable)
Check the PR #1325 logs
The text was updated successfully, but these errors were encountered: