Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Jan Gruuthuse on May 16, 2014, 07:35:38 AM

Title: FAAD and faacDecInit building on ubuntu
Post by: Jan Gruuthuse on May 16, 2014, 07:35:38 AM
Update: not a problem: tries 2 times and succeed the 2nd (http://avidemux.org/smuf/index.php/topic,16206.msg70706.html#msg70706)
just noticed this, builds still completing successful.
12.04 LTS
#####################################
Plugins Configure Started
#####################################
...

-- Checking for FAAD
-- *****************
-- Found faad.h
-- Found faad library
-- Could not find faacDecInit in /usr/lib/libfaad.so
-- Change Dir: /media/Install/source/avidemux_2.6_branch_mean/buildPluginsCommon/CMakeFiles/CMakeTmp

libfaad2 and libfaad-dev 2.7-7 (precise)

Kernel:         Linux 3.8.0-39-generic (x86_64)
Default C Compiler:   GNU C Compiler version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
Distribution:      Ubuntu 12.04.4 LTS


14.04 LTS
#####################################
Plugins Configure Started
#####################################
...

-- Checking for FAAD
update: not a problem: [url=http://avidemux.org/smuf/index.php/topic,16206.msg70706.html#msg70706][b] tries 2 times and succeed the 2nd [/b][/url]
-- *****************
-- Found faad.h
-- Found faad library
-- Could not find faacDecInit in /usr/lib/x86_64-linux-gnu/libfaad.so
-- Change Dir: /home/jan/avidemux_2.6_branch_mean/buildPluginsCommon/CMakeFiles/CMakeTmp


libfaad2 and libfaad-dev 2.7-8 (trusty)

Kernel:         Linux 3.13.0-24-generic (x86_64)
Default C Compiler:   GNU C Compiler version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
Distribution:      Ubuntu 14.04 LTS
Title: Re: FAAD and faacDecInit building on ubuntu
Post by: mean on May 17, 2014, 01:09:06 PM
Is the faad plugin built ?
It has 2 functions set, named differently
The cmake stuff is checking both
Title: Re: FAAD and faacDecInit building on ubuntu
Post by: Jan Gruuthuse on May 17, 2014, 01:40:55 PM
can not build at this time:
14.04
-- Checking for SCM
-- ****************
-- Seems to be SVN...
-- Getting svn version from /home/jan/avidemux_2.6_branch_mean/avidemux_core/..
CMake Error at /home/jan/avidemux_2.6_branch_mean/cmake/FindSubversion.cmake:98 (MESSAGE):
  Command "/usr/bin/svn log -r BASE
  /home/jan/avidemux_2.6_branch_mean/avidemux_core/.." failed with output:

  svn: E000110: Unable to connect to a repository at URL
  'http://svn.berlios.de/svnroot/repos/avidemux/branches/avidemux_2.6_branch_mean'


  svn: E000110: Error running context: Connection timed out


-- Configuring incomplete, errors occurred!
See also "/home/jan/avidemux_2.6_branch_mean/buildCore/CMakeFiles/CMakeOutput.log".
See also "/home/jan/avidemux_2.6_branch_mean/buildCore/CMakeFiles/CMakeError.log".
** Failed at cmakeZ**


12.04
-- Checking for SCM
-- ****************
-- Seems to be SVN...
-- Getting svn version from /media/Install/source/avidemux_2.6_branch_mean/avidemux_core/..
CMake Error at /media/Install/source/avidemux_2.6_branch_mean/cmake/FindSubversion.cmake:98 (MESSAGE):
  Command "/usr/bin/svn log -r BASE
  /media/Install/source/avidemux_2.6_branch_mean/avidemux_core/.." failed
  with output:

  svn: Can't connect to host 'svn.berlios.de': Connection timed out


**************************
***   Release Build    ***
**************************

-- Packager=deb, valid choices= {deb,rpm,tgz,none}

-- Configuring incomplete, errors occurred!
** Failed at cmakeZ**

Title: Re: FAAD and faacDecInit building on ubuntu
Post by: mean on May 17, 2014, 03:05:57 PM
you'll have to use the git clone if berlios is down for good

Title: Re: FAAD and faacDecInit building on ubuntu
Post by: mean on May 18, 2014, 08:56:17 AM
Here it tries 2 times and succeed the 2nd :

92 -- Checking for FAAD
93 -- *****************
94 -- Found faad.h
95 -- Found faad library
96 -- Could not find faacDecInit in /usr/lib/x86_64-linux-gnu/libfaad.so

but slightly below

115 -- Found NeAACDecInit in /usr/lib/x86_64-linux-gnu/libfaad.so
116 -- Found FAAD

Title: Re: FAAD and faacDecInit building on ubuntu
Post by: Jan Gruuthuse on May 18, 2014, 10:37:01 AM
confirmed, is found  as you say:
-- Found NeAACDecInit in /usr/lib/x86_64-linux-gnu/libfaad.so
-- Found FAAD
-- Compiler Flags: /usr/include
-- Linker Flags  : /usr/lib/x86_64-linux-gnu/libfaad.so