From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48430 invoked by alias); 3 Jun 2019 09:07:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 48421 invoked by uid 89); 3 Jun 2019 09:07:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FOREIGN_BODY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,T_FILL_THIS_FORM_SHORT autolearn=no version=3.3.1 spammy=nachricht, diese, Wno-long-long, GmbH X-HELO: dedi548.your-server.de Received: from dedi548.your-server.de (HELO dedi548.your-server.de) (85.10.215.148) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jun 2019 09:07:12 +0000 Received: from [88.198.220.132] (helo=sslproxy03.your-server.de) by dedi548.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1hXivu-0001cC-AX; Mon, 03 Jun 2019 11:07:10 +0200 Received: from [82.100.198.138] (helo=mail.embedded-brains.de) by sslproxy03.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1hXivu-0004L9-5O; Mon, 03 Jun 2019 11:07:10 +0200 Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 339CD2A1611; Mon, 3 Jun 2019 11:07:25 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id KMpPUa55YewV; Mon, 3 Jun 2019 11:07:24 +0200 (CEST) Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 2D6F92A165C; Mon, 3 Jun 2019 11:07:24 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id IAocU6Eo32tE; Mon, 3 Jun 2019 11:07:24 +0200 (CEST) Received: from huber-nb-linux.suse (unknown [192.168.96.161]) by mail.embedded-brains.de (Postfix) with ESMTPSA id F3ED62A1611; Mon, 3 Jun 2019 11:07:23 +0200 (CEST) To: gdb-patches@sourceware.org Cc: "Jose E. Marchesi" From: Sebastian Huber Subject: Commit a0486bac41d6ce47f27795a5abbca5cc53ddba00 breaks build on FreeBSD 12 Message-ID: Date: Mon, 03 Jun 2019 09:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00016.txt.bz2 Hello Jose, commit a0486bac41d6ce47f27795a5abbca5cc53ddba00 Author: Jose E. Marchesi Date:=C2=A0=C2=A0 Fri May 31 11:10:51 2019 +0200 =C2=A0=C2=A0=C2=A0 libctf: fix a number of build problems found on Solaris= and NetBSD breaks the build on FreeBSD 12: /usr/bin/cc -O2 -pipe -fbracket-depth=3D1024=20 -I/usr/home/user/rtems-source-builder/rtems/build/tmp/sb-user/6/rtems-aarch= 64.bset/usr/local/rtems/5/include=20 -DHAVE_CONFIG_H -I.=20 -I../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf -D_GNU_SOURCE=20 -I../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf=20 -I../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf/../include=20 -I../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf/../bfd=20 -I../bfd=C2=A0=C2=A0 -std=3Dgnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-str= ings=20 -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes=20 -Wold-style-definition -pedantic -Wno-long-long=20 -I../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf/../zlib -MT=20 qsort_r.o -MD -MP -MF .deps/qsort_r.Tpo -c -o qsort_r.o=20 ../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf/qsort_r.c ../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf/qsort_r.c:99:1:=20 error: conflicting types for 'qsort_r' _quicksort (void *const pbase, size_t total_elems, size_t size, ^ ../../sourceware-mirror-binutils-gdb-4f6d070adb/libctf/qsort_r.c:33:21:=20 note: expanded from macro '_quicksort' # define _quicksort qsort_r =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ /usr/include/stdlib.h:300:7: note: previous declaration is here void=C2=A0=C2=A0=C2=A0=C2=A0 qsort_r(void *, size_t, size_t, void *, =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ^ 1 error generated. --=20 Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.huber@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine gesch=C3=A4ftliche Mitteilung im Sinne des EHUG.