From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57157 invoked by alias); 26 Dec 2017 08:40:05 -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 57138 invoked by uid 89); 26 Dec 2017 08:40:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:D*debian.org, HX-Received:Tue, H*i:sk:1514054, H*f:sk:1514054 X-HELO: mail-io0-f170.google.com Received: from mail-io0-f170.google.com (HELO mail-io0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Dec 2017 08:40:03 +0000 Received: by mail-io0-f170.google.com with SMTP id 87so27831343ior.5 for ; Tue, 26 Dec 2017 00:40:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=IhukIDjenIDVsHBQjb5ZHA18f+AYSAoiMhEEkucLVAQ=; b=FjjDe72WqauU+Pe0cS8FO3yW1jxTlNTik0fDOBzwvoYptPIq87iSizceYADd8iB3O0 tnyL0Wn3Fv3dUbwD3Si60BDxFv0tA+wNQVOMU3Y0nBUqDI2vyIctKRsFhfxrR+JtizRq cW3YkB8c5I9Miqtx3Xlk4a5CyNuaIPCPtdykApcNVM4ifjMY/TDN/whGxUFQfbSiS0QX HDFbN2vEfvVOQ7oD95Oozpwl+sx2Pp8N1yR6JgLBLO5OjIUsbKtEG4XLAzUeUnv0BwP5 DZovnZwRxVwTbdyjEZPvdJgKKW6nNfcKEDH7dhLbcGhtdG+zTmbYpbJILCBkMkf3CHKO 5XPA== X-Gm-Message-State: AKGB3mIJbHGNffWjb2onUgpuEuR6MeGnFtZaSCSE1N4pIkC0Us2u3kRr BTSvc7GYhd7Q2c9vIURXfWt3RiMMltm1sPwa53Y= X-Google-Smtp-Source: ACJfBovkPM/jlAcISY1iZcBP7cI13fspl3Sxdw4eSvFmFGNCahAhtm3PZ4ihvr/5J3WsP3RI+JD93lnkGmKR8J80uT8= X-Received: by 10.107.132.163 with SMTP id o35mr29996315ioi.276.1514277601317; Tue, 26 Dec 2017 00:40:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.178.70 with HTTP; Tue, 26 Dec 2017 00:40:00 -0800 (PST) In-Reply-To: <1514054469.7063.134.camel@gmail.com> References: <1510543894.5221.5.camel@gmail.com> <1514054469.7063.134.camel@gmail.com> From: =?UTF-8?B?SMOpY3RvciBPcsOzbiBNYXJ0w61uZXo=?= Date: Tue, 26 Dec 2017 08:40:00 -0000 Message-ID: Subject: Re: Bug#881569: [Fwd: gdb: FTBFS on hurd-i386] To: svante.signell@gmail.com, 881569@bugs.debian.org Cc: bug-hurd@gnu.org, gdb-patches@sourceware.org, thomas@codesourcery.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2017-12/txt/msg00492.txt.bz2 Hello Svante, On Sat, Dec 23, 2017 at 7:41 PM, Svante Signell wrote: > Hello, > > These patches was submitted to Debian November 13 2017. Nothing has > happened so far, so maybe upstream would be interested to consider the > patches for next release. I would like to have them applied in Debian package for next release, however it is taking more time than I thought, then I am going on vacations. If you are able to upload to Debian, feel free to NMU the package, otherwise, I'll try to have a look in a couple weeks. > Thanks! > > ---------- Forwarded message ---------- > From: Svante Signell > To: Debian Bug Tracking System > Cc: > Bcc: > Date: Mon, 13 Nov 2017 04:31:34 +0100 > Subject: gdb: FTBFS on hurd-i386 > Source: gdb > Version: 8.0-1 > Severity: important > Tags: patch > User: debian-hurd@lists.debian.org > Usertags: hurd, experimental > > Hi, > > gdb FTBFS on GNU/Hurd due to three reasons: > > - Usage of PATH_MAX in gdb/remote.c > > - Recent changes in Hurd failing the build of gdb/gnu-nat.c > > - A name clash of struct thread_info and the kernel function thread_info() > included in gdb/thread.c and gdb/python/py-record-btrace.c. > > Include paths: > 1) defs.h: #include "gdbarch.h": struct thread_info > > 2) defs.h: #include "nm.h":#include :#include > where the function thread_info() is defined: > > extern kern_return_t thread_info > ( > mach_port_t target_thread, > int flavor, > thread_info_t thread_info_out, > mach_msg_type_number_t *thread_info_outCnt > ); > > The attached patches fixes these issues: > gdb-PATH_MAX.patch > gnu-nat.c.patch > struct-thread_info.patch > > Thanks :) > --=20 H=C3=A9ctor Or=C3=B3n -.. . -... .. .- -. -.. . ...- . .-.. --- .--. . = .-.