Bug 359684

Summary: 15.13.0 git master - can't build/install from PKGBUILD - Missing generators.cpp
Product: [Applications] kdenlive Reporter: Unknown <null>
Component: Setup & InstallationAssignee: Vincent PINON <vpinon>
Status: RESOLVED FIXED    
Severity: grave CC: jb, null
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Unknown 2016-02-22 23:07:17 UTC
I tried building and installing the most recent git build of Kdenlive, but cmake came up with an error:

CMake Error at src/CMakeLists.txt:221 (add_executable):
  Cannot find source file:

    bin/generators/generators.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx

I'm assuming the file generators.cpp needs to be added to pkgbuild?

Reproducible: Always

Steps to Reproduce:
1. Open Konsole in Antergos (Arch)
2. run yaourt -S kdenlive-git

Actual Results:  
Program gives the error mentioned in details and quits.

Expected Results:  
Should build and install just fine.

Only marking as grave because it doesn't install. I'm sure it's not a dire matter, but the issue seemed to fit the category best.
Comment 1 Jean-Baptiste Mardelle 2016-02-23 18:24:16 UTC
Git commit a4559b5a95ce9e71db269f98e65d86e4dbcd59c3 by Jean-Baptiste Mardelle.
Committed on 23/02/2016 at 18:23.
Pushed by mardelle into branch 'master'.

Add missing files from previous commit

A  +172  -0    src/bin/generators/generators.cpp     [License: GPL (v2+)]
A  +71   -0    src/bin/generators/generators.h     [License: GPL (v2+)]

http://commits.kde.org/kdenlive/a4559b5a95ce9e71db269f98e65d86e4dbcd59c3
Comment 2 Unknown 2016-02-23 19:19:09 UTC
Everything works fine now. Thanks JB! Marking bug as resolved.