After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720784 - Build failure on travis-ci
Build failure on travis-ci
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Glib
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-19 23:01 UTC by Ivan Baidakou (dmol)
Modified: 2013-12-20 17:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ivan Baidakou (dmol) 2013-12-19 23:01:41 UTC
Hello!

It seems that the latest version of Glib (1.303) fails to build on travis-ci:

[ CC gperl-gtypes.c ]
gperl-gtypes.c: In function ‘gperl_spawn_flags_get_type’:
gperl-gtypes.c:190:9: error: ‘G_SPAWN_SEARCH_PATH_FROM_ENVP’ undeclared (first use in this function)
gperl-gtypes.c:190:9: note: each undeclared identifier is reported only once for each function it appears in
make: *** [gperl-gtypes.o] Error 1
FAIL


(Full build log can be found here: https://s3.amazonaws.com/archive.travis-ci.org/jobs/15736507/log.txt )

Switching to previous stable version Glib (1.302) causes not that a problem.

Thanks!
Comment 1 Torsten Schoenfeld 2013-12-20 17:50:00 UTC
Should be fixed in git: <https://git.gnome.org/browse/perl-Glib/commit/?id=4e85501a3b03c4636dc1d9529bcacdffcbfadf2c>.