Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2024 14:04:27 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Freebsd-stable List <stable@freebsd.org>
Subject:   Re: Build fail: stable/14-n266695-52d7bd8c4268 -> stable/14-n266773-25bd87539704
Message-ID:  <26E85115-5681-40E4-B392-0FDD1FD399B0@FreeBSD.org>
In-Reply-To: <ZdHznSkAkrcXPiEE@albert.catwhisker.org>
References:  <ZdHznSkAkrcXPiEE@albert.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 18 Feb 2024, at 13:10, David Wolfskill <david@catwhisker.org> wrote:
>=20
>=20
> First one of these I've seen in a long time.  This is amd64, using
> META_MODE:
>=20
> ...
> Building /common/S1/obj/usr/src/amd64.amd64/lib/libc/tests/db/Kyuafile
> Building /common/S1/obj/usr/src/amd64.amd64/lib/libc/tests/hash/h_hash
> Building =
/common/S1/obj/usr/src/amd64.amd64/lib/libc/tests/hash/sha2_test.debug
> *** [zfsd_main.o] Error code 1

The actual error was cut off:

  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=3Dbda0c0dc87c54b611d96b6d0dc194781=
9ffec083

-Dimitry




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26E85115-5681-40E4-B392-0FDD1FD399B0>