You are not logged in.
Pages: 1
While trying to compile wine, I noticed a lot of stuff was missing from packaging.
I debugged it down to my MAKEFLAGS - apparently the command flag -j# breaks when # is anything but 1.
How to reproduce:
- Set MAKEFLAGS in /etc/makepkg.conf to -j2 (or anything other than 1)
- Make the wine package using makepkg. The packaging part breaks it every time.
# abs multilib/wine
$ cp -r /var/abs/multilib/wine /tmp/
$ cd /tmp/wine/
$ makepkg
This could very well be an upstream issue but it definitely breaks builds. Downgrading make to 4.1-2 from core fixes the issue.
Last edited by gonX (2016-05-27 14:46:33)
since 2009
Offline
Can confirm. Only seen it happening with wine(-staging).
Offline
Please define "breaks".
Offline
make install omits most of the files.
That is, nothing from usr/bin, usr/include gets into the package, only fakedlls folders from usr/lib and from usr/share just l_intl.nls and wine.desktop do.
Offline
Ah - race condition in the Makefiles. I'd say wine bug.
Offline
Pages: 1