[MacPorts] #67539: openssh @9.3p1_1 Nearly all client programs crash with Segmentation Fault.

MacPorts noreply at macports.org
Mon Jun 12 01:27:34 UTC 2023


#67539: openssh @9.3p1_1 Nearly all client programs crash with Segmentation Fault.
------------------------+----------------------
  Reporter:  snowflake  |      Owner:  artkiver
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.8.99
Resolution:             |   Keywords:
      Port:  openssh    |
------------------------+----------------------

Comment (by danielluke):

 Replying to [comment:44 artkiver]:
 > Those both seem as if they are viable strategies. I've modified the
 Portfile slightly using the suggestions from comment 43.
 >
 > It passed lint --nitpick OK, but I don't have an impacted system to test
 on currently, so if any of the individuals who reported and encountered
 the issue could try that Portfile to see if it rectifies the issue, it
 would be appreciated.

 You put the additional blacklist inside of an if for os.major} <= 11 so it
 doesn't get added on my 13.4 intel test box. I think you want something
 like:

 {{{
 +        } elseif {(${os.major} >= 13 && ${configure.build_arch} eq
 "x86_64")} {
 +            compiler.blacklist-append   {clang >= 1403 < 1500}
 }}}

 I'm doing a build now with that and it's using clang-mp-15

-- 
Ticket URL: <https://trac.macports.org/ticket/67539#comment:45>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list