From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A4581138824 for ; Wed, 22 Oct 2014 21:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7837DE0831; Wed, 22 Oct 2014 21:43:05 +0000 (UTC) Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33F60E07A0 for ; Wed, 22 Oct 2014 21:43:03 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id wp18so1339417obc.30 for ; Wed, 22 Oct 2014 14:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5iCoSoKSF0itR8zKy4CyDY9NXfa8Hl8472LdSpKwQ6I=; b=Fpm8MilgldrUwNfUSV7vfWhFevB4xMhYqNuaYfc5rfpCwLB3uMpzfDwSmuypBnbZRJ GmgBVkAG/Yw7cxbSfNaji2GIqJGN3oXdo3dmqL5HHBVt5KlDD4VDF/CIv7OjrH41E/pm xnVKFCGfDw98y19ltFSTs8Im0IyeG8AEJhcpwMV6Yc/mb3Bha9CLu5qwj0r+9OGSd4aT MUA3aE3KEVIZc/T1DaMgpbBQyPW2/3bM702uEwdZPeRjA4dNWiVV8rSqm/BZXuUgoJfI GQS3zalRkuFvTNCBmqqE/9K4fzdTTdrKDJOPOpfxOaufl1SSCmD1e+lE9Ri7rSmCdkWV qSnw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.60.118.231 with SMTP id kp7mr567035oeb.47.1414014183346; Wed, 22 Oct 2014 14:43:03 -0700 (PDT) Received: by 10.182.171.74 with HTTP; Wed, 22 Oct 2014 14:43:03 -0700 (PDT) Date: Wed, 22 Oct 2014 14:43:03 -0700 Message-ID: Subject: [gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation From: Mat Troi To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 40e0d131-b718-486e-915d-17d1d96b15eb X-Archives-Hash: 7c467628868801259503947e0d21a369 Hi, I am trying to compile GNUTLS 3.3.9 on a Solaris system with Solaris Studio 12.2 and I got a bunch of errors relating to GNU-stack. Assembler: "elf/cpuid-x86_64.s", line 59 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" Assembler: "elf/aes-ssse3-x86_64.s", line 841 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" cc: fbe failed for elf/cpuid-x86_64.s cc: fbe failed for elf/aes-ssse3-x86_64.s Assembler: "elf/e_padlock-x86_64.s", line 1067 : Syntax error Near line: ".section .note.GNU-stack,"",%progbits" make[5]: *** [elf/cpuid-x86_64.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: *** [elf/aes-ssse3-x86_64.loAssembler: ] Error 1 Has anyone seen these type of erros and what is a way to fix this? Thanks, Mat