From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 14:57:38 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 9E408106566C for ; Thu, 10 Apr 2008 14:57:38 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 1AADA8FC1E for ; Thu, 10 Apr 2008 14:57:37 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so38899mue.6 for ; Thu, 10 Apr 2008 07:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=DBnw8T8T9FiJGVS4ag6XRXZiVjhM65373WuzSlyeyRA=; b=TCEk2VYZmwTHkKmNB9PQKgxavX3gmgcpomEJX3mzRfNWGl8/fSTtivCl4h9Jk+n59pwF917ZYiIMgi0OhnUTZwTZjqagxhzZv/OON93MDeQoeGBtxy7kjLXV+Lqp9nTwBq23D1f0Q5QQiU1CDcSFOp8mPqpOBTr7Cp1hi4Uurlc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=nlJZhMqlOvQw6Pl/dIXKFAHwJd4CFq42iAqKrgeyFITk0jJ4J2WeiPReVUNKaRo14PIHVsWR6yQDKxPPjJGTE4k/Ug1fJKXOrzRgzl24sGjgSHIoEwdP/mgCoahzuckEASDFeeXqbrskjNmH1bB+sHRed032QLRjlKTE8USEQTE= Received: by 10.82.145.7 with SMTP id s7mr1387594bud.71.1207839456518; Thu, 10 Apr 2008 07:57:36 -0700 (PDT) Received: by 10.82.116.2 with HTTP; Thu, 10 Apr 2008 07:57:36 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 10:57:36 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Leslie Jensen" In-Reply-To: <47FE28E3.5000006@eskk.nu> MIME-Version: 1.0 References: <47FE28E3.5000006@eskk.nu> X-Google-Sender-Auth: 3f842b19b3c20fff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Error when compiling multimedia/x264 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: Thu, 10 Apr 2008 14:57:38 -0000 On Thu, Apr 10, 2008 at 10:49 AM, Leslie Jensen wrote: > I'm lost. Can't find the answer when I google. > > Someone here that can shed some light on my problem? > > > ---------------------------------------- > X86 -DSYS_FREEBSD -DHAVE_PTHREAD -s -fomit-frame-pointer -c -o > common/x86/mc-c.o common/x86/mc-c.c > cc -O4 -ffast-math -O2 -fno-strict-aliasing -pipe -Wall -I. -O2 > -fno-strict-aliasing -pipe -fPIC -I/usr/local/include -I/usr/local/include > -DHAVE_MMX -DARCH_X86 -DSYS_FREEBSD -DHAVE_PTHREAD -s -fomit-frame-pointer > -c -o common/x86/predict-c.o common/x86/predict-c.c > nasm -O2 -f elf -Icommon/x86/ -o common/x86/cabac-a.o > common/x86/cabac-a.asm > common/x86/cabac-a.asm:82: error: symbol `hidden' not defined before use > gmake: *** [common/x86/cabac-a.o] Segmentation fault: 11 > gmake: *** Deleting file `common/x86/cabac-a.o' > *** Error code 2 > > Stop in /usr/ports/multimedia/x264. *** Error code 1 > I fixed this a few hours ago, thanks for reporting! (update your ports or just install devel/yasm and rebuild x264) > Stop in /usr/ports/multimedia/x264. > ------------------------------------------------- > > Thanks > /Leslie > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >