Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: guile-gnome-platform - Guile wrapper collection for the GNOME library stack https://bugzilla.redhat.com/show_bug.cgi?id=254211 mtasaka@xxxxxxxxxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn|285361 | ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-09-11 12:08 EST ------- For me almost okay, except for 2 issues. * For the line (in %prep) ----------------------------------------------------- export CFLAGS="%{optflags} -I%{_libdir}/gcc/*-redhat-linux-gnu/include/" sed -i "s|@GUILE_CAIRO_CFLAGS@|@GUILE_CAIRO_CFLAGS@ -I%{_libdir}/gcc/*-redhat-linux-gnu/include/|" gtk/gnome/gw/Makefile.in ----------------------------------------------------- - Well, my system does not have any directory which matches %_libdir/gcc/*-redhat-linux-gnu so these two lines can be removed * rpmlint - rpmlint for installed -devel package complains about undefined-non-weak-symbol. -------------------------------------------------------- guile-gnome-platform.i386: W: undefined-non-weak-symbol /usr/lib/libguile-gnome-corba-0.so.0.0.0 TC_CORBA_sequence_CORBA_any_struct guile-gnome-platform.i386: W: undefined-non-weak-symbol /usr/lib/libguile-gnome-corba-0.so.0.0.0 TC_null_struct (and so many lines) -------------------------------------------------------- Linking of libguile-gnome-corba-0.so against libORBit-2.so and libbonobo-2.so is missing. For a brief solution, adding -------------------------------------------------------- export LDFLAGS="-lORBit-2 -lbonobo-2" -------------------------------------------------------- before %configure fixes this. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review