[Slackbuilds-users] Wireshark installation error

David Spencer baildon.research at googlemail.com
Thu Sep 26 18:42:32 UTC 2013


It's a Perl 5.18 thing.  To fix it, insert a line '=encoding utf8' at
the front of doc/wireshark.pod.template.  Stick this bit of code in
the SlackBuild, eg. after extracting the tarball:

patch -p1 << ::::
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -1,3 +1,4 @@
+=encoding utf8

 =head1 NAME

::::



On 26 September 2013 19:27, Jostein Berntsen <jbernts at broadpark.no> wrote:
> The wireshark slackbuild errors out with this:
>
> wireshark.pod  > wireshark.1
> Wide character in printf at /usr/share/perl5/Pod/Simple.pm line 539.
> wireshark.pod around line 3525: Non-ASCII character seen before =encoding in
> 'KovE<aacute>ř'. Assuming UTF-8
> POD document had syntax errors at /usr/bin/pod2man line 71.
> make[2]: *** [wireshark.1] Error 255
> make[2]: Leaving directory `/tmp/SBo/wireshark-1.8.6/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/tmp/SBo/wireshark-1.8.6'
> make: *** [all] Error 2
>
> Anyone solved this? A doc install bug?
>
> Jostein
>
>
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>


More information about the SlackBuilds-users mailing list