From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 6 20:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37D931065680 for ; Sat, 6 Oct 2012 20:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 227A08FC14 for ; Sat, 6 Oct 2012 20:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q96KADEh001532 for ; Sat, 6 Oct 2012 20:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q96KADXd001528; Sat, 6 Oct 2012 20:10:13 GMT (envelope-from gnats) Date: Sat, 6 Oct 2012 20:10:13 GMT Message-Id: <201210062010.q96KADXd001528@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Andrzej Voss Cc: Subject: Re: ports/172353: multimedia/mencoder does not build with clang on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andrzej Voss List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 20:10:14 -0000 The following reply was made to PR ports/172353; it has been noted by GNATS. From: Andrzej Voss To: bug-followup@freebsd.org Cc: Thomas Zander Subject: Re: ports/172353: multimedia/mencoder does not build with clang on amd64 Date: Sat, 06 Oct 2012 22:07:20 +0200 > I am unable to reproduce this on my amd64 boxes (9.1 PRERELEASE). > > Could you check whether there is > #define HAVE_AVX 0 > in config.h in mplayer's build dir? > > Riggs Hello, In both mencoder's and mplayer's build dir I have #define HAVE_AVX 0 Also mplayer itself builds fine, problem occurs only when trying to build mencoder. I have 9.0 installed from iso on that box, could it be problem with clang in that particular dist? -- Andrzej