NetBSD Problem Report #52395

From www@NetBSD.org  Tue Jul 11 22:21:37 2017
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 2A4D17A20D
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 11 Jul 2017 22:21:37 +0000 (UTC)
Message-Id: <20170711222136.1376F7A28E@mollari.NetBSD.org>
Date: Tue, 11 Jul 2017 22:21:36 +0000 (UTC)
From: venture37@geeklan.co.uk
Reply-To: venture37@geeklan.co.uk
To: gnats-bugs@NetBSD.org
Subject: pkgtools/pbulk-base fails to comile with GCC 6
X-Send-Pr-Version: www-1.0

>Number:         52395
>Category:       pkg
>Synopsis:       pkgtools/pbulk-base fails to comile with GCC 6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    joerg
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 11 22:25:00 +0000 2017
>Closed-Date:    Sat Apr 28 07:59:16 +0000 2018
>Last-Modified:  Sat Apr 28 07:59:16 +0000 2018
>Originator:     Sevan Janiyan
>Release:        pkgsrc-current
>Organization:
>Environment:
Linux pkgsrc 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2 (2017-06-12) x86_64 GNU/Linux

>Description:
Attamepting to setup a bulk build env on Debian 9 with prefer-pkgsrc set to yes, pbulk build process fail with the following

cc -O2 -D_FORTIFY_SOURCE=2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wpointer-arith -Wwrite-strings -Wswitch -Wshadow -Werror
 -DHAVE_NBCOMPAT_H=1 -I/tmp/obj-pbulk/pkgtools/pbulk-base/work/libnbcompat -D_GNU_SOURCE -c exec.c
exec.c: In function 'fork_chdir_exec':
exec.c:71:3: error: ignoring return value of 'write', declared with attribute warn_unused_result [-Werror=unused-result]
   (void)write(STDERR_FILENO, chdir_err, sizeof(chdir_err) - 1);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exec.c:72:3: error: ignoring return value of 'write', declared with attribute warn_unused_result [-Werror=unused-result]
   (void)write(STDERR_FILENO, dir, strlen(dir));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exec.c:73:3: error: ignoring return value of 'write', declared with attribute warn_unused_result [-Werror=unused-result]
   (void)write(STDERR_FILENO, "\".\n", 3);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
exec.c:78:4: error: ignoring return value of 'write', declared with attribute warn_unused_result [-Werror=unused-result]
    (void)write(STDERR_FILENO, dup2_err, sizeof(dup2_err) - 1);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors



$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-s
 ystem-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18)


>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:
From: Joerg Sonnenberger <joerg@bec.de>
To: gnats-bugs@NetBSD.org
Cc: pkg-manager@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org
Subject: Re: pkg/52395: pkgtools/pbulk-base fails to comile with GCC 6
Date: Wed, 12 Jul 2017 00:43:26 +0200

 On Tue, Jul 11, 2017 at 10:25:00PM +0000, venture37@geeklan.co.uk wrote:
 > >Description:
 > Attamepting to setup a bulk build env on Debian 9 with prefer-pkgsrc set to yes, pbulk build process fail with the following

 I consider this a strong "won't-fix". The code is perfectly clear that
 the result is *not* desired. In fact, there isn't even much the code can
 do either way at this point. This is pretty much a compiler bug.

 Joerg

Responsible-Changed-From-To: pkg-manager->joerg
Responsible-Changed-By: hauke@NetBSD.org
Responsible-Changed-When: Wed, 12 Jul 2017 19:37:11 +0000
Responsible-Changed-Why:
Over to maintainer.


State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sat, 28 Apr 2018 07:59:16 +0000
State-Changed-Why:
It is a glibc bug more than a gcc bug, but either way it's very difficult
to work around.
(and I thought this particular issue had gone away in glibc some time ago...)


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.