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 686F3138824 for ; Thu, 23 Oct 2014 17:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED04E0871; Thu, 23 Oct 2014 17:06:14 +0000 (UTC) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72CCEE085E for ; Thu, 23 Oct 2014 17:06:13 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id u10so1183898lbd.6 for ; Thu, 23 Oct 2014 10:06:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Jxf9ZPQ+DBhOXgwL3n4xYXYJXRQkQeJ6eAPAeyWeg4U=; b=NN45qzYtKevuHTaGkH8xd1rPeKxQ8KVimRsQpaDW0gMkKEZPqrMPCpArMqLk9irmqh rKO16qiUKSavBeo13d43hce2IJ/sZ3YzKzCTH52cE6VVO4QyKihRlVf7bRljUloyV3l8 8oBA5Tc5uTHiVHsJUHVuJqsMuRNvW3yTZviEVup3GKYuRUF3nN4kP+gJ/TcrjLjL6Qhi +JRJN0Dmjm1S+Ts8PHd6ykfegCMORvCRoSb5byqvUMhWw/40NsU4XKBlVuVdle3O4GTB /MhVnDxRKSY4cvkiFmXpDuR1/FPHpvqYlMyh+qTmVuk48TADV2k0J1raRb7TrzkEF3QW 900A== 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.112.167.102 with SMTP id zn6mr830141lbb.40.1414083971455; Thu, 23 Oct 2014 10:06:11 -0700 (PDT) Received: by 10.112.51.110 with HTTP; Thu, 23 Oct 2014 10:06:11 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Oct 2014 20:06:11 +0300 Message-ID: Subject: Re: [gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation From: Alexander Kapshuk To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: f513fbb3-6cf3-48aa-9dda-d814e1f4a41e X-Archives-Hash: 0f3eaae848994628fb9b01dee8474bac On Thu, Oct 23, 2014 at 12:43 AM, Mat Troi wrote: > 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 > Have you tried asking at the mailing lists below: gnutls-help@lists.gnutls.org gnutls-devel@lists.gnutls.org Did you consult this document for installation instructions: http://www.gnutls.org/manual/gnutls.pdf I'm not too sure, but could the problem be in the '%progbits' section. Here's the syntax generated by gcc on my Gentoo system: .size main, .-main .ident "GCC: (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3" .section .note.GNU-stack,"",@progbits