News:

--

Main Menu

(solved) fail build. culprit unknown

Started by sl1pkn07, March 16, 2015, 04:09:12 PM

Previous topic - Next topic

Jan Gruuthuse

On Ubuntu 14.04.2 LTS   (amd64) linux-image-3.13.0-46-generic   3.13.0-46.79
x264 --version
Quotex264 0.146.2538 121396c
built on Mar 14 2015, gcc: 4.8.2
x264 configuration: --bit-depth=8 --chroma-format=all
libx264 configuration: --bit-depth=8 --chroma-format=all
x264 license: GPL version 2 or later

Get x264:git clone git://git.videolan.org/x264.git

Update x264:cd ~/x264
git pull


Build x264:cd ~/x264
./configure  --prefix="/usr" --bindir="/usr/local/bin" --libdir="/usr/lib/x86_64-linux-gnu/" --enable-static --enable-shared

you might need to adapt the locations --bindir and --libdir to reflect your Operating System
make -j4
adapt in -j4 the 4 to the actual number cpu cores present.

Install build x264: sudo make installreplies:
Quoteinstall -d /usr/local/bin
install x264 /usr/local/bin
install -d /usr/include
install -d /usr/lib/x86_64-linux-gnu/
install -d /usr/lib/x86_64-linux-gnu//pkgconfig
install -m 644 ./x264.h /usr/include
install -m 644 x264_config.h /usr/include
install -m 644 x264.pc /usr/lib/x86_64-linux-gnu//pkgconfig
ln -f -s libx264.so.146 /usr/lib/x86_64-linux-gnu//libx264.so
install -m 755 libx264.so.146 /usr/lib/x86_64-linux-gnu/
install -m 644 libx264.a /usr/lib/x86_64-linux-gnu/
ranlib /usr/lib/x86_64-linux-gnu//libx264.a

Building avidemux 2.6.8
cd ~/avidemux2 && bash bootStrap.bash --deb --with-qt4 --without-gtk --with-cli
Quote.... >8 >8
** Preparing debs **
Preparing packages
** debs directory ready **
total 9768
-rw-rw-r-- 1 jan jan 1572722 mrt 17 08:30 avidemux3-cli-2.6.8-150317-Linux.deb
-rw-rw-r-- 1 jan jan 3357476 mrt 17 08:30 avidemux3-core-2.6.8-150317-Linux.deb
-rw-rw-r-- 1 jan jan   73684 mrt 17 08:30 avidemux3-plugins-CLI-2.6.8-150317-Linux.deb
-rw-rw-r-- 1 jan jan 1857452 mrt 17 08:30 avidemux3-plugins-COMMON-2.6.8-150317-Linux.deb
-rw-rw-r-- 1 jan jan  703962 mrt 17 08:30 avidemux3-plugins-QT4-2.6.8-150317-Linux.deb
-rw-rw-r-- 1 jan jan   60214 mrt 17 08:30 avidemux3-plugins-SETTINGS-2.6.8-150317-Linux.deb
-rw-rw-r-- 1 jan jan 2368462 mrt 17 08:30 avidemux3-qt4-2.6.8-150317-Linux.deb
** ALL DONE **
** The installable packages are in the debs folder **

sl1pkn07

mmmmm and libvdpau?

sorry i can't found the possible packages I udated since fail build

here the possible pkages (multimedia and possible) I update since the last build OK (20150301):

mesa 10.4.5 -> 10.4.6 -> 10.5.1
x264 142.20140826 -> 144.20150223
libvdpau 0.9.1 -> 1.0 -> 1.1
ffmpeg (test remove it and still fails) 2.5.4 -> 2.6
libx11(?) 1.6.2 -> 1.6.3
cmake 3.1.3 -> 3.2.1
mencoder(?) 37353 -> 37379
libxvmc(?) 1.0.8 -> 1.0.9

Jan Gruuthuse

dpkg -l mesa*
Quoteii  mesa-common-dev:amd64                           10.6.0~git20150310.5750595c- amd64                        Developer documentation for Mesa
ii  mesa-utils                                      8.1.0-2                      amd64                        Miscellaneous Mesa GL utilities
ii  mesa-vdpau-drivers:amd64                        10.6.0~git20150310.5750595c- amd64                        Mesa VDPAU video acceleration drivers
ii  mesa-vdpau-drivers-dbg:amd64                    10.6.0~git20150310.5750595c- amd64                        Debugging symbols for the Mesa VDPAU video acceleration drivers

x264 --version
Quotex264 0.146.2538 121396c
built on Mar 17 2015, gcc: 4.8.2
x264 configuration: --bit-depth=8 --chroma-format=all
libx264 configuration: --bit-depth=8 --chroma-format=all
x264 license: GPL version 2 or later

vdpauinfo
Quotedisplay: :0   screen: 0
API version: 1
Information string: NVIDIA VDPAU Driver Shared Library  304.125  Mon Dec  1 20:26:10 PST 2014

dpkg -l vdpau*
Quoteii  vdpau-va-driver:amd64                           0.7.3-2ubuntu1.2             amd64                        VDPAU-based backend for VA API

ffmpeg not installed, uses internal provided by avidemux

Display Server: X Server 1.15.1

cmake
version 2.8.12.2

dpkg -l mencoder*
Quoteii  mencoder                                        2:1.1+dfsg1-0ubuntu3         amd64                        MPlayer's Movie Encoder

dpkg -l *xvmc*
Quoteii  libxvmc1:amd64                                  2:1.0.8-1ubuntu1             amd64                        X11 Video extension library
ii  libxvmc1-dbg                                    2:1.0.8-1ubuntu1             amd64                        X11 Video extension library (debug package)

Jan Gruuthuse

#4
I'm afraid the 2 Linux flavours differs to much to make a sensible compare.
Make a new report and provide some more (hardware/software) details, perhaps, time permitting, the developer(s) can see / help more.
Also try the last avidemux github
Quote03aef1d    [build/core] Disable ffmpeg x264 support, we dont need it.
Perhaps you get further then your last try.

Sample report:
Quote_____________________________________________
Avidemux v2.6.8 (03aef1d)
_____________________________________________
Compiler: GCC 4.8.2
cmake: 2.8.12.2
Build Target: Linux (x86-64)
User Interface: Qt (4.8.6)
_____________________________________________
Kernel: Linux 3.13.0-46-generic (x86_64) (linux-image-3.13.0-46-generic 3.13.0-46.79)
Distribution: Linux Ubuntu 14.04.2 LTS (Trusty)

Intel Core i7-3770K @ 3.50GHz (4 Cores/8 Threads) with 16 GB ram

Desktop: Unity 7.2.4
Display Server: X Server 1.15.1
Display Driver: nouveau  1.0.11
OpenGL: 2.1.2

OpenGL Vendor: NVIDIA Corporation
OpenGL Renderer: GeForce GT 520/PCIe/SSE2 1024MB (810/535MHz)
OpenGL: 4.2.0 NVIDIA 304.125
Compiler: GCC 4.8 + CUDA 5.5

vdpauinfo:
---------
API version: 1
NVIDIA VDPAU Driver Shared Library  304.125
_____________________________________________
attach the build log(s): logbuildCore, logbuildQt4, logbuildCli, logbuildPluginsCommon, logbuildPluginsQt4, logbuildPluginsCLI,  logbuildPluginsSettings

sl1pkn07

#5
Quote
Avidemux v2.6.8 (03aef1d9689) (test older commits. same result)
_____________________________________________
Compiler: GCC 4.9.2 20150304 (prerelease)
cmake: 3.2.1
Build Target: Linux (x86-64)
User Interface: Qt5 (5.4.1) and Qt4 (4.8.6)
_____________________________________________
Kernel: Linux sL1pKn07 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
Distribution: Archlinux (Rolling release with distribution packages)

2x Intel Xeon X5650 @ 2.7GHz (total: 12 Cores/24 Threads) with 24GB ram

Desktop: KDE Plasma 5.2.1 (KDE frameworks 5.8.0)
Display Server: X Server 1.17.1
Display Driver: nvidia

OpenGL Vendor: NVIDIA Corporation
OpenGL Renderer: GeForce GTX 770/PCIe/SSE2
OpenGL: 4.4.0 NVIDIA 346.47
Compiler: GCC 4.9 + CUDA 7

vdpauinfo:
---------
API version: 1
NVIDIA VDPAU Driver Shared Library  346.47
_________________________________________

logbuildCore -> http://sl1pkn07.wtf/paste/view/0378c369
logbuildPluginsCommon -> N/A (because fail build the core)
logbuildQt5 -> N/A  (because fail build the core)
logbuildPluginsQt5 -> N/A  (because fail build the core)
logbuildQt4 -> N/A  (because fail build the core)
logbuildPluginsQt4 -> NA  (because fail build the core)
logbuildCli -> N/A (because fail build the core)
logbuildPluginsCLI -> N/A (because fail build the core)
logbuildPluginsSettings -> N/A (because fail build the core)


NOTE: build with -j1 because: [/url]http://avidemux.org/smuf/index.php/topic,16351.msg71901.html#msg71901[/url] (maybe race condition?)

mean