Thanks! When I checked this morning, the file was not there. So I
disabled braille support in Orca, ran the installation process again,
and it worked.
BRLTTY 4.2 was still running, so I uninstalled it through the Ubuntu
software center, then ran the installing process for 4.3 again. Now that
it what is showing. Whew!
It looks good from here! Now to see what happens when I hook up the
display... /smile/
Thank you for help with my newbie troubles!
Tami
On 03/01/2012 07:40 PM, Dave Mielke wrote:
[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?
_______________________________________________
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