FS#57644 - [libgexiv2] Meson broken in 0.10.7

Attached to Project: Community Packages
Opened by Jens Georg (phako) - Monday, 26 February 2018, 09:15 GMT
Last edited by Jan Alexander Steffens (heftig) - Thursday, 01 March 2018, 22:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Jan Alexander Steffens (heftig)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Meson support in 0.10.7 has a bug that causes invalid Vapi generation. Please recompile with autotools or upgrade to 0.10.8

Additional info:
* 0.10.7-1


Steps to reproduce:
Compile something in vala that requires gexiv2, e.g. Shotwell:

../src/photos/PhotoMetadata.vala:279.9-279.22: error: The name `open_buf' does not exist in the context of `GExiv2.Metadata'
exiv2.open_buf(buffer, length);
^^^^^^^^^^^^^^
../src/photos/PhotoMetadata.vala:288.9-288.31: error: The name `from_app1_segment' does not exist in the context of `GExiv2.Metadata'
exiv2.from_app1_segment(buffer.get_data(), (long) buffer.get_size());
^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 0 warning(s)
[35/275] Compiling C object 'plugins/shotwell-plugin-common@sha/meson-generated_common_RESTSupport.c.o'.
ninja: build stopped: subcommand failed.
This task depends upon

Closed by  Jan Alexander Steffens (heftig)
Thursday, 01 March 2018, 22:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.10.8
Comment by Alexander F. Rødseth (xyproto) - Thursday, 01 March 2018, 17:43 GMT
@heftig, I see you updated the package. This issue can be closed?

Loading...