Date: Sun, 30 Aug 2020 12:44:51 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 249013] japanese/mh: Fix build failure on -current (with -fno-common) Message-ID: <bug-249013-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249013 Bug ID: 249013 Summary: japanese/mh: Fix build failure on -current (with -fno-common) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: CQG00620@nifty.ne.jp Created attachment 217648 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217648&action= =3Dedit A patch for japanese/mh. Current japanese/mh fails to build on 13.0-CURRENT due to the new default -fno-common compiler flag: | ld: error: duplicate symbol: wantcomp | >>> defined at fmtcompile.c | >>> fmtcompile.o:(wantcomp) | >>> defined at formatsbr.c | >>> formatsbr.o:(.bss+0x60) | cc: error: linker command failed with exit code 1 (use -v to see invocati= on) This patch fixes the problem. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249013-7788>