[Bug releng/30864] New: json-c required, but not during configure

thaines.astro at gmail dot com sourceware-bugzilla@sourceware.org
Mon Sep 18 03:47:58 GMT 2023


https://sourceware.org/bugzilla/show_bug.cgi?id=30864

            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=15112&action=edit
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 a2d19c8670690f87ee74db4a106829aa8edefbce.

$ ../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 <json-c/json.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.


Fully log attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list