Summary: | "silk" does not build, because its Message.sh file deletes source files | ||
---|---|---|---|
Product: | unknown | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sebas |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/silk/fd0142a029065f81624c20fcc2b77cd1906067a3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Christoph Feck
2012-08-23 23:52:37 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? 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 |