From owner-freebsd-ports@FreeBSD.ORG Sun Apr 18 07:55:46 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E90B106564A; Sun, 18 Apr 2010 07:55:45 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C93B8FC20; Sun, 18 Apr 2010 07:55:44 +0000 (UTC) Received: by wyf28 with SMTP id 28so612979wyf.13 for ; Sun, 18 Apr 2010 00:55:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=NO561Ej/hhtbG6tAxNMI5SciDPtdl17FsN9xomIWVXc=; b=jk5xDQMdYMRaWgQIst6dWpVCsPB+J2nspYHzkeJQJWM4CUn+Ynamhu6HW9N/Zjkk2J pRh/2IDYR738J0SU28I7kG9GdrxD9ulUnTEcqnrtCNVreVRmXT4KViZeElSQ/H1ArUe9 cWtzhVJPKzBv4BxS6rW6x0RtXaYZHt36nf9+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=e7M4trLvADSriVtWaYr4HIvLaHOoFvyUEpg+U2Z+9weZUFj+DnXU1/uBDnYtSbJMx7 DnJ3FfAGPoO9WoDtKoFIpszVgAKspJvLsGrBRgxUSYZCpsk3eZcqw4KtDIuT6ysbyEmj cMu/qG2TxL+3EQkN8GZgiXcWYajiGmIJ3/mKU= MIME-Version: 1.0 Received: by 10.216.182.202 with HTTP; Sun, 18 Apr 2010 00:55:43 -0700 (PDT) In-Reply-To: References: Date: Sun, 18 Apr 2010 09:55:43 +0200 Received: by 10.216.163.67 with SMTP id z45mr4982583wek.26.1271577343317; Sun, 18 Apr 2010 00:55:43 -0700 (PDT) Message-ID: From: Thomas Zander To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: mplayer failing on -current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 07:55:46 -0000 On Sun, Apr 18, 2010 at 08:02, Doug Barton wrote: > dvb_tune.c:33:19: error: error.h: No such file or directory A patch for this should have been already committed. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=145636 > cabac.h: In function 'get_cabac_noinline': > cabac.h:525: error: can't find a register in class 'GENERAL_REGS' while > reloading 'asm' > cabac.h:525: error: 'asm' operand has impossible constraints This is i386, right? The problem should go away if you activate optimized cflags in the options dialog. Can you verify that? Riggs