Trouble with make when compiling under debian

Support and queries relating to all previous versions of ZoneMinder
Locked
seb3s
Posts: 27
Joined: Wed Aug 31, 2005 10:27 am
Location: Paris, France

Trouble with make when compiling under debian

Post by seb3s »

Hi,
here is what I get when I run the make command:

# make
make all-recursive
make[1]: Entering directory `/home/seb/zm-1.21.3'
Making all in src
make[2]: Entering directory `/home/seb/zm-1.21.3/src'
Makefile:343: .deps/zm.Po: Aucun fichier ou répertoire de ce type
Makefile:344: .deps/zm_box.Po: Aucun fichier ou répertoire de ce type
Makefile:345: .deps/zm_buffer.Po: Aucun fichier ou répertoire de ce type
Makefile:346: .deps/zm_camera.Po: Aucun fichier ou répertoire de ce type
Makefile:347: .deps/zm_config.Po: Aucun fichier ou répertoire de ce type
Makefile:348: .deps/zm_coord.Po: Aucun fichier ou répertoire de ce type
Makefile:349: .deps/zm_db.Po: Aucun fichier ou répertoire de ce type
Makefile:350: .deps/zm_debug.Po: Aucun fichier ou répertoire de ce type
Makefile:351: .deps/zm_event.Po: Aucun fichier ou répertoire de ce type
Makefile:352: .deps/zm_image.Po: Aucun fichier ou répertoire de ce type
Makefile:353: .deps/zm_jpeg.Po: Aucun fichier ou répertoire de ce type
Makefile:354: .deps/zm_local_camera.Po: Aucun fichier ou répertoire de ce type
Makefile:355: .deps/zm_monitor.Po: Aucun fichier ou répertoire de ce type
Makefile:356: .deps/zm_mpeg.Po: Aucun fichier ou répertoire de ce type
Makefile:357: .deps/zm_regexp.Po: Aucun fichier ou répertoire de ce type
Makefile:358: .deps/zm_remote_camera.Po: Aucun fichier ou répertoire de ce type
Makefile:359: .deps/zm_user.Po: Aucun fichier ou répertoire de ce type
Makefile:360: .deps/zm_zone.Po: Aucun fichier ou répertoire de ce type
Makefile:361: .deps/zma.Po: Aucun fichier ou répertoire de ce type
Makefile:362: .deps/zmc.Po: Aucun fichier ou répertoire de ce type
Makefile:363: .deps/zmf.Po: Aucun fichier ou répertoire de ce type
Makefile:364: .deps/zmfix.Po: Aucun fichier ou répertoire de ce type
Makefile:365: .deps/zms.Po: Aucun fichier ou répertoire de ce type
Makefile:366: .deps/zmu.Po: Aucun fichier ou répertoire de ce type
make[2]: *** Pas de règle pour fabriquer la cible « .deps/zmu.Po ». Arrêt.
make[2]: Leaving directory `/home/seb/zm-1.21.3/src'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/seb/zm-1.21.3'
make: *** [all] Erreur 2

Does anybody knows what do I need to check ?
Thanks,
Sebastien.

Debian Sarge Stable
zm 1.21.3
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Are you building in a directory to which you don't have permission to write? Thats all I can think of without being able to exactly understand the errors you are getting.

Phil
seb3s
Posts: 27
Joined: Wed Aug 31, 2005 10:27 am
Location: Paris, France

make

Post by seb3s »

Hi,
No I don't think so. I've changed to 777 the rights to be sure and the error is still the same. I also tried to run make as root, with still the same results.

regarding the errors :
Makefile:343: .deps/zm.Po: Aucun fichier ou répertoire de ce type
means something like :
Makefile:343: .deps/zm.Po: No file or directory of this type

and at the end :
make[2]: *** Pas de règle pour fabriquer la cible « .deps/zmu.Po ». Arrêt.
means :
make[2]: *** No rule to build target « .deps/zmu.Po ». Stop.

Thanks for your help,
Sebastien.
seb3s
Posts: 27
Joined: Wed Aug 31, 2005 10:27 am
Location: Paris, France

The end

Post by seb3s »

Hi,
I did start again the installation procedure and downloaded the source tarball.
I gunzip it, (un)tar it and follows the install procedure again : the message I submitted in this thread doesn't exists anymore (I do have a few compile errors but those are totally new and I will have a look into it later).

So, I guess it was probably because I initially downloaded the file under W2K and (maybe, not sure but possible) unzip & untar it under windows and write it under linux via samba. So the files may have been corrupted in the process.

I think that close this thread.
Thanks for your help and for making me check again.
Sebastien.
Locked