MidnightBSD Magus

palm/jfconv

Converts JFile database to CSV, and vice versa

Flavor Version Run OSVersion Arch License Restricted Status
2000.05.17 322 0.8 amd64 gpl2 0 fail

Events

Machine Type Time Message
m5 info 2016-08-01 02:07:33.808665 Test Started
m5 fail 2016-08-01 02:07:35.413574 make build returned non-zero: 1
m5 fail 2016-08-01 02:07:35.564297 Test complete.

Log

===>  Building for jfconv-2000.05.17
cc  -O2 -pipe -fno-strict-aliasing   jconv.c  -o jconv
jconv.c:296:26: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
                        fprintf(info, "%i ", appInfo.fieldExtraData[i]);
                                       ~~    ^~~~~~~~~~~~~~~~~~~~~~~~~
                                       %li
jconv.c:301:26: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
                        fprintf(info, "%i ", appInfo.fieldExtraData2[i]);
                                       ~~    ^~~~~~~~~~~~~~~~~~~~~~~~~~
                                       %li
jconv.c:430:1: warning: control may reach end of non-void function [-Wreturn-type]
}
^
jconv.c:482:3: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                return;
                ^
jconv.c:488:3: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                return;
                ^
jconv.c:518:3: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                return;
                ^
jconv.c:535:38: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
            if((inputString[inputStringLoc] == '"'))
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
jconv.c:535:38: note: remove extraneous parentheses around the comparison to silence this warning
            if((inputString[inputStringLoc] == '"'))
               ~                            ^     ~
jconv.c:535:38: note: use '=' to turn this equality comparison into an assignment
            if((inputString[inputStringLoc] == '"'))
                                            ^~
                                            =
jconv.c:562:5: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                return;
                                ^
jconv.c:581:5: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                return;
                                ^
jconv.c:616:3: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                return;
                ^
jconv.c:632:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
                if((tempLine[0] == '"'))
                    ~~~~~~~~~~~~^~~~~~
jconv.c:632:21: note: remove extraneous parentheses around the comparison to silence this warning
                if((tempLine[0] == '"'))
                   ~            ^     ~
jconv.c:632:21: note: use '=' to turn this equality comparison into an assignment
                if((tempLine[0] == '"'))
                                ^~
                                =
jconv.c:666:4: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                        return;
                        ^
jconv.c:703:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
                    if((inputString[inputStringLoc] == '"'))
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
jconv.c:703:39: note: remove extraneous parentheses around the comparison to silence this warning
                    if((inputString[inputStringLoc] == '"'))
                       ~                            ^     ~
jconv.c:703:39: note: use '=' to turn this equality comparison into an assignment
                    if((inputString[inputStringLoc] == '"'))
                                                    ^~
                                                    =
jconv.c:729:6: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                        return;
                                        ^
jconv.c:745:6: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                        return;
                                        ^
jconv.c:757:6: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                        return;
                                        ^
jconv.c:781:4: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                        return;
                        ^
jconv.c:795:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
                        if((tempLine[0] == '"'))
                            ~~~~~~~~~~~~^~~~~~
jconv.c:795:22: note: remove extraneous parentheses around the comparison to silence this warning
                        if((tempLine[0] == '"'))
                           ~            ^     ~
jconv.c:795:22: note: use '=' to turn this equality comparison into an assignment
                        if((tempLine[0] == '"'))
                                        ^~
                                        =
jconv.c:880:4: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                        return;
                        ^
jconv.c:980:5: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                return;
                                ^
jconv.c:1021:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
                    if((inputString[inputStringLoc] == '"'))
                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
jconv.c:1021:39: note: remove extraneous parentheses around the comparison to silence this warning
                    if((inputString[inputStringLoc] == '"'))
                       ~                            ^     ~
jconv.c:1021:39: note: use '=' to turn this equality comparison into an assignment
                    if((inputString[inputStringLoc] == '"'))
                                                    ^~
                                                    =
jconv.c:1045:6: error: non-void function 'CSVToJFile' should return a value [-Wreturn-type]
                                        return;
                                        ^
jconv.c:1076:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
                        if((tempLine[0] == '"'))
                            ~~~~~~~~~~~~^~~~~~
jconv.c:1076:22: note: remove extraneous parentheses around the comparison to silence this warning
                        if((tempLine[0] == '"'))
                           ~            ^     ~
jconv.c:1076:22: note: use '=' to turn this equality comparison into an assignment
                        if((tempLine[0] == '"'))
                                        ^~
                                        =
9 warnings and 14 errors generated.
*** [jconv] Error code 1
1 error
===> 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/palm/jfconv.

Links

Depends On

Nothing

Depend Of

Nothing

Categories