build failure: No rule to make target `src/service/database.vala'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Feedler |
Fix Committed
|
Critical
|
Daniel Kur |
Bug Description
When trying to build feedler I get the following error:
...
make[2]: Leaving directory `/tmp/portage/
/usr/bin/cmake -E cmake_progress_
[ 89%] Built target translations_1
make -f src/service/
make[2]: Entering directory `/tmp/portage/
make[2]: *** No rule to make target `/tmp/portage/
make[2]: Leaving directory `/tmp/portage/
make[1]: *** [src/service/
make[1]: Leaving directory `/tmp/portage/
make: *** [all] Error 2
So probably some files are missing, or a CMakeLists.txt file has not been updated properly.
This is on Gentoo Linux with Feedler from trunk.
Changed in feedler: | |
assignee: | nobody → Daniel Kur (daniel-m-kur) |
importance: | Undecided → Critical |
Hmm.. I dont know what is a problem:-|
For test I permanently delete all contents of 'build' folder and after in terminal:
cmake ..
make
make install
and everything works fine.
Try this:
1. Pull to the newest revision.
2. Remove all files from 'build' folder.
3. Rebuild all