Hi there,<br><br>I&#39;m trying to compile HAL <a href="http://0.5.8.1">0.5.8.1</a> for VectorLinux 5.8 Standard (a Slackware 11 derivative).<br>I have got all the dependencies out of the way I think, DBUS, UDEV and PolicyKit are there.
<br><br>Idownloaded the tarball from HAL&#39;s freedesktop page, unpacked it, and ran the ./configure with these flags:<br><br>$ ./configure --prefix=/usr \<br>--sysconfdir=/etc \<br>--libexecdir=/usr/lib/hal \<br>--localstatedir=/var \
<br>--without-macbookpro<br><br>It goes fine for a while, but then stops with this error:<br><br>checking for BLKGETSIZE64... no<br>configure: error: BLKGETSIZE64 is not defined<br><br>I have searched the web fr similar problems, and some users seem to have solved this problem by using linux-libc-headers.
<br>I have kernel <a href="http://2.6.18.4">2.6.18.4</a> installed, and the only linux-libc-headers source I can find goes up to version 2.6.12 if I&#39;m not mistaken, so I guess I can&#39;t use linux-libc-headers and will have to use the kernel ones.
<br><br>Others also solved the problem by expanding their tmpfs usage limit.<br>I have no idea how it is done, but running df at the command-promt gives this output:<br><br>Filesystem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1K-blocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Used Available Use% Mounted on
<br>/dev/hda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5116536&nbsp;&nbsp; 3111324&nbsp;&nbsp; 2005212&nbsp; 61% /<br>tmpfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 131072&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp; 131068&nbsp;&nbsp; 1% /tmp<br>tmpfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 127340&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 127340&nbsp;&nbsp; 0% /dev/shm<br><br><br>Is there any patch for HAL, or any other workaround for this problem?
<br><br>Any help is much appreciated :)<br><br>Eugéne<br><br>