From owner-freebsd-current@FreeBSD.ORG Sun Jun 30 21:19:53 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1A170C1E for ; Sun, 30 Jun 2013 21:19:53 +0000 (UTC) (envelope-from jaglover@gmail.com) Received: from mail-gh0-x22c.google.com (mail-gh0-x22c.google.com [IPv6:2607:f8b0:4002:c05::22c]) by mx1.freebsd.org (Postfix) with ESMTP id D8B001C68 for ; Sun, 30 Jun 2013 21:19:52 +0000 (UTC) Received: by mail-gh0-f172.google.com with SMTP id r18so1767342ghr.31 for ; Sun, 30 Jun 2013 14:19:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=CkaSmK4Lp2XtBXBNlLEZcO+Iq9hSGffEkl0bqTHvHBE=; b=HB12r4uIVb6of8t7SX6SjC76fVxIGZDysMONi9thcZnN2Or+8JqHkknTCQJEwG+qjz EioNko/l9Z3i5ayV63bGiCM/0M4ZkCUa1RGZrp0NJZPjybyxI8iUEHQe5RA7+2EnMqdj M7r2NC3ydTmuHtJUu0ZxAKlTDBPDlgUhvQfnNCpNfzfzm8kJzN/Vs4ZvONr4SDl2ZC5x dEJBom9Bf0lIyn8mGg5FZKqA3GwkPnXFjQ1VXNA2Y4A0OhCfiH3vq3js93d3qbcRFjUP tlhJ/M5eQVCg8pShd58U8gSPxwvklF3N2S5dpVNuJvwsnG3v49lh8BJVmx+K98srZU7B U59A== X-Received: by 10.236.46.4 with SMTP id q4mr11044353yhb.217.1372627192392; Sun, 30 Jun 2013 14:19:52 -0700 (PDT) Received: from zeus.saul.homeunix.org (ip-66-186-247-24.eatel.net. [66.186.247.24]) by mx.google.com with ESMTPSA id 66sm13201336yhe.20.2013.06.30.14.19.50 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 30 Jun 2013 14:19:51 -0700 (PDT) Date: Sun, 30 Jun 2013 16:19:48 -0500 From: "Saul A. Peebsen" To: freebsd-current@freebsd.org Subject: Zoneminder build failure Message-ID: <20130630161948.0d44c69d@zeus.saul.homeunix.org> X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.19; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Sun, 30 Jun 2013 21:19:53 -0000 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? -- Cheers, Saul