Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8982] New: pod2man error on reordercap.pod

Date: Sat, 27 Jul 2013 08:40:46 +0000
Bug ID 8982
Summary pod2man error on reordercap.pod
Classification Unclassified
Product Wireshark
Version 1.10.1
Hardware All
OS other
Status UNCONFIRMED
Severity Major
Priority Low
Component TShark
Assignee [email protected]
Reporter [email protected]

Build Information:
wireshark version 1.10.1

Linux brynhild 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64
GNU/Linux

    ./autogen.sh                                                                
    ./configure \                                                               
        --prefix=/usr \                                                         
        --with-ssl \                                                            
        --with-zlib=yes \                                                       
        --with-lua \                                                            
        --with-gtk3=yes                                                         
    make all

/usr/bin/core_perl/pod2man is owned by perl 5.18.0-1
--
Looks like pod2man does not like the syntax in reordercap.pod:

[..]
  CCLD     tshark
  CCLD     text2pcap
  CCLD     mergecap
  CCLD     capinfos
  CCLD     editcap
  CCLD     randpkt
  CCLD     dftest
  CCLD     dumpcap
  CCLD     reordercap
  CCLD     rawshark
make[2]: Leaving directory `/build/wireshark/src/wireshark-1.10.1'
Making all in doc
make[2]: Entering directory `/build/wireshark/src/wireshark-1.10.1/doc'
  GEN      AUTHORS-SHORT
  POD2MAN  tshark.1
  POD2MAN  text2pcap.1
  POD2MAN  mergecap.1
  POD2MAN  reordercap.1
  POD2MAN  capinfos.1
reordercap.pod around line 43: You forgot a '=back' before '=head1'
POD document had syntax errors at /usr/bin/core_perl/pod2man line 71.
make[2]: *** [reordercap.1] Error 255
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/build/wireshark/src/wireshark-1.10.1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/wireshark/src/wireshark-1.10.1'
make: *** [all] Error 2


You are receiving this mail because:
  • You are watching all bug changes.