graphics/photoclip
Simple image viewer and editor for GNUstep
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.2.5 | 320 | 0.7 | amd64 | lgpl | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m5 | info | 2016-03-21 18:32:06.667251 | Test Started |
| m5 | fail | 2016-03-21 18:34:58.93154 | make build returned non-zero: 1 |
| m5 | fail | 2016-03-21 18:34:59.040532 | Test complete. |
Log
[1m===> Building for photoclip-0.2.5[0m
This is gnustep-make 2.6.7. Type 'gmake print-gnustep-make-help' for help.
Making all for app PhotoClip...
Creating PhotoClip.app/....
Compiling file rename.c ...
Compiling file main.m ...
Compiling file mem.c ...
Compiling file AppController.m ...
Compiling file ImageWindow.m ...
Compiling file PictureView.m ...
Compiling file Selection.m ...
Compiling file CursorRectInfo.m ...
Compiling file MouseTracker.m ...
Compiling file SelectionCtrl.m ...
Compiling file Fragment.m ...
main.m:8:25: warning: unused variable 'pool' [-Wunused-variable]
NSAutoreleasePool * pool = [NSAutoreleasePool new];
^
Compiling file FileRing.m ...
1 warning generated.
Compiling file Stack.m ...
Compiling file PHImage.m ...
PictureView.m:422:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
if ( sel_eq(action, @selector(rotateCW:)) ||
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
PictureView.m:423:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
sel_eq(action, @selector(rotateCCW:)) )
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
PictureView.m:428:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
if ( sel_eq(action, @selector(clip:)) )
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
PictureView.m:433:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
if ( sel_eq(action, @selector(undo:)) )
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
PictureView.m:438:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
if ( sel_eq(action, @selector(toggleLLJPEG:) ) )
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
Compiling file PHAffineTransform.m ...
AppController.m:359:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
if ( sel_eq(action, @selector(nextImage:)) ||
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
AppController.m:360:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
sel_eq(action, @selector(prevImage:)) )
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
AppController.m:365:8: warning: 'sel_eq' is deprecated [-Wdeprecated-declarations]
if ( sel_eq(action, @selector(save:)) )
^
/usr/local/include/objc/runtime-deprecated.h:80:6: note: 'sel_eq' declared here
BOOL sel_eq(SEL s1, SEL s2);
^
FileRing.m:101:18: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if ( pos == NSNotFound )
~~~ ^ ~~~~~~~~~~
FileRing.m:105:14: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare]
if ( pos != NSNotFound)
~~~ ^ ~~~~~~~~~~
In file included from PHImage.m:6:
./bmpcomponent.h:18:10: fatal error: 'endian.h' file not found
FileRing.m:88:20: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
#include
^
unsigned pos = NSNotFound;
~~~ ^~~~~~~~~~
FileRing.m:195:17: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'unsigned int' is always false [-Wtautological-constant-out-of-range-compare]
if (pos == NSNotFound)
~~~ ^ ~~~~~~~~~~
FileRing.m:147:20: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 9223372036854775807 to 4294967295 [-Wconstant-conversion]
unsigned pos = NSNotFound;
~~~ ^~~~~~~~~~
FileRing.m:235:13: warning: comparison of constant 'NSNotFound' (9223372036854775807) with expression of type 'int' is always true [-Wtautological-constant-out-of-range-compare]
if (pos != NSNotFound)
~~~ ^ ~~~~~~~~~~
1 error generated.
/usr/local/GNUstep/System/Library/Makefiles/rules.make:479: recipe for target 'obj/PhotoClip.obj/PHImage.m.o' failed
gmake[3]: *** [obj/PhotoClip.obj/PHImage.m.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
5 warnings generated.
Compiling file PHGeometry.m ...
3 warnings generated.
6 warnings generated.
/usr/local/GNUstep/System/Library/Makefiles/Instance/application.make:145: recipe for target 'internal-app-run-compile-submake' failed
gmake[2]: *** [internal-app-run-compile-submake] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:311: recipe for target 'PhotoClip.all.app.variables' failed
gmake[1]: *** [PhotoClip.all.app.variables] Error 2
/usr/local/GNUstep/System/Library/Makefiles/Master/application.make:38: recipe for target 'internal-all' failed
gmake: *** [internal-all] Error 2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** [do-build] Error code 1
Stop in /usr/mports/graphics/photoclip.
Links
Depends On
- devel/gmake (build)
- devel/gnustep-make (build)
- lang/clang34 (build)
- x11-toolkits/gnustep-back (build)
- lang/libobjc2 (lib)
- x11-toolkits/gnustep-back (run)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus