Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 640094 - net-libs/libhubbub-0.3.3 : [TEST] test/tree2.c:239:10: error: this statement may fall through [-Werror=implicit-fallthrough=]
Summary: net-libs/libhubbub-0.3.3 : [TEST] test/tree2.c:239:10: error: this statement ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-12-06 19:00 UTC by Toralf Förster
Modified: 2017-12-18 14:42 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.45 KB, text/plain)
2017-12-06 19:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,189.18 KB, text/plain)
2017-12-06 19:00 UTC, Toralf Förster
Details
environment (environment,94.33 KB, text/plain)
2017-12-06 19:00 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.24 KB, application/x-bzip)
2017-12-06 19:00 UTC, Toralf Förster
Details
net-libs:libhubbub-0.3.3:20171205-222627.log (net-libs:libhubbub-0.3.3:20171205-222627.log,32.44 KB, text/plain)
2017-12-06 19:01 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.66 KB, application/x-bzip)
2017-12-06 19:01 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-12-06 19:00:46 UTC
x86_64-pc-linux-gnu-gcc -MMD -MP -D_BSD_SOURCE -D_DEFAULT_SOURCE -I/var/tmp/portage/net-libs/libhubbub-0.3.3/work/libhubbub-0.3.3-abi_x86_64.amd64/include/ -I/var/tmp/portage/net-libs/libhubbub-0.3.3/work/libhubbub-0.3.3-abi_x86_64.amd64/src -Wall -W -Wundef -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pedantic -Werror -O2 -pipe -march=native -Wall -D_ALIGNED="__attribute__((aligned))" -DNDEBUG  -std=c99   -I/usr/include/json-c -Wno-unused-parameter -o build-release-x86_64-pc-linux-gnu-release-lib-shared/test_tree2.o -c test/tree2.c
test/tree2.c: In function ‘main’:
test/tree2.c:239:10: error: this statement may fall through [-Werror=implicit-fallthrough=]
    state = EXPECT_DATA;
    ~~~~~~^~~~~~~~~~~~~
test/tree2.c:241:4: note: here

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_libressl-test_20171129-194156

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python3.5 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-libs/libhubbub
[ebuild  N    ] net-libs/libhubbub-0.3.3  USE="-debug -doc -static-libs {-test}" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2017-12-06 19:00:49 UTC
Created attachment 508482 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-12-06 19:00:52 UTC
Created attachment 508484 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-12-06 19:00:55 UTC
Created attachment 508486 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-12-06 19:00:59 UTC
Created attachment 508488 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-12-06 19:01:02 UTC
Created attachment 508490 [details]
net-libs:libhubbub-0.3.3:20171205-222627.log
Comment 6 Toralf Förster gentoo-dev 2017-12-06 19:01:05 UTC
Created attachment 508492 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2017-12-18 14:42:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fde7ffe041a55839c29cefbf11d9a8f7a9ccc22

commit 1fde7ffe041a55839c29cefbf11d9a8f7a9ccc22
Author:     Michael Weber <xmw@gentoo.org>
AuthorDate: 2017-12-18 14:41:49 +0000
Commit:     Michael Weber <xmw@gentoo.org>
CommitDate: 2017-12-18 14:41:49 +0000

    net-libs/libhubbub: Version bump, turn off fallthrough warning.
    
    Bug: https://bugs.gentoo.org/636224
    Closes: https://bugs.gentoo.org/640094
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-libs/libhubbub/Manifest               |  2 ++
 net-libs/libhubbub/libhubbub-0.3.3.ebuild |  7 ++++++-
 net-libs/libhubbub/libhubbub-0.3.4.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 1 deletion(-)