Re: OpenNTPd port
Samuel Thibault <[email protected]> Tue, 21 Jul 2026 15:32:54 +0200
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Organization | I am not organized |
| Message-ID | <al91BkyDF5RdjeFC@end> |
Martin-Éric Racine, le mar. 21 juil. 2026 16:12:54 +0300, a ecrit: > ti 21.7.2026 klo 0.11 Michael Kelly ([email protected]) kirjoitti: > > On 19/07/2026 09:30, Martin-Éric Racine wrote: > > > Since then, I got around packaging the latest upstream. If anybody > > > feels like porting that one, diffs are welcome. > > > > I don't think the required fixes for adjtime, which were merged to the > > glibc and gnumach sources, have made it to binary distribution yet. I'm > > happy to try to get the latest upstream working once that has happened. > > I have the enclosed diff so far. It somehow barfs at compiling constraint.c: > > constraint.c: In function ‘priv_constraint_child’: > constraint.c:395:13: error: implicit declaration of function > ‘setresgid’; did you mean ‘setregid’? > > This shouldn't happen since unistd.h and time.h are included at the > start of the file. See the man setresgid etc. you need to #define _GNU_SOURCE to get these. See man feature_test_macros for more details. Samuel