@@This is an auto-filed bug@@ Feel free to change the summary at your convenience. Issue: app-cdr/dvd+rw-tools fails to compile. Discovered on: amd64 NOTE: If yout think this issue is related to clang/llvm toolchain, please block bug 408963. If you need further logs, feel free to ask.
Created attachment 646026 [details] build.log build log and emerge --info
Created attachment 682765 [details, diff] dvd+rw-tools-7.1-clang.patch String literals in C++11 must not be directly proceeded by \w characters. Compilation doesn't specify a version via -std=c++98. And maybe that would work. But this just fixes it so it can parse.
Hello, thanks for the patch. I believe you can speed up the process by making a pull-request via Github.
(In reply to Markus Peloquin from comment #2) > Created attachment 682765 [details, diff] [details, diff] > dvd+rw-tools-7.1-clang.patch > > String literals in C++11 must not be directly proceeded by \w characters. > > Compilation doesn't specify a version via -std=c++98. And maybe that would > work. But this just fixes it so it can parse. Thanks. This works!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116f8966c17e6ed5d5fe426a6ace8fb0ac416632 commit 116f8966c17e6ed5d5fe426a6ace8fb0ac416632 Author: Viorel Munteanu <ceamac.paragon@gmail.com> AuthorDate: 2021-03-15 17:16:26 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2021-03-16 06:50:28 +0000 app-cdr/dvd+rw-tools: fix compilation with clang Closes: https://bugs.gentoo.org/729128 Closes: https://bugs.gentoo.org/729418 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19935 Signed-off-by: Joonas Niilola <juippis@gentoo.org> app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r4.ebuild | 58 ++++++++++++++++++ .../files/dvd+rw-tools-7.1-clang.patch | 71 ++++++++++++++++++++++ app-cdr/dvd+rw-tools/metadata.xml | 9 ++- 3 files changed, 137 insertions(+), 1 deletion(-)