Date: Fri, 08 Aug 2014 15:56:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192514] can't update sysutils/bacula-server to 7.0.4 Message-ID: <bug-192514-13-cRVwfXGBuC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192514-13@https.bugs.freebsd.org/bugzilla/> References: <bug-192514-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192514 Guido Falsi <madpilot@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madpilot@FreeBSD.org --- Comment #9 from Guido Falsi <madpilot@FreeBSD.org> --- Hi, sysutils/bacula-server built fine in my poudriere this morning, relevant lines: --- bacula-dir --- Linking bacula-dir ... /wrkdirs/usr/ports/sysutils/bacula-server/work/bacula-7.0.4/libtool --silent --tag=CXX --mode=link /usr/bin/c++ -L/usr/local/lib -L../lib -L../cats -L../findlib -o bacula-dir dird.o admin.o authenticate.o autoprune.o backup.o bsr.o catreq.o dir_plugins.o dird_conf.o expand.o fd_cmds.o getmsg.o inc_conf.o job.o jobq.o mac.o mac_sql.o mountreq.o msgchan.o next_vol.o newvol.o recycle.o restore.o run_conf.o scheduler.o ua_acl.o ua_cmds.o ua_dotcmds.o ua_query.o ua_input.o ua_label.o ua_output.o ua_prune.o ua_purge.o ua_restore.o ua_run.o ua_select.o ua_server.o ua_status.o ua_tree.o ua_update.o vbackup.o verify.o -lbacfind -lbacsql -lbaccats -lbaccfg -lbac -lm -lpthread -lintl -lwrap /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib -lssl -lcrypto --- all --- ==== Make of dird is good ==== full log here: http://www.madpilot.net/~mad/bacula/bacula-server-7.0.4.log You should really post a link to the full build log, and perhaps give the config.log from the build. If you look the c++ command line above has -L/usr/local/lib as the first option, while yours does not, that's your problem, it could be caused by something in the configure phase of the build. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192514-13-cRVwfXGBuC>