Hi El mar, 21 jul 2026 a las 15:22, Martin-Éric Racine (< [email protected]>) escribió:
> /usr/bin/ld: ntpd-ntpd.o: in function `ntpd_adjtime': > ./src/./src/ntpd.c:541:(.text+0x366): undefined reference to > `update_time_sync_status' > /usr/bin/ld: ntpd-ntpd.o: in function `dispatch_imsg': > ./src/./src/ntpd.c:493:(.text+0x916): undefined reference to > `update_time_sync_status' > collect2: error: ld returned 1 exit status > make[2]: *** [Makefile:496: ntpd] Error 1 > update_time_sync_status must be provided by the GNU/Hurd compat sources (adjfreq_hurd.c) . One can do like OSX and define it to an empty function.
