need help with compiling snapshoot

Warzone 2.1.x series. (Unsupported--read only!)
Locked
ltho
New user
Posts: 5
Joined: 07 Jun 2008, 18:53

need help with compiling snapshoot

Post by ltho »

i ve just download the snapshoot (as of today). the ./configure went smoothly, but "make" went:

Code: Select all

make  all-recursive
make[1]: Entering directory `/home/ltho/warzone'
Making all in build_tools
make[2]: Entering directory `/home/ltho/warzone/build_tools'
Making all in autorevision
make[3]: Entering directory `/home/ltho/warzone/build_tools/autorevision'
./autorevision +cstr -v ../.. ../../src/autorevision.h
svn: Path '../..' ends in '..', which is unsupported for this operation
sh: git-svn: not found
sh: git-rev-list: not found
Warning: could not open input file.
         This does not seem to be a revision controlled project.
Warning: could not open input file.
         This does not seem to be a revision controlled project.
Error: failed retrieving version information.
Warning: using 0 as revision.
Revision unchanged (0). Skipping.
old = "0"; new = "0"
make[3]: Leaving directory `/home/ltho/warzone/build_tools/autorevision'
make[3]: Entering directory `/home/ltho/warzone/build_tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/ltho/warzone/build_tools'
make[2]: Leaving directory `/home/ltho/warzone/build_tools'
Making all in win32
make[2]: Entering directory `/home/ltho/warzone/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ltho/warzone/win32'
Making all in lib
make[2]: Entering directory `/home/ltho/warzone/lib'
Making all in framework
make[3]: Entering directory `/home/ltho/warzone/lib/framework'
make  all-am
make[4]: Entering directory `/home/ltho/warzone/lib/framework'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -DYY_NO_INPUT -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL   -DDEBUG -DDATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../..  -O0 -g -Wall -Werror -Wno-unused-label -Wno-pointer-to-int-cast -Wmissing-field-initializers -Wcast-align -Wwrite-strings -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith  -MT resource_lexer.lex.o -MD -MP -MF .deps/resource_lexer.lex.Tpo -c -o resource_lexer.lex.o resource_lexer.lex.c
cc1: warnings being treated as errors
resource_lexer.lex.c:1737: warning: no previous declaration for ‘res_get_lineno’
resource_lexer.lex.c:1746: warning: no previous declaration for ‘res_get_in’
resource_lexer.lex.c:1754: warning: no previous declaration for ‘res_get_out’
resource_lexer.lex.c:1762: warning: no previous declaration for ‘res_get_leng’
resource_lexer.lex.c:1771: warning: no previous declaration for ‘res_get_text’
resource_lexer.lex.c:1780: warning: no previous declaration for ‘res_set_lineno’
resource_lexer.lex.c:1792: warning: no previous declaration for ‘res_set_in’
resource_lexer.lex.c:1797: warning: no previous declaration for ‘res_set_out’
resource_lexer.lex.c:1802: warning: no previous declaration for ‘res_get_debug’
resource_lexer.lex.c:1807: warning: no previous declaration for ‘res_set_debug’
resource_lexer.l:133: fatal error: opening dependency file .deps/resource_lexer.lex.Tpo: Permission denied
compilation terminated.
make[4]: *** [resource_lexer.lex.o] Error 1
make[4]: Leaving directory `/home/ltho/warzone/lib/framework'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ltho/warzone/lib/framework'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ltho/warzone/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ltho/warzone'
make: *** [all] Error 2
any ideas?? i m using ubuntu hardy. last time i compiled the beta 2 was relatively painless.
Last edited by Kamaze on 07 Jun 2008, 20:05, edited 1 time in total.
Reason: Added [code] Tags.
User avatar
skellr
Trained
Trained
Posts: 72
Joined: 17 Aug 2007, 15:58

Re: need help with compiling snapshoot

Post by skellr »

Code: Select all

resource_lexer.l:133: fatal error: opening dependency file .deps/resource_lexer.lex.Tpo: Permission denied
Ewww, how does that happen? :P

Does this help?

Code: Select all

sudo chown -R ltho:ltho /home/ltho/warzone
Good luck.
ltho
New user
Posts: 5
Joined: 07 Jun 2008, 18:53

Re: need help with compiling snapshoot

Post by ltho »

make all-recursive
make[1]: Entering directory `/home/ltho/warzone'
Making all in build_tools
make[2]: Entering directory `/home/ltho/warzone/build_tools'
Making all in autorevision
make[3]: Entering directory `/home/ltho/warzone/build_tools/autorevision'
./autorevision +cstr -v ../.. ../../src/autorevision.h
svn: Path '../..' ends in '..', which is unsupported for this operation
sh: git-svn: not found
sh: git-rev-list: not found
Warning: could not open input file.
This does not seem to be a revision controlled project.
Warning: could not open input file.
This does not seem to be a revision controlled project.
Error: failed retrieving version information.
Warning: using 0 as revision.
Revision unchanged (0). Skipping.
old = "0"; new = "0"
make[3]: Leaving directory `/home/ltho/warzone/build_tools/autorevision'
make[3]: Entering directory `/home/ltho/warzone/build_tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/ltho/warzone/build_tools'
make[2]: Leaving directory `/home/ltho/warzone/build_tools'
Making all in win32
make[2]: Entering directory `/home/ltho/warzone/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ltho/warzone/win32'
Making all in lib
make[2]: Entering directory `/home/ltho/warzone/lib'
Making all in framework
make[3]: Entering directory `/home/ltho/warzone/lib/framework'
make all-am
make[4]: Entering directory `/home/ltho/warzone/lib/framework'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DYY_NO_INPUT -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -DDEBUG -DDATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -O0 -g -Wall -Werror -Wno-unused-label -Wno-pointer-to-int-cast -Wmissing-field-initializers -Wcast-align -Wwrite-strings -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -MT resource_lexer.lex.o -MD -MP -MF .deps/resource_lexer.lex.Tpo -c -o resource_lexer.lex.o resource_lexer.lex.c
cc1: warnings being treated as errors
resource_lexer.lex.c:1737: warning: no previous declaration for ‘res_get_lineno’
resource_lexer.lex.c:1746: warning: no previous declaration for ‘res_get_in’
resource_lexer.lex.c:1754: warning: no previous declaration for ‘res_get_out’
resource_lexer.lex.c:1762: warning: no previous declaration for ‘res_get_leng’
resource_lexer.lex.c:1771: warning: no previous declaration for ‘res_get_text’
resource_lexer.lex.c:1780: warning: no previous declaration for ‘res_set_lineno’
resource_lexer.lex.c:1792: warning: no previous declaration for ‘res_set_in’
resource_lexer.lex.c:1797: warning: no previous declaration for ‘res_set_out’
resource_lexer.lex.c:1802: warning: no previous declaration for ‘res_get_debug’
resource_lexer.lex.c:1807: warning: no previous declaration for ‘res_set_debug’
make[4]: *** [resource_lexer.lex.o] Error 1
make[4]: Leaving directory `/home/ltho/warzone/lib/framework'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ltho/warzone/lib/framework'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ltho/warzone/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ltho/warzone'
make: *** [all] Error 2



this is what your command give me. seem like i m missing some files. any other idea??
User avatar
skellr
Trained
Trained
Posts: 72
Joined: 17 Aug 2007, 15:58

Re: need help with compiling snapshoot

Post by skellr »

I would run make distclean then rerun ./autogen.sh and ./configure. I'm not sure what was up with the permissions but it might have caused some problems with autotools.
ltho
New user
Posts: 5
Joined: 07 Jun 2008, 18:53

Re: need help with compiling snapshoot

Post by ltho »

i ve just compile the newest flex 2.5.35, and that seem to take care of the problem, however, make install give:


Making install in build_tools
make[1]: Entering directory `/home/ltho/warzone/build_tools'
Making install in autorevision
make[2]: Entering directory `/home/ltho/warzone/build_tools/autorevision'
./autorevision +cstr -v ../.. ../../src/autorevision.h
svn: Path '../..' ends in '..', which is unsupported for this operation
sh: git-svn: not found
sh: git-rev-list: not found
Warning: could not open input file.
This does not seem to be a revision controlled project.
Warning: could not open input file.
This does not seem to be a revision controlled project.
Error: failed retrieving version information.
Warning: using 0 as revision.
Revision unchanged (0). Skipping.
old = "0"; new = "0"
make[3]: Entering directory `/home/ltho/warzone/build_tools/autorevision'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/build_tools/autorevision'
make[2]: Leaving directory `/home/ltho/warzone/build_tools/autorevision'
make[2]: Entering directory `/home/ltho/warzone/build_tools'
make[3]: Entering directory `/home/ltho/warzone/build_tools'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/build_tools'
make[2]: Leaving directory `/home/ltho/warzone/build_tools'
make[1]: Leaving directory `/home/ltho/warzone/build_tools'
Making install in win32
make[1]: Entering directory `/home/ltho/warzone/win32'
make[2]: Entering directory `/home/ltho/warzone/win32'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/ltho/warzone/win32'
make[1]: Leaving directory `/home/ltho/warzone/win32'
Making install in lib
make[1]: Entering directory `/home/ltho/warzone/lib'
Making install in framework
make[2]: Entering directory `/home/ltho/warzone/lib/framework'
make install-am
make[3]: Entering directory `/home/ltho/warzone/lib/framework'
make[4]: Entering directory `/home/ltho/warzone/lib/framework'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/ltho/warzone/lib/framework'
make[3]: Leaving directory `/home/ltho/warzone/lib/framework'
make[2]: Leaving directory `/home/ltho/warzone/lib/framework'
Making install in exceptionhandler
make[2]: Entering directory `/home/ltho/warzone/lib/exceptionhandler'
make[3]: Entering directory `/home/ltho/warzone/lib/exceptionhandler'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/exceptionhandler'
make[2]: Leaving directory `/home/ltho/warzone/lib/exceptionhandler'
Making install in script
make[2]: Entering directory `/home/ltho/warzone/lib/script'
make install-am
make[3]: Entering directory `/home/ltho/warzone/lib/script'
make[4]: Entering directory `/home/ltho/warzone/lib/script'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/ltho/warzone/lib/script'
make[3]: Leaving directory `/home/ltho/warzone/lib/script'
make[2]: Leaving directory `/home/ltho/warzone/lib/script'
Making install in sequence
make[2]: Entering directory `/home/ltho/warzone/lib/sequence'
make[3]: Entering directory `/home/ltho/warzone/lib/sequence'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/sequence'
make[2]: Leaving directory `/home/ltho/warzone/lib/sequence'
Making install in ivis_common
make[2]: Entering directory `/home/ltho/warzone/lib/ivis_common'
make[3]: Entering directory `/home/ltho/warzone/lib/ivis_common'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/ivis_common'
make[2]: Leaving directory `/home/ltho/warzone/lib/ivis_common'
Making install in ivis_opengl
make[2]: Entering directory `/home/ltho/warzone/lib/ivis_opengl'
make[3]: Entering directory `/home/ltho/warzone/lib/ivis_opengl'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/ivis_opengl'
make[2]: Leaving directory `/home/ltho/warzone/lib/ivis_opengl'
Making install in gamelib
make[2]: Entering directory `/home/ltho/warzone/lib/gamelib'
make install-am
make[3]: Entering directory `/home/ltho/warzone/lib/gamelib'
make[4]: Entering directory `/home/ltho/warzone/lib/gamelib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/ltho/warzone/lib/gamelib'
make[3]: Leaving directory `/home/ltho/warzone/lib/gamelib'
make[2]: Leaving directory `/home/ltho/warzone/lib/gamelib'
Making install in sound
make[2]: Entering directory `/home/ltho/warzone/lib/sound'
make[3]: Entering directory `/home/ltho/warzone/lib/sound'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/sound'
make[2]: Leaving directory `/home/ltho/warzone/lib/sound'
Making install in sqlite3
make[2]: Entering directory `/home/ltho/warzone/lib/sqlite3'
make[3]: Entering directory `/home/ltho/warzone/lib/sqlite3'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/sqlite3'
make[2]: Leaving directory `/home/ltho/warzone/lib/sqlite3'
Making install in netplay
make[2]: Entering directory `/home/ltho/warzone/lib/netplay'
make[3]: Entering directory `/home/ltho/warzone/lib/netplay'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/netplay'
make[2]: Leaving directory `/home/ltho/warzone/lib/netplay'
Making install in widget
make[2]: Entering directory `/home/ltho/warzone/lib/widget'
make[3]: Entering directory `/home/ltho/warzone/lib/widget'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib/widget'
make[2]: Leaving directory `/home/ltho/warzone/lib/widget'
make[2]: Entering directory `/home/ltho/warzone/lib'
make[3]: Entering directory `/home/ltho/warzone/lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/lib'
make[2]: Leaving directory `/home/ltho/warzone/lib'
make[1]: Leaving directory `/home/ltho/warzone/lib'
Making install in src
make[1]: Entering directory `/home/ltho/warzone/src'
make install-am
make[2]: Entering directory `/home/ltho/warzone/src'
make[3]: Entering directory `/home/ltho/warzone/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c 'warzone2100' '/usr/local/bin/warzone2100'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/ltho/warzone/src'
make[2]: Leaving directory `/home/ltho/warzone/src'
make[1]: Leaving directory `/home/ltho/warzone/src'
Making install in data
make[1]: Entering directory `/home/ltho/warzone/data'
Making install in mods
make[2]: Entering directory `/home/ltho/warzone/data/mods'
Making install in global
make[3]: Entering directory `/home/ltho/warzone/data/mods/global'
Making install in aivolution/multiplay/skirmish
make[4]: Entering directory `/home/ltho/warzone/data/mods/global/aivolution/multiplay/skirmish'
make[5]: Entering directory `/home/ltho/warzone/data/mods/global/aivolution/multiplay/skirmish'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/ltho/warzone/data/mods/global/aivolution/multiplay/skirmish'
make[4]: Leaving directory `/home/ltho/warzone/data/mods/global/aivolution/multiplay/skirmish'
make[4]: Entering directory `/home/ltho/warzone/data/mods/global'
make[5]: Entering directory `/home/ltho/warzone/data/mods/global'
make[5]: Nothing to be done for `install-exec-am'.
touch stamp
(cd ./aivolution && zip -ru0 /home/ltho/warzone/data/mods/global/aivolution.wz multiplay commands.txt -x '*svn*' || [ $? -eq 12 ] && true) # zip returns 12 on "nothing to do"
zip -T aivolution.wz
test of aivolution.wz OK
rm -f stamp
(cd ./grim && zip -ru0 /home/ltho/warzone/data/mods/global/grim.wz components structs texpages wrf COPYING -x '*svn*' || [ $? -eq 12 ] && true) # zip returns 12 on "nothing to do"
zip -T grim.wz
test of grim.wz OK
rm -f stamp
(cd ./newst_tiles && zip -ru0 /home/ltho/warzone/data/mods/global/newst_tiles.wz texpages COPYING readme.txt -x '*svn*' || [ $? -eq 12 ] && true) # zip returns 12 on "nothing to do"
zip -T newst_tiles.wz
test of newst_tiles.wz OK
rm -f stamp
/bin/mkdir -p /usr/local/share/warzone2100/mods/global
/usr/bin/install -c -m 644 aivolution.wz /usr/local/share/warzone2100/mods/global/aivolution.wz
/usr/bin/install -c -m 644 grim.wz /usr/local/share/warzone2100/mods/global/grim.wz
/usr/bin/install -c -m 644 newst_tiles.wz /usr/local/share/warzone2100/mods/global/newst_tiles.wz
make[5]: Leaving directory `/home/ltho/warzone/data/mods/global'
make[4]: Leaving directory `/home/ltho/warzone/data/mods/global'
make[3]: Leaving directory `/home/ltho/warzone/data/mods/global'
make[3]: Entering directory `/home/ltho/warzone/data/mods'
make[4]: Entering directory `/home/ltho/warzone/data/mods'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/ltho/warzone/data/mods'
make[3]: Leaving directory `/home/ltho/warzone/data/mods'
make[2]: Leaving directory `/home/ltho/warzone/data/mods'
make[2]: Entering directory `/home/ltho/warzone/data'
make[3]: Entering directory `/home/ltho/warzone/data'
make[3]: Nothing to be done for `install-exec-am'.
touch stamp
(cd ./base && zip -ru0 /home/ltho/warzone/data/base.wz anims audio components effects features tagdefinitions gamedesc.lev images messages misc multiplay novideo.rpl script sequenceaudio stats stats-sql structs texpages wrf -x '*svn*' || [ $? -eq 12 ] && true) # zip returns 12 on "nothing to do"
zip -T base.wz
test of base.wz OK
rm -f stamp
(cd ./mp && zip -ru0 /home/ltho/warzone/data/mp.wz addon.lev anims components effects messages multiplay stats structs wrf -x '*svn*' || [ $? -eq 12 ] && true) # zip returns 12 on "nothing to do"
zip -T mp.wz
test of mp.wz OK
rm -f stamp
/bin/mkdir -p /usr/local/share/warzone2100
/usr/bin/install -c -m 644 base.wz /usr/local/share/warzone2100/base.wz
/usr/bin/install -c -m 644 mp.wz /usr/local/share/warzone2100/mp.wz
make[3]: Leaving directory `/home/ltho/warzone/data'
make[2]: Leaving directory `/home/ltho/warzone/data'
make[1]: Leaving directory `/home/ltho/warzone/data'
Making install in po
make[1]: Entering directory `/home/ltho/warzone/po'
/bin/mkdir -p /usr/local/share
installing nb.gmo as /usr/local/share/locale/nb/LC_MESSAGES/warzone2100.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/warzone2100.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/warzone2100.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/warzone2100.mo
installing la.gmo as /usr/local/share/locale/la/LC_MESSAGES/warzone2100.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/warzone2100.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/warzone2100.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/warzone2100.mo
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/warzone2100.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/warzone2100.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/warzone2100.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/warzone2100.mo
installing lt.gmo as /usr/local/share/locale/lt/LC_MESSAGES/warzone2100.mo
installing fy.gmo as /usr/local/share/locale/fy/LC_MESSAGES/warzone2100.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/warzone2100.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/warzone2100.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/warzone2100.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/warzone2100.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/warzone2100.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/warzone2100.mo
if test "warzone2100" = "gettext-tools"; then \
/bin/mkdir -p /usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/ltho/warzone/po'
Making install in doc
make[1]: Entering directory `/home/ltho/warzone/doc'
make[2]: Entering directory `/home/ltho/warzone/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/warzone2100" || /bin/mkdir -p "/usr/local/share/doc/warzone2100"
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'Readme.en' '/usr/local/share/doc/warzone2100/Readme.en'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/_inst.19364_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'Readme.en.xhtml' '/usr/local/share/doc/warzone2100/Readme.en.xhtml'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/_inst.19370_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'Readme.de' '/usr/local/share/doc/warzone2100/Readme.de'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/_inst.19376_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'Readme.de.xhtml' '/usr/local/share/doc/warzone2100/Readme.de.xhtml'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/_inst.19382_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'ScriptingManual.xhtml' '/usr/local/share/doc/warzone2100/ScriptingManual.xhtml'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/_inst.19388_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'styles/readme.print.css' '/usr/local/share/doc/warzone2100/styles/readme.print.css'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/styles/_inst.19394_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'styles/readme.screen.css' '/usr/local/share/doc/warzone2100/styles/readme.screen.css'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/styles/_inst.19404_': No such file or directory
/bin/bash /home/ltho/warzone/install-sh -c -m 644 'styles/scriptingmanual.css' '/usr/local/share/doc/warzone2100/styles/scriptingmanual.css'
chmod: changing permissions of `/usr/local/share/doc/warzone2100/styles/_inst.19410_': No such file or directory
make[2]: *** [install-nobase_dist_docDATA] Error 1
make[2]: Leaving directory `/home/ltho/warzone/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ltho/warzone/doc'
make: *** [install-recursive] Error 1

**** Installation failed. Aborting package creation.

Cleaning up...OK

Bye.




any ideas?????
ltho
New user
Posts: 5
Joined: 07 Jun 2008, 18:53

Re: need help with compiling snapshoot

Post by ltho »

sorry, "make install" run just fine. it is "checkinstall make install" that have a problem.
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: need help with compiling snapshoot

Post by Buginator »

ltho wrote:sorry, "make install" run just fine. it is "checkinstall make install" that have a problem.
And what is the point of running checkinstall make install?

(linux n00b here...)

I also haven't ever seen 'chmod: changing permissions of `/usr/local/share/doc/warzone2100/_inst.19364_': No such file or directory' before.
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: need help with compiling snapshoot

Post by DevUrandom »

Are you running some build-me-a-package program?
ltho
New user
Posts: 5
Joined: 07 Jun 2008, 18:53

Re: need help with compiling snapshoot

Post by ltho »

checkinstall is to allow you to uninstall the package later, and it also make you a package, so that if you use a new os, dont have to "make" it again. so yes, it is a "build me a package" program. is there any problem between warzone and the program that i should be aware of??
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: need help with compiling snapshoot

Post by DevUrandom »

ltho wrote:checkinstall is to allow you to uninstall the package later, and it also make you a package, so that if you use a new os, dont have to "make" it again. so yes, it is a "build me a package" program. is there any problem between warzone and the program that i should be aware of??
No clue, I never used it.
Would be interesting to know where those _inst... files come from. chmod is probably executed by install?
Maybe you could figure it out by diving into the install-sh script, searching for that chmod/_inst..._ thing.
Locked