Discussion:
Bug#908670: libundead: ftbfs on armhf
Andreas Tille
2018-09-12 12:33:53 UTC
Permalink
Control: tags -1 help

Sorry, I have no idea what to do. Any help is welcome.

Kind regards

Andreas.
Source: libundead
Severity: serious
Version 1.0.9-2
hello, recent ldc made the package FTBFS.
dh_auto_build -a
cd obj-arm-linux-gnueabihf && LC_ALL=C.UTF-8 ninja -j8 -v
LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
../src/undead/regexp.d(211): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(293): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(370): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(460): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(544): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(597): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(939): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(3021): Deprecation: integral promotion not done for `~prog[i + 1u + 4u + b]`, use '-transition=intpromote' switch or `~cast(int)(prog[i + 1u + 4u + b])`
../src/undead/stream.d(2849): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
ninja: build stopped: subcommand failed.
dh_auto_build: cd obj-arm-linux-gnueabihf && LC_ALL=C.UTF-8 ninja -j8 -v returned exit code 1
make: *** [debian/rules:9: build-arch] Error 1
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit status 2
--------------------------------------------------------------------------------
G.
_______________________________________________
Debian-med-packaging mailing list
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-packaging
--
http://fam-tille.de
Matthias Klumpp
2018-09-13 14:30:23 UTC
Permalink
Post by Andreas Tille
Control: tags -1 help
Sorry, I have no idea what to do. Any help is welcome.
This is a bug in LLVM that is now being tracked at
https://bugs.llvm.org/show_bug.cgi?id=38931

Cheers,
Matthias
--
I welcome VSRE emails. See http://vsre.info/
Loading...