pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bmake updated to 20240711



Am 04.08.24 um 21:52 schrieb Sijmen J. Mulder:

Getting this now on Fedora/amd64:

cc -DHAVE_NBCOMPAT_H=1 -I/var/work/devel/bmake/work/libnbcompat -I. -I.  -O2 -DHAVE_CONFIG_H -c lchflags.c
lchflags.c: In function 'lchflags':
lchflags.c:49:17: error: implicit declaration of function 'chflags'; did you mean 'lchflags'? [-Wimplicit-function-declaration]
    49 |         return (chflags(path, flags));
       |                 ^~~~~~~
       |                 lchflags
*** [lchflags.o] Error code 1

This is unrelated to the bmake update. Instead, it is a bug in libnbcompat. See my other thread about archivers/pax. tnn@ has posted a workaround for the issue.

--
Benny


Home | Main Index | Thread Index | Old Index