From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RaBXM-0002Ah-8y for garchives@archives.gentoo.org; Mon, 12 Dec 2011 19:27:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C709521C0AB; Mon, 12 Dec 2011 19:27:32 +0000 (UTC) Received: from mail.shawcable.com (shawmail.shawcable.com [64.59.128.220]) by pigeon.gentoo.org (Postfix) with ESMTP id CED4721C0AB for ; Mon, 12 Dec 2011 19:26:19 +0000 (UTC) Received: from bpd2mi1no-svcs.prod.shawcable.com ([10.0.184.120]) by bpd2mo3no-ssvc.prod.shawcable.com with ESMTP; 12 Dec 2011 12:26:18 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=rhzBfl3TH6jSClqh7E8qe//hARbvbzCI0ETuu7/2kJU= c=1 sm=1 a=wom5GMh1gUkA:10 a=wad7Ib8PcLgA:10 a=nDghuxUhq_wA:10 a=BLceEmwcHowA:10 a=8nJEP1OIZ-IA:10 a=dgx804EzjhD8CRYpIFkhZA==:17 a=IH2A1CbeUWxJJ0TN7wEA:9 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-IronPort-AV: E=Sophos;i="4.71,340,1320649200"; d="scan'208";a="634467946" Received: from unknown (HELO bpd2mi1no-cmts.prod.shawcable.com) ([192.168.183.120]) by bpd2mi1no-cmts.prod.shawcable.com with ESMTP; 12 Dec 2011 12:26:18 -0700 X-reinject: true Received: from unknown (HELO syscon4.localdomain) ([68.148.245.78]) by bpd2mi1no-dmz.prod.shawcable.com with ESMTP; 12 Dec 2011 12:26:18 -0700 Received: by syscon4.localdomain (Postfix, from userid 1000) id 7A8921CD191; Mon, 12 Dec 2011 12:28:15 -0700 (MST) Date: Mon, 12 Dec 2011 12:28:15 -0700 From: Joseph To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] ffmpeg - fails to compile on amd64 Message-ID: <20111212192815.GT3810@syscon4.inet> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 65647e7d-1942-42bc-a70a-51d7a3eb44dd X-Archives-Hash: 41106a1a48cd4f7950a0ba63deb5bcc4 I"m trying to install "kino" but ffmpeg fails to compile: >>> Configuring source in /var/tmp/portage/media-video/ffmpeg-0.7.8/work/ffmpeg-0.7.8 ... x86_64-pc-linux-gnu-gcc is unable to create an executable file. If x86_64-pc-linux-gnu-gcc is a cross-compiler, use the --enable-cross-compile option. Only do this if you know what cross compiling means. C compiler test failed. * ERROR: media-video/ffmpeg-0.7.8 failed (configure phase): * (no error message) * * Call stack: * ebuild.sh, line 56: Called src_configure * environment, line 2680: Called die * The specific snippet of code: * ./configure --prefix=/usr --libdir=/usr/$(get_libdir) --shlibdir=/usr/$(get_libdir) --mandir=/usr/share/man --enable-shared --cc="$(tc-getCC)" $(use_enable static-libs static) ${myconf} || die * * If you need support, post the output of 'emerge --info =media-video/ffmpeg-0.7.8', * the complete build log and the output of 'emerge -pqv =media-video/ffmpeg-0.7.8'. * The complete build log is located at '/var/tmp/portage/media-video/ffmpeg-0.7.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg-0.7.8/temp/environment'. * S: '/var/tmp/portage/media-video/ffmpeg-0.7.8/work/ffmpeg-0.7.8' -- Joseph