pkgsrc-WIP-changes archive

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

libxlsxwriter: Installation fails on macOS



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By:	sjmulder
Date:		Wed Dec 12 22:30:43 2018 +0100
Changeset:	a0ec8028c6303e21604fe4b64d34889be3fc08f4

Added Files:
	libxlsxwriter/TODO

Log Message:
libxlsxwriter: Installation fails on macOS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0ec8028c6303e21604fe4b64d34889be3fc08f4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxlsxwriter/TODO | 11 +++++++++++
 1 file changed, 11 insertions(+)

diffs:
diff --git a/libxlsxwriter/TODO b/libxlsxwriter/TODO
new file mode 100644
index 0000000000..ee79fe31b1
--- /dev/null
+++ b/libxlsxwriter/TODO
@@ -0,0 +1,11 @@
+stage-install fails on macOS:
+
+  => Checking for missing run-time search paths in libxlsxwriter-0.8.4
+  ERROR: lib/libxlsxwriter.dylib: missing library: /usr/lib/libxlsxwriter.dylib
+
+Seems to be caused by this bit in src/Makefile:
+
+  SOFLAGS = -dynamiclib $(FPIC) -install_name /usr/lib/$(LIBXLSXWRITER_SO)
+
+Upstream issue:
+https://github.com/jmcnamara/libxlsxwriter/issues/205


Home | Main Index | Thread Index | Old Index