Bug ID |
8774
|
Summary |
Wrong encoding for 2 pod file
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Documentation
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Building on Linux brynhild 3.9.2-1-ARCH #1 SMP PREEMPT Sat May 11 20:31:08 CEST
2013 x86_64 GNU/Linux
/usr/bin/core_perl/pod2man is owned by perl 5.16.3
Build options:
./autogen.sh
./configure \
--prefix=/usr \
--with-ssl \
--with-zlib=yes \
--with-lua
make all
--
It seems the 2 following files have wrong encoding type:
doc/asn2deb.pod: Perl POD document, ISO-8859 text
doc/idl2deb.pod: Perl POD document, ISO-8859 text
Causing build to fail:
Making all in doc
make[2]: Entering directory `/build/wireshark/src/wireshark-1.10.0/doc'
GEN AUTHORS-SHORT
POD2MAN tshark.1
POD2MAN text2pcap.1
POD2MAN mergecap.1
POD2MAN reordercap.1
POD2MAN capinfos.1
POD2MAN editcap.1
POD2MAN dumpcap.1
POD2MAN rawshark.1
POD2MAN dftest.1
POD2MAN randpkt.1
POD2MAN wireshark-filter.4
POD2MAN asn2deb.1
POD2HTML asn2deb.html
POD2MAN idl2deb.1
idl2deb.pod around line 8: Non-ASCII character seen before =encoding in '[B<-d
>I<opts>]'. Assuming UTF-8
asn2deb.pod around line 8: Non-ASCII character seen before =encoding in '[-a
I<ASN.1'. Assuming UTF-8
POD2HTML idl2deb.html
POD2MAN idl2wrs.1
POD2HTML idl2wrs.html
POD2HTML tshark.html
POD2HTML wireshark-filter.html
POD document had syntax errors at /usr/bin/core_perl/pod2man line 71.
make[2]: *** [asn2deb.1] Error 255
make[2]: *** Waiting for unfinished jobs....
POD document had syntax errors at /usr/bin/core_perl/pod2man line 71.
make[2]: *** [idl2deb.1] Error 255
make[2]: Leaving directory `/build/wireshark/src/wireshark-1.10.0/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/wireshark/src/wireshark-1.10.0'
make: *** [all] Error 2
You are receiving this mail because:
- You are watching all bug changes.