You are not logged in.

#1 2024-04-18 19:24:39

6650xt
Member
Registered: 2024-04-18
Posts: 11

Installing wine is showing to be an issue

First error that I got was the dependency lib32-libpulse:

:: Retrieving packages...
 lib32-opus-1.5.1-1-x86_64.pkg.tar.zst failed to download
 Total (1/8)                             5.1 MiB  9.57 MiB/s 00:01 [####################################] 100%
error: failed retrieving file 'lib32-opus-1.5.1-1-x86_64.pkg.tar.zst' from mirror.dkm.cz : The requested URL returned error: 404
error: failed retrieving file 'lib32-opus-1.5.1-1-x86_64.pkg.tar.zst' from mirror.moson.org : The requested URL returned error: 404
error: failed retrieving file 'lib32-opus-1.5.1-1-x86_64.pkg.tar.zst' from ftp.sh.cvut.cz : The requested URL returned error: 404
error: failed retrieving file 'lib32-opus-1.5.1-1-x86_64.pkg.tar.zst' from dist-mirror.fem.tu-ilmenau.de : The requested URL returned error: 404
error: failed retrieving file 'lib32-opus-1.5.1-1-x86_64.pkg.tar.zst' from mirror.sunred.org : The requested URL returned error: 404
error: failed retrieving file 'lib32-opus-1.5.1-1-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

I got around this by removing lib32-libpulse from the dependencies in the PKGBUILD. Probably not the ideal solution but it's just audio anyways
Next I got an invalid PGP key error, I tried adding it as a valid key to PKGBUILD but that didn't work so I did makepkg -si --skippgpcheck
That worked. Now I have an error I can't seem to get around.

checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/danie/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...

The seemingly relevant parts of config.log are as follows:

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
configure:5182: checking whether the C compiler works
configure:5204: gcc -march=x86-64 -mtune=generic -O2 -pipe  -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/danie/wine-stable/src=/usr/src/debug/wine-stable  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl          -Wl,-z,pack-relative-relocs conftest.c  >&5
gcc: error: unrecognized command-line option '-Wl'; did you mean '-W'?
configure:5208: $? = 1

No clue what to do about this.

Offline

#2 2024-04-18 19:28:12

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,896
Website

Re: Installing wine is showing to be an issue

pacman -Syu wine

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2024-04-19 18:22:05

6650xt
Member
Registered: 2024-04-18
Posts: 11

Re: Installing wine is showing to be an issue

I am now depressed I spent an hour trying to fix the AUR version. Thanks.

Offline

Board footer

Powered by FluxBB