The package(s) built fine and installed, but upon starting the service I received this error. The fix was easy, but just thought I should let someone know. Here is the error message I received: /lib/rc/sh/openrc-run.sh: 131: /usr/libexec/rc.apparmor.functions: Syntax error: ";;" unexpected (expecting "fi") Went to line 131 of /usr/libexec/rc.apparmor.functions and removed the ";;" following return 2.
*** Bug 671476 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17bd7b6d3871a0ab6a9af8d42bc1a222d1c50b7 commit d17bd7b6d3871a0ab6a9af8d42bc1a222d1c50b7 Author: Michael Palimaka <kensington@gentoo.org> AuthorDate: 2018-11-25 10:31:51 +0000 Commit: Michael Palimaka <kensington@gentoo.org> CommitDate: 2018-11-25 10:32:13 +0000 sys-apps/apparmor: backport patch from upstream fixing syntax error Closes: https://bugs.gentoo.org/671426 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org> sys-apps/apparmor/apparmor-2.13.1-r1.ebuild | 65 ++++++++++++++++++++++ .../apparmor/files/apparmor-2.13.1-syntax.patch | 29 ++++++++++ 2 files changed, 94 insertions(+)