pkgsrc-WIP-changes archive

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

wine64: Installation fails due missing run-time search paths checks



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jul 25 11:34:19 2019 +0200
Changeset:	c485f971d43024ca64d52d7bdcabc9c5e5029165

Modified Files:
	wine64/TODO

Log Message:
wine64: Installation fails due missing run-time search paths checks

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

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

diffstat:
 wine64/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/wine64/TODO b/wine64/TODO
index 4116bd1af3..2d492e49f5 100644
--- a/wine64/TODO
+++ b/wine64/TODO
@@ -1,3 +1,7 @@
+* Fails due missing run-time search paths checks:
+   ERROR: emul/netbsd32/lib/wine/wine/acledit.dll.so: missing library: libi386.so.2
+   [...]
+   ERROR: emul/netbsd32/lib/wine/wine/xpssvcs.dll.so: missing library: libi386.so.2
 * Double-check the `+=' usage in CFLAGS+= and X11_LDFLAGS+= in WINE32_ENV
   definition
 * --x-libraries is passed via WINE32_ARGS, why X11_LDFLAGS is also passed via


Home | Main Index | Thread Index | Old Index