Argons / bher

Automatically exported from code.google.com/p/bher
0 stars 0 forks source link

bher ubuntu install instructions out of date on the church wiki #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow the steps described in 
http://projects/csail.mit.edu/church/wiki/Installing_Bher

What is the expected output? What do you see instead?
With newer versions of ubuntu (12.04+), you encounter errors when installing 
vicare preparatory to install bher (newer versions of autoconf appears to have 
made some breaking changes)

What version of the product are you using? On what operating system?
Ubuntu 10.04 - vicare+bher installs just fine
Ubuntu 12.04 - does NOT install

Please provide any additional information below.
I think the only thing you need to do urgently is to let people know they 
should use Ubuntu Version 10.04 in the install instructions at 
http://projects/csail.mit.edu/church/wiki/Installing_Bher

(I understand that you may not necessarily be the same people that maintain the 
church wiki, but I imagine you have contact with them, since they are the main 
portal to this project. I didn't see any way of contacting people from the 
church wiki)

Original issue reported on code.google.com by paul.lew...@gmail.com on 2 Jan 2013 at 8:22

GoogleCodeExporter commented 9 years ago
Hey, I've been having a similar issue, but I was able to get past the autoconf 
issue. Apparently the newer version of autoconf isn't happy with using 
pkglib_DATA. To fix it I used the following fix prior to running the 
'./configure' line:
fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 
's/pkglib_DATA/pkgdata_DATA/g'
found here (http://bugs.mysql.com/bug.php?id=63898). However, I'm not sure 
exactly how to works to be honest, so use it with your own discretion.

However, now I'm having a problem running the 'bher ./bher/test/test.church' 
line at the end of the installation, but I'm going to bring this up in a new 
issue a little bit later today.

Original comment by harleymo...@gmail.com on 24 Jul 2013 at 4:16

GoogleCodeExporter commented 9 years ago
Nevermind, I was able to fix my own issue. I'll just post the fix in case 
anyone else finds this and has the same problem:

The 'vicare.boot' file was put into /usr/local/share/vicare instead of 
/usr/local/lib/vicare. I just copied it over to the second directory and it 
works now.

Original comment by harleymo...@gmail.com on 24 Jul 2013 at 5:54