Anonymous | Login | Signup for a new account | 12-17-2024 08:41 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.15 | ||||||
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' |
||||||||
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 | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |