anyNiXwilldo Apprentice

Joined: 20 Feb 2004 Posts: 173 Location: US
|
Posted: Sat Sep 22, 2012 3:03 pm Post subject: wireshark-1.8.2-r2 [SOLVED] |
|
|
Wireshark fails to build on Hardened, although the last version built perfectly. Here's the errors:
Making all in dissectors
make[3]: Entering directory `/var/tmp/portage/net-analyzer/wireshark-1.8.2-r2/work/wireshark-1.8.2/epan/dissectors'
Making register.c with python
Registering 1068 files, 0 cached
Traceback (most recent call last):
File "../../tools/make-dissector-reg.py", line 154, in <module>
for line in file.readlines():
File "/usr/lib64/python3.2/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0x96 in position 2185: ordinal not in range(128)
make[3]: *** [register.c] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-analyzer/wireshark-1.8.2-r2/work/wireshark-1.8.2/epan/dissectors'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-analyzer/wireshark-1.8.2-r2/work/wireshark-1.8.2/epan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-analyzer/wireshark-1.8.2-r2/work/wireshark-1.8.2'
make: *** [all] Error 2
[31;01m*[0m ERROR: net-analyzer/wireshark-1.8.2-r2 failed (compile phase):
[31;01m*[0m emake failed
Any advice or tips will be appreciated.
____________________________________
**************EDIT******************
____________________________________
Nevermind. Setting python to 2 using eselect allowed it to finish building. _________________ Of course you can have my root password. I'm on Hardened! |
|