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
Describe the bug
As of v1.5.6, the minos and sdk settings are no longer respected. This works on version 1.5.5.
(It is possible this is an interaction with MacPorts where I am building the library.
To Reproduce
Steps to reproduce the behavior:
Install macports
echo 'macosx_deployment_target 11.0' | tee -a ${PREFIX}/etc/macports/macports.conf echo 'macosx_sdk_version 11.3' | tee -a ${PREFIX}/etc/macports/macports.conf
sudo port install -sv zstd
look in macports lib directory and run otool -l libzstd.1.dylib
see output includes minos and sdk of the current OS, rather than minos 11.0 and sdk 11.3
Expected behavior
Should correctly set the OS and SDK versions in the dylib.
Screenshots and charts
If applicable, add screenshots and charts to help explain your problem.
Desktop (please complete the following information):
I doubt it because other than trivial changes to the MacPorts build file (Portfile), the build is unchanged between 1.5.5 and 1.5.6. And 1.5.5 doesn't have this problem. It could potentially be MacPorts if they are using a non-standard way of indicating the OS and SDK, however the hundreds of other packages on MacPorts that GIMP uses, don't have this problem.
Describe the bug
As of v1.5.6, the minos and sdk settings are no longer respected. This works on version 1.5.5.
(It is possible this is an interaction with MacPorts where I am building the library.
To Reproduce
Steps to reproduce the behavior:
echo 'macosx_deployment_target 11.0' | tee -a ${PREFIX}/etc/macports/macports.conf
echo 'macosx_sdk_version 11.3' | tee -a ${PREFIX}/etc/macports/macports.conf
sudo port install -sv zstd
lib
directory and runotool -l libzstd.1.dylib
minos
andsdk
of the current OS, rather thanminos 11.0
andsdk 11.3
Expected behavior
Should correctly set the OS and SDK versions in the dylib.
Screenshots and charts
If applicable, add screenshots and charts to help explain your problem.
Desktop (please complete the following information):
Additional context
Downstream bug reports:
https://trac.macports.org/ticket/69944#comment:1
https://gitlab.gnome.org/GNOME/gimp/-/issues/11483
The text was updated successfully, but these errors were encountered: