https://bugs.winehq.org/show_bug.cgi?id=43181
Bug ID: 43181 Summary: NetBSD ptrace.c:678:46: error: 'struct dbreg' has no member named 'dr0' (and more) Product: Wine Version: 2.9 Hardware: x86-64 OS: NetBSD Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: adrien_fernandes2@hotmail.com
Created attachment 58452 --> https://bugs.winehq.org/attachment.cgi?id=58452 Entire output
I'm using NetBSD 8.99.1 (GENERIC) amd64 I built successfully Wine for 64 bits ONLY (no 32 and 16 bits compatibility) with the exact same wip/wine-staging package I made by myself.
To be able to build it to have 32 bits compatibility, I had to use a chroot with a full set of NetBSD i386 inside. It was working in the past, a few months earlier on an earlier version of Wine and NetBSD but not anymore now with 2.9 and NetBSD 8.99.1 (if it can be the problem)
I attached the entire output when I "make -C /usr/pkgsrc/wip/wine-staging"
https://bugs.winehq.org/show_bug.cgi?id=43181
Adrien Fernandes adrien_fernandes2@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adrien_fernandes2@hotmail.c | |om
--- Comment #1 from Adrien Fernandes adrien_fernandes2@hotmail.com --- Created attachment 58658 --> https://bugs.winehq.org/attachment.cgi?id=58658 My pkgsrc patch
I made this patch to fix my problem.
But now, when I try to run Wine, I have this error message
$ /usr/pkg32/bin/winecfg wine: failed to initialize: /usr/pkg32/lib/wine/ntdll.dll.so: wrong number of segments (3 != 2)
Can it be due to my patch ?
PS: I don't have any Wine64 installed.