From owner-svn-ports-all@freebsd.org Wed Aug 19 14:26:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 98FE33BFF5C; Wed, 19 Aug 2020 14:26:06 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BWqp63clkz3dSS; Wed, 19 Aug 2020 14:26:06 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FCF723E5D; Wed, 19 Aug 2020 14:26:06 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07JEQ6OI097189; Wed, 19 Aug 2020 14:26:06 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07JEQ6cO097188; Wed, 19 Aug 2020 14:26:06 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202008191426.07JEQ6cO097188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 19 Aug 2020 14:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545330 - head/net/glusterfs X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/net/glusterfs X-SVN-Commit-Revision: 545330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2020 14:26:06 -0000 Author: pkubaj Date: Wed Aug 19 14:26:05 2020 New Revision: 545330 URL: https://svnweb.freebsd.org/changeset/ports/545330 Log: net/glusterfs: fix build on GCC architectures Use newer GCC to workaround base GCC bug: libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../../.. -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_BSD_HOST_OS -include ../../../../config.h -include ../../../../site.h -I../../../../libglusterfs/src -I../../../../libglusterfs/src -I../../../../libglusterfs/src -I../../../../rpc/xdr/src -I../../../../rpc/xdr/src -I/usr/local/include -I/usr/local/include -Wall -I/usr/local/include/uuid -I/usr/local/include -Wformat -Werror=format-security -Werror=implicit-function-declaration -DO_DSYNC=0 -Dxdr_quad_t=xdr_longlong_t -Dxdr_u_quad_t=xdr_u_longlong_t -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -isystem /usr/local/include -MT write-behind.lo -MD -MP -MF .deps/write-behind.Tpo -c write-behind.c -fPIC -DPIC -o .libs/write-behind.o write-behind.c: In function 'wb_readdirp_cbk': write-behind.c:2585: error: unrecognizable insn: (insn 92 91 93 13 (parallel [ (set (reg:SI 189) (ior:SI (and:SI (plus:SI (mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ]) (const_int 168 [0xa8])) [-1 S1 A64]) (reg:SI 185)) (reg:SI 187)) (and:SI (not:SI (reg:SI 187)) (mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ]) (const_int 168 [0xa8])) [-1 S1 A64])))) (set (reg:SI 188) (mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ]) (const_int 168 [0xa8])) [-1 S1 A64])) (set (mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ]) (const_int 168 [0xa8])) [-1 S1 A64]) (unspec:SI [ (ior:SI (and:SI (plus:SI (mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ]) (const_int 168 [0xa8])) [-1 S1 A64]) (reg:SI 185)) (reg:SI 187)) (and:SI (not:SI (reg:SI 187)) (mem/v:QI (plus:DI (reg/v/f:DI 140 [ wb_inode ]) (const_int 168 [0xa8])) [-1 S1 A64]))) ] 40)) (clobber (scratch:CC)) (clobber (scratch:SI)) ]) -1 (nil) (nil)) write-behind.c:2585: internal compiler error: in extract_insn, at recog.c:2077 Modified: head/net/glusterfs/Makefile Modified: head/net/glusterfs/Makefile ============================================================================== --- head/net/glusterfs/Makefile Wed Aug 19 14:17:05 2020 (r545329) +++ head/net/glusterfs/Makefile Wed Aug 19 14:26:05 2020 (r545330) @@ -20,8 +20,8 @@ RUN_DEPENDS= bash:shells/bash BROKEN_SSL= libressl -USES= autoreconf bison gettext gnome libtool pkgconfig python \ - readline shebangfix sqlite ssl +USES= autoreconf bison compiler:c11 gettext gnome libtool pkgconfig \ + python readline shebangfix sqlite ssl SHEBANG_FILES= events/src/glustereventsd.py events/src/peer_eventsapi.py \ events/tools/eventsdash.py extras/ganesha/ocf/ganesha_grace \