MantisBT - Doomseeker
View Issue Details
0000466Doomseeker[All Projects] Bugpublic2011-05-23 17:372018-09-29 14:49
ladna 
Blzut3 
normalblockalways
closedfixed 
Linux Slackware 13.1 x86Linux2.6.33.4-smp
0.7 Beta 
0.8 Beta 
0000466: "make install" fails with message 'file INSTALL cannot find "/home/charlie/skulltag/doomseeker-2010_src/build/media/icon.png".'
Hi, I attempted to build Doomseeker using the steps from COMPILE.txt:

mkdir build
cd build
cmake ..
make
sudo make install

When I ran "sudo make install", I got the following error:

charlie@maj7:~/skulltag/doomseeker-2010_src/build$ sudo make install
[ 0%] Built target updaterevision
Failed to get current revision: Success
[ 0%] Built target revision_check
[ 4%] Built target lzma
[ 13%] Built target wadseeker
[ 86%] Built target doomseeker
[ 87%] Built target chocolatedoom
[ 90%] Built target odamex
[ 95%] Built target skulltag
[ 97%] Built target vavoom
[100%] Built target zdaemon
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/share/doomseeker/engines/libchocolatedoom.so
-- Up-to-date: /usr/local/share/doomseeker/engines/libodamex.so
-- Up-to-date: /usr/local/share/doomseeker/engines/libskulltag.so
-- Up-to-date: /usr/local/lib/libwadseeker.so
-- Up-to-date: /usr/local/share/doomseeker/engines/libvavoom.so
-- Up-to-date: /usr/local/share/doomseeker/engines/libzdaemon.so
-- Up-to-date: /usr/local/bin/doomseeker
CMake Error at src/cmake_install.cmake:54 (FILE):
  file INSTALL cannot find
  "/home/charlie/skulltag/doomseeker-2010_src/build/media/icon.png".
Call Stack (most recent call first):
  cmake_install.cmake:44 (INCLUDE)


make: *** [install] Error 1
Follow the steps in COMPILE.txt.
I resolved the issue myself by copying the "media" folder into the "build" folder and re-running "sudo make install". I imagine the devs already have this folder copied to their build folder and it's just been accidentally omitted.
No tags attached.
Issue History
2011-05-23 17:37ladnaNew Issue
2011-05-24 19:55Blzut3Note Added: 0001756
2011-05-24 19:55Blzut3Statusnew => resolved
2011-05-24 19:55Blzut3Resolutionopen => fixed
2011-05-24 19:55Blzut3Assigned To => Blzut3
2011-05-24 19:57Blzut3Fixed in Version => 0.8 Beta
2012-06-09 13:22Torr SamahoCategoryGeneral => Bug
2018-09-29 14:49WubTheCaptainSeverityminor => block
2018-09-29 14:49WubTheCaptainStatusresolved => closed

Notes
(0001756)
Blzut3   
2011-05-24 19:55   
I guess it's been awhile since I tested this. Fixed.