From owner-freebsd-stable@FreeBSD.ORG Tue Sep 9 10:10:37 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3773B7A for ; Tue, 9 Sep 2014 10:10:36 +0000 (UTC) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69377E08 for ; Tue, 9 Sep 2014 10:10:36 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id b17so18999653lan.22 for ; Tue, 09 Sep 2014 03:10:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=iW1HauEdehlCFUsYwCebQVKTfRLItDWkYE9L3geQwoo=; b=AWn2+KsSR8cvAaU32OgnQgUDpyAaORhCJfN2kE4p5leoLIua6N2oIT3BVD37i6I9sh UnJLgINT4fy8PSDZto4eXNmFefcOHIFd1oD9BAMmfpy9Qw/LKTIV/Z73VHHBofo5LpIp vUnibW6xY140eWUXc2erE7ry7XfBUbEnhrPsQUDe8UGx5TW2PeNua1A5Z72PXQ927jdA 0hMtRu63YfYLoJmVlONank/mYoJNLNljyyD7OukHt8g3/dHTTetU3nLhv065GEbSt1MO 8tKxPv+SOvePzJELRM5DxdeZIzVUvc5nBw3ppzlfbSVKg3zAc1XoELfN+Kz03AsEqBk9 dFCg== X-Gm-Message-State: ALoCoQlQkOghFyIzRMjf5MFUTNXluHk/o6UYIH5gytRdMxZ51Vj66wYMR/t5vU+VvMWV6SWRWO+A MIME-Version: 1.0 X-Received: by 10.112.156.138 with SMTP id we10mr17808596lbb.68.1410257127249; Tue, 09 Sep 2014 03:05:27 -0700 (PDT) Received: by 10.112.219.106 with HTTP; Tue, 9 Sep 2014 03:05:27 -0700 (PDT) Date: Tue, 9 Sep 2014 12:05:27 +0200 Message-ID: Subject: 8.4 - libgcrypt won't build, complains about xgetbv missing from assembler From: Damien Fleuriot To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 10:10:37 -0000 Hello list, I'm hitting this peculiar problem on 8.4-STABLE where /usr/ports/security/libgcrypt/ won't build and complains about xgetbv , per : == /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include -pipe -g -std=gnu89 -fvisibility=hidden -Wall -MT hwf-x86.lo -MD -MP -MF .deps/hwf-x86.Tpo -c -o hwf-x86.lo hwf-x86.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include -pipe -g -std=gnu89 -fvisibility=hidden -Wall -MT hwf-x86.lo -MD -MP -MF .deps/hwf-x86.Tpo -c hwf-x86.c -fPIC -DPIC -o .libs/hwf-x86.o hwf-x86.c:150: warning: 'get_xgetbv' defined but not used {standard input}: Assembler messages: {standard input}:106: Error: no such instruction: `xgetbv' *** Error code 1 Stop in /usr/ports/security/libgcrypt/work/libgcrypt-1.6.1/src. *** Error code 1 == Googling around suggests the problem might stem from /usr/bin/as as reports version : == GNU assembler 2.15 [FreeBSD] 2004-05-23 == 10-STABLE compiles security/libgcrypt just fine, with /usr/bin/as version 2.17.50 The ports tree is up to date as of today. Is anyone able to reproduce the problem on 8.4 ?