From owner-freebsd-current@FreeBSD.ORG Mon Jul 1 11:34:01 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A5F76E2 for ; Mon, 1 Jul 2013 11:34:01 +0000 (UTC) (envelope-from feld@feld.me) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id D2A901468 for ; Mon, 1 Jul 2013 11:34:00 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 31ACD20970 for ; Mon, 1 Jul 2013 07:33:54 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 01 Jul 2013 07:33:54 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to; s= mesmtp; bh=cgVhPPO13N5BwV2vMGX2g0qZPJs=; b=cY8k87yT1sa+BY/Wvx0BY itgBAEZhBQKiQN6xXNvwbRRq/o3H64tDy24rFfXBEnIASVGOF6mgKSuIe6VBPTcS 3lZWqAWjo4iZqfT51y1dSeymT0jpiH13fFzMJC9lL94XE4gh6HsqHlwYTBUJWQYu fvBFEK6be865xAOMvNxNu8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:subject:references:date :mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=smtpout; bh=cgVhPPO13N5BwV2vMGX2g0qZPJs=; b=sQw6 8hv+Oh9zaYMbuftn5xIgsqYjHwtXs1LQwpPVMmpSsHaESMh3Sbqzwo/AyUZnq/FS nFKCj+Lc0cTbaLiN/MY4Jl0vfVJuGzCh1ynWQ6Lv/UMO3a5KrMJvN/aDO4HUzVB9 u/oOP/0LpPh6gj1ADjy3SjN+mZczEUgvBfZD8XE= X-Sasl-enc: gzC+53o+cWZ66tyNKwsD35wLI7/atHSBtl4I4Ra476Bk 1372678433 Received: from tech304.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id DD3EC680218 for ; Mon, 1 Jul 2013 07:33:53 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-current@freebsd.org Subject: Re: Zoneminder build failure References: <20130630161948.0d44c69d@zeus.saul.homeunix.org> Date: Mon, 01 Jul 2013 06:33:51 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Mark Felder" Message-ID: In-Reply-To: <20130630161948.0d44c69d@zeus.saul.homeunix.org> User-Agent: Opera Mail/12.15 (FreeBSD) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2013 11:34:01 -0000 On Sun, 30 Jun 2013 16:19:48 -0500, Saul A. Peebsen wrote: > Running -CURRENT, I'm getting this: > > c++ -O2 -pipe -march=core2 -fno-strict-aliasing -L/usr/local/lib > -L/usr/local/lib/mysql -lpthread -o zmc zmc.o zm_box.o zm_buffer.o > zm_camera.o zm_comms.o zm_config.o zm_coord.o zm.o zm_db.o > zm_logger.o zm_event.o zm_exception.o zm_file_camera.o > zm_ffmpeg_camera.o zm_image.o zm_jpeg.o zm_local_camera.o > zm_monitor.o zm_ffmpeg.o zm_mpeg.o zm_poly.o zm_regexp.o > zm_remote_camera.o zm_remote_camera_http.o zm_remote_camera_rtsp.o > zm_rtp.o zm_rtp_ctrl.o zm_rtp_data.o zm_rtp_source.o zm_rtsp.o > zm_sdp.o zm_signal.o zm_stream.o zm_thread.o zm_time.o zm_timer.o > zm_user.o zm_utils.o zm_zone.o -lz -lbz2 -lswscale -lavdevice > -lavformat -lavcodec -lavutil -lz -lpcre -lcrypto -lc -lpthread -ljpeg > -lmysqlclient zm_timer.o: In function `Timer::TimerThread::run()': > zm_timer.cpp:(.text+0x428): undefined reference to > `ThreadData::setValue(bool)' c++: error: linker command failed > with exit code 1 (use -v to see invocation) *** Error code 1 > > Is there a fix for it? > I haven't had a chance to look at that port or build it recently, but is it being built by CLANG on current? If so, is it fixed if you tell it to build with GCC?