Re: Build fail: stable/14-n266695-52d7bd8c4268 -> stable/14-n266773-25bd87539704
- In reply to: David Wolfskill : "Re: Build fail: stable/14-n266695-52d7bd8c4268 -> stable/14-n266773-25bd87539704"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Feb 2024 13:59:22 UTC
On Sun, Feb 18, 2024 at 05:10:04AM -0800, David Wolfskill wrote: > On Sun, Feb 18, 2024 at 02:04:27PM +0100, Dimitry Andric wrote: > > ... > > The actual error was cut off: > > Sorry (but that's why I put the full typescript & meta file on teh Web > server). > > > In file included from /usr/src/sys/contrib/openzfs/lib/libspl/include/unistd.h:27: > > /common/S1/obj/usr/src/amd64.amd64/tmp/usr/include/unistd.h:507:6: error: declaration of 'execvpe' has a different language linkage > > 507 | int execvpe(const char *, char * const *, char * const *); > > | ^ > > /usr/src/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/param.h:60:12: note: previous declaration is here > > 60 | extern int execvpe(const char *name, char * const argv[], char * const envp[]); > > | ^ > > > > Kostik fixed this just now, with: > > > > https://cgit.freebsd.org/src/commit/?id=bda0c0dc87c54b611d96b6d0dc1947819ffec083 > > > > -Dimitry > > .... > > Cool; thanks! :-) I am sorry for the breakage.