Package Details: vlc-nox 3.0.21-1

Git Clone URL: https://aur.archlinux.org/vlc-nox.git (read-only, click to copy)
Package Base: vlc-nox
Description: Multi-platform MPEG, VCD/DVD, and DivX player (without X support)
Upstream URL: https://www.videolan.org/vlc/
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: vlc, vlc-git, vlc-plugin
Replaces: vlc, vlc-git, vlc-plugin
Submitter: Booloki
Maintainer: Booloki
Last Packager: Booloki
Votes: 5
Popularity: 0.000009
First Submitted: 2016-02-17 18:14 (UTC)
Last Updated: 2024-06-20 15:21 (UTC)

Pinned Comments

Booloki commented on 2022-08-09 15:51 (UTC) (edited on 2022-08-09 15:55 (UTC) by Booloki)

@Morta Thanks for the additional information.

You get this build issue because ffpmpeg (5) is installed on your system in addition to ffpmpeg4.4.

I have no proper solution for fixing this. If someone has, please tell it ! But you still can workaround by temporary removing ffmpeg package for the build :

pacman -Rdd ffmpeg

your build

pacman -Sd ffmpeg

Latest Comments

1 2 Next › Last »

Booloki commented on 2024-07-22 16:39 (UTC) (edited on 2024-07-22 16:39 (UTC) by Booloki)

@Mailaender

I'm not sure adding a (even optional) library dependency not updated since 2015-01 and with no maintainer for AUR package (based on Gentoo package, with no maintainer too), is a good idea.

However, I tested anyway the build in CI: libsidplay is currently broken with an error.

So no. Sorry.

Mailaender commented on 2024-07-22 11:46 (UTC)

I think you could add an optional dependency on https://aur.archlinux.org/packages/libsidplay

Booloki commented on 2022-08-09 15:51 (UTC) (edited on 2022-08-09 15:55 (UTC) by Booloki)

@Morta Thanks for the additional information.

You get this build issue because ffpmpeg (5) is installed on your system in addition to ffpmpeg4.4.

I have no proper solution for fixing this. If someone has, please tell it ! But you still can workaround by temporary removing ffmpeg package for the build :

pacman -Rdd ffmpeg

your build

pacman -Sd ffmpeg

Booloki commented on 2022-08-09 09:30 (UTC) (edited on 2022-08-09 09:31 (UTC) by Booloki)

@Morta You are using yay. Did you clean the cache when asked ? You can force it for example with :

yay -Sy --answerclean All vlc-nox

If you still got an error, please post the complete error messages on a pastebin.

Morta commented on 2022-08-09 08:16 (UTC)

Hi @booloki.

Yes. I took vlc what include the cvlc command but if you are able to fix it would be nice.

Cheers Morta

Booloki commented on 2022-08-09 07:09 (UTC)

Hello @Morta I didn't reproduce. Do you still have this build issue ?

Morta commented on 2022-07-20 18:07 (UTC) (edited on 2022-07-20 18:08 (UTC) by Morta)

I got following error with lua52 and without

libtool: error: error: relink 'libavcodec_plugin.la' with the above command before installing it make[5]: [Makefile:13142: install-codecLTLIBRARIES] Error 1 make[5]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[4]: [Makefile:28669: install-am] Error 2 make[4]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[3]: [Makefile:28240: install-recursive] Error 1 make[3]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[2]: [Makefile:28662: install] Error 2 make[2]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[1]: [Makefile:1563: install-recursive] Error 1 make[1]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4' make: [Makefile:2037: install] Error 2

Booloki commented on 2020-07-31 16:03 (UTC) (edited on 2020-07-31 16:07 (UTC) by Booloki)

Hello olly1240, you certainly have both lua52 and lua53 installed.

You can :

  • temporarily remove lua52 without dependencies

    pacman -Rdd lua52

  • fully build vlc-nox

  • and finally reinstall lua52 without dependencies

    pacman -Sd lua52

See this thread https://bbs.archlinux.org/viewtopic.php?id=256025

olly1240 commented on 2020-07-27 07:59 (UTC) (edited on 2020-07-27 08:00 (UTC) by olly1240)

Hi, i'm getting a compile time error trough the linker:

/usr/bin/ld: lua/.libs/liblua_plugin_la-extension.o: in function `GetLuaState.part.0':
extension.c:(.text+0x45f): undefined reference to `luaL_register'
/usr/bin/ld: lua/.libs/liblua_plugin_la-extension.o: in function `ScanLuaCallback':
extension.c:(.text+0xe26): undefined reference to `lua_pcall'
/usr/bin/ld: extension.c:(.text+0x1420): undefined reference to `lua_objlen'
/usr/bin/ld: lua/.libs/liblua_plugin_la-extension.o: in function `lua_ExecuteFunctionVa':
extension.c:(.text+0x18ff): undefined reference to `lua_pcall'

...(Output omitted. There are actually 100 lines like this)

collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:16247: liblua_plugin.la] Errore 1
make[4]: *** Attesa per i processi non terminati....
/usr/bin/ld: misc/addons/.libs/vorepository.o: in function `Retrieve':
vorepository.c:(.text+0x26f): warning: the use of `tempnam' is dangerous, better use `mkstemp'
make[4]: uscita dalla directory «/home/olly/gits/vlc-nox/src/vlc-3.0.11/modules»
make[3]: *** [Makefile:27647: all-recursive] Errore 1
make[3]: uscita dalla directory «/home/olly/gits/vlc-nox/src/vlc-3.0.11/modules»
make[2]: *** [Makefile:12595: all] Errore 2
make[2]: uscita dalla directory «/home/olly/gits/vlc-nox/src/vlc-3.0.11/modules»
make[1]: *** [Makefile:1560: all-recursive] Errore 1
make[1]: uscita dalla directory «/home/olly/gits/vlc-nox/src/vlc-3.0.11»
make: *** [Makefile:1445: all] Errore 2
==> ERRORE: Si è verificato un errore in build().
L'operazione sta per essere interrotta...

I don't know what is causing it, if it's only a thing that I'm getting because i may be missing some packets or libs. Thank you for your time.