Date: Wed, 03 Jun 2020 09:23:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246700] [exp-run] Update GCC_DEFAULT from 9 to 10 Message-ID: <bug-246700-7788-vNZBqXj3JH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246700-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-246700-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246700 --- Comment #8 from Gerald Pfeifer <gerald@FreeBSD.org> --- (In reply to Mark Linimon from comment #7) > Linking : dvdisaster > /usr/local/bin/ld: /wrkdirs/usr/ports/sysutils/dvdisaster/work/dvdisaster= -0.79.5/build.o:(.data+0x0): multiple definition of `buildCount'; /wrkdirs/= usr/ports Good news for our powerpc crew - this appears to be the general https://gcc.gnu.org/gcc-10/porting_to.html#common change, that is, a mistake in this software unearthed by the new GCC 10 default of -fno-common. The easy way out is to set -fcommon via CFLAGS. The better approach long term is (for or via upstream) to fix the code per the link above. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246700-7788-vNZBqXj3JH>