Date: Fri, 22 May 2020 21:41:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246668] editors/emacs-devel fails to build in poudriere on 12.1 Stable amd64 with error fallthrough annotation does not directly precede switch label Message-ID: <bug-246668-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246668 Bug ID: 246668 Summary: editors/emacs-devel fails to build in poudriere on 12.1 Stable amd64 with error fallthrough annotation does not directly precede switch label Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: emacs@FreeBSD.org Reporter: transitive@gmail.com Flags: maintainer-feedback?(emacs@FreeBSD.org) Assignee: emacs@FreeBSD.org I am still seeing this error when building the emacs-devel port with poudri= ere with 12.1 Stable. When I used the patch provided by bug 246525 it compiled fine but the subsequent fix for the port still has the issue for me. Below is the build error: gmake[2]: Entering directory '/wrkdirs/usr/ports/editors/emacs-devel/work-full/emacs-b1fe27d/lib-src' cc -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attrib= utes -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -I. -I../src -I../lib -I. -I./../src -I./../lib -fstack-protector-strong -L/usr/local/lib=20 -L/usr/local/lib -isystem /usr/local/include -O2 -pipe=20 -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing = -o etags etags.c ../lib/libgnu.a -lutil error: fallthrough annotation does not directly precede switch label makeinfo --force -I./../emacs --no-split \ -o ../../info/bovine.info bovine.texi 1 error generated. gmake[2]: *** [Makefile:366: etags] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/editors/emacs-devel/work-full/emacs-b1fe27d/lib-src' gmake[1]: *** [Makefile:411: lib-src] Error 2 /bin/mkdir -p ./info gmake[1]: *** Waiting for unfinished jobs.... (cd ./doc && \ --=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-246668-7788>