https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5414
Summary: During build Python error in html2text.py and faq.py
Product: Wireshark
Version: 1.4.1
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: Blocker
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: geodepe@xxxxxxxxx
Build Information:
Does not build.
--
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
faq.py | ..\tools\html2text.py --width=72 --no-links > faq.txt
Traceback (most recent call last):
File "C:\cygwin\home\gadeprez\wireshark-1.4.1\help\faq.py", line 2104, in
<module>
sys.exit(main())
File "C:\cygwin\home\gadeprez\wireshark-1.4.1\help\faq.py", line 247, in main
create_output(header, footer)
File "C:\cygwin\home\gadeprez\wireshark-1.4.1\help\faq.py", line 218, in
create_output
create_index()
File "C:\cygwin\home\gadeprez\wireshark-1.4.1\help\faq.py", line 208, in
create_index
sec.print_index()
File "C:\cygwin\home\gadeprez\wireshark-1.4.1\help\faq.py", line 53, in
print_index
print '<a class="faq_qnum" href=#q%s>%s %s</a>\n' % (id, id, question)
IOError: [Errno 22] Invalid argument
close failed in file object destructor:
Error in sys.excepthook:
Original exception was:
Traceback (most recent call last):
File "C:\cygwin\home\gadeprez\wireshark-1.4.1\tools\html2text.py", line 502,
in <module>
data = sys.stdin.read().decode(options.INPUT_ENCODING)
IOError: [Errno 9] Bad file descriptor
NMAKE : fatal error U1077: 'faq.py' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\bin\nmake.exe"' : return code '0x2'
Stop.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.