You are not logged in.
Dear all
When I look at the moc-pulse AUR page, it looks active
https://aur.archlinux.org/packages/moc-pulse
but when I install it, I get the below error.
Can anyone tell why it doesn't work for me?
$ yay -S moc-pulse
AUR Explicit (1): moc-pulse-2.5.2-14
:: PKGBUILD up to date, skipping download: moc-pulse
1 moc-pulse (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
1 moc-pulse (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
==> Making package: moc-pulse 2.5.2-14 (Sat 09 Nov 2024 22:19:22 CET)
==> Retrieving sources...
-> Found moc-2.5.2.tar.bz2
-> Found pulseaudio.patch
-> Found moc-ffmpeg4.patch
-> Found moc-https.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha1sums...
moc-2.5.2.tar.bz2 ... Passed
pulseaudio.patch ... Passed
moc-ffmpeg4.patch ... Passed
moc-https.patch ... Passed
:: (1/1) Parsing SRCINFO: moc-pulse
==> Making package: moc-pulse 2.5.2-14 (Sat 09 Nov 2024 22:19:23 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found moc-2.5.2.tar.bz2
-> Found pulseaudio.patch
-> Found moc-ffmpeg4.patch
-> Found moc-https.patch
==> Validating source files with sha1sums...
moc-2.5.2.tar.bz2 ... Passed
pulseaudio.patch ... Passed
moc-ffmpeg4.patch ... Passed
moc-https.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting moc-2.5.2.tar.bz2 with bsdtar
==> Starting prepare()...
patching file decoder_plugins/ffmpeg/ffmpeg.c
Hunk #1 succeeded at 984 (offset 287 lines).
Hunk #2 succeeded at 993 with fuzz 2 (offset 288 lines).
Hunk #3 succeeded at 1025 (offset 300 lines).
patching file files.c
patching file audio.c
Hunk #2 succeeded at 895 (offset -1 lines).
patching file configure.in
Hunk #1 succeeded at 185 (offset 23 lines).
patching file options.c
patching file pulse.c
patching file pulse.h
autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
/usr/bin/m4:/usr/share/autoconf/autoconf/autoconf.m4f:1: expecting character `V' in frozen file
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: moc-pulse-exit status 4
-> Failed to install the following packages. Manual intervention is required:
moc-pulse - exit status 4
Last edited by LittleSandra (2024-11-09 23:30:23)
Offline
/usr/bin/m4:/usr/share/autoconf/autoconf/autoconf.m4f:1: expecting character `V' in frozen file
Has /usr/share/autoconf/autoconf/autoconf.m4f been corrupted? What is the output of:
head /usr/share/autoconf/autoconf/autoconf.m4f
pacman -Qikk autoconf
Offline
Wow! That was the case! After reinstalling autoconf, it worked.
Thank you so much!!
$ pacman -Qikk autoconf
Name : autoconf
Version : 2.72-1
Description : A GNU tool for automatically configuring source code
Architecture : any
URL : https://www.gnu.org/software/autoconf
Licenses : GPL2 GPL3 custom
Groups : None
Provides : None
Depends On : awk m4 diffutils perl sh
Optional Deps : None
Required By : None
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 2.22 MiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Sat 23 Dec 2023 01:16:19 CET
Install Date : Mon 15 Jan 2024 09:54:24 CET
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
warning: autoconf: /usr/share/autoconf/autoconf/autoconf.m4f (SHA256 checksum mismatch)
warning: autoconf: /usr/share/autoconf/autoconf/general.m4 (Size mismatch)
warning: autoconf: /usr/share/autoconf/autoconf/general.m4 (SHA256 checksum mismatch)
warning: autoconf: /usr/share/autoconf/autotest/autotest.m4f (Size mismatch)
warning: autoconf: /usr/share/autoconf/autotest/autotest.m4f (SHA256 checksum mismatch)
warning: autoconf: /usr/share/autoconf/autotest/general.m4 (Size mismatch)
warning: autoconf: /usr/share/autoconf/autotest/general.m4 (SHA256 checksum mismatch)
warning: autoconf: /usr/share/autoconf/m4sugar/m4sh.m4 (Size mismatch)
warning: autoconf: /usr/share/autoconf/m4sugar/m4sh.m4 (SHA256 checksum mismatch)
warning: autoconf: /usr/share/autoconf/m4sugar/m4sh.m4f (Size mismatch)
warning: autoconf: /usr/share/autoconf/m4sugar/m4sh.m4f (SHA256 checksum mismatch)
warning: autoconf: /usr/share/autoconf/m4sugar/m4sugar.m4 (Size mismatch)
warning: autoconf: /usr/share/autoconf/m4sugar/m4sugar.m4 (SHA256 checksum mismatch)
autoconf: 78 total files, 7 altered files
Offline