#26320: ikiwiki gives 'Bus Error' with perl5.8 --------------------------------+------------------------------------------- Reporter: geychaner@… | Owner: tommyd@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: | Keywords: Port: ikiwiki | --------------------------------+------------------------------------------- Comment(by tommyd@…): Note that another solution could be to just bug the owner of #16830 enough to make 5.10 (or better 5.12) finally the default and drop the unmaintained 5.8 altogether. (This is in discussion since only two years.) And of course MacPorts still has no proper upgrade path for users of the "old" default port, so some hand work is required to get all the perl modules in the right place: {{{ $ port installed name:^p5- | cut -f 3 -d " " > perl_ports.txt $ cat perl_ports.txt | xargs sudo port -d -v -f uninstall $ cat perl_ports.txt | xargs sudo port -d -v -f clean --archive $ cat perl_ports.txt | xargs sudo port -d -v install }}} -- Ticket URL: <http://trac.macports.org/ticket/26320#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS