Hey

Sources of a couple of hours ago, clean obj dir, etc

--------------------------------------------------------------
>>> Installing everything
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
===> share/info
===> include
 [ ... ]
if [ -L /usr/include/crypto ]; then  rm -f /usr/include/crypto;  fi
mtree -deU   -f /usr/src/include/../etc/mtree/BSD.include.dist  -p /usr/include
./dev/acpica missing (directory not created: File exists)
cd /usr/include/cam;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/geom;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/net;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/net80211;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netatalk;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netatm;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netgraph;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netinet;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netinet6;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netipsec;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netipx;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netkey;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netnatm;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netncp;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/netsmb;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/nfs;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/nfsclient;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/nfsserver;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/pccard;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/posix4;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/sys;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/vm;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  done
cd /usr/include/cam/scsi;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi;  
done
cd /usr/include/dev/acpica;  for h in *.h; do  if [ -L $h ]; then rm -f $h; fi; 
 done
cd: can't cd to /usr/include/dev/acpica
*** Error code 2

Stop in /usr/src/include.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


 # ll /usr/include/dev/acpica
-r--r--r--  1 root  wheel  4210 Mar  4 00:13 /usr/include/dev/acpica


Now on 2 other machines:the dir does not exists and on a third
  > ll /usr/include/dev/acpica
total 6
-r--r--r--  1 root  wheel  4210 Mar 11 16:54 acpiio.h


If I remove the file and run make installworld it goes OK. Now, what's
wrong ?


-- 
IOnut
Unregistered ;) FreeBSD "user"


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to