2017-09-23 23:11 GMT+02:00 Ralf Mardorf <ralf.mardorf@alice-dsl.net>:
Hi,
perhaps I'm unable to see the forest for the trees when I try to build https://aur.archlinux.org/packages/wine-rt/ .
If IIUC what ToxicAvenger described by the comment from 2017-09-23 13:26
Found a workaround, thanks to the community!! Yay!!! 1 - Install lib32-ocl-icd 2.2.11-1 from AUR (https://www.archlinux.org/packages/multilib/x86_64/lib32-ocl-icd/) 2 - On terminal, type: "yaourt wine-rt" (you must have yaourt installed of course) 3 - When yaourt asks if you want to edit the PKGBUILD, choose YES 4 - Scroll down the pkgbuild until you find lib32-libcl and remove them. Delete the entries, but dont leave empty spaces on the dependencies list 5 - Save the pkgbuild and close it. 6 - Yaourt will resume the compilation. Just type YES all the way. 7 - You may have a PGP key error during install, and may need to add the key and restart the whole installation. 8 - You may have "there's no space available on device" from yaourt. In that case, you will need to change TMPPKGBUILD folder and restart the whole installation.
is what I tried to archive by running
$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/wine-rt.tar.gz $ tar xf wine-rt.tar.gz $ cd wine-rt/ $ gpg --keyserver hkp://pgp.uni-mainz.de --recv-keys DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D $ sed -i 's/libcl lib32-libcl/ocl-icd lib32-ocl-icd/g' PKGBUILD $ makepkg -s
Unfortunately it failed with
Error: Cannot open face ../../wine/fonts/courier.ttf make[1]: *** [Makefile:174: coue1255.fon] Error 1 make[1]: Leaving directory '/tmp/wine-rt/src/wine-64-build/fonts' make: *** [Makefile:16502: fonts] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
Does anybody notice were ToxicAvenger forgot something and/or where I made a mistake?
Regards, Ralf
https://bugs.winehq.org/show_bug.cgi?id=43716 https://bugs.winehq.org/show_bug.cgi?id=43715