From owner-cvs-ports@FreeBSD.ORG Thu Apr 10 14:00:24 2008 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 976041065673 for ; Thu, 10 Apr 2008 14:00:24 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id DEA908FC2C for ; Thu, 10 Apr 2008 14:00:23 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so6722mue.6 for ; Thu, 10 Apr 2008 07:00:22 -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=By4fx7xyx6kh4OrQrETm/qGHS3dyjHf7uAc7tmbgI2g=; b=ECE+5aSeYfjKuzrwmSSxbiYelLszKJ9TBwPH2o7QJT2A+TlzqNPJsxdm/Rv6i5uBDuwUXeQvAmntDPeSxkcrauzo1RmYsGq2iWpN+iP3l0vOGxol3tMdIxvrNQdrmOqbA/yyHpyYGcM7zJIqO1EDZxmmVEfzhhvOIUXXFBsz/wM= 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=qZJIhADDMI5fH6JK5ML1zaxo9xq5Xm5TqNof55guzHyYru0Br/JggfYYUaOd8CFIco9gpDOoYEPie/JNET44OIB49MkzXRp1AUoCFkdnTdxvR+wykR3lB29tkPM0WIZWIuwMwP2tumCAwoOY3PqHoWyK/5bnZdqVxqhvmDaB9Yo= Received: by 10.82.167.9 with SMTP id p9mr2294363bue.7.1207834462525; Thu, 10 Apr 2008 06:34:22 -0700 (PDT) Received: by 10.82.116.2 with HTTP; Thu, 10 Apr 2008 06:34:22 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 09:34:22 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Boris Samorodov" In-Reply-To: <51376614@bb.ipt.ru> MIME-Version: 1.0 References: <200804100101.m3A11QsP074849@repoman.freebsd.org> <51376614@bb.ipt.ru> X-Google-Sender-Auth: 4a1e920122bd72d1 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: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/x264 Makefile distinfo pkg-plist ports/multimedia/x264/files patch-Makefile patch-configure X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 14:00:24 -0000 On Thu, Apr 10, 2008 at 9:11 AM, Boris Samorodov wrote: > On Thu, 10 Apr 2008 01:01:26 +0000 (UTC) Michael Johnson wrote: > > > ahze 2008-04-10 01:01:26 UTC > > > FreeBSD ports repository > > > Modified files: > > multimedia/x264 Makefile distinfo pkg-plist > > multimedia/x264/files patch-Makefile patch-configure > > Log: > > Update to 2008-04-09 snapshot > > I've got a coredump at i386 (with nasm) while at amd64 (with yasm) all > is OK: > ----- > 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 (core dumped) > gmake: *** Deleting file `common/x86/cabac-a.o' > *** Error code 2 Fixed, Thanks for reporting. > > > Stop in /a/ports/multimedia/x264. > ----- > > Is it a trouble with my tinderbox? > > > WBR > -- > bsam >