=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/biology/rasmol", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for rasmol-2.7.3nb2 --- rasmol.o --- --- molecule.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c molecule.c --- rasmol.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c rasmol.c --- molecule.o --- molecule.c: In function 'FreeAlloc': molecule.c:3070:6: warning: old-style function definition [-Wold-style-definition] 3070 | void FreeAlloc( data ) | ^~~~~~~~~ molecule.c: In function 'ReviseTitle': molecule.c:218:7: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 218 | strncat(buffer," ",1); | ^~~~~~~~~~~~~~~~~~~~~ --- abstree.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c abstree.c --- cmndline.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c cmndline.c --- command.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c command.c --- transfor.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c transfor.c transfor.c: In function 'ScaleColourMap': transfor.c:1599:23: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=] 1599 | { ScaleRef[i].r = 0; | ~~~~~~~~~~~~~~^~~ In file included from transfor.c:123: transfor.h:216:10: note: at offset 124 into destination object 'ScaleRef' of size 120 216 | ShadeRef ScaleRef[LastShade]; | ^~~~~~~~ transfor.c:1601:23: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 1601 | ScaleRef[i].b = 255; | ~~~~~~~~~~~~~~^~~~~ transfor.h:216:10: note: at offset 126 into destination object 'ScaleRef' of size 120 216 | ShadeRef ScaleRef[LastShade]; | ^~~~~~~~ --- render.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c render.c --- repres.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DRASMOLDIR=\"/opt/pkg/share/doc/rasmol/\" -DEIGHTBIT -D_USE_RASMOL_H_ -I/opt/pkg/include -c repres.c repres.c:175:6: error: conflicting types for 'AddMonitors'; have 'void(void)' 175 | void AddMonitors(); | ^~~~~~~~~~~ In file included from repres.c:119: repres.h:166:6: note: previous declaration of 'AddMonitors' with type 'void(RAtom *, RAtom *)' {aka 'void(struct _Atom *, struct _Atom *)'} 166 | void AddMonitors( RAtom __far*, RAtom __far* ); | ^~~~~~~~~~~ repres.c: In function 'CreateMonitor': repres.c:636:12: error: too many arguments to function 'AddMonitors'; expected 0, have 2 636 | } else AddMonitors( sptr, dptr ); | ^~~~~~~~~~~ ~~~~ repres.c:175:6: note: declared here 175 | void AddMonitors(); | ^~~~~~~~~~~ repres.c: At top level: repres.c:760:13: error: conflicting types for 'AddDot'; have 'void(Long, Long, Long, int)' {aka 'void(long int, long int, long int, int)'} 760 | static void AddDot( Long x, Long y, Long z, int col ) | ^~~~~~ repres.c:176:13: note: previous declaration of 'AddDot' with type 'void(void)' 176 | static void AddDot(); | ^~~~~~ repres.c:785:13: error: conflicting types for 'CheckVDWDot'; have 'void(Long, Long, Long, int)' {aka 'void(long int, long int, long int, int)'} 785 | static void CheckVDWDot( Long x, Long y, Long z, int col ) | ^~~~~~~~~~~ repres.c:177:13: note: previous declaration of 'CheckVDWDot' with type 'void(void)' 177 | static void CheckVDWDot(); | ^~~~~~~~~~~ repres.c:823:12: error: conflicting types for 'TestSolventDot'; have 'int(Long, Long, Long)' {aka 'int(long int, long int, long int)'} 823 | static int TestSolventDot( Long x, Long y, Long z ) | ^~~~~~~~~~~~~~ repres.c:178:12: note: previous declaration of 'TestSolventDot' with type 'int(void)' 178 | static int TestSolventDot(); | ^~~~~~~~~~~~~~ *** [repres.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/biology/rasmol/work/RasMol_2.7.3/src bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/biology/rasmol/work/RasMol_2.7.3/src *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/biology/rasmol *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/biology/rasmol