Opened 2 years ago

Last modified 21 months ago

#63669 closed defect

rsync-hfscomp: fix compile error on Big Sur ARM, due to gettimeofday() detection in configure script — at Version 1

Reported by: mascguy (Christopher Nielsen) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version:
Keywords: pending Cc:
Port: rsync-hfscomp

Description (last modified by mascguy (Christopher Nielsen))

This new port is failing to build on Big Sur ARM, as the configure script is failing to detect the two-arg version of gettimeofday(). Interestingly enough, though, this is ONLY occurring for Big Sur ARM; Intel is working just fine, though.

Example configure output, from the builder:

[...]
checking if gettimeofday takes tz argument... no
[...]

With the result being a later compilation error, due to attempted use of gettimeofday() with a single argument.

https://build.macports.org/builders/ports-11_arm64-builder/builds/31657/steps/install-port/logs/stdio

Still reviewing configure.ac from later upstream releases, to see what I'm missing.

Change History (1)

comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)

Description: modified (diff)
Summary: rsync-hfscomp: fix compile error on Big Sur, due to faulty gettimeofday() detection in configure scriptrsync-hfscomp: fix compile error on Big Sur ARM, due to gettimeofday() detection in configure script
Note: See TracTickets for help on using tickets.