<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Well it seems to be the problem that it tries to remove them beforehand
and then create them, maybe its not done doing so or something. I tried
unmounting before and i jstu did it again, but it doesn't make any
difference.<br>
<br>
-Robin-<br>
<br>
Nile Geisinger wrote:
<blockquote cite="mid:790092.89733.qm@web53803.mail.re2.yahoo.com"
type="cite">
<style type="text/css"><!-- DIV {margin:0px;} --></style>
<div
style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div
style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>
Hey Robin,<br>
<br>
Because of the number of packages built using LINA, we use managed
mounts so that packages unpacked under CYGWIN on a FAT32 system (which
is case-insensitive) won't run into problems with case-sensitive file
names or long path names.<br>
<br>
CYGWIN is saying that the directory that we are using as our managed
mount is busy. This can be caused by one of several problems. The two
that I can think of off the top of my head are:<br>
<br>
1. The Windows filesystem is still removing files. Windows sometimes
refuses to perform file operations if a file is open or a directory is
busy (e.g., removing files)<br>
<br>
2. The drive has already been mounted on /lina/tmp. In this case umount
/tmp should fix the problem. <br>
<br>
I think if you verify that 1. and 2. aren't problems, it should work.
If not, I'm at OSCON, but I'll try to check in later tonight.<br>
<br>
Nile<br>
<br>
<div
style="font-family: times new roman,new york,times,serif; font-size: 12pt;">-----
Original Message ----<br>
From: Robin Geuze <a class="moz-txt-link-rfc2396E" href="mailto:ghostshaw@chello.nl"><ghostshaw@chello.nl></a><br>
To: The list for open LINA developers <a class="moz-txt-link-rfc2396E" href="mailto:lina-dev@openlina.org"><lina-dev@openlina.org></a><br>
Sent: Tuesday, July 24, 2007 2:32:46 AM<br>
Subject: Re: [Lina-dev] Response to Robin<br>
<br>
<title></title>
Hey Nile,<br>
<br>
Well were getting there, configure now runs without errors but make all
still fails with this error:<br>
<br>
rm -rf /c/lina/tmp<br>
rm -rf /lina-tmp<br>
mkdir -p /c/lina/tmp<br>
mkdir -p /lina-tmp<br>
mount -o managed C:/cygwin/lina-tmp /c/lina/tmp<br>
mount: /c/lina/tmp: Device or resource busy<br>
make[4]: *** [mount-cygwin-directories] Error 1<br>
make[4]: Leaving directory `/c/lina/src/toolkit/host-tools/compiler'<br>
make[3]: *** [build-compiler] Error 2<br>
make[3]: Leaving directory `/c/lina/src/toolkit/host-tools'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/c/lina/src/toolkit'<br>
make[1]: *** [all] Error 2<br>
make[1]: Leaving directory `/c/lina/src'<br>
make: *** [build-src] Error 2<br>
<br>
-Robin-<br>
<br>
</div>
</div>
</div>
</blockquote>
</body>
</html>