From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 929BA3858CDA; Fri, 7 Oct 2022 07:37:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 929BA3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665128240; bh=f3dMKJgF9+szv4/NrZ/NVlw0L4EoRL+5R+usI0iFtUE=; h=From:To:Subject:Date:From; b=HbiScrokTBUn8fMX/avWFZLlPR8HdorGsgXChEsdxFss2STMAj0eMQpJCkBSd4o2p l7ddRFgWeXaMadhHv+6TyysMDzyWl1/rkdQ8F8v9t8HhpfVebiytzZgiVC2Wsyga2K f4JZZO/w7jOlrs1rKUC4RBSzl6JTrRz0YZsrIAjM= From: "euloanty at live dot com" To: gdb-prs@sourceware.org Subject: [Bug build/29658] New: error: '_POSIX2_LINE_MAX' was not declared in this scope for x86_64-freebsd14.0 host Date: Fri, 07 Oct 2022 07:37:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: euloanty at live dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29658 Bug ID: 29658 Summary: error: '_POSIX2_LINE_MAX' was not declared in this scope for x86_64-freebsd14.0 host Product: gdb Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: euloanty at live dot com Target Milestone: --- Created attachment 14383 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14383&action=3Ded= it config ../../../../../binutils-gdb/gdb/bsd-kvm.c: In function 'void bsd_kvm_target_open(const char*, int)': ../../../../../binutils-gdb/gdb/bsd-kvm.c:111:15: error: '_POSIX2_LINE_MAX'= was not declared in this scope 111 | char errbuf[_POSIX2_LINE_MAX]; | ^~~~~~~~~~~~~~~~ ../../../../../binutils-gdb/gdb/bsd-kvm.c:127:61: error: 'errbuf' was not declared in this scope 127 | write_files ? O_RDWR : O_RDONLY, errbuf); | ^~~~~~ make[2]: *** [Makefile:1896: bsd-kvm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... CC rddbg.o --=20 You are receiving this mail because: You are on the CC list for the bug.=