If one defines WITHOUT_KERBEROS="YES" in /etc/make.conf, then gnome-vfs can no longer be built because libroken is missing. -shared .libs/ftp-method.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.18.1/libgnomevfs/.libs -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -pthread /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libiconv.so -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err ../libgnomevfs/.libs/libgnomevfs-2.so -lutil -march=opteron -pthread -pthread -pthread -pthread -pthread -Wl,-soname -Wl,libftp.so -o .libs/libftp.so /usr/bin/ld: cannot find -lroken gmake[2]: *** [libftp.la] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.18.1/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/gnome-vfs/work/gnome-vfs-2.18.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/gnome-vfs. This, then, means that one cannot build openoffice.org ports. How-To-Repeat: Remove libroken* and try to build.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer
State Changed From-To: open->closed Kerberos is part of the default base system, and we do not support builds without it.
marcus 2007-07-28 19:00:29 UTC FreeBSD ports repository Modified files: devel/gnome-vfs Makefile Log: Add a check for WITHOUT_KERBEROS, and trigger an error during make configure. Kerberos support is required for gnome-vfs and other GNOME components. PR: 114838 Suggested by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Revision Changes Path 1.127 +4 -0 ports/devel/gnome-vfs/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"