Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 19:08:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 263874] [NEW PORT] net/samba416
Message-ID:  <bug-263874-7788-qF9pMD9tW1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263874-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263874-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263874

--- Comment #14 from georg-bsd@schorsch-tech.de ---
This was my "patch"

git diff
diff --git a/lib/util/time.h b/lib/util/time.h
index bdb67de5431..8b61e41ae94 100644
--- a/lib/util/time.h
+++ b/lib/util/time.h
@@ -27,6 +27,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 #include <talloc.h>
+#include <time.h>

 #ifndef TIME_T_MIN
 /* we use 0 here, because (time_t)-1 means error */

git describe
samba-4.15.7

I compiled with:
sudo pkg install git gcc11 py38-iso8601 py38-pyasn1 p5-parse-yapp devel/icu
bison python3 pkgconf lmdb gnutls gpgme jansson openldap24-client py38-mark=
down
py38-dnspython popt py38-cryptography

make distclean && ./configure CC=3D/usr/local/bin/gcc11
CFLAGS=3D"-I/usr/local/include" --enable-selftest && make -j16 && make quic=
ktest

The selftests did not run successfully. I tried that also on linux and they
failed like on freebsd. Not sure if i did anything wrong ....

I guess if you try to use this, you can remove the enable-selftest option.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263874-7788-qF9pMD9tW1>