Package: undertaker / 1.6.1-4.2

Metadata

Package Version Patches format
undertaker 1.6.1-4.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
update_picomus.patch | (download)

Makefile | 2 0 + 2 - 0 !
undertaker/BlockDefectAnalyzer.cpp | 5 1 + 4 - 0 !
2 files changed, 1 insertion(+), 6 deletions(-)

 [patch] undertaker: adjust picomus call for debian release

This patches uses the new "quiet" mode of picomus 960. Earlier version
of picomus did not support the "-q" option but produce slightly
relax_cflags | (download)

undertaker/Makefile | 2 1 + 1 - 0 !
ziz/Makefile | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
0001 Fix compilation with AspectC 1.2.patch | (download)

undertaker/PredatorVisitor.cpp | 23 22 + 1 - 0 !
1 file changed, 22 insertions(+), 1 deletion(-)

 [patch] fix compilation with aspectc++ 1.2

Copy adjusted copy "buildString" to build a string from a unit from Puma
sources.  in aspectc++-1.2, this got moved around (and refactored!) and
the goal is to be able to compile against many versions of Puma. This
function is rather simple and we want exactly this behavior, so copying
should be an acceptable approach.

0001 undertaker fix compilation error with clang and g 5..patch | (download)

undertaker/ConditionalBlock.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] undertaker: fix compilation error with clang++ and g++-5.1

Current versions of clang++ and the new version 5.1 of g++ warn
about constness issues in member functions, which are used in lambda
functions. Previously, these issues were not reported by g++ and thus
not recognized. However, the code that g++ generated worked without
errors at run-time.

0003 Fix FTBFS With Newer Puma.patch | (download)

undertaker/PumaConditionalBlock.cpp | 6 3 + 3 - 0 !
undertaker/undertaker.cpp | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 [patch] fix compilation with newer aspectc++/puma

gcc7 ftbfs.patch | (download)

tailor/src/traceutil-boost.cc | 8 4 + 4 - 0 !
tailor/src/traceutil-native.c | 8 4 + 4 - 0 !
tailor/src/traceutil-native.h | 6 0 + 6 - 0 !
tailor/src/traceutil-stdio.c | 58 29 + 29 - 0 !
tailor/src/traceutil-stdio.h | 6 0 + 6 - 0 !
5 files changed, 37 insertions(+), 49 deletions(-)

 fix ftbfs with gcc 7
 Make some functions static.
 .
 "inline" without "extern" was not correct,
 and there is  anyway no reason for them to be global.