google-code-export / freemedforms

Automatically exported from code.google.com/p/freemedforms
Other
0 stars 1 forks source link

"file format not recognized" error while copying files during install #371

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make
2. sudo make install
3. strange error about "file format not recognized" during the copy of 
global_resources folder to /usr/share/freemedforms subfolders.

The error happens for a few png files (strip 
/usr//share/freemedforms/pixmap/32x32/exec.png)

and for this file:

strip /usr//share/freemedforms/package_helpers/freemedforms-wrapper.sh
strip:/usr//share/freemedforms/package_helpers/freemedforms-wrapper.sh: File 
format not recognized
make[2]: [install_packageHelpers] Erreur 1 (ignorée)

Original issue reported on code.google.com by contact@medecinelibre.com on 30 Jul 2014 at 12:29

GoogleCodeExporter commented 9 years ago
Yes. Strip runs on all executable files. You have to remove all executable file 
param on your source repo before running ´make install´.

Original comment by eric.mae...@gmail.com on 30 Jul 2014 at 7:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 60697d460e67.

Changing file permissions (files are not executable) on all pixmaps

Original comment by eric.mae...@gmail.com on 30 Jul 2014 at 8:20

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 2de4922f8d28.

Changing file permission on pixmaps

Original comment by eric.mae...@gmail.com on 30 Jul 2014 at 8:20