<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><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 <ghostshaw@chello.nl><br>To: The list for open LINA developers <lina-dev@openlina.org><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>
Nile Geisinger wrote:
<blockquote type="cite">
<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>
Hi Robin,<br>
<br>
A recent version of automake changed their quoting rules. All of the
warning you are experiencing are from other packages installed on your
system that don't obey these quoting rules. Unfortunately, autoconf
spews out errors from all packages installed on a system rather than
errors in the local package.<br>
<br>
I personally build with the same version of automake that you are using
on Linux so I think you should be fine. <br>
<br>
However, I believe you also have legacy files from your first attempt
to build using the other automake. To make sure you're starting clean,
try:<br>
<br>
rm -rf autom4te.cache <br>
make maintainer-clean<br>
<br>
That should remove the object path errors and use the CYGWIN automake.<br>
<br>
cheers,<br>
<br>
Nile<br>
</div>
</div>
</blockquote>
<div>_______________________________________________<br>Lina-dev mailing list<br>Lina-dev@openlina.org<br><a target="_blank" href="http://www.openlina.org/mailman/listinfo/lina-dev">http://www.openlina.org/mailman/listinfo/lina-dev</a><br></div></div><br></div></div><br>
<hr size=1><a href="http://us.rd.yahoo.com/evt=48226/*http://new.toolbar.yahoo.com/toolbar/features/norton/index.php">Get the free Yahoo! toolbar</a> and rest assured with the added security of spyware protection.
</body></html>