Hello,

The prereq.sh script included with the xorcomm bristuff-0.4.0-RC4-xr5.tar.gz release does not correctly check for installed debian packages. At present the check_installed_rpms() function returns a list of the already installed required packages rather than the missing required packages. This causes the script to try to reinstall packages that are already present and not install the missing packages.

Line 62 is currently:

       | awk '/^[0-9]/{print $2}'

It should read (note the extra exclamation mark):

       | awk '!/^[0-9]/{print $2}'

Hope this helps anyone getting build errors due to missing prerequisites even after running prereq.sh

regards,

Julien

_______________________________________________
Bristuff-users mailing list
[email protected]
http://lists.three-dimensional.net/mailman/listinfo/bristuff-users

Reply via email to