From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9368 Path: news.gmane.org!not-for-mail From: Jens Newsgroups: gmane.linux.lib.musl.general Subject: musl 1.1.14 and x86_64 Date: Tue, 23 Feb 2016 13:03:55 +0100 (CET) Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Trace: ger.gmane.org 1456229059 14390 80.91.229.3 (23 Feb 2016 12:04:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Feb 2016 12:04:19 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9381-gllmg-musl=m.gmane.org@lists.openwall.com Tue Feb 23 13:04:18 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aYBhR-0002Vq-11 for gllmg-musl@m.gmane.org; Tue, 23 Feb 2016 13:04:17 +0100 Original-Received: (qmail 7398 invoked by uid 550); 23 Feb 2016 12:04:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7369 invoked from network); 23 Feb 2016 12:04:08 -0000 User-Agent: Alpine 2.11 (LNX 23 2013-08-11) X-CMAE-Envelope: MS4wfIV92Bj8unGQ0TkMWF2BcjgmThq+SZ4UtHxliD4T98VjiaxXIYyLf7E1+5BtzJrSIbVYHCwvon5GbLnkElW7JNvn/h0zTaj6waFlbC55pzjcZdIxTqY8 vv7+OtZ6dW3Pl+AgV5S6whiMwT98GDW7HSiGmaLVzsEPwwDtCBnuwR5DhuPlPOR24Qn5rdu+geI2IZvYyg7P4OcNDfskXEkU+WI= Xref: news.gmane.org gmane.linux.lib.musl.general:9368 Archived-At: Hello! Since 1.1.14 I am seeing the following when compiling musl for x86_64 (32 bit is fine). 1.1.12 was Ok. ./include/unistd.h:125: warning: redeclaration of 'optarg' with different visibility (old visibility preserved) ./src/internal/vis.h:23: warning: previous declaration of 'optarg' was here ./include/unistd.h:126: warning: redeclaration of 'optind' with different visibility (old visibility preserved) ./src/internal/vis.h:17: warning: previous declaration of 'optind' was here ./include/unistd.h:126: warning: redeclaration of 'opterr' with different visibility (old visibility preserved) ./src/internal/vis.h:17: warning: previous declaration of 'opterr' was here ./include/unistd.h:126: warning: redeclaration of 'optopt' with different visibility (old visibility preserved) ./src/internal/vis.h:17: warning: previous declaration of 'optopt' was here Can I ignore these warnings or are they likely to break something? I'm still building things from a pretty old environment, so that may be the cause of the warnings. (The base is an old uclibc buildroot). gcc 4.1.2 and binutils-2.20.1-1. configured with --prefix=/opt/musl --bindir=/usr/bin --disable-shared Regards, Jens