GNOME Bugzilla – Bug 651922
libgda-4.2.8 wants to write on /etc/libgda-4.0/config during compilation with --enable-gtk-doc
Last modified: 2011-06-07 08:16:34 UTC
This is a regression over 4.2.7, as reported downstream on: http://bugs.gentoo.org/show_bug.cgi?id=370013 During compilation of libgda-4.2.8, build system tries to write on /etc/libgda-4.0/config when configure is run with --enable-gtk-doc option. Thanks a lot for your help
More info about what is causing this problem in: http://bugs.gentoo.org/show_bug.cgi?id=370013#c6 "This is being accessed by gda-config to attempt to determine whether the system config can be written: (gdb) where
+ Trace 227395
The offending commit is http://git.gnome.org/browse/libgda/commit/doc/C?id=45b1ad1345d9f2f1475ad263c1305c15b19e01c7 as this introduces the type gda_data_model_ldap_get_type which ends up referencing gda-config."
Can you check with git/LIBGDA_4.2 branch (see commit http://git.gnome.org/browse/libgda/commit/?h=LIBGDA_4.2&id=9c1a1809650321c3d752a143f87089d325c49237)?
Works fine, thanks a lot