app-emulation/dxvk-9999-r4 #7

Closed
opened 2020-04-22 12:55:01 +02:00 by Kajanos · 2 comments

Failed to emerge app-emulation/dxvk-9999-r4 Build log below.

Failed to emerge app-emulation/dxvk-9999-r4 Build log below.
Owner

How did you build the mingw toolchain? It looks like either cross-i686-w64-mingw32/mingw64-runtime is missing the libraries use-flag or cross-i686-w64-mingw32/gcc wasn't built with EXTRA_ECONF="--enable-threads=posix" or both.

I had to do this in order to get it to work, after installing with crossdev:

echo 'EXTRA_ECONF="--enable-threads=posix"' >> /etc/portage/env/mingw-gcc.conf
echo 'cross-i686-w64-mingw32/gcc mingw-gcc.conf' >> /etc/portage/package.env/mingw
echo 'cross-i686-w64-mingw32/mingw64-runtime libraries' >> /etc/portage/package.use/mingw
emerge --oneshot cross-i686-w64-mingw32/gcc cross-i686-w64-mingw32/mingw64-runtime
How did you build the mingw toolchain? It looks like either `cross-i686-w64-mingw32/mingw64-runtime` is missing the `libraries` use-flag or `cross-i686-w64-mingw32/gcc` wasn't built with `EXTRA_ECONF="--enable-threads=posix"` or both. I had to do this in order to get it to work, after installing with crossdev: ``` bash echo 'EXTRA_ECONF="--enable-threads=posix"' >> /etc/portage/env/mingw-gcc.conf echo 'cross-i686-w64-mingw32/gcc mingw-gcc.conf' >> /etc/portage/package.env/mingw echo 'cross-i686-w64-mingw32/mingw64-runtime libraries' >> /etc/portage/package.use/mingw emerge --oneshot cross-i686-w64-mingw32/gcc cross-i686-w64-mingw32/mingw64-runtime ```
Author

resolved

resolved
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tastytea/overlay#7
No description provided.