Changes between Initial Version and Version 1 of Ticket #61052


Ignore:
Timestamp:
Aug 22, 2020, 7:00:28 PM (4 years ago)
Author:
herbygillot (Herby Gillot)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61052 – Description

    initial v1  
    44Building `rsync` in a non-standard MacPorts prefix, compilation fails with a segmentation fault while compiling `simd-checksum-x86_64.o`:
    55
    6 ```
     6{{{
    77E_CONFIG_H -Wall -W -I/opt/macports-test/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -c flist.c -o flist.o
    88clang: error: unable to execute command: Segmentation fault: 11
     
    4545Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    4646Error: Processing of port rsync failed
    47 ```
     47}}}
    4848
    4949After modifying the port build with SIMD disabled (added --disable-simd):
    50 ```
     50{{{
    5151configure.args      --with-rsyncd-conf=${prefix}/etc/rsyncd.conf \
    5252                    --disable-simd
    53 ```
     53}}}
    5454
    5555...the port builds fine without issue.