https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4557
Summary: ODL.pm missing from tools/pidl
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: bradh@xxxxxxxxxxxxx
Build Information:
N/A
--
When trying to update one of the PIDL generated dissectors, I found that the
pidl script wouldn't run. Instead, it error'd out with:
Can't locate Parse/Pidl/ODL.pm in @INC (@INC contains:
/usr/local/bin/../share/perl5 /usr/local/bin/lib
/usr/local/lib/perl5/x86_64-linux-thread-multi /usr/local/lib/perl5
/usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/lib/perl5/site_perl .) at /usr/local/bin/pidl line 415.
BEGIN failed--compilation aborted at /usr/local/bin/pidl line 415.
The problem appears to be that to be that
tools/pidl/lib/Parse/Pidl/ODL.pm
is missing from the checkout.
I added it (from a samba git checkout) and pidl builds/installs/runs fine.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.