Page 1 of 1

Compilation error?

Posted: 21 Jan 2019 14:47
by gk67
Hi! :D

Configure and make went well.
However "make check" returned this output:
https://paste.kde.org/pad8zkptg

Any hints? :D
TIA!
G.

Re: Compilation error?

Posted: 21 Jan 2019 17:57
by RĂ©mi Denis-Courmont
Read the error log.

Re: Compilation error?

Posted: 21 Jan 2019 18:46
by unidan
Hi, are you on the 3.0.6 tag?

Re: Compilation error?

Posted: 21 Jan 2019 21:12
by gk67
Yes indeed!
I was trying to compile the latest stable version, on a Debian stable based system.
G.

Re: Compilation error?

Posted: 22 Jan 2019 12:11
by chouquette

Code: Select all

Makefile:1863: recipe for target 'test_src_crypto_update' failed make[3]: Leaving directory '/home/giorgos/TEMPG/vlc-3.0.6/test'
You should find a test_src_crypto_update.log file in your vlc-3.0.6/test directory with a more specific description of the issue

Re: Compilation error?

Posted: 22 Jan 2019 14:56
by gk67
You should find a test_src_crypto_update.log file in your vlc-3.0.6/test directory with a more specific description of the issue
I admit I feel a bit silly, but...I couldn't find this file! :oops:
Here's the test directrory, tree output:

https://paste.kde.org/p3f4ngwyz

Meanwhile, I went on and installed vlc.
Installation went smoothly and "make installcheck" didn't find any problems.
I tested it for a while and seems to work flawlessly.
(VLC v.3.0.6 on Devuan ASCII (stable) x64 KDE).

PS. In an effort to remove unneeded (for me) components, I threw out quite a bit of them (Blue Ray, stream, Audio and interface backends I don't use, skins support etc. while I activated the update check (disabled by default).
Here's my configuration command:

Code: Select all

./configure --enable-silent-rules --disable-maintainer-mode --disable-sout --disable-live555 --disable-dc1394 --disable-dv1394 --disable-linsys --disable-bluray --disable-smbclient --disable-dsm --disable-sftp --disable-nfs --disable-v4l2 --disable-decklink --disable-vnc --disable-freerdp --disable-asdcp --disable-kate --with-x -disable-vdpau --disable-mmal --disable-fribidi --enable-update-check --disable-pulse --disable-jack --disable-sndio --disable-skins2 --disable-libtar --disable-ncurses

Re: Compilation error?

Posted: 22 Jan 2019 15:22
by InTheWings
missing gnutls ?

Re: Compilation error?

Posted: 23 Jan 2019 12:07
by gk67
No, it's installed.
(Both runtimes and headers).

Re: Compilation error?

Posted: 25 Jan 2019 10:15
by unidan
Did you try this in the root directory of your VLC repository?

Code: Select all

find . -name test_src_crypto_update.log

Re: Compilation error?

Posted: 25 Jan 2019 14:19
by gk67
I tried even from my root directory and even with root rights.
Returned nothing! :-(