Displaying 4 results from an estimated 4 matches for "f9c6b8ad".
2020 Mar 26
1
Re: [PATCH nbdkit 6/9] tests: Add a regression test that we can still compile with -undefined.
...s/Makefile.am | 28 ++++++++++++++
> tests/test-undefined.sh | 36 ++++++++++++++++++
> tests/test-undefined-plugin.c | 70 +++++++++++++++++++++++++++++++++++
> 3 files changed, 134 insertions(+)
>
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index f9c6b8ad..901dca7e 100644
> --- a/tests/Makefile.am
> +# Build a plugin with libtool -undefined flag. This is how plugins
> +# were built before libnbdkit.so existed.
> +TESTS += \
> + test-undefined.sh \
> + $(NULL)
>
> +# For use of the -rpath option, see:
> +# https://lists....
2020 Mar 26
0
[PATCH nbdkit 4/9] vddk: Compile dummy libvixDiskLib.so with -no-undefined on all platforms.
...-)
-AC_MSG_RESULT([$is_windows])
-AM_CONDITIONAL([WINDOWS],
- [test "x$is_windows" = "xyes"])
-
AC_SEARCH_LIBS([getaddrinfo], [network socket])
dnl Check for SELinux socket labelling (optional).
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 562558d0..f9c6b8ad 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -833,13 +833,9 @@ libvixDiskLib_la_CXXFLAGS = $(WARNINGS_CFLAGS)
# For use of the -rpath option, see:
# https://lists.gnu.org/archive/html/libtool/2007-07/msg00067.html
libvixDiskLib_la_LDFLAGS = \
- -shared -version-number 6:0:0 -rpath /...
2020 Mar 26
0
[PATCH nbdkit 6/9] tests: Add a regression test that we can still compile with -undefined.
...l doesn't complain.
---
tests/Makefile.am | 28 ++++++++++++++
tests/test-undefined.sh | 36 ++++++++++++++++++
tests/test-undefined-plugin.c | 70 +++++++++++++++++++++++++++++++++++
3 files changed, 134 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f9c6b8ad..901dca7e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -208,6 +208,7 @@ EXTRA_DIST = \
test-truncate3.sh \
test-truncate4.sh \
test-truncate-extents.sh \
+ test-undefined.sh \
test-vddk.sh \
test-vddk-real.sh \
test-version.sh \
@@ -351,6 +352,33 @@ test_just_filter_header_...
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread:
https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203
test-delay-shutdown.sh fails for unclear reasons.
This series starts by reverting "tests: Don't strand hung nbdkit
processes" which is because several other tests fail randomly unless I
revert this patch. I didn't investigate this yet so it