Bug ID |
10973
|
Summary |
Error compiling on ubuntu lib ws_mempbrk.lo
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Build process
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
matthieu@dev-box:~/git-dev/wireshark$ gcc --version
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
matthieu@dev-box:~/git-dev/wireshark$
matthieu@dev-box:~/git-dev/wireshark$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
matthieu@dev-box:~/git-dev/wireshark$
matthieu@dev-box:~/git-dev/wireshark$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz
stepping : 9
microcode : 0xf
cpu MHz : 2693.653
cache size : 6144 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc
arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf eagerfpu
pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c
rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dtherm fsgsbase smep
bogomips : 5387.30
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz
stepping : 9
microcode : 0xf
cpu MHz : 2693.653
cache size : 6144 KB
physical id : 2
siblings : 1
core id : 0
cpu cores : 1
apicid : 2
initial apicid : 2
fdiv_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts mmx fxsr sse sse2 ss nx rdtscp lm constant_tsc
arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf eagerfpu
pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c
rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dtherm fsgsbase smep
bogomips : 5387.30
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
matthieu@dev-box:~/git-dev/wireshark$
--
Hi Guys,
I am having issues to compile wireshark on my ubuntu VM. I just rebase my local
repo today 17th of Feb.
I did anything I could :
- make maintainer-clean
- ./autogen.sh
- ./configure
I always end up with the error message :
make[2]: Entering directory `/home/matthieu/git-dev/wireshark/wsutil'
CC ws_mempbrk.lo
In file included from ws_mempbrk.h:28:0,
from ws_mempbrk.c:39:
/usr/lib/gcc/i686-linux-gnu/4.8/include/emmintrin.h:31:3: error: #error "SSE2
instruction set not enabled"
# error "SSE2 instruction set not enabled"
^
In file included from ws_mempbrk.c:39:0:
ws_mempbrk.h:37:5: error: unknown type name '__m128i'
__m128i mask;
^
make[2]: *** [ws_mempbrk.lo] Error 1
make[2]: Leaving directory `/home/matthieu/git-dev/wireshark/wsutil'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matthieu/git-dev/wireshark'
make: *** [all] Error 2
After some google research, I saw this
https://github.com/shogun-toolbox/shogun/issues/2111 but not sure tgis is
related.
Could you please have a look into this ?
Thanks a lot,
Matthieu.
You are receiving this mail because:
- You are watching all bug changes.