From mboxrd@z Thu Jan 1 00:00:00 1970 From: ferdi@giese-koerbecke.de Subject: xen-3.1.0 compile error Date: Mon, 18 Jun 2007 12:36:00 +0200 Message-ID: <30294141.8601182162960126.JavaMail.servlet@kundenserver> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi everyboby, during compilation from sources, I'm getting this error. The build process stops always. I think, it's in the doc-section. The "./chk build" script lists an "OK" to every checked item. ------------------- rm -rf /home/fgiese/xen-3.1.0-src/dist/install/usr/share/doc/xen install -d -m0755 -p /home/fgiese/xen-3.1.0-src/dist/install/usr/share/doc/xen make -C xen-api install make[3]: Entering directory `/home/fgiese/xen-3.1.0-src/docs/xen-api' install -d -m0755 -p /home/fgiese/xen-3.1.0-src/dist/install/usr/share/doc/xen/ps install -d -m0755 -p /home/fgiese/xen-3.1.0-src/dist/install/usr/share/doc/xen/pdf cp xenapi.ps /home/fgiese/xen-3.1.0-src/dist/install/usr/share/doc/xen/ps cp: cannot stat `xenapi.ps': No such file or directory make[3]: *** [install] Error 1 make[3]: Leaving directory `/home/fgiese/xen-3.1.0-src/docs/xen-api' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/fgiese/xen-3.1.0-src/docs' install -d -m0755 -p /home/fgiese/xen-3.1.0-src/dist/check install -m0644 -p ./COPYING /home/fgiese/xen-3.1.0-src/dist install -m0644 -p ./README /home/fgiese/xen-3.1.0-src/dist install -m0755 -p ./install.sh /home/fgiese/xen-3.1.0-src/dist install -m0755 -p tools/check/chk tools/check/check_* /home/fgiese/xen-3.1.0-src/dist/check make[1]: Leaving directory `/home/fgiese/xen-3.1.0-src' ------------------ What is the solution to avoid this error? Thanks Ferdi