Bug 114838 - devel/gnome-vfs broken without kerberos
Summary: devel/gnome-vfs broken without kerberos
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 21:30 UTC by Steven G. Kargl
Modified: 2007-07-28 20:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven G. Kargl 2007-07-23 21:30:01 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-23 22:57:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-07-28 19:03:24 UTC
State Changed
From-To: open->closed

Kerberos is part of the default base system, and we do not support 
builds without it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-28 20:00:35 UTC
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"