You are not logged in.

#1 2023-12-23 08:46:08

Rengid
Member
Registered: 2023-10-27
Posts: 1

Not able to install vlc-wayland-git

Hi guys,

I'm struggling to install vlc-wayland-git from the AUR.

When I run:

 yay -S vlc-wayland-git 

I get the below:

Cloning into 'vlc'...
done.
==> Starting prepare()...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
libtoolize: copying file 'autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force 
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:41: installing 'autotools/compile'
configure.ac:28: installing 'autotools/config.guess'
configure.ac:28: installing 'autotools/config.sub'
configure.ac:32: installing 'autotools/install-sh'
configure.ac:32: installing 'autotools/missing'
parallel-tests: installing 'autotools/test-driver'
bin/Makefile.am: installing 'autotools/depcomp'
configure.ac: installing 'autotools/ylwrap'
autoreconf: Leaving directory '.'
Successfully bootstrapped
patching file configure.ac
Hunk #1 succeeded at 2041 (offset 216 lines).
patching file modules/gui/qt/Makefile.am
Hunk #1 FAILED at 138.
Hunk #2 FAILED at 396.
2 out of 2 hunks FAILED -- saving rejects to file modules/gui/qt/Makefile.am.rej
patching file modules/gui/qt/maininterface/compositor.hpp
Hunk #1 succeeded at 58 (offset 5 lines).
patching file modules/gui/qt/maininterface/compositor_platform.cpp
patching file modules/gui/qt/maininterface/compositor_platform.hpp
patching file modules/gui/qt/maininterface/compositor.cpp
Hunk #2 succeeded at 56 (offset 2 lines).
patching file modules/gui/qt/qt.cpp
Hunk #1 succeeded at 262 with fuzz 1 (offset -4 lines).
Hunk #2 succeeded at 276 (offset -4 lines).
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: vlc-wayland-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
vlc-wayland-git - exit status 4

and when I try to do it manually instead of using yay

git clone https://aur.archlinux.org/vlc-wayland-git.git
cd vlc-wayland-git
makepkg -si

I get something similar:

==> Making package: vlc-wayland-git 4.0.0.r26538.gdf6394ea80-1 (Sat 23 Dec 2023 09:41:53 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning vlc git repo...
Cloning into bare repository '/home/rengid/localserc/vlc-wayland-git/vlc'...
remote: Enumerating objects: 842102, done.
remote: Counting objects: 100% (9172/9172), done.
remote: Compressing objects: 100% (4148/4148), done.
remote: Total 842102 (delta 6802), reused 6328 (delta 5015), pack-reused 832930
Receiving objects: 100% (842102/842102), 574.56 MiB | 18.22 MiB/s, done.
Resolving deltas: 100% (677230/677230), done.
  -> Found vlc-live-media-2021.patch
  -> Found update-vlc-plugin-cache.hook
  -> Found 2419.patch
  -> Found 2419a.patch
  -> Found 2419b.patch
==> Validating source files with b2sums...
    vlc ... Skipped
    vlc-live-media-2021.patch ... Passed
    update-vlc-plugin-cache.hook ... Passed
    2419.patch ... Passed
    2419a.patch ... Passed
    2419b.patch ... Passed
==> Extracting sources...
  -> Creating working copy of vlc git repo...
Cloning into 'vlc'...
done.
==> Starting prepare()...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autotools'.
libtoolize: copying file 'autotools/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force 
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:41: installing 'autotools/compile'
configure.ac:28: installing 'autotools/config.guess'
configure.ac:28: installing 'autotools/config.sub'
configure.ac:32: installing 'autotools/install-sh'
configure.ac:32: installing 'autotools/missing'
parallel-tests: installing 'autotools/test-driver'
bin/Makefile.am: installing 'autotools/depcomp'
configure.ac: installing 'autotools/ylwrap'
autoreconf: Leaving directory '.'
Successfully bootstrapped
patching file configure.ac
Hunk #1 succeeded at 2041 (offset 216 lines).
patching file modules/gui/qt/Makefile.am
Hunk #1 FAILED at 138.
Hunk #2 FAILED at 396.
2 out of 2 hunks FAILED -- saving rejects to file modules/gui/qt/Makefile.am.rej
patching file modules/gui/qt/maininterface/compositor.hpp
Hunk #1 succeeded at 58 (offset 5 lines).
patching file modules/gui/qt/maininterface/compositor_platform.cpp
patching file modules/gui/qt/maininterface/compositor_platform.hpp
patching file modules/gui/qt/maininterface/compositor.cpp
Hunk #2 succeeded at 56 (offset 2 lines).
patching file modules/gui/qt/qt.cpp
Hunk #1 succeeded at 262 with fuzz 1 (offset -4 lines).
Hunk #2 succeeded at 276 (offset -4 lines).
==> ERROR: A failure occurred in prepare().
    Aborting...

Any hints of what is going on? Thank you so much in advance.

Offline

#2 2023-12-29 13:45:40

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,958

Re: Not able to install vlc-wayland-git

one of the patches failed. Maintainer appears to have noticed it and updated the PKGBUILD.

https://aur.archlinux.org/cgit/aur.git/ … 122c82cf36

Try to build again.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB