Wireshark-bugs: [Wireshark-bugs] [Bug 8492] New: Doesn't build due to formatting mistake in help
Date: Sun, 17 Mar 2013 23:16:50 +0000
Bug ID 8492
Summary Doesn't build due to formatting mistake in help/faq.py
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86-64
OS other
Status UNCONFIRMED
Severity Normal
Priority Low
Component Documentation
Assignee bugzilla-admin@wireshark.org
Reporter alex_brinister@yahoo.com

Build Information:
--configure \
--prefix=/usr \
--with-zlib=yes \
--with-lua=/usr/include \
--with-portaudio \
--without-python \
--enable-aircap \
LDFLAGS="-llua" \
CFLAGS="-Wno-error=old-style-definition -Wno-error=clobbered
-Wno-error=unused-but-set-variable -fno-unit-at-a-time" \
PYTHON=/usr/bin/python2
--
When building, help/faq.py generates an error stating that the Python
unicodeescape cannot decode bytes because of a truncated escape sequence. Patch
included.

Alex Brinister


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