WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] mkbuildtree/lndir confused by arch symlink in hypervisor-ifs

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] mkbuildtree/lndir confused by arch symlink in hypervisor-ifs
From: Christian Limpach <chris@xxxxxx>
Date: Thu, 11 Mar 2004 17:54:34 +0100
Delivery-date: Thu, 11 Mar 2004 17:05:55 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Hello!

it seems that the lndir-rel program gets confused by the arch symlink in
xen/include/hypervisor-ifs, it creates the following tree in
linux/include/asm-xeno/hypervisor-ifs:
drwxr-xr-x    2 chris    users          80 Mar 11 17:06 arch
drwxr-xr-x    2 chris    users          80 Mar 11 17:06 arch-i386
lrwxrwxrwx    1 chris    users          44 Mar 11 17:06 arch-x86_64 ->
.../../xen/include/hypervisor-ifs/arch-x86_64

This then fails at the make dep stage because it tries to recreate the arch
symlink (it fails on rm arch since arch is a dir).

Removing the arch symlink in xen/include/hypervisor-ifs before running
lndir-rel fixes the problem.

    christian




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>