Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Apr 2005 01:10:02 +0300
From:      Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To:        freebsd-stable@freebsd.org
Subject:   [5.4] installworld fails in acpica
Message-ID:  <20050405011002.0312f606@it.buh.tecnik93.com>

next in thread | raw e-mail | index | archive | help
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"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050405011002.0312f606>