Opened 12 years ago

Closed 12 years ago

#32248 closed update (fixed)

json-glib: update to 0.14.2

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nefar@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: json-glib

Description

Here is a patch attempting to update json-glib to 0.14.2. It doesn't build for me though:

  GISCAN Json-1.0.gir
Traceback (most recent call last):
  File "/opt/local/bin/g-ir-scanner", line 43, in <module>
    sys.exit(scanner_main(sys.argv))
  File "/opt/local/lib/gobject-introspection/giscanner/scannermain.py", line 394, in scanner_main
    ss = create_source_scanner(options, args)
  File "/opt/local/lib/gobject-introspection/giscanner/scannermain.py", line 319, in create_source_scanner
    ss.parse_files(filenames)
  File "/opt/local/lib/gobject-introspection/giscanner/sourcescanner.py", line 249, in parse_files
    self._parse(headers)
  File "/opt/local/lib/gobject-introspection/giscanner/sourcescanner.py", line 282, in _parse
    stdout=subprocess.PIPE)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Attachments (1)

json-glib-0.14.2.diff (1.1 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.
patch that doesn't work yet

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: json-glib-0.14.2.diff added

patch that doesn't work yet

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

Resolution: fixed
Status: newclosed

r87905 addressed the build failure reported, but 0.12.4 had other failures, so r87907 updates json-glib to the latest version.

Note: See TracTickets for help on using tickets.