[BRLTTY] Alva BC680

Dave Mielke dave at mielke.cc
Thu Mar 1 22:40:54 EST 2012


[quoted lines by Tami Kinney on 2012/03/01 at 19:23 -0800]

>/usr/bin/install -c -d /bin
>test -z "/var/run/brltty" || /usr/bin/install -c -d /var/run/brltty
>/usr/bin/install: cannot create directory `/var/run/brltty': File exists
>make[1]: *** [install-writable-directory] Error 1

This error looks rather interesting. The -d option of the install command is 
for creating a directory. It's not supposed to complain if the directory 
already exists. When install -d was used to create /bin, which surely does 
already exist, it correctly silently ignored the condition. When, however, it 
was used to create /var/run/brltty, it complained that it already exists and 
then failed. That's not supposed to happen.

My guess is that /var/run/brltty on your system does exist but isn't a 
directory. Can you check this out? If it's a symbolic link, what's it pointing 
to? If it's a file, what's in it?

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | 2011 May 21 is the End of Salvation.
EMail: dave at mielke.cc | Canada  K2A 1H7   | http://Mielke.cc/now.html
http://FamilyRadio.com/                   | http://Mielke.cc/bible/


More information about the BRLTTY mailing list