Comment 4 for bug 1662297

Revision history for this message
Blake GH (bmagic) wrote :

This patch causes the following error when installing Evergreen:

make install

am_importer.conf.example '/openils/conf'
 /usr/bin/mkdir -p '/openils/var/data'
 /usr/bin/install -c -m 644 ./extras/ils_events.xml ../../Open-ILS/examples/hold_notification_template.example ./reporter/report-fail ./reporter/report-success '/openils/var/data'
 /usr/bin/mkdir -p '/openils/share/doc/open-ils'
 /usr/bin/install -c -m 644 ../../Open-ILS/examples/apache_24/eg_startup ../../Open-ILS/examples/apache_24/eg_24.conf ../../Open-ILS/examples/apache_24/eg_vhost_24.conf ../../Open-ILS/web/js/ui/default/staff/test/karma.conf.js ./eg2/karma.conf.js '/openils/share/doc/open-ils'
/usr/bin/install: will not overwrite just-created '/openils/share/doc/open-ils/karma.conf.js' with './eg2/karma.conf.js'
make[3]: *** [Makefile:625: install-docDATA] Error 1
make[3]: Leaving directory '/home/opensrf/repos/Evergreen/Open-ILS/src'
make[2]: *** [Makefile:857: install-am] Error 2
make[2]: Leaving directory '/home/opensrf/repos/Evergreen/Open-ILS/src'
make[1]: *** [Makefile:694: install-recursive] Error 1
make[1]: Leaving directory '/home/opensrf/repos/Evergreen/Open-ILS/src'
make: *** [Makefile:419: install-recursive] Error 1