From: Odysseas T. <ody...@ya...> - 2001-07-06 22:18:06
|
What version of install you are using? You can do > install --version to figure it out. If a file doesn't have a PACKAGE declaration pk2dir's output is "." , i.e., it represents the current directory where "current" is interpreted in a context-dependent manner. Outputing . in that special case, allows the generation of a valid path even when the output of pk2dir is postfix/prefix/infix inserted in an existing path. odysseas > > install: > /home/pngia/r2/binarycloud/build/en/user/./conf/conf.php: > No > > such file or directory > > > > and the fact you don't even have a ./build > directory... Didn't > > you say that? BUILD_DIR is defined in Makefile.in > as > > > > BUILD_DIR = $(BC_DIR)/build/$(BC_LANG) > > > > and that is why I was suspicious that Makefile.in > was not > > being included. > > > > Here is another putter. > > 1. Save the original Makefile > > 2. Edit the Makefile > > a) remove the switch --no-print-directory > > from both "make" calls thus: > > > > (echo "in user";cd 2>/dev/null user && make ;); \ > > (echo "in base";cd 2>/dev/null base && make > ;); \ > > > > 3. Do the make, see what you get. Should look > something > > like: > > ------------------------------------ > > Building en site > > in user > > make[1]: Entering directory > `/home/jef/tmp/r2/binarycloud/user' > > in user/htdocs > > make[1]: Leaving directory > `/home/jef/tmp/r2/binarycloud/user' > > in base > > make[1]: Entering directory > `/home/jef/tmp/r2/binarycloud/base' > > in core > > in bldr > > in init > > make[2]: > /home/jef/tmp/r2/binarycloud/base/utils/processprepend.php: > > Command not found > > make[2]: *** [installprepend] Error 127 > > in lib > > in mgr > > make[1]: Leaving directory > `/home/jef/tmp/r2/binarycloud/base' > > --------------------------------- > > > > This will "test" if the make(1) behaviour is the > same. > > > > Boy, I bet the lurkers on the list are laughing at > our > > discomforture out there.... Do you feel > watched???? > > > > > > _scratch|_scratch|_scratch > > > > _jef > > > > ============ > > > > Jimmy Harlindong wrote: > >> > >> Justin, > >> > >> _scratch, _scratch... :) > >> > >>> Uh, oh. BSD... I am a BSD ignoramus. And, if > you are > >>> using the C shell, some of the things I > suggested _may_ not > >>> work. I assumed a Bourne/bash shell... > >> > >> I tried on CSH and Bash. The only difference is > the way to set the > >> environment variable. > >> - Same problem > > [== snip, snip ==] > > > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |