Bug 305693 - "silk" does not build, because its Message.sh file deletes source files
Summary: "silk" does not build, because its Message.sh file deletes source files
Status: RESOLVED FIXED
Alias: None
Product: unknown
Classification: Bugzilla Internals
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 23:52 UTC by Christoph Feck
Modified: 2012-08-28 14:31 UTC (History)
1 user (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 Christoph Feck 2012-08-23 23:52:37 UTC
CMake Error at /local/KDE4/trunk/share/apps/cmake/modules/KDE4Macros.cmake:993 (add_executable):
  Cannot find source file:

    ../../remixer/src/package.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx
Call Stack (most recent call first):
  selkie/selkie/src/CMakeLists.txt:20 (KDE4_ADD_EXECUTABLE)


-- Build files have been written to: /local/build/playground/base/silk
-- Failed: playground/base/silk
Comment 1 Sebastian Kügler 2012-08-28 11:58:51 UTC
I've seen this as well, but couldn't nail down the cause. I've no idea why Messages.sh should do this kind of evil thing, maybe someone from the translations team can enlighten me how and why this happens, and how to fix it?
Comment 2 Sebastian Kügler 2012-08-28 14:31:19 UTC
Git commit fd0142a029065f81624c20fcc2b77cd1906067a3 by Sebastian Kügler.
Committed on 28/08/2012 at 16:30.
Pushed by sebas into branch 'master'.

Readd deleted cpp files

The rm -rf *cpp in Messages.sh (a bug from the app template) is gone now, but we still need the
files back. Add them.

A  +59   -0    selkie/remixer/src/dashboard.cpp     [License: LGPL]
A  +444  -0    selkie/remixer/src/package.cpp     [License: UNKNOWN]  *
A  +51   -0    selkie/remixer/src/selkie-remixer.cpp     [License: UNKNOWN]  *
A  +170  -0    selkie/remixer/src/selkieeditor.cpp     [License: UNKNOWN]  *
A  +178  -0    selkie/remixer/src/selkiepkg.cpp     [License: GPL (v2+)]
A  +291  -0    selkie/remixer/src/webappactioneditor.cpp     [License: UNKNOWN]  *
A  +141  -0    selkie/remixer/src/webappeditor.cpp     [License: UNKNOWN]  *

The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page.


http://commits.kde.org/silk/fd0142a029065f81624c20fcc2b77cd1906067a3