Ticket Change Details
Overview

Artifact ID: f9cabc065fe0d7ffd1a6042b47350d2a446b7b55
Ticket: 6c9bf49455542e940e344a92476feaa7109d34f4
sed can't replace get_dh2048 with get_dhParams in script gen_dh_params on macOS
User & Date: anonymous on 2017-10-12 03:50:29
Changes

  1. foundin changed to: "1.7.13"
  2. icomment:
    When build tcltls-1.7.13 on macOS, I got warning while compiling.
    After installed, "package require tls" got "Illegal Instruction: 4" error.
    
    I test:
    
    echo get_dh2048 | sed 's/get_dh[0-9]\+/get_dhParams/'
    
    not working on my macOS 10.12.
    
    Should write gen_dh_params by Tcl? :)
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "55ed3e0299ccb4fe6cc51ac1bfa759035ac8d705"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to:
    sed can't replace get_dh2048 with get_dhParams in script gen_dh_params on macOS
    
  9. type changed to: "Build Problem"