Package Details: cinelerra-cv 2:2.3+380+gbbcaf2fa-1

Git Clone URL: https://aur.archlinux.org/cinelerra-cv.git (read-only, click to copy)
Package Base: cinelerra-cv
Description: Professional video editing and compositing environment - Community version
Upstream URL: https://github.com/cinelerra-gg/cinelerra-cv/
Licenses: GPL
Submitter: dvzrv
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 4
Popularity: 0.042672
First Submitted: 2018-12-30 14:00 (UTC)
Last Updated: 2021-03-01 14:15 (UTC)

Latest Comments

« First ‹ Previous 1 2

freebench commented on 2020-06-03 23:30 (UTC) (edited on 2020-06-03 23:36 (UTC) by freebench)

yep, same error here after about 10 minutes of compiling

  CXX      playbackengine.o
In file included from vrender.h:25,
                 from playbackengine.C:41:
commonrender.h: In member function ‘virtual int CommonRender::stop_rendering()’:
commonrender.h:96:32: warning: no return statement in function returning non-void [-Wreturn-type]
   96 |  int virtual stop_rendering() {};
      |                                ^
commonrender.h: In member function ‘virtual int CommonRender::wait_device_completion()’:
commonrender.h:98:40: warning: no return statement in function returning non-void [-Wreturn-type]
   98 |  virtual int wait_device_completion() {};
      |                                        ^
commonrender.h: In member function ‘virtual int CommonRender::process_buffer(int64_t, int64_t)’:
commonrender.h:100:73: warning: no return statement in function returning non-void [-Wreturn-type]
  100 |  virtual int process_buffer(int64_t input_len, int64_t input_position) {};
      |                                                                         ^
commonrender.h: In member function ‘virtual int CommonRender::get_datatype()’:
commonrender.h:102:30: warning: no return statement in function returning non-void [-Wreturn-type]
  102 |  virtual int get_datatype() {};
      |                              ^
commonrender.h: In member function ‘virtual int64_t CommonRender::get_render_length(int64_t)’:
commonrender.h:113:68: warning: no return statement in function returning non-void [-Wreturn-type]
  113 |  virtual int64_t get_render_length(int64_t current_render_length) {};
      |                                                                    ^
In file included from mwindow.h:81,
                 from playbackengine.C:30:
playbackengine.C: In member function ‘void PlaybackEngine::perform_change()’:
transportque.inc:50:31: error: narrowing conversion of ‘4294967295’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
   50 | #define CHANGE_ALL            0xffffffff
      |                               ^~~~~~~~~~
playbackengine.C:180:8: note: in expansion of macro ‘CHANGE_ALL’
  180 |   case CHANGE_ALL:
      |        ^~~~~~~~~~
make[3]:  [Makefile:1754: playbackengine.o] Error 1
make[3]: Leaving directory '/home/abc/cinelerra-cv/src/cinelerra-cv/cinelerra'
make[2]:  [Makefile:1790: all-recursive] Error 1
make[2]: Leaving directory '/home/abc/cinelerra-cv/src/cinelerra-cv/cinelerra'
make[1]:  [Makefile:518: all-recursive] Error 1
make[1]: Leaving directory '/home/abc/cinelerra-cv/src/cinelerra-cv'
make:  [Makefile:448: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

alfredo.ardito commented on 2020-05-28 06:32 (UTC)

Got this error when building:

In file included from mwindow.h:81,
from playbackengine.C:30:
playbackengine.C: In member function ‘void PlaybackEngine::perform_change()’:
transportque.inc:50:31: error: narrowing conversion of ‘4294967295’ from ‘unsigned int’ to ‘int’ [-Wnarrowing]
50 | #define CHANGE_ALL 0xffffffff
| ^~~~~~~~~~
playbackengine.C:180:8: note: in expansion of macro ‘CHANGE_ALL’
180 | case CHANGE_ALL:
| ^~~~~~~~~~

PrinceMachiavell commented on 2019-11-06 23:25 (UTC)

Seems to be missing 'intltool' make dependency.

dimytch commented on 2019-08-25 09:25 (UTC)

==> Проверка файлов source с использованием sha512sums... cinelerra-cv ... Пропущено ==> Распаковка исходных файлов... -> Создание рабочей копии репозитория 'cinelerra-cv' (git)... Сброс ветки «makepkg» ==> Запускается prepare()... libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:16: installing './compile' configure.ac:3: installing './config.guess' configure.ac:3: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' cinelerra/Makefile.am: installing './depcomp' ./autogen.sh: строка 29: intltoolize: команда не найдена ==> ОШИБКА: Произошел сбой в prepare().

spider-mario commented on 2019-08-10 07:56 (UTC) (edited on 2019-08-10 16:33 (UTC) by spider-mario)

There is no need for this “git checkout” in prepare(), you can simply use this as a source URL: git+https://github.com/cinelerra-gg/cinelerra-cv.git#commit=bbcaf2fa70d6acb0ab764e853d50e6aa04e16496

(See man PKGBUILD -> “USING VCS SOURCES”)

strubbl commented on 2019-05-26 19:27 (UTC)

thanks. i added --rebuild to the pikaur command and that worked fine.

dvzrv commented on 2019-05-26 17:09 (UTC)

@strubbi: You need to rebuild the package. There was a soname change in x264, since you build cinelerra-cv

strubbl commented on 2019-05-26 16:22 (UTC)

I get an error when starting cinelerra:

$ cinelerra cinelerra: error while loading shared libraries: libx264.so.155: cannot open shared object file: No such file or directory

Am i missing a dependency?