Package Details: wine-stable 9.0-3

Git Clone URL: https://aur.archlinux.org/wine-stable.git (read-only, click to copy)
Package Base: wine-stable
Description: A compatibility layer for running Windows programs
Upstream URL: https://www.winehq.org/
Licenses: LGPL
Conflicts: wine
Provides: wine
Submitter: chungy
Maintainer: chungy
Last Packager: chungy
Votes: 36
Popularity: 1.39
First Submitted: 2016-06-18 08:40 (UTC)
Last Updated: 2024-08-21 21:55 (UTC)

Pinned Comments

isatsam commented on 2023-11-08 23:25 (UTC) (edited on 2023-11-08 23:25 (UTC) by isatsam)

gpg --keyserver keys.openpgp.org --recv-keys CEFAC8EAAF17519D
seems to not be doing anything for me anymore, so the package doesn't build because of a dependency of a dependency's checksum
This worked:
gpg --keyserver keys.openpgp.org --recv-keys CFDF148828C642A7

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

chungy commented on 2018-03-08 20:53 (UTC)

There's a few answers for that:

  1. Good practice for PKGBUILDs always includes building from source; repackaging binaries should be done in a -bin suffixed package.
  2. This package was updated to Wine 3.0 quite a few days before the main repo was updated.
  3. I apply different, personal, standards to the PKGBUILD, such as the depends array and including a couple depends that only exist in the AUR. Infrequently, patches that allow Wine stable to continue to working on the current Arch.
  4. Wine's stable branch is updated sometimes and those updates won't show up in the Arch Linux main repos. For example, this package was at version 2.0.4 before 3.0 was released a couple weeks later. Changing the PKGBUILD to alternate between repackaging a binary release (see point #1) and building from source would be a major PITA.

E5ten commented on 2018-03-05 19:46 (UTC)

Why is it that this package requires compiling instead of just using the package that was used from when wine-3.0 (the stable version) was the version used by the wine package in repos? https://archive.archlinux.org/packages/w/wine/wine-3.0-1-x86_64.pkg.tar.xz

chungy commented on 2017-10-22 22:28 (UTC)

Oh, you are right! Sorry, I'll update it :-)

dsboger commented on 2017-10-22 22:14 (UTC)

I think the PKGBUILD is missing deps on gstreamer and lib32-gstreamer: configure: error: gstreamer-1.0 base plugins 32-bit development files not found, gstreamer support disabled This is an error since --with-gstreamer was requested.

chungy commented on 2017-10-07 20:20 (UTC)

Thanks, I've applied patches from Wine 2.18 to solve the issue. FreeType 2.8.1 broke the build otherwise.

<deleted-account> commented on 2017-10-05 16:31 (UTC)

Error: Cannot open face ../../wine/fonts/courier.ttf make[1]: *** [Makefile:174: coue1255.fon] Error 1 make[1]: Leaving directory '/tmp/pamac-build-user/wine-stable/src/wine-64-build/fonts' make: *** [Makefile:19223: fonts] Error 2

<deleted-account> commented on 2017-10-05 16:30 (UTC)

Error: Cannot open face ../../wine/fonts/courier.ttf make[1]: *** [Makefile:174: coue1255.fon] Error 1 make[1]: Leaving directory '/tmp/pamac-build-user/wine-stable/src/wine-64-build/fonts' make: *** [Makefile:19223: fonts] Error 2

chungy commented on 2017-01-22 19:13 (UTC)

Fixed the error with yywrap. As for PGP, see earlier comments. Import the key or use --skippgpcheck.

apollo11w commented on 2017-01-22 17:46 (UTC) (edited on 2017-01-22 17:54 (UTC) by apollo11w)

EDIT: opened up the PKGBUILD and imported both keys again, now it works ==> Validating source files with sha256sums... wine-1.8.6.tar.bz2 ... Passed wine-1.8.6.tar.bz2.sign ... Skipped 30-win32-aliases.conf ... Passed ==> Verifying source file signatures with gpg... wine-1.8.6.tar.bz2 ... FAILED ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build wine-stable. ==> Restart building wine-stable ? [y/N] ==> ------------------------------------ ==>

apollo11w commented on 2017-01-22 13:38 (UTC) (edited on 2017-01-22 13:39 (UTC) by apollo11w)

macro.lex.yy.o: In function `yylex': macro.lex.yy.c:(.text+0xf4d): undefined reference to `yywrap' collect2: error: ld returned 1 exit status winegcc: gcc failed make[1]: *** [Makefile:311: winhlp32.exe.so] Error 2 make[1]: Leaving directory make: *** [Makefile:22730: programs/winhlp32] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build wine-stable.