Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721286 - dev-lang/vala-0.46.7: Test /scanner/string-escape-x.c:17:22 fails: hex escape sequence out of range
Summary: dev-lang/vala-0.46.7: Test /scanner/string-escape-x.c:17:22 fails: hex escape...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-06 15:49 UTC by Frederik Pfautsch
Modified: 2022-04-09 05:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info (emerge.info,5.75 KB, application/x-info)
2020-05-06 15:51 UTC, Frederik Pfautsch
Details
build log (dev-lang:vala-0.46.7:20200506-032249.log,254.27 KB, text/plain)
2020-05-06 15:51 UTC, Frederik Pfautsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Pfautsch 2020-05-06 15:49:47 UTC
From compile/test log:

<...>
  /scanner/string-escape-x:                                            FAIL
warning: unknown warning option '-Werror=duplicated-branches' [-Wunknown-warning-option]
warning: unknown warning option '-Werror=duplicated-cond'; did you mean '-Werror=duplicate-enum'? [-Wunknown-warning-option]
warning: unknown warning option '-Werror=maybe-uninitialized'; did you mean '-Werror=uninitialized'? [-Wunknown-warning-option]
/var/tmp/portage/dev-lang/vala-0.46.7/work/vala-0.46.7/tests/_test/scanner_string_escape_x.c:17:22: error: hex escape sequence out of range
        _tmp0_ = g_strdup ("\x1010");
<...>

Builds fine when using gcc instead of clang.

clang --version:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin

gcc --version:
gcc (Gentoo 9.2.0-r2 p3) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
Comment 1 Frederik Pfautsch 2020-05-06 15:51:04 UTC
Created attachment 636514 [details]
emerge info
Comment 2 Frederik Pfautsch 2020-05-06 15:51:43 UTC
Created attachment 636516 [details]
build log