From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91666] build fail with cunit - OK on amd64 - KO for i386 Date: Mon, 17 Aug 2015 09:51:51 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1374715152==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 19B446E87C for ; Mon, 17 Aug 2015 02:51:51 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1374715152== Content-Type: multipart/alternative; boundary="1439805111.AABd70.4821"; charset="UTF-8" --1439805111.AABd70.4821 Date: Mon, 17 Aug 2015 09:51:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=91666 Bug ID: 91666 Summary: build fail with cunit - OK on amd64 - KO for i386 Product: DRI Version: DRI git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: libdrm Assignee: dri-devel@lists.freedesktop.org Reporter: fabio.ped@libero.it amd64 builds OK: Full build log: https://launchpadlibrarian.net/214693325/buildlog_ubuntu-vivid-amd64.libdrm_2.4.63%2Bgit1508171138.f05a74~gd~v_BUILDING.txt.gz Same source package breaks with i386: In file included from ../../../amdgpu/amdgpu_internal.h:35:0, from ../../../tests/amdgpu/cs_tests.c:32: ../../../libdrm_macros.h: In function 'drm_munmap': ../../../libdrm_macros.h:79:4: error: size of unnamed array is negative STATIC_ASSERT(LARGE_OFF_T % 2147483629 == 721 && ^ Full i386 build log: https://launchpadlibrarian.net/214693090/buildlog_ubuntu-vivid-i386.libdrm_2.4.63%2Bgit1508171138.f05a74~gd~v_BUILDING.txt.gz -- You are receiving this mail because: You are the assignee for the bug. --1439805111.AABd70.4821 Date: Mon, 17 Aug 2015 09:51:51 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Bug ID 91666
Summary build fail with cunit - OK on amd64 - KO for i386
Product DRI
Version DRI git
Hardware x86 (IA32)
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component libdrm
Assignee dri-devel@lists.freedesktop.org
Reporter fabio.ped@libero.it

amd64 builds OK:
Full build log:
https://launchpadlibrarian.net/214693325/buildlog_ubuntu-vivid-amd64.libdrm_2.4.63%2Bgit1508171138.f05a74~gd~v_BUILDING.txt.gz

Same source package breaks with i386:
In file included from ../../../amdgpu/amdgpu_internal.h:35:0,
                 from ../../../tests/amdgpu/cs_tests.c:32:
../../../libdrm_macros.h: In function 'drm_munmap':
../../../libdrm_macros.h:79:4: error: size of unnamed array is negative
    STATIC_ASSERT(LARGE_OFF_T % 2147483629 == 721 &&
    ^
Full i386 build log:
https://launchpadlibrarian.net/214693090/buildlog_ubuntu-vivid-i386.libdrm_2.4.63%2Bgit1508171138.f05a74~gd~v_BUILDING.txt.gz


You are receiving this mail because:
  • You are the assignee for the bug.
--1439805111.AABd70.4821-- --===============1374715152== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1374715152==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91666] build fail with cunit - OK on amd64 - KO for i386 Date: Mon, 17 Aug 2015 09:57:57 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0844898662==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 3B11E720C5 for ; Mon, 17 Aug 2015 02:57:57 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0844898662== Content-Type: multipart/alternative; boundary="1439805477.8aE8A061.7341"; charset="UTF-8" --1439805477.8aE8A061.7341 Date: Mon, 17 Aug 2015 09:57:57 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D91666 Michel D=C3=A4nzer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Michel D=C3=A4nzer --- commit 25784d3af2f37d86fb25ee6cfa4afa6f3448af9b Author: Michel D=C3=A4nzer Date: Mon Aug 17 18:41:11 2015 +0900 tests/amdgpu: Include config.h first --=20 You are receiving this mail because: You are the assignee for the bug. --1439805477.8aE8A061.7341 Date: Mon, 17 Aug 2015 09:57:57 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable = Michel D=C3=A4nzer changed bug 91666<= /a>
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment= # 1 on bug 91666<= /a> from Michel D=C3=A4nzer
commit 25784d3af2f37d86fb25ee6cfa4afa6f3448af9b
Author: Michel D=C3=A4nzer <michel.daenzer@amd.com>
Date:   Mon Aug 17 18:41:11 2015 +0900

    tests/amdgpu: Include config.h first


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1439805477.8aE8A061.7341-- --===============0844898662== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0844898662==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91666] build fail with cunit - OK on amd64 - KO for i386 Date: Sat, 28 Oct 2017 10:25:37 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1346639995==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 254136E076 for ; Sat, 28 Oct 2017 10:25:37 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1346639995== Content-Type: multipart/alternative; boundary="15091863371.ec6d7F3D0.3927"; charset="UTF-8" --15091863371.ec6d7F3D0.3927 Date: Sat, 28 Oct 2017 10:25:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D91666 network723@rkmail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #2 from network723@rkmail.ru --- Same error while 32-bit build with git master commit 33dcc29f7ccc554de1fc42f4b95adf056822eabb: [ 62s] libtool: compile: gcc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I.. -DAMDGPU_ASIC_ID_TABLE=3D\"/usr/share/libdrm/amdgpu.ids\" -DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -Wshadow -Wno-missing-field-initializers -I.. -I../include/drm -fomit-frame-pointer -fmessage-length=3D0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=3D2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fno-strict-aliasing -c amdgpu_bo.c -fPIC -DP= IC -o .libs/amdgpu_bo.o [ 62s] In file included from amdgpu_internal.h:35:0, [ 62s] from amdgpu_vm.c:28: [ 62s] ../libdrm_macros.h: In function 'drm_munmap': [ 62s] ../libdrm_macros.h:79:4: error: size of unnamed array is negative [ 62s] STATIC_ASSERT(LARGE_OFF_T % 2147483629 =3D=3D 721 && [ 62s] ^ [ 62s] Makefile:708: recipe for target 'amdgpu_vm.lo' failed --=20 You are receiving this mail because: You are the assignee for the bug.= --15091863371.ec6d7F3D0.3927 Date: Sat, 28 Oct 2017 10:25:37 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated network723@rkmail.r= u changed bug 91666<= /a>
What Removed Added
Resolution FIXED ---
Status RESOLVED REOPENED

Comment= # 2 on bug 91666<= /a> from network723@= ;rkmail.ru
Same error while 32-bit build with git master commit
33dcc29f7ccc554de1fc42f4b95adf056822eabb:

[   62s] libtool: compile:  gcc -std=3Dgnu99 -DHAVE_CONFIG_H -I. -I..
-DAMDGPU_ASIC_ID_TABLE=3D\"/usr/share/libdrm/amdgpu.ids\"
-DAMDGPU_ASIC_ID_TABLE_NUM_ENTRIES=3D154 -Wall -Wextra -Wsign-compare
-Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute
-Wstrict-aliasing=3D2 -Winit-self -Wdeclaration-after-statement
-Wold-style-definition -Wno-unused-parameter -Wno-attributes -Wno-long-long
-Winline -Wshadow -Wno-missing-field-initializers -I.. -I../include/drm
-fomit-frame-pointer -fmessage-length=3D0 -grecord-gcc-switches -O2 -Wall
-D_FORTIFY_SOURCE=3D2 -fstack-protector -funwind-tables
-fasynchronous-unwind-tables -fno-strict-aliasing -c amdgpu_bo.c  -fPIC -DP=
IC
-o .libs/amdgpu_bo.o
[   62s] In file included from amdgpu_internal.h:35:0,
[   62s]                  from amdgpu_vm.c:28:
[   62s] ../libdrm_macros.h: In function 'drm_munmap':
[   62s] ../libdrm_macros.h:79:4: error: size of unnamed array is negative
[   62s]     STATIC_ASSERT(LARGE_OFF_T % 2147483629 =3D=3D 721 &&
[   62s]     ^
[   62s] Makefile:708: recipe for target 'amdgpu_vm.lo' failed


You are receiving this mail because:
  • You are the assignee for the bug.
= --15091863371.ec6d7F3D0.3927-- --===============1346639995== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1346639995==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91666] build fail with cunit - OK on amd64 - KO for i386 Date: Mon, 30 Oct 2017 09:43:33 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0697602421==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BE8456E344 for ; Mon, 30 Oct 2017 09:43:32 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0697602421== Content-Type: multipart/alternative; boundary="15093566121.83CBF.1781"; charset="UTF-8" --15093566121.83CBF.1781 Date: Mon, 30 Oct 2017 09:43:32 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D91666 --- Comment #3 from Michel D=C3=A4nzer --- (In reply to network723 from comment #2) > Same error while 32-bit build with git master commit > 33dcc29f7ccc554de1fc42f4b95adf056822eabb: It's not exactly the same, so it would have been better to file your own re= port than to reopen this one. Please attach your corresponding config.h and config.log files. --=20 You are receiving this mail because: You are the assignee for the bug.= --15093566121.83CBF.1781 Date: Mon, 30 Oct 2017 09:43:32 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Comment= # 3 on bug 91666<= /a> from Michel D=C3=A4nzer
(In reply to network723 from comment #2)
> Same error while 32-bit build with git master co=
mmit
> 33dcc29f7ccc554de1fc42f4b95adf056822eabb:

It's not exactly the same, so it would have been better to file your own re=
port
than to reopen this one.

Please attach your corresponding config.h and config.log files.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15093566121.83CBF.1781-- --===============0697602421== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0697602421==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 91666] build fail with cunit - OK on amd64 - KO for i386 Date: Wed, 01 Nov 2017 08:04:11 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0230348665==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D47DC6E6B0 for ; Wed, 1 Nov 2017 08:04:11 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0230348665== Content-Type: multipart/alternative; boundary="15095234511.D4Bfb.29334"; charset="UTF-8" --15095234511.D4Bfb.29334 Date: Wed, 1 Nov 2017 08:04:11 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D91666 Fabio Pedretti changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #4 from Fabio Pedretti --- Fixed in 2.4.87. --=20 You are receiving this mail because: You are the assignee for the bug.= --15095234511.D4Bfb.29334 Date: Wed, 1 Nov 2017 08:04:11 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated Fabio Pedretti changed bug 91666<= /a>
What Removed Added
Resolution --- FIXED
Status REOPENED RESOLVED


You are receiving this mail because:
  • You are the assignee for the bug.
= --15095234511.D4Bfb.29334-- --===============0230348665== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0230348665==--