Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714820 - x11-libs/libgxim-0.5.0 : gximprotocol10.c: error: format not a string literal and no format arguments [-Werror=format-security]
Summary: x11-libs/libgxim-0.5.0 : gximprotocol10.c: error: format not a string literal...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: format-security
  Show dependency tree
 
Reported: 2020-03-26 08:10 UTC by Toralf Förster
Modified: 2020-03-27 12:50 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.43 KB, text/plain)
2020-03-26 08:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,149.59 KB, text/plain)
2020-03-26 08:10 UTC, Toralf Förster
Details
environment (environment,60.42 KB, text/plain)
2020-03-26 08:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.26 KB, application/x-bzip)
2020-03-26 08:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.08 KB, application/x-bzip)
2020-03-26 08:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.51 KB, application/x-bzip)
2020-03-26 08:10 UTC, Toralf Förster
Details
x11-libs:libgxim-0.5.0:20200326-045619.log (x11-libs:libgxim-0.5.0:20200326-045619.log,40.45 KB, text/plain)
2020-03-26 08:10 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 2020-03-26 08:10:14 UTC
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -pthread  -I..    -DG_LOG_DOMAIN=\GXIM\  -O2 -pipe -march=native  -falign-functions=32:25:16 -fno-common -Werror=format-security -Wformat -Wall -Wmissing-prototypes -fno-strict-aliasing -fdiagnostics-show-option -c -o libgxim_la-gximprotocol10.lo test -f gximprotocol10.c || echo ./gximprotocol10.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -pthread -I.. -DG_LOG_DOMAIN=\GXIM\ -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Werror=format-security -Wformat -Wall -Wmissing-prototypes -fno-strict-aliasing -fdiagnostics-show-option -c gximprotocol10.c  -fPIC -DPIC -o .libs/libgxim_la-gximprotocol10.o
gximprotocol10.c: In function g_xim_protocol10_closure_real_parser_error:
gximprotocol10.c:2076:2: error: format not a string literal and no format arguments [-Werror=format-security]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20200322-135559

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 26 Mar 2020 02:09:04 AM UTC

emerge -qpvO x11-libs/libgxim
[ebuild  N    ] x11-libs/libgxim-0.5.0  USE="-static-libs -test" RUBY_TARGETS="ruby24 ruby25"
Comment 1 Toralf Förster gentoo-dev 2020-03-26 08:10:16 UTC
Created attachment 626020 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-26 08:10:19 UTC
Created attachment 626022 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-26 08:10:22 UTC
Created attachment 626024 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-26 08:10:25 UTC
Created attachment 626026 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-26 08:10:28 UTC
Created attachment 626028 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-26 08:10:31 UTC
Created attachment 626030 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-26 08:10:34 UTC
Created attachment 626032 [details]
x11-libs:libgxim-0.5.0:20200326-045619.log