Gentoo Archives: gentoo-user

From: Mat Troi <mattroisang@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation
Date: Wed, 22 Oct 2014 21:43:13
Message-Id: CAA0a8nWx4k-sO5jC5vEnppOvxiybprHd_hk_CZ=d_JN6EheiFA@mail.gmail.com
1 Hi,
2
3 I am trying to compile GNUTLS 3.3.9 on a Solaris system with Solaris
4 Studio 12.2 and I got a bunch of errors relating to GNU-stack.
5
6 Assembler:
7 "elf/cpuid-x86_64.s", line 59 : Syntax error
8 Near line: ".section .note.GNU-stack,"",%progbits"
9 Assembler:
10 "elf/aes-ssse3-x86_64.s", line 841 : Syntax error
11 Near line: ".section .note.GNU-stack,"",%progbits"
12 cc: fbe failed for elf/cpuid-x86_64.s
13 cc: fbe failed for elf/aes-ssse3-x86_64.s
14 Assembler:
15 "elf/e_padlock-x86_64.s", line 1067 : Syntax error
16 Near line: ".section .note.GNU-stack,"",%progbits"
17 make[5]: *** [elf/cpuid-x86_64.lo] Error 1
18 make[5]: *** Waiting for unfinished jobs....
19 make[5]: *** [elf/aes-ssse3-x86_64.loAssembler: ] Error 1
20
21 Has anyone seen these type of erros and what is a way to fix this?
22
23 Thanks,
24 Mat

Replies

Subject Author
Re: [gentoo-user] Question about the ".section .note.GNU-stack," failure during compilation Alexander Kapshuk <alexander.kapshuk@×××××.com>