Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004408 [Resin] minor always 02-24-11 13:50 02-24-11 17:16
Reporter copart View Status public  
Assigned To
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.16 Product Version 4.0.15
  Product Build
Summary 0004408: cp: /usr/local/resin-4.0.15/resin-doc not found During make install
Description ] make install
Installing Resin root directory /usr/local/resin-4.0.15
cp: /usr/local/resin-4.0.15/resin-doc not found
*** Error code 2
The following command caused the error:
...
        mkdir -p /usr/local/resin-4.0.15/doc; \
        cp -r doc/* /usr/local/resin-4.0.15/resin-doc; \
///

make: Fatal error: Command failed for target `install'
Steps To Reproduce
Additional Information mkdir -p /usr/local/resin-4.0.15/doc
should be
mkdir -p /usr/local/resin-4.0.15/resin-doc;

line 591 of Makefile.in
                mkdir -p $(resin_root)/doc; \
                cp -r $(CP_U_FLAG) doc/* $(resin_root)/resin-doc; \
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
02-24-11 13:50 copart New Issue
02-24-11 17:16 ferg Status new => closed
02-24-11 17:16 ferg Resolution open => fixed
02-24-11 17:16 ferg Fixed in Version  => 4.0.16


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker