From owner-freebsd-ppc@freebsd.org Tue Dec 4 06:14:36 2018 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7FF11325BB5 for ; Tue, 4 Dec 2018 06:14:36 +0000 (UTC) (envelope-from cam@neo-zeon.de) Received: from neo-zeon.de (neo-zeon.de [96.90.244.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.neo-zeon.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3213868AB for ; Tue, 4 Dec 2018 06:14:34 +0000 (UTC) (envelope-from cam@neo-zeon.de) Received: from [192.168.0.55] (ukyo.nerv.lan [192.168.0.55]) (authenticated bits=0) by neo-zeon.de (8.15.2/8.15.2) with ESMTPSA id wB467hvv037119 (version=TLSv1.2 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 3 Dec 2018 22:07:43 -0800 (PST) (envelope-from cam@neo-zeon.de) From: Cameron Berkenpas Subject: lang/gcc7 fails to build To: freebsd-ppc@freebsd.org Message-ID: <0cb3ec86-b5d9-368d-af69-9d05662483dd@neo-zeon.de> Date: Mon, 3 Dec 2018 22:07:43 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: E3213868AB X-Spamd-Result: default: False [-4.41 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:96.90.244.224/28]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[neo-zeon.de]; MX_GOOD(-0.01)[mail02.neo-zeon.de,neo-zeon.de]; NEURAL_HAM_SHORT(-0.94)[-0.939,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-1.16)[ipnet: 96.64.0.0/11(-4.83), asn: 7922(-0.90), country: US(-0.09)]; ASN(0.00)[asn:7922, ipnet:96.64.0.0/11, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2018 06:14:36 -0000 Hello, lang/gcc7 is failing to build for me on POWER (Talos II) on 12.0-PRERELEASE. Below are the relevant messages. Is anyone else encountering this? I was able to build it just fine on my x86-64 box on 12.0-PRERELEASE. ... -fno-strict-aliasing -m32 -fPIC -mstrict-align -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c /usr/ports/lang/gcc7/work/gcc-7.3.0/libgfortran/io/intrinsics.c -o intrinsics.o >/dev/null 2>&1         /usr/ports/lang/gcc7/work/gcc-7.3.0/libgfortran/io/unix.c: In function 'find_file': /usr/ports/lang/gcc7/work/gcc-7.3.0/libgfortran/io/unix.c:1670:26: error: 'id' undeclared (first use in this function)          # define FIND_FILE0_ARGS id, path                                   ^ /usr/ports/lang/gcc7/work/gcc-7.3.0/libgfortran/io/unix.c:1744:30: note: in expansion of macro 'FIND_FILE0_ARGS'            u = find_file0 (unit_root, FIND_FILE0_ARGS);                                       ^~~~~~~~~~~~~~~ /usr/ports/lang/gcc7/work/gcc-7.3.0/libgfortran/io/unix.c:1670:26: note: each undeclared identifier is reported only once for each function it appears in          # define FIND_FILE0_ARGS id, path                                   ^ /usr/ports/lang/gcc7/work/gcc-7.3.0/libgfortran/io/unix.c:1744:30: note: in expansion of macro 'FIND_FILE0_ARGS'            u = find_file0 (unit_root, FIND_FILE0_ARGS);                                       ^~~~~~~~~~~~~~~ ... gmake[8]: Leaving directory '/usr/ports/lang/gcc7/work/.build/powerpc64-portbld-freebsd12.0/32/libgfortran' gmake[7]: *** [Makefile:1242: all] Error 2 gmake[7]: Leaving directory '/usr/ports/lang/gcc7/work/.build/powerpc64-portbld-freebsd12.0/32/libgfortran' gmake[6]: *** [Makefile:5733: multi-do] Error 1 gmake[6]: Leaving directory '/usr/ports/lang/gcc7/work/.build/powerpc64-portbld-freebsd12.0/libgfortran' gmake[5]: *** [Makefile:5311: all-multi] Error 2 gmake[5]: Leaving directory '/usr/ports/lang/gcc7/work/.build/powerpc64-portbld-freebsd12.0/libgfortran' gmake[4]: *** [Makefile:1242: all] Error 2 gmake[4]: Leaving directory '/usr/ports/lang/gcc7/work/.build/powerpc64-portbld-freebsd12.0/libgfortran' gmake[3]: *** [Makefile:18053: all-target-libgfortran] Error 2 gmake[3]: Leaving directory '/usr/ports/lang/gcc7/work/.build' gmake[2]: *** [Makefile:21932: bootstrap-lean] Error 2 gmake[2]: Leaving directory '/usr/ports/lang/gcc7/work/.build' ...