Opened 11 years ago

Closed 11 years ago

#38618 closed defect (fixed)

libsecret build fails with recent gobject-introspection changes

Reported by: skymoo (Adam Mercer) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: neverpanic (Clemens Lang), todmorrison (Tod Morrison), cooljeanius (Eric Gallager)
Port: libsecret

Description

When building libsecret, using clang-4.2 for Xcode-4.6.1, the build fails. Attached is a full build log.

Attachments (1)

main.log (75.5 KB) - added by skymoo (Adam Mercer) 11 years ago.

Download all attachments as: .zip

Change History (12)

Changed 11 years ago by skymoo (Adam Mercer)

Attachment: main.log added

comment:1 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

These are gobject introspection issues

comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Maybe related to #38615

comment:3 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Owner: changed from jeremyhu@… to cal@…

comment:4 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Probably caused by gobject-introspection update to 1.36.0 in r104670

comment:5 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Cc: jeremyhu@… added

Cc Me!

comment:6 Changed 11 years ago by todmorrison (Tod Morrison)

Cc: todmorrison@… added

Cc Me!

comment:7 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:8 Changed 11 years ago by neverpanic (Clemens Lang)

Cc: cal@… added; jeremyhu@… removed
Owner: changed from cal@… to jeremyhu@…

The problem is

892	:info:build Secret-1.gir:209.11-209.32: error: expected start element of `parameter'
893	:info:build Secret-1.gir:212.11-212.10: error: expected end element of `parameter'
894	:info:build Secret-1.gir:226.11-226.32: error: expected start element of `parameter'
895	:info:build Secret-1.gir:229.11-229.10: error: expected end element of `parameter'

IIRC, the parameter element has been renamed in recent gobject-introspection. The package should probably be updated to 0.14, since it is outdated according to the livecheck I have fixed in r105941.

comment:9 Changed 11 years ago by neverpanic (Clemens Lang)

Does this still occur with recent vala? See #38615.

comment:10 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Status: newassigned
Summary: libsecret build fails with clang-4.2libsecret build fails with recent gobject-introspection changes

comment:11 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: assignedclosed

0.14 builds for me (r105959) … likely fixed with either that or vala.

Note: See TracTickets for help on using tickets.