-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 9/7/10 2:10 PM, zooloo wrote: > Now that the bindist servers are working again (thank you!) and update-all > has fully succeeded, I am trying to install deja-dup. It fails with an > error that is beyond the fink troubleshooting knowledge I have gathered so > far: > > ########BEGIN######## > $ fink install deja-dup > [...] > Making all in preferences > make all-am > CC PreferencesDialog.o > gcc -DHAVE_CONFIG_H -I. -I.. -I/sw/include -I../libdeja-dup > -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 > -I/sw/include/cairo -I/sw/include/pango-1.0 -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/freetype2 -I/sw/include > -I/sw/include/gconf/2 -I/sw/include/unique-1.0 -I/usr/X11R6/include > -I/usr/X11/include -DGETTEXT_PACKAGE=\"deja-dup\" -Os -c > PreferencesDialog.c > In file included from PreferencesDialog.c:26: > ../libdeja-dup/deja-dup.h:14:37: error: dbus/dbus-glib-lowlevel.h: No such > file or directory > ../libdeja-dup/deja-dup.h:15:28: error: dbus/dbus-glib.h: No such file or > directory > In file included from PreferencesDialog.c:26: > ../libdeja-dup/deja-dup.h:532: error: parse error before 'DBusGProxy' > ../libdeja-dup/deja-dup.h:532: warning: no semicolon at end of struct or > union > ../libdeja-dup/deja-dup.h:534: error: parse error before '}' token > ../libdeja-dup/deja-dup.h:775: error: parse error before 'DBusGProxy' > make[3]: *** [PreferencesDialog.o] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of make failed, exit code 2 > [...] > #########END######### > > Is there anything I could do about this, or is it known already and > planned to be fixed? > > > Many thanks in advance for any helpful hints. > > Zoo Loo > > > -- > Package manager version: 0.29.13 > Distribution version: selfupdate-rsync Tue Sep 7 19:47:48 2010, 10.4, i386 > Mac OS X version: 10.4.11 > Xcode version: 2.5 > gcc version: 4.0.1 (Apple Computer, Inc. build 5370) > make version: 3.80 > Feedback Courtesy of FinkCommander >
There's not a user-level fix. I have: $ dpkg -S dbus/dbus-glib-lowlevel.h dbus-glib1.2-dev: /sw32/include/dbus-1.0/dbus/dbus-glib-lowlevel.h but even with dbus-glib1.2-dev installed the package fails to build as per your failure. The absence of "-I/sw/include/dbus-1.0/dbus/" above is presumably what is causing the failure. The package is also missing a BuildDepend on dbus-glib1.2-dev. I would guess that refactoring dbus broke this package's build process by moving stuff around. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyGlcQACgkQB8UpO3rKjQ9Z6wCfSz3DH5oY7uNgJ92xHInVYaH5 7n8An10EQ26e5eNH9/aiTKvTmxlcyivf =aUUr -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
