From: Dennis S. <sy...@yo...> - 2004-06-27 16:09:51
|
Well this was after doing make dist, untarring etc. As in this is the package that should be in the release... On Sun, 2004-06-27 at 12:27 -0300, Duilio Javier Protti wrote: > > From a fresh checkout after doing: > > > > ./autogen.sh ; ./configure ; make dist > > > > Then extracting the package and running there ./configure ; make > > > > I'am having the following failures: > > > > bromodimethoxy:/usr/src/libvis-newcvs/test-packages/libvisual-0.1.5# > > make > > cd . && /bin/sh ./config.status config.h > > config.status: creating config.h > > make all-recursive > > make[1]: Entering directory > > `/usr/src/libvis-newcvs/test-packages/libvisual-0.1.5' > > Making all in libvisual > > make[2]: Entering directory > > `/usr/src/libvis-newcvs/test-packages/libvisual-0.1.5/libvisual' > > Makefile:288: .deps/lv_actor.Plo: No such file or directory > > Makefile:289: .deps/lv_audio.Plo: No such file or directory > > Makefile:290: .deps/lv_bin.Plo: No such file or directory > > Makefile:291: .deps/lv_bmp.Plo: No such file or directory > > Makefile:292: .deps/lv_event.Plo: No such file or directory > > Makefile:293: .deps/lv_fft.Plo: No such file or directory > > Makefile:294: .deps/lv_input.Plo: No such file or directory > > Makefile:295: .deps/lv_keysym.Plo: No such file or directory > > Makefile:296: .deps/lv_libvisual.Plo: No such file or directory > > Makefile:297: .deps/lv_list.Plo: No such file or directory > > Makefile:298: .deps/lv_log.Plo: No such file or directory > > Makefile:299: .deps/lv_morph.Plo: No such file or directory > > Makefile:300: .deps/lv_palette.Plo: No such file or directory > > Makefile:301: .deps/lv_plugin.Plo: No such file or directory > > Makefile:302: .deps/lv_songinfo.Plo: No such file or directory > > Makefile:303: .deps/lv_video.Plo: No such file or directory > > make[2]: *** No rule to make target `.deps/lv_video.Plo'. Stop. > > make[2]: Leaving directory > > `/usr/src/libvis-newcvs/test-packages/libvisual-0.1.5/libvisual' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory > > `/usr/src/libvis-newcvs/test-packages/libvisual-0.1.5' > > make: *** [all] Error 2 > > > > > > Do you have any idea what is going wrong ? > > Yes, I known about this problem. The .deps directory must be > removed from the CVS, because it contains cached files. We must > remove every of the *.Plo files and after that we must update > and checkout with the -P option (prune option, this remove > directories that are empty after being updated). I have this on > my ~/.cvsrc: > > -z3 > update -dP > rdiff -u > diff -ubBwpN > checkout -P > > This makes life better :-) > > If you want to make the release, don't worry about the CVS for > now, just 'make dist' on your working copy, then untarred, then > configure/compile/install the fresh directory, and if everything > works well the release is ready. I have checked this way and > it works. > > > Duilio. > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Libvisual-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libvisual-devel |