[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: d...@mielke.cc | Canada K2A 1H7 | http://Mielke.cc/now.html http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information, go to: http://mielke.cc/mailman/listinfo/brltty