Ludovic Courtès <l...@gnu.org> writes: > 宋文武 <iyzs...@gmail.com> skribis: > >> I can't get tests working, so leave them disabled. > > It’s OK to do that so we can move forward, but please leave a comment > that explains the situation, above #:tests? #f. The goal remains to > have tests running, eventually. By run it manually, it seem to me that many tests of wine are known to failed. > >> + (arguments >> + `(#:system "i686-linux" > > No, that’s not possible. :-) > People should be able to use Wine regardless of their platform. > > What is the reason behind it? The goal is to have 32bit version wine for x86_64-linux. IMO, it's what most people want: to run 32bit windows applications.
Yeah, for pure 64bit system `x86_64-linux', we can add wine64, which can run 64bit windows applications. I have not try `mips64el-linux', but it sound mostly not working to me. > > If some platforms are inherently not supported by Wine, then please add > a ‘supported-platforms’ field (there are examples in other files.) By set #:system to `i686-linux', I assume it's same as: `(supported-systems '("i686-linux" "x86_64-linux"))' > > The rest looks good to me. > > Thanks, > Ludo’.