From owner-freebsd-ports@FreeBSD.ORG Sat Feb 7 02:52:36 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA25BC96 for ; Sat, 7 Feb 2015 02:52:36 +0000 (UTC) Received: from maul.immure.com (108-84-10-9.lightspeed.austtx.sbcglobal.net [108.84.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87CAE683 for ; Sat, 7 Feb 2015 02:52:36 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YJpuu-00078Y-2T for freebsd-ports@freebsd.org; Fri, 06 Feb 2015 14:54:20 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t16KsJJT097416 for ; Fri, 6 Feb 2015 14:54:19 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t16KsJdS097415 for freebsd-ports@freebsd.org; Fri, 6 Feb 2015 14:54:19 -0600 (CST) (envelope-from bob) Date: Fri, 6 Feb 2015 14:54:19 -0600 From: Bob Willcox To: ports list Message-ID: <20150206205419.GD96060@rancor.immure.com> Reply-To: Bob Willcox MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Subject: multimedia/x264 build failure X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 02:52:36 -0000 I'm getting the following error when trying to build x264: cc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/thread.o output/mp4.o -lgpac -lz -L/usr/local/lib -lx264 -m64 -fstack-protector -L/usr/local/lib -lm -pthread x264.o: In function `main': x264.c:(.text+0x1aea): undefined reference to `x264_encoder_open_142' cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:177: recipe for target 'x264' failed gmake[1]: *** [x264] Error 1 gmake[1]: Leaving directory '/usr/ports/multimedia/x264/work/x264-snapshot-20140827-2245-stable' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/x264 Also, I get these warnings on every compilation: cc -Wno-maybe-uninitialized -Wshadow -O3 -ffast-math -m64 -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -I. -I. -I/usr/local/include -std=gnu99 -fomit-frame-pointer -fno-tree-vectorize -c -o output/mp4.o output/mp4.c warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] But they don't seem to be failing the build (it's the link error shown above). I'm currently at revision 378554 (just updated minutes ago). System info: FreeBSD vader.immure.com 10.1-STABLE FreeBSD 10.1-STABLE #0 r276511: Thu Jan 1 16:19:21 CST 2015 bob@vader.immure.com:/usr/obj/usr/src/sys/GENERIC amd64 Bob -- Bob Willcox | You climb to reach the summit, but once bob@immure.com | there, discover that all roads lead down. Austin, TX | -- Stanislaw Lem, "The Cyberiad"