tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: 6.0_BETA (unpriv) build issue



> > On my checkout (not anonymous) of netbsd-6 that file is 555.
> OK, it's 755 if I check it out from CVS. But it's 664 in my src.tgz dated Apr 
> 11.
> 
> Is there a CVS command to fix permissions? It seems that, at least, all the 
> install-sh files are affected.
> I'll try to fix that with find and retry.
> 
> > Are you using a normal filesystem?
> A this is not the wonderful world of penguins: yes. FFSv2 with WAPL, to be 
> precise.

i commited a hopeful fix for this to -current.  you can apply the
patch to your extracted tree to test there as well:


Index: tools/gmp/Makefile
===================================================================
RCS file: /cvsroot/src/tools/gmp/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -r1.1 -r1.2
*** Makefile    20 Jun 2011 05:56:46 -0000      1.1
--- Makefile    12 Apr 2012 01:05:31 -0000      1.2
*************** CONFIGURE_ARGS+=--disable-shared
*** 12,14 ****
--- 12,17 ----
  # when variable is used.
  CONFIGURE_ENV:=       ${CONFIGURE_ENV:NPATH=*:NCFLAGS=*:NCXXFLAGS=*} \
                PATH="${TOOLDIR:Q}/bin:$$$$PATH"
+ 
+ # Force avoiding possibly non-executable install-sh.
+ CONFIGURE_ENV+=       
ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"


Home | Main Index | Thread Index | Old Index