| Anonymous | Login | Signup for a new account | 2013-06-19 10:58 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0002882 | Kdenlive | Build System | public | 2012-12-19 18:50 | 2013-01-28 19:51 | ||||
| Reporter | DavePhillips | ||||||||
| Assigned To | j-b-m | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | 64-bit | OS | Arch Linux | OS Version | |||||
| Product Version | Recent git | ||||||||
| Target Version | Fixed in Version | 0.9.4 | |||||||
| Summary | 0002882: frei0r build problem kills script | ||||||||
| Description | Recent runs of the build script fail with the error copied in the Additional Information box below. | ||||||||
| Additional Information | Compile frei0r-plugins 1.3.0 for x86_64-unknown-linux-gnu - INSTALL prefix: /home/dlphilp/kdenlive/20121219 - CPU optimization: YES - opencv: YES data dir: - gavl: YES - cairo: YES Now you can run make. LOG: Done configuring frei0r LOG: Number of steps completed : 24 LOG: Building frei0r - this could take some time LOG: About to run command: make -j2 Making all in src make[1]: Entering directory `/home/dlphilp/kdenlive/src/frei0r/src' /bin/sh ../libtool --tag=CC --tag=disable-static --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -MT 3dflippo.lo -MD -MP -MF .deps/3dflippo.Tpo -c -o 3dflippo.lo `test -f 'filter/3dflippo/3dflippo.c' || echo './'`filter/3dflippo/3dflippo.c /bin/sh ../libtool --tag=CXX --tag=disable-static --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include -MT addition.lo -MD -MP -MF .deps/addition.Tpo -c -o addition.lo `test -f 'mixer2/addition/addition.cpp' || echo './'`mixer2/addition/addition.cpp libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 libtool: and run autoconf again. make[1]: *** [3dflippo.lo] Error 63 make[1]: *** Waiting for unfinished jobs.... libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 libtool: and run autoconf again. make[1]: *** [addition.lo] Error 63 make[1]: Leaving directory `/home/dlphilp/kdenlive/src/frei0r/src' make: *** [all-recursive] Error 1 ERROR: Unable to build frei0r LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable to build frei0r | ||||||||
| Tags | No tags attached. | ||||||||
| Build/Install Method | Build Script | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0008838) j-b-m (administrator) 2012-12-19 22:25 |
> libtool: Version mismatch error. This is libtool 2.4.2, but the > libtool: definition of this LT_INIT comes from libtool 2.2.6b. > libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 For me, it looks more like libtool was updated on your system and your previous build of frei0r is not compatible anymore with your current libraries. Try cleaning the frei0r source tree: 1 - go to $HOME/kdenlive/src/frei0r (that is the default location for the sources downloaded with build script. 2 - type: 'make distclean' 3 - run the script again |
|
(0008841) DavePhillips (reporter) 2012-12-20 02:14 |
Thanks for the tip, j-b-m. For the record, here's what worked for me: cd ~/kdenlive/scr/frei0r make distclean ./autogen.sh ./configure --prefix=/home/dlphilp/kdenlive/20121219 --libdir=/home/dlphilp/kdenlive/20121219/lib Optionally: make Then I could run the build script to successful completion. I think we can mark this issue resolved. (?) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-12-19 18:50 | DavePhillips | New Issue | |
| 2012-12-19 22:25 | j-b-m | Note Added: 0008838 | |
| 2012-12-19 22:25 | j-b-m | Assigned To | => j-b-m |
| 2012-12-19 22:25 | j-b-m | Status | new => feedback |
| 2012-12-20 02:14 | DavePhillips | Note Added: 0008841 | |
| 2012-12-20 02:14 | DavePhillips | Status | feedback => assigned |
| 2012-12-21 01:28 | j-b-m | Status | assigned => resolved |
| 2012-12-21 01:28 | j-b-m | Resolution | open => fixed |
| 2013-01-28 19:49 | j-b-m | Fixed in Version | => 0.9.4 |
| 2013-01-28 19:51 | j-b-m | Status | resolved => closed |
| Copyright © 2000 - 2013 MantisBT Team |