These files README, INSTALL, and COPYING do not exist in the Github repository master, and therefore jam installation exits on completion with a non-zero error exit status.
For ede (Github lastest r.cbcb0e2), in the top level directory. the Jamfile references the file README for processing
EdeManualWithToc README ;
This file README does not exist inthe Github respository master, and therefore jam installation exits on completion with a non-zero error exit status.
Last edit: J G Miller 2018-05-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Latest edelib r.05edc0c (on Github) has the missing files added and so edelib now builds and successfully installs (without applying my local patch to circumvent the problem).
However latest ede r.5489ef0 (on Github) which has the fix applied for ede-tip is still missing the README file.
Jamfile:EdeManualWithTocREADME;...don't know how to make README...found 864 target(s)......updating 240 target(s)......can'tfind1target(s)......can'tmake2target(s)......skipped<README-html>README.htmlforlackofREADME...
Last edit: J G Miller 2018-05-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For edelib (Github latest r.414d7a0), in the directory "doc", the Jamfile references three files for installation -- README, INSTALL, COPYING
These files README, INSTALL, and COPYING do not exist in the Github repository master, and therefore jam installation exits on completion with a non-zero error exit status.
For ede (Github lastest r.cbcb0e2), in the top level directory. the Jamfile references the file README for processing
This file README does not exist inthe Github respository master, and therefore jam installation exits on completion with a non-zero error exit status.
Last edit: J G Miller 2018-05-03
Fixed.
Thanks!
Thank you for looking into this problem.
Latest edelib r.05edc0c (on Github) has the missing files added and so edelib now builds and successfully installs (without applying my local patch to circumvent the problem).
However latest ede r.5489ef0 (on Github) which has the fix applied for ede-tip is still missing the README file.
Last edit: J G Miller 2018-05-11
Commenting it for now.