#32386: wireshark @1.6.4_0: Build problem with llvm-gcc-4.2 ---------------------------------+------------------------------------------ Reporter: raimue@… | Owner: ricci@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: wireshark ---------------------------------+------------------------------------------ Comment(by ricci@…): Replying to [comment:4 raimue@…]:
With Xcode 4.2.1 (Build version 4D502), I still see the build problem with llvm-gcc-4.2; the build stalls at the same location as given in the report above. Switching to clang did not work, the resulting binary gives a segmentation fault as reported in #31615.
I was able to get a working wireshark with clang and optimizations disabled:
{{{ sudo port -v install wireshark configure.compiler=clang configure.optflags=-O0 }}}
Can you post the build log with llvm-gcc-4.2, or otherwise get it to me? -- Ticket URL: <https://trac.macports.org/ticket/32386#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS