GNU bug report logs -
#19332
atk fails to build
Previous Next
Reported by: Mark H Weaver <mhw <at> netris.org>
Date: Wed, 10 Dec 2014 03:13:02 UTC
Severity: normal
Done: Mark H Weaver <mhw <at> netris.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19332 in the body.
You can then email your comments to 19332 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#19332
; Package
guix
.
(Wed, 10 Dec 2014 03:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mark H Weaver <mhw <at> netris.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 10 Dec 2014 03:13:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
atk fails to build. See:
http://hydra.gnu.org/build/172242
The problem was introduced between 427476d (works) and 5a4753a (fails),
probably one of these two commits:
5a4753a * gnu: gobject-introspection: Define search path for typelib files.
6671724 * gnu: gobject-introspection: Update to 1.42.0 and add new patch.
Here's the relevant section of build output:
--8<---------------cut here---------------start------------->8---
GISCAN Atk-1.0.gir
atkdocument.c:212: Warning: Atk: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead:
* Virtual: get_document_locale
^
atkdocument.c:246: Warning: Atk: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead:
* Virtual: get_document_attributes
^
atkdocument.c:278: Warning: Atk: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead:
* Virtual: get_document_attribute_value
^
atkdocument.c:312: Warning: Atk: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead:
* Virtual: set_document_attribute
^
atkhyperlink.c:346: Error: Atk: invalid comment text:
a *
^
atktext.c:1093: Warning: Atk: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead:
* Virtual: get_bounded_ranges
^
Traceback (most recent call last):
File "/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/bin/g-ir-scanner", line 55, in <module>
sys.exit(scanner_main(sys.argv))
File "/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/lib/gobject-introspection/giscanner/scannermain.py", line 526, in scanner_main
shlibs = create_binary(transformer, options, args)
File "/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/lib/gobject-introspection/giscanner/scannermain.py", line 406, in create_binary
gdump_parser.get_error_quark_functions())
File "/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/lib/gobject-introspection/giscanner/dumper.py", line 338, in compile_introspection_binary
return dc.run()
File "/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/lib/gobject-introspection/giscanner/dumper.py", line 171, in run
self._compile(o_path, c_path)
File "/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/lib/gobject-introspection/giscanner/dumper.py", line 244, in _compile
subprocess.check_call(args)
File "/gnu/store/f03d4cpya3k5f5067zwm9nrdxi6p83ir-python-2.7.6/lib/python2.7/subprocess.py", line 535, in check_call
retcode = call(*popenargs, **kwargs)
File "/gnu/store/f03d4cpya3k5f5067zwm9nrdxi6p83ir-python-2.7.6/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/gnu/store/f03d4cpya3k5f5067zwm9nrdxi6p83ir-python-2.7.6/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/gnu/store/f03d4cpya3k5f5067zwm9nrdxi6p83ir-python-2.7.6/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
/gnu/store/fk7cy8wyp4mk6vgmnz9hz15bp3q2m6lr-gobject-introspection-1.42.0/share/gobject-introspection-1.0/Makefile.introspection:153: recipe for target 'Atk-1.0.gir' failed
make[3]: *** [Atk-1.0.gir] Error 1
--8<---------------cut here---------------end--------------->8---
Mark
Information forwarded
to
bug-guix <at> gnu.org
:
bug#19332
; Package
guix
.
(Wed, 10 Dec 2014 03:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 19332 <at> debbugs.gnu.org (full text, mbox):
Mark H Weaver <mhw <at> netris.org> writes:
> atk fails to build. See:
>
> http://hydra.gnu.org/build/172242
>
> The problem was introduced between 427476d (works) and 5a4753a (fails),
> probably one of these two commits:
>
> 5a4753a * gnu: gobject-introspection: Define search path for typelib files.
> 6671724 * gnu: gobject-introspection: Update to 1.42.0 and add new patch.
It turns out that upgrading 'gobject-introspection' broke lots of
libraries that use it. Updating 'atk' to the latest version fixed it.
Ditto for 'pango'. I'm currently working on updating the affected
packages.
Mark
Reply sent
to
Mark H Weaver <mhw <at> netris.org>
:
You have taken responsibility.
(Thu, 11 Dec 2014 02:51:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mark H Weaver <mhw <at> netris.org>
:
bug acknowledged by developer.
(Thu, 11 Dec 2014 02:51:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 19332-done <at> debbugs.gnu.org (full text, mbox):
Mark H Weaver <mhw <at> netris.org> writes:
> It turns out that upgrading 'gobject-introspection' broke lots of
> libraries that use it. Updating 'atk' to the latest version fixed it.
> Ditto for 'pango'. I'm currently working on updating the affected
> packages.
It turned out that there were too many broken dependencies, including
eudev, whose latest version fails to build. For now, it has been fixed
by reverting the gobject-introspection update in
6c2cf86edb04adb3a74bf4099fd9a8ad4f8c5ae1.
I'm closing this bug.
Mark
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 08 Jan 2015 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.