Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789618 - x11-apps/igt-gpu-tools-1.25 - ../.../igt_edid.c: error: array subscript struct hdmi_vsdb[0] is partly outside array bounds of char
Summary: x11-apps/igt-gpu-tools-1.25 - ../.../igt_edid.c: error: array subscript struc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-11
  Show dependency tree
 
Reported: 2021-05-12 09:04 UTC by Toralf Förster
Modified: 2021-09-20 19:40 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.85 KB, text/plain)
2021-05-12 09:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,164.93 KB, text/plain)
2021-05-12 09:04 UTC, Toralf Förster
Details
environment (environment,90.84 KB, text/plain)
2021-05-12 09:04 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.56 KB, application/x-bzip)
2021-05-12 09:04 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,439 bytes, application/x-bzip)
2021-05-12 09:04 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,28.39 KB, application/x-bzip)
2021-05-12 09:04 UTC, Toralf Förster
Details
x11-apps:igt-gpu-tools-1.25:20210511-234011.log (x11-apps:igt-gpu-tools-1.25:20210511-234011.log,156.98 KB, text/plain)
2021-05-12 09:04 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 2021-05-12 09:04:38 UTC
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~
../igt-gpu-tools-1.25/lib/igt_edid.c: In function ‘cea_vsdb_get_hdmi_default’:
../igt-gpu-tools-1.25/lib/igt_edid.c:365:13: error: array subscript ‘struct hdmi_vsdb[0]’ is partly outside array bounds of ‘char[7]’ [-Werror=array-bounds]
  365 |         hdmi->src_phy_addr[0] = 0x10;
      |             ^~
../igt-gpu-tools-1.25/lib/igt_edid.c:354:21: note: while referencing ‘raw’
  354 |         static char raw[CEA_VSDB_HDMI_MIN_SIZE + 2] = {0};

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j2-20210510-164358

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon May 10 19:50:37 UTC 2021

emerge -qpvO x11-apps/igt-gpu-tools
[ebuild  N    ] x11-apps/igt-gpu-tools-1.25  USE="X -chamelium -doc -man -overlay -runner -tests -unwind -valgrind -xv" VIDEO_CARDS="amdgpu intel nouveau"
Comment 1 Toralf Förster gentoo-dev 2021-05-12 09:04:40 UTC
Created attachment 707337 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-12 09:04:42 UTC
Created attachment 707340 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-05-12 09:04:44 UTC
Created attachment 707343 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-05-12 09:04:45 UTC
Created attachment 707346 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-05-12 09:04:46 UTC
Created attachment 707349 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-12 09:04:47 UTC
Created attachment 707352 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-05-12 09:04:49 UTC
Created attachment 707355 [details]
x11-apps:igt-gpu-tools-1.25:20210511-234011.log
Comment 8 Larry the Git Cow gentoo-dev 2021-05-16 21:48:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432b53e72783e865cb3349568a445ffbb5aab3e7

commit 432b53e72783e865cb3349568a445ffbb5aab3e7
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-05-16 21:43:18 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-05-16 21:48:27 +0000

    x11-apps/igt-gpu-tools: bump to v1.26
    
    Closes: https://bugs.gentoo.org/789618
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 x11-apps/igt-gpu-tools/Manifest                  |   1 +
 x11-apps/igt-gpu-tools/igt-gpu-tools-1.26.ebuild | 106 +++++++++++++++++++++++
 2 files changed, 107 insertions(+)
Comment 9 Larry the Git Cow gentoo-dev 2021-09-20 19:40:44 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f17a0e3472e4db75a631a5709ad0f7226aad0b

commit 30f17a0e3472e4db75a631a5709ad0f7226aad0b
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-09-20 18:25:48 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-09-20 19:40:29 +0000

    x11-apps/igt-gpu-tools: Remove old
    
    Bug: https://bugs.gentoo.org/789618
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 x11-apps/igt-gpu-tools/Manifest                    |   1 -
 .../igt-gpu-tools/igt-gpu-tools-1.25-r1.ebuild     | 108 ---------------------
 2 files changed, 109 deletions(-)