jeffJiang's fix still resolves the issues mentioned.
Search Criteria
Package Details: wine-stable 9.0-3
Package Actions
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) |
Dependencies (99)
- desktop-file-utils (desktop-file-utils-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gettext (gettext-gitAUR)
- lib32-fontconfig
- lib32-freetype2
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-gettext
- lib32-libpcap
- lib32-libunwind
- lib32-libxcursor
- lib32-libxi
- lib32-libxrandr
- lib32-wayland (lib32-wayland-gitAUR)
- libpcap (libpcap-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libxcursor
- libxi (libxi-gitAUR)
- libxrandr (libxrandr-gitAUR)
- Show 79 more dependencies...
Required by (376)
- 0cc-famitracker (requires wine)
- 2gis (requires wine)
- 4nec2-bin (requires wine)
- accutimes (requires wine)
- adobe-reader-11 (requires wine)
- ag-dsp-controller (requires wine)
- ags-git (requires wine) (optional)
- aimp (requires wine)
- aio-creator-neo (requires wine)
- airwave-git (requires wine)
- alchemy-viewer-git (requires wine) (optional)
- algodoo-wine (requires wine)
- altirra (requires wine)
- anituner (requires wine)
- ankama-launcher (requires wine) (optional)
- anycubic-slicer (requires wine)
- aoe3-wine-steam (requires wine)
- arch-gaming-meta (requires wine)
- ares (requires wine)
- Show 357 more...
Sources (4)
knate commented on 2024-08-21 17:51 (UTC)
chb commented on 2024-08-02 12:51 (UTC)
configure:5162: $? = 0 configure:5151: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.1.1 20240720 (GCC) configure:5162: $? = 0 configure:5151: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:5162: $? = 1 configure:5151: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:5162: $? = 1 configure:5151: gcc -version >&5 gcc: error: unrecognized command-line option '-version' gcc: fatal error: no input files compilation terminated. configure:5162: $? = 1
python commented on 2024-08-01 07:25 (UTC)
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in /tmp/wine-stable/src/wine-64-build':
configure: error: C compiler cannot create executables
See
config.log' for more details
python commented on 2024-08-01 07:25 (UTC)
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in /tmp/wine-stable/src/wine-64-build':
configure: error: C compiler cannot create executables
See
config.log' for more details
SkyLLer commented on 2024-04-18 10:08 (UTC)
jeffJiang export LDFLAGS=${LDFLAGS/-Wl,-z,now} with quote on quote or without? Isn't it supposed to be LDFLAGS="${LDFLAGS/-Wl,-z,now}" ?
IRVNG commented on 2024-04-16 21:22 (UTC)
Thank you jeffJiang! It did work! Now compiling and installing was successful. :D
jeffJiang commented on 2024-04-16 17:07 (UTC) (edited on 2024-04-16 17:08 (UTC) by jeffJiang)
modify PKGBUILD export LDFLAGS="${LDFLAGS/,-z,now/}" (line 119) to export LDFLAGS=${LDFLAGS/-Wl,-z,now} will solve the problem that RashadGasimli and IRVNG mentioned
IRVNG commented on 2024-04-14 10:22 (UTC) (edited on 2024-04-15 19:01 (UTC) by IRVNG)
I have the same problem as RashadGasimli. I can't compile and I get the exact same error. Does anyone know how fix it?
RashadGasimli commented on 2024-03-20 17:55 (UTC)
I can't compile
==> Starting build()...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in /home/rashadgasimli/.cache/yay/wine-stable/src/wine-64-build':
configure: error: C compiler cannot create executables
See
config.log' for more details
==> ERROR: A failure occurred in build().
Aborting...
-> error making: wine-stable-exit status 4
-> Failed to install the following packages. Manual intervention is required:
wine-stable - exit status 4
ScaredLions commented on 2024-01-19 08:58 (UTC) (edited on 2024-01-19 09:20 (UTC) by ScaredLions)
gpg --keyserver keys.openpgp.org --recv-keys CEFAC8EAAF17519D
and
gpg --keyserver keys.openpgp.org --recv-keys CFDF148828C642A7
didn't work for me so I am looking for different keys. Will update if I find any
Edit:
gpg --recv-key CEFAC8EAAF17519D
fixed the key issue. In research I've found the lib32-libgphoto2 is indeed hard to build (as ugjka mentioned) and might require manual installation.
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