Bug 359684 - 15.13.0 git master - can't build/install from PKGBUILD - Missing generators.cpp
Summary: 15.13.0 git master - can't build/install from PKGBUILD - Missing generators.cpp
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Setup & Installation (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR grave
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 23:07 UTC by Unknown
Modified: 2016-02-23 19:19 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.