[MacPorts] #58412: gexiv2 @0.10.9 +python27+python36: Failed to build -- possible type error 'Error'/'GError' in namespace 'Exiv2'
MacPorts
noreply at macports.org
Sun Apr 28 23:48:21 UTC 2019
#58412: gexiv2 @0.10.9 +python27+python36: Failed to build -- possible type error
'Error'/'GError' in namespace 'Exiv2'
-----------------------+----------------------
Reporter: willpush | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: gexiv2 |
-----------------------+----------------------
Comment (by kencu):
Something's not right with the meson build though. The new `gexiv2`'s
library has an older compatibility version somehow, and everything fails
in the `rev-upgrade`.
{{{
$ sudo port activate gexiv2
The following versions of gexiv2 are currently installed:
1) gexiv2 @0.10.9_1+python27+python36
2) gexiv2 @0.12.0_0+python27+python36 (active)
Enter a number to select an option: 1
---> Deactivating gexiv2 @0.12.0_0+python27+python36
---> Cleaning gexiv2
---> Activating gexiv2 @0.10.9_1+python27+python36
$ otool -L /opt/local/lib/libgexiv2.2.dylib
/opt/local/lib/libgexiv2.2.dylib:
/opt/local/lib/libgexiv2.2.dylib (compatibility version 3.0.0,
current version 3.0.0)
$ sudo port activate gexiv2
The following versions of gexiv2 are currently installed:
1) gexiv2 @0.10.9_1+python27+python36 (active)
2) gexiv2 @0.12.0_0+python27+python36
Enter a number to select an option: 2
---> Deactivating gexiv2 @0.10.9_1+python27+python36
---> Cleaning gexiv2
---> Activating gexiv2 @0.12.0_0+python27+python36
$ otool -L /opt/local/lib/libgexiv2.2.dylib
/opt/local/lib/libgexiv2.2.dylib:
/opt/local/lib/libgexiv2.2.dylib (compatibility version 2.0.0,
current version 2.0.0)
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58412#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list