Menu

edelib (Github) and ede (Github) missing files

EDE
J G Miller
2018-05-03
2018-05-22
  • J G Miller

    J G Miller - 2018-05-03

    For edelib (Github latest r.414d7a0), in the directory "doc", the Jamfile references three files for installation -- README, INSTALL, COPYING

    InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) README ] ;
    InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) INSTALL ] ;
    InstallDocumentation [ FDirName $(docdir) $(EDELIB_DOCDIR) ] : [ FFileName $(TOP) 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

    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
  • Sanel Zukan

    Sanel Zukan - 2018-05-03

    Fixed.

    Thanks!

     
  • J G Miller

    J G Miller - 2018-05-11

    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.

    Jamfile:   EdeManualWithToc README ;
    
    ...
    
    don't know how to make README
    ...found 864 target(s)...
    ...updating 240 target(s)...
    ...can't find 1 target(s)...
    ...can't make 2 target(s)...
    
    ...skipped <README-html>README.html for lack of README...
    
     

    Last edit: J G Miller 2018-05-11
  • Sanel Zukan

    Sanel Zukan - 2018-05-22

    Commenting it for now.

     

Log in to post a comment.

MongoDB Logo MongoDB