Bug 248317 - net/rsync: Optimization (SIMD and ASM) for x86 64-bit is always disabled in 3.2.2
Summary: net/rsync: Optimization (SIMD and ASM) for x86 64-bit is always disabled in 3...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-28 09:34 UTC by Daniel Engberg
Modified: 2021-09-25 19:46 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2020-07-28 09:34:46 UTC
This is because rsync expects $build_cpu to be x86_64 not amd64

https://git.samba.org/rsync.git/?p=rsync.git;a=blob;f=configure.ac;h=112367cb6cfe6c32c157d8a2d6606e1e33b64fff;hb=194cee671d5e178f20c4494f41911fa8db942935#l207

https://git.samba.org/rsync.git/?p=rsync.git;a=blob;f=configure.ac;h=112367cb6cfe6c32c157d8a2d6606e1e33b64fff;hb=194cee671d5e178f20c4494f41911fa8db942935#l279

This should be fixed, I tried to patch configure.ac and set USES= autoreconf however it brakes and wants you to run make reconfigure

Best regards,
Daniel
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2021-09-25 19:46:55 UTC
Bug report submitted upstream as it's not really a porting issue
https://github.com/WayneD/rsync/issues/230