MidnightBSD Magus

devel/cvsgraph

Graph the life story of a file under CVS or RCS

Flavor Version Run OSVersion Arch License Restricted Status
1.7.0_3 414 1.2 amd64 gpl2 0 fail

Events

Machine Type Time Message
m1264 info 2020-06-30 20:35:31.374087 Test Started
m1264 fail 2020-06-30 20:36:12.534271 make build returned non-zero: 1
m1264 fail 2020-06-30 20:36:12.580662 Test complete.

Log

===>  Building for cvsgraph-1.7.0_3
--- all ---
/usr/bin/make  all-am
--- cvsgraph.o ---
--- readconf.o ---
--- utils.o ---
--- rcsy.o ---
--- rcsl.o ---
--- cvsgraph.o ---
cc -DHAVE_CONFIG_H -I.    -isystem /usr/local/include -Wall -DETCDIR='"/usr/local/etc"' -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -MT cvsgraph.o -MD -MP -MF .deps/cvsgraph.Tpo -c -o cvsgraph.o cvsgraph.c
--- readconf.o ---
cc -DHAVE_CONFIG_H -I.    -isystem /usr/local/include -Wall -DETCDIR='"/usr/local/etc"' -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -MT readconf.o -MD -MP -MF .deps/readconf.Tpo -c -o readconf.o readconf.c
--- utils.o ---
cc -DHAVE_CONFIG_H -I.    -isystem /usr/local/include -Wall -DETCDIR='"/usr/local/etc"' -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
--- rcsy.o ---
cc -DHAVE_CONFIG_H -I.    -isystem /usr/local/include -Wall -DETCDIR='"/usr/local/etc"' -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -MT rcsy.o -MD -MP -MF .deps/rcsy.Tpo -c -o rcsy.o rcsy.c
--- rcsl.o ---
cc -DHAVE_CONFIG_H -I.    -isystem /usr/local/include -Wall -DETCDIR='"/usr/local/etc"' -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -MT rcsl.o -MD -MP -MF .deps/rcsl.Tpo -c -o rcsl.o rcsl.c
--- readconf.o ---
readconf.c:179:27: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "jpeg",               TYPE_VALUE,     { val: IMAGE_JPEG } },
                                                  ^~~~
                                                  .val = 
readconf.c:180:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "png",                TYPE_VALUE,     { val: IMAGE_PNG } },
                                                  ^~~~
                                                  .val = 
readconf.c:181:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "gif",                TYPE_VALUE,     { val: IMAGE_GIF } },
                                                  ^~~~
                                                  .val = 
readconf.c:182:27: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "true",               TYPE_VALUE,     { val: 1 } },
                                                  ^~~~
                                                  .val = 
readconf.c:183:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "false",              TYPE_VALUE,     { val: 0 } },
                                                  ^~~~
                                                  .val = 
readconf.c:184:26: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "not",                TYPE_VALUE,     { val: -1 } },
                                                  ^~~~
                                                  .val = 
readconf.c:185:27: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "left",               TYPE_VALUE,     { val: 0 } },
                                                  ^~~~
                                                  .val = 
readconf.c:186:29: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "center",             TYPE_VALUE,     { val: 1 } },
                                                  ^~~~
                                                  .val = 
readconf.c:187:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "right",              TYPE_VALUE,     { val: 2 } },
                                                  ^~~~
                                                  .val = 
readconf.c:188:27: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "tiny",               TYPE_VALUE,     { val: 0 } },
                                                  ^~~~
                                                  .val = 
readconf.c:189:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "small",              TYPE_VALUE,     { val: 1 } },
                                                  ^~~~
                                                  .val = 
readconf.c:190:29: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "medium",             TYPE_VALUE,     { val: 2 } },
                                                  ^~~~
                                                  .val = 
readconf.c:191:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "large",              TYPE_VALUE,     { val: 3 } },
                                                  ^~~~
                                                  .val = 
readconf.c:192:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "giant",              TYPE_VALUE,     { val: 4 } },
                                                  ^~~~
                                                  .val = 
readconf.c:193:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "HTML3",              TYPE_VALUE,     { val: 1 } },
                                                  ^~~~
                                                  .val = 
readconf.c:194:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "HTML4",              TYPE_VALUE,     { val: 2 } },
                                                  ^~~~
                                                  .val = 
readconf.c:195:28: warning: use of GNU old-style field designator extension [-Wgnu-designator]
        { "XHTML",              TYPE_VALUE,     { val: 3 } },
                                                  ^~~~
                                                  .val = 
--- rcsy.o ---
rcsy.y:205:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                yywarning("Unrecognised `newphrase keyword '%s' skipped", (yyvsp[(1) - (3)].str));
                                                  ^~~~
--- utils.o ---
mv -f .deps/utils.Tpo .deps/utils.Po
--- cvsgraph.o ---
cvsgraph.c:56:3: error: No image output format available. Check libgd
# error No image output format available. Check libgd
  ^
1 error generated.
*** [cvsgraph.o] Error code 1

make[2]: stopped in /magus/work/usr/mports/devel/cvsgraph/work/cvsgraph-1.7.0
--- readconf.o ---
17 warnings generated.
mv -f .deps/readconf.Tpo .deps/readconf.Po
--- rcsy.o ---
1 warning generated.
mv -f .deps/rcsy.Tpo .deps/rcsy.Po
--- rcsl.o ---
mv -f .deps/rcsl.Tpo .deps/rcsl.Po
1 error

make[2]: stopped in /magus/work/usr/mports/devel/cvsgraph/work/cvsgraph-1.7.0
*** [all] Error code 2

make[1]: stopped in /magus/work/usr/mports/devel/cvsgraph/work/cvsgraph-1.7.0
1 error

make[1]: stopped in /magus/work/usr/mports/devel/cvsgraph/work/cvsgraph-1.7.0
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/devel/cvsgraph

Links

Depends On

Depend Of

Categories