From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D9733858D32; Mon, 18 Sep 2023 03:47:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D9733858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695008879; bh=MTgbUig22wqMkJM9sdMMzqrtdUs9aZjLcvWuXLUZTP0=; h=From:To:Subject:Date:From; b=X1OAAhf6tJvX8PNEY95JPKQLyNJ8GylKcamKSx8Km2Ki1VQIk2jAlr8NLUIXXhW29 jgX3yqAJ0GCVR9E7KTiAjyyUWpALSrB4XJlisdCeJghPGBly3/wCMkljxZg8xqvedl XjhDmkt7UHTzR25XF2VuT+5JbQV+FnywYVP9OY/I= From: "thaines.astro at gmail dot com" To: systemtap@sourceware.org Subject: [Bug releng/30864] New: json-c required, but not during configure Date: Mon, 18 Sep 2023 03:47:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: releng X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: thaines.astro at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap 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=3D30864 Bug ID: 30864 Summary: json-c required, but not during configure Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: releng Assignee: systemtap at sourceware dot org Reporter: thaines.astro at gmail dot com Target Milestone: --- Created attachment 15112 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15112&action=3Ded= it Build log configure reports not finding jsonc without error, but it is later required= by tapset-debuginfod.cxx. version: master/2a3de2e25 relevant code changes introduced by a2d19c8670690f87ee74db4a106829aa8edefbc= e. $ ../configure --with-dyninst ... checking for jsonc... no ... $ make ... ../tapset-debuginfod.cxx:17:10: fatal error: json-c/json.h: No such file or directory 17 | #include | ^~~~~~~~~~~~~~~ compilation terminated. Fully log attached. --=20 You are receiving this mail because: You are the assignee for the bug.=