Bug#1066941: coz-profiler: FTBFS: what(): unknown compilation unit version 5

2024-05-09 Thread Petter Reinholdtsen
[Sebastian Ramacher]
> I gave it back on the buildds. Let's see if it works now.

Seem to still fail.  I suspect the trigger is this code in d/rules:

  override_dh_auto_test:
@if [ "$$(cat /proc/sys/kernel/perf_event_paranoid)" -le 2 ] ; then \
  $(MAKE) check; \
else \
  echo ; \
  echo "***"; \
  echo "error: not running test suite, 
/proc/sys/kernel/perf_event_paranoid value too high"; \
  echo "***"; \
  echo ; \
fi


My chroot got '3' in that /proc/ file, so the test code is not executed.
I guess the failure indicate that the program do not work as it should,
but do not really know the innter workings here.
-- 
Happy hacking
Petter Reinholdtsen



Bug#1066941: coz-profiler: FTBFS: what(): unknown compilation unit version 5

2024-05-09 Thread Sebastian Ramacher
On 2024-05-09 11:19:59 +0200, Petter Reinholdtsen wrote:
> I am unable to replicate this in the current unstable chroot.  Any idea
> how to reproduce the problem?

I gave it back on the buildds. Let's see if it works now.

Cheers
-- 
Sebastian Ramacher



Bug#1066941: coz-profiler: FTBFS: what(): unknown compilation unit version 5

2024-05-09 Thread Petter Reinholdtsen
I am unable to replicate this in the current unstable chroot.  Any idea
how to reproduce the problem?

-- 
Happy hacking
Petter Reinholdtse



Bug#1066941: coz-profiler: FTBFS: what(): unknown compilation unit version 5

2024-03-15 Thread Sebastian Ramacher
Source: coz-profiler
Version: 0.2.2-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=coz-profiler=amd64=0.2.2-2%2Bb1=1710517462=0

printf "int main(int argc, char *argv[])\n{\nreturn (0);\n}\n" > x.c
gcc -g -o x x.c || ( rm -f x x.c ; exit 1)
../coz run --- ./x
␛[34m[libcoz.cpp:100] ␛[01;34mbootstrapping coz␛[0m
␛[34m[libcoz.cpp:128] ␛[01;34mIncluding MAIN, which is 
/<>/libcoz/x␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/<>/libcoz/libcoz.so is not in 
scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/libdwarf++.so.0 is not 
in scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 
is not in scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.33 is 
not in scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/libelf++.so.0 is not 
in scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/libgcc_s.so.1 is not 
in scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/libc.so.6 is not in 
scope␛[0m
␛[34m[inspect.cpp:325] ␛[01;34m/usr/lib/x86_64-linux-gnu/libm.so.6 is not in 
scope␛[0m
terminate called after throwing an instance of 'dwarf::format_error'
  what():  unknown compilation unit version 5
make[3]: *** [Makefile:12: check] Error 250

Cheers
-- 
Sebastian Ramacher