Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005207 [Resin] minor always 09-04-12 12:04 09-04-12 16:48
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed   Product Version 4.0.30
Summary 0005207: ./configure; make; make install fails on solaris
Description solaris's make does not ignore errors by defaults, so the script fails on copying from the directories that don't exist.

cp also fails for files that don't exist: e.g.

cp app-inf/* /dest
cp libexec64/* /dest

Additional Information
Attached Files

- Relationships

- Notes
(0006038)
alex
09-04-12 12:09

workaround: add -i to the make options. -i causes make to ignore return codes of individual commands

make -i
make -i install
 

- Issue History
Date Modified Username Field Change
09-04-12 12:04 alex New Issue
09-04-12 12:09 alex Note Added: 0006038
09-04-12 14:44 alex Status new => assigned
09-04-12 14:44 alex Assigned To  => alex
09-04-12 16:48 alex Status assigned => closed
09-04-12 16:48 alex Resolution open => fixed
09-04-12 16:48 alex Fixed in Version  => 4.0.31


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