Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #60956 > unrolled thread
| Started by | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| First post | 2018-05-10 01:40 +0200 |
| Last post | 2018-07-20 00:50 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#897802: linux: ftbfs with GCC-8 Ben Hutchings <ben@decadent.org.uk> - 2018-05-10 01:40 +0200
Bug#897802: linux: ftbfs with GCC-8 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> - 2018-05-24 06:40 +0200
Processed: Re: Bug#897802: linux: ftbfs with GCC-8 "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-05-24 06:40 +0200
Bug#897802: linux: ftbfs with GCC-8 Ben Hutchings <ben@decadent.org.uk> - 2018-07-20 00:50 +0200
Processed: Re: Bug#897802: linux: ftbfs with GCC-8 "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-07-20 00:50 +0200
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2018-05-10 01:40 +0200 |
| Subject | Bug#897802: linux: ftbfs with GCC-8 |
| Message-ID | <vNGQF-1ps-3@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Control: tag -1 upstream
These are the relevant error messages:
CC /<<PKGBUILDDIR>>/debian/build/build_amd64_none_amd64/tools/objtool/pager.o
pager.c: In function 'pager_preexec':
pager.c:36:12: error: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
select(1, &in, NULL, &in, NULL);
^~~ ~~~
cc1: all warnings being treated as errors
CC /<<PKGBUILDDIR>>/debian/build/build_amd64_none_amd64/tools/objtool/str_error_r.o
../lib/str_error_r.c: In function 'str_error_r':
../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]
snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err);
^~~~~~~~
cc1: all warnings being treated as errors
These seem to be genuine bugs.
Ben.
--
Ben Hutchings
Humour is the best antidote to reality.
[toc] | [next] | [standalone]
| From | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |
|---|---|
| Date | 2018-05-24 06:40 +0200 |
| Message-ID | <vSQcG-4dV-5@gated-at.bofh.it> |
| In reply to | #60956 |
Control: tag -1 fixed-upstream
Hi,
They are already fixed in upstream, commit
ad343a98e74e85aa91d844310e797f96fee6983b and
854e55ad289ef8888e7991f0ada85d5846f5afb9.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ad343a98e74e85aa91d844310e797f96fee6983b
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=854e55ad289ef8888e7991f0ada85d5846f5afb9
Best regards,
Nobuhiro
2018-05-10 8:35 GMT+09:00 Ben Hutchings <ben@decadent.org.uk>:
> Control: tag -1 upstream
>
> These are the relevant error messages:
>
> CC /<<PKGBUILDDIR>>/debian/build/build_amd64_none_amd64/tools/objtool/pager.o
> pager.c: In function 'pager_preexec':
> pager.c:36:12: error: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Werror=restrict]
> select(1, &in, NULL, &in, NULL);
> ^~~ ~~~
> cc1: all warnings being treated as errors
>
> CC /<<PKGBUILDDIR>>/debian/build/build_amd64_none_amd64/tools/objtool/str_error_r.o
> ../lib/str_error_r.c: In function 'str_error_r':
> ../lib/str_error_r.c:25:3: error: passing argument 1 to restrict-qualified parameter aliases with argument 5 [-Werror=restrict]
> snprintf(buf, buflen, "INTERNAL ERROR: strerror_r(%d, %p, %zd)=%d", errnum, buf, buflen, err);
> ^~~~~~~~
> cc1: all warnings being treated as errors
>
> These seem to be genuine bugs.
>
> Ben.
>
> --
> Ben Hutchings
> Humour is the best antidote to reality.
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2018-05-24 06:40 +0200 |
| Subject | Processed: Re: Bug#897802: linux: ftbfs with GCC-8 |
| Message-ID | <vSQcG-4dV-3@gated-at.bofh.it> |
| In reply to | #61083 |
Processing control commands: > tag -1 fixed-upstream Bug #897802 [src:linux] linux: ftbfs with GCC-8 Added tag(s) fixed-upstream. -- 897802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897802 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2018-07-20 00:50 +0200 |
| Message-ID | <wdpUe-7L7-5@gated-at.bofh.it> |
| In reply to | #61083 |
[Multipart message — attachments visible in raw view] — view raw
Control: reopen -1
Control: notfixed -1 4.16.12-1
On Thu, 2018-07-19 at 18:22 +0100, Ben Hutchings wrote:
> Version: 4.16.12-1
> Control: tag -1 - experimental
>
> On Thu, 24 May 2018 13:34:37 +0900 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> wrote:
> > Control: tag -1 fixed-upstream
> >
> > Hi,
> >
> > They are already fixed in upstream, commit
> > ad343a98e74e85aa91d844310e797f96fee6983b and
>
> Included in 4.16-rc1.
>
> > 854e55ad289ef8888e7991f0ada85d5846f5afb9.
>
> [...]
>
> Included in 4.17-rc1 and backported in 4.16.7.
>
> So I believe this was completely fixed as of version 4.16.12-1.
Unfortunately the build still fails elsewhere.
Ben.
--
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
- Albert Camus
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2018-07-20 00:50 +0200 |
| Subject | Processed: Re: Bug#897802: linux: ftbfs with GCC-8 |
| Message-ID | <wdpUe-7L7-7@gated-at.bofh.it> |
| In reply to | #61517 |
Processing control commands:
> reopen -1
Bug #897802 {Done: Ben Hutchings <ben@decadent.org.uk>} [src:linux] linux: ftbfs with GCC-8
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions 4.16.12-1.
> notfixed -1 4.16.12-1
Bug #897802 [src:linux] linux: ftbfs with GCC-8
Ignoring request to alter fixed versions of bug #897802 to the same values previously set
--
897802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897802
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web