aspectc++ fails to build

Bug #1970947 reported by Heinrich Schuchardt
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
aspectc++ (Ubuntu)
New
Undecided
Unassigned

Bug Description

Currently aspectc++ does not build on any architecture in Jammy and Kinetic:

https://launchpadlibrarian.net/596604650/buildlog_ubuntu-jammy-amd64.aspectc++_1%3A2.3+git20211104-2_BUILDING.txt.gz

The dprecated the API usage can be worked around with:

--- a/Puma/extern/lexertl/generator.hpp
+++ b/Puma/extern/lexertl/generator.hpp
@@ -6,6 +6,8 @@
 #ifndef LEXERTL_GENERATOR_HPP
 #define LEXERTL_GENERATOR_HPP

+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
 #include <algorithm>
 #include "bool.hpp"
 #include "partition/charset.hpp"

The following bug remains:

/usr/include/x86_64-linux-gnu/sys/cdefs.h:690:21: note: expanded from macro '__attr_dealloc'
    __attribute__ ((__malloc__ (dealloc, argno)))

Our current libc6-dev and llvm don't fit together. The problem is described in
https://bugs.llvm.org/show_bug.cgi?id=52265

tags: added: ftbfs kinetic patch
Revision history for this message
Mate Kukri (mkukri) wrote :

At least on noble, this doesn't seem like an issue anymore.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.