From owner-freebsd-ports@FreeBSD.ORG Sun Sep 27 07:42:42 2009 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 0A8801065695; Sun, 27 Sep 2009 07:42:42 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.221.176]) by mx1.freebsd.org (Postfix) with ESMTP id 2D96D8FC17; Sun, 27 Sep 2009 07:42:40 +0000 (UTC) Received: by qyk6 with SMTP id 6so1448152qyk.3 for ; Sun, 27 Sep 2009 00:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=6A5QbjMgCVVD7QBMARljV2hMoQI0N2NZC7hU9wi4IIQ=; b=P9fdYYxticwXZ5P2KWXmsbGbET1eoMeYcmLFEdmSK1RdNe4Yo+NlPAyE96Njz1Qct3 cWD1yw5sC1YX8cHbmxah0ABeRxqYzY/LG4byS70Hezt6u7eS8QfuOT0FbKN3828wP3nL 5t1UJXh9z5tKHYTJahb0UcdyACuhr8I3wNFv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Mp+4KLdALQshWwTFF7bVsF9pXHIYZBksPNtPjI9gDtFNcMNe4Gmq9xL8V/cmXYOukl RuRUH+LVRyiSuNUcTsIVnQraXcYRFHWfBGFZ6tnLXuN/lHsdnfho3sAhOke1c+dRsTXB Xl8rLtmtfKFlCULQEvpEKN25f3fPsfKFUTN08= MIME-Version: 1.0 Sender: thomas.e.zander@googlemail.com Received: by 10.224.63.1 with SMTP id z1mr1694874qah.314.1254035387419; Sun, 27 Sep 2009 00:09:47 -0700 (PDT) In-Reply-To: <4ABED28F.2000806@FreeBSD.org> References: <4ABED28F.2000806@FreeBSD.org> Date: Sun, 27 Sep 2009 09:09:47 +0200 X-Google-Sender-Auth: 997cfeb7048e7073 Message-ID: <786602c60909270009t1e483f0fo7dfdcc5ee9ef1e06@mail.gmail.com> From: Thomas Zander To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: mplayer fails to build on today's -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, 27 Sep 2009 07:42:42 -0000 On Sun, Sep 27, 2009 at 04:48, Doug Barton wrote: > cc -O2 -pipe -g -fno-strict-aliasing -I./libavcodec -I./libavformat > ... > 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 error should go away if you build mplayer with -O3. Can you turn on the optimized-cflags-knob and try again? Riggs