From owner-freebsd-questions@FreeBSD.ORG Wed May 14 01:14:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 980391065678 for ; Wed, 14 May 2008 01:14:03 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id 339588FC13 for ; Wed, 14 May 2008 01:14:03 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.198] (202-172-126-254.cpe.qld-1.comcen.com.au [202.172.126.254] (may be forged)) by angel.comcen.com.au (8.13.4/8.12.9) with ESMTP id m4E16fpf041125 for ; Wed, 14 May 2008 11:06:47 +1000 (EST) From: Da Rock To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Wed, 14 May 2008 11:06:30 +1000 Message-Id: <1210727190.26533.47.camel@laptop2.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Content-Transfer-Encoding: 7bit X-comcen-MailScanner-Information: Please contact the ISP for more information X-comcen-MailScanner: Found to be clean X-comcen-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.383, required 4, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -15.00) X-comcen-MailScanner-From: rock_on_the_web@comcen.com.au Subject: libavcodec miscompiled - running very slow X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 01:14:03 -0000 I installed gmencoder on 6.3 recently (and yes, given that I recently posted all my ports are up to date), but when I run it to encode a movie it comes back on the 2nd pass and says that libavcodec was miscompiled and will be slow (sure is- runs forever getting nowhere). It did recommend compiling on gcc>=4.2, so I installed gcc42 (tried 4.4 and 4.3, but hit issues which I wasn't prepared to overcome especially after a quick search online) and symlinked it to the /usr/bin (renamed the old gcc). But after reinstalling gmencoder, mencoder, and mplayer I still had no success. Any ideas on how to fix this? If I run gcc -dumpversion it comes back with 4.2.4, and searching online I found that ports uses the $path to find gcc, so I'm kinda at a loss here.