This can be fixed by either extending this preamble
https://github.com/P403n1x87/austin/blob/df38784c3fefa0d2551e23e2faf85869e4f22b83/test/cunit/__init__.py#L36C7-L54C20
or by excluding the C unit tests from the test runs.

My guess is that a new version of the GNU C compiler is being used to
compile Austin and we now have

typedef __typeof__(nullptr) nullptr_t;

coming from the includes. The pycparser library seems unable to handle
this bit of syntax (presumably the nullptr from C23). Because we only
care about AST, we can do something like

#define nullptr int

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2119102

Title:
  austin ftbfs in questing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/austin/+bug/2119102/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to