pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64-dev: Update TODO
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Wed Aug 14 17:02:48 2019 +0200
Changeset: ee73737bd08520a645f6a548a44ac420284fb761
Modified Files:
wine64-dev/TODO
Log Message:
wine64-dev: Update TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee73737bd08520a645f6a548a44ac420284fb761
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wine64-dev/TODO | 38 +++-----------------------------------
1 file changed, 3 insertions(+), 35 deletions(-)
diffs:
diff --git a/wine64-dev/TODO b/wine64-dev/TODO
index 65c0bb9361..30f30be456 100644
--- a/wine64-dev/TODO
+++ b/wine64-dev/TODO
@@ -1,38 +1,6 @@
-* 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
- WINE32_ENV, could it be handled via configure arguments as well?
-* There are:
- warning: "_FORTIFY_SOURCE" redefined
- when building. Investigate if fortify is supported upstream or if an
- exception should be added.
* We need to export LD_LIBRARY_PATH=/usr/pkg/emul/netbsd32/lib owing
to X11 32-bit libs from compat80-x11 not linking against libxcb.so
in ${PREFIX}/emul/netbsd32/lib.
-* Gracefully handle MAKE_JOBS when it is not defined
-* MV instead of CD: fixed.
-* Investigate if wine uses a lower level of _FORTIFY_SOURCE
-* Investigate if we can use = instead of appending +=
-* Update wine64 version
-
-
-../../tools/winegcc/winegcc -o acledit.dll.so -B../../tools/winebuild -m64 -fPIC -fasynchronous-unwind-tables -shared /usr/pkgsrc/wip/wine64-dev/work/wine-4.13/dlls/acledit/acledit.spec -mno-cygwin main.o -lossaudio -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/emul/netbsd32/lib/fontconfig -Wl,-R/usr/pkg/emul/netbsd32/lib/fontconfig -L/usr/pkg/emul/netbsd32/lib -Wl,-R/usr/pkg/emul/netbsd32/lib -L/usr/pkg/emul/netbsd32/lib/freetype2 -Wl,-R/usr/pkg/emul/netbsd32/lib/freetype2 -L/usr/pkg//emul/netbsd32/lib -Wl,-R/usr/pkg//emul/netbsd32/lib -L/lib -Wl,-R/lib
-ld: ../../dlls/msvcrt/libmsvcrt.a(msvcrt.2hW3ed.o): in function `strcmp':
-(.text+0x0): undefined reference to `__wine$func$msvcrt$1035$strcmp'
-ld: ../../dlls/msvcrt/libmsvcrt.a(msvcrt.480Tqv.o): in function `strlen':
-(.text+0x0): undefined reference to `__wine$func$msvcrt$1043$strlen'
-ld: ../../dlls/msvcrt/libmsvcrt.a(msvcrt.H0njhy.o): in function `strncmp':
-(.text+0x0): undefined reference to `__wine$func$msvcrt$1046$strncmp'
-winegcc: gcc failed
-*** Error code 2
-
-Stop.
-make: stopped in /usr/pkgsrc/wip/wine64-dev/work/wine-4.13/wine64/dlls/acledit
-
-* Is compat32_ossaudio required? Could that be the reason why build fails?
-* Wine opens debugger when initializing new profile - possible reason segfault.
-
+ As a temporary solution, a wrapper script that sets LD_LIBRARY_PATH
+ is used.
+* Figure out why wine-4.13 is not throwing page_fault error.
Home |
Main Index |
Thread Index |
Old Index