From owner-svn-ports-all@freebsd.org Fri May 22 05:43:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 474CC2FEBED; Fri, 22 May 2020 05:43:31 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49SwQB40Wkz3YhJ; Fri, 22 May 2020 05:43:30 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-pj1-f66.google.com with SMTP id q24so4505238pjd.1; Thu, 21 May 2020 22:43:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3K+KbhQRQM4DbLy8MdGTPneD+5ixWbpkzEGxrXCEtYg=; b=lPW9DjDtfyPHN7MhTYmLirzlCpjPvm8+g1V6YPDDuvuV7osPxurxC9QxXcZ8yxpN2a fOFKgfzCnj22EV/9doLANys4XX/ptln7BF/4CEV7iXhF0vFyHs7iawJcamRUhmGxwWVk lNH7RiBw13aJu+5QB82YRaG7/bHTIOTO/5xIsEJM20DxJ0MsnOog7g4MTQ4hkrp9ucDo z5PLhrzVHv6L/6boVAQ74yEMPy6YNh3Oyftu6LN+IlBHk0hjouak0tOAlr0ZJeNIkQ5c 4zs4NDBieOlK5YvhngWXdfBVgv9XL6u/FWKwDgksMz50HWnHDV5CsL6Eu63ESs/QKHHZ 4NCw== X-Gm-Message-State: AOAM531JthtrXjnklvKlez5T7OHeSNyF3zSuti/bxr5+qMERsmFbJFFa 0Dr4n/iCh2kGpCfPcKQa4p5m17XYf2DXyaJK4CCelw== X-Google-Smtp-Source: ABdhPJxpIU06FOuDS2JRN1ZT8eutaVjR/KlCCeARke8mFAQ3DkjUFUb8/wzpLwTECOjsFENAjffrQnbW2Z9ia1d6rSY= X-Received: by 2002:a17:902:9b8e:: with SMTP id y14mr13108067plp.109.1590126208323; Thu, 21 May 2020 22:43:28 -0700 (PDT) MIME-Version: 1.0 References: <202005161919.04GJJTmc034884@repo.freebsd.org> In-Reply-To: From: Thomas Zander Date: Fri, 22 May 2020 07:43:00 +0200 Message-ID: Subject: Re: svn commit: r535495 - head/multimedia/mplayer To: Ed Maste Cc: "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49SwQB40Wkz3YhJ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 05:43:31 -0000 On Fri, 22 May 2020 at 03:38, Ed Maste wrote: > > On Sat, 16 May 2020 at 15:19, Thomas Zander wrote: > > > > Author: riggs > > Date: Sat May 16 19:19:29 2020 > > New Revision: 535495 > > URL: https://svnweb.freebsd.org/changeset/ports/535495 > > > > Log: > > Fix build on an i386 world WITHOUT_BINUTILS. (Non-i386 should be ok.) > > Do other archs use the integrated assembler via the compiler driver? IIUC yes. The build error came from the configure script failing in a test for as compatibility which is only performed on i386. I confirmed a successful builds WITHOUT_BINUTILS in an amd64 jail, where as was not needed.