#32697: 64-bit compiled tcpick port hits segmentation fault during execution --------------------------------------+------------------------------------- Reporter: frazierjason@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: tcpick --------------------------------------+------------------------------------- Changes (by macsforever2000@…): * keywords: tcpick segmentation fault => * type: request => defect Old description:
The 'tcpick' port is broken for OS X 10.6 and higher where 64-bit builds are the default. There is a known issue with the source code for this project where building 64-bit on OS X causes a segmentation fault during normal use. A fix has not been entertained by the tcpick project community, and a workaround (force build for 32-bit) is confirmed to work by a few users, including myself. http://sourceforge.net/mailarchive/forum.php?forum=tcpick-project
Can someone make a minor addition to the tcpick Portfile? Just add this one line to allow OS X 10.6 clients to successfully use this port by building it in 32-bit mode. I have confirmed it to work on Snow Leopard. supported_archs i386 ppc
New description: The 'tcpick' port is broken for OS X 10.6 and higher where 64-bit builds are the default. There is a known issue with the source code for this project where building 64-bit on OS X causes a segmentation fault during normal use. A fix has not been entertained by the tcpick project community, and a workaround (force build for 32-bit) is confirmed to work by a few users, including myself. http://sourceforge.net/mailarchive/forum.php?forum=tcpick-project Can someone make a minor addition to the tcpick Portfile? Just add this one line to allow OS X 10.6 clients to successfully use this port by building it in 32-bit mode. I have confirmed it to work on Snow Leopard. {{{ supported_archs i386 ppc }}} -- -- Ticket URL: <https://trac.macports.org/ticket/32697#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS