@sipaktli
I can not reproduce the error you are experiencing. However your comment is also somewhat laconic. Please better describe what you have tried and at what stage the process failed.
Btw. the comment section has markdown support. Hence you can properly format any text messages and log output.
Failed test 'RPC::XML::Server::url method (set)'
at t/40_server.t line 188.
'http://[::1]:40483/'
doesn't match '(?^:http://(127[.]0[.]0[.]1|myhostname|myhostname[.]domain|localhost|localhost[.]localdomain|myhostname[.]domain|myhostname|localhost[.]localdomain):40483)'
t/40_server.t ................... 35/91 Use of uninitialized value in subroutine entry at t/40_server.t line 276.
t/40_server.t ................... 41/91 Not an ARRAY reference at t/40_server.t line 333.
Looks like your test exited with 255 just after 43.
Please, add 'backup' to apparmor-parser and apparmor-utils for files located in /etc/apparmor/.
@egrupled
Seems like a reasonable suggestion. Done.
@SonOfANoMomGoat
Thanks for the information!
It seems like @towo and initially you as well confused a failing test in a different packages (a dependency of apparmor-libapparmor) with an error in this package.
Just for completeness sake, here is the referenced link for the upstream bug ticket which is mentioned in the discussion of the package (perl-rpc-xml) which actually yields this error.
Temporary fix to the failing test issue seems to be to edit /etc/hosts and comment out any IPv6 localhost lines. '#::1 localhost.localdomain localhost'
Test t/40 is failing on the call as the test is calling for an IPv6 localhost address on line 4 of the codeblock and that doesn't match the IPv4 localhost address expected on line 5 in the match condition. I have the same issue.
Edit: This is trying to build the apparmor-libapparmor package.
Edit2: https://aur.archlinux.org/packages/perl-rpc-xml/ is the problem, they have the same issue.
@sipaktli I can not reproduce the error you are experiencing. However your comment is also somewhat laconic. Please better describe what you have tried and at what stage the process failed. Btw. the comment section has markdown support. Hence you can properly format any text messages and log output.