=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for biew-6.1.0 cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/bbio.c -o biewlib/bbio.o cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/biewlib.c -o biewlib/biewlib.o biewlib/biewlib.c:397:21: warning: passing 'char *' to parameter of type 'tUInt8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] __XchgB__(i,j); ^ ./biewlib/sysdep/ia32/_inlines.h:156:53: note: passing argument to parameter '_val1' here __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) ^ biewlib/biewlib.c:397:23: warning: passing 'char *' to parameter of type 'tUInt8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] __XchgB__(i,j); ^ ./biewlib/sysdep/ia32/_inlines.h:156:68: note: passing argument to parameter '_val2' here __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) ^ biewlib/biewlib.c:444:19: warning: passing 'char *' to parameter of type 'tUInt8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] __XchgB__(i,jj); ^ ./biewlib/sysdep/ia32/_inlines.h:156:53: note: passing argument to parameter '_val1' here __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) ^ biewlib/biewlib.c:444:21: warning: passing 'char *' to parameter of type 'tUInt8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] __XchgB__(i,jj); ^~ ./biewlib/sysdep/ia32/_inlines.h:156:68: note: passing argument to parameter '_val2' here __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) ^ biewlib/biewlib.c:518:17: warning: passing 'char *' to parameter of type 'tUInt8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] __XchgB__(i,j); ^ ./biewlib/sysdep/ia32/_inlines.h:156:53: note: passing argument to parameter '_val1' here __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) ^ biewlib/biewlib.c:518:19: warning: passing 'char *' to parameter of type 'tUInt8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] __XchgB__(i,j); ^ ./biewlib/sysdep/ia32/_inlines.h:156:68: note: passing argument to parameter '_val2' here __inline static void __FASTCALL__ __XchgB__(tUInt8 *_val1, tUInt8 *_val2) ^ 6 warnings generated. cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/file_ini.c -o biewlib/file_ini.o biewlib/file_ini.c:696:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sret = GETS(str,size,h); ^ ~~~~~~~~~~~~~~~~ biewlib/file_ini.c:707:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sret = strchr(str,FiOpenComment); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ biewlib/file_ini.c:719:12: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sret = str; ^ ~~~ biewlib/file_ini.c:722:54: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(ispunct(ch)) sret = szKillSpaceAround(str,sret); ^~~~ ./biewlib/biewlib.h:154:61: note: passing argument to parameter 'point_to' here extern char *__FASTCALL__ szKillSpaceAround(char *str,char *point_to); ^ biewlib/file_ini.c:722:30: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(ispunct(ch)) sret = szKillSpaceAround(str,sret); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ biewlib/file_ini.c:726:12: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sret = str; ^ ~~~ biewlib/file_ini.c:731:63: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(isspace(*(sret+1))) sret = szKillSpaceAround(str,sret); ^~~~ ./biewlib/biewlib.h:154:61: note: passing argument to parameter 'point_to' here extern char *__FASTCALL__ szKillSpaceAround(char *str,char *point_to); ^ biewlib/file_ini.c:731:39: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] if(isspace(*(sret+1))) sret = szKillSpaceAround(str,sret); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ biewlib/file_ini.c:1321:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ic.item = section; ^ ~~~~~~~ biewlib/file_ini.c:1351:15: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ic.item = subsection; ^ ~~~~~~~~~~ biewlib/file_ini.c:1380:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ic.item = item; ^ ~~~~ biewlib/file_ini.c:1615:19: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ic.item = section; ^ ~~~~~~~ biewlib/file_ini.c:1619:20: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ic.item=subsection; ^~~~~~~~~~~ biewlib/file_ini.c:1623:24: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ic.item = _item; ^ ~~~~~ 14 warnings generated. cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/pmalloc.c -o biewlib/pmalloc.o cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/twin.c -o biewlib/twin.o biewlib/twin.c:1896:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] else __nls = str; ^ ~~~ biewlib/twin.c:1898:14: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] else __nls = str; ^ ~~~ 2 warnings generated. cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/tw_class.c -o biewlib/tw_class.o biewlib/tw_class.c:74:11: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] key.name = name; ^ ~~~~ 1 warning generated. cc -I. -DHAVE_ICONV -DHAVE_SYS_RESOURCE=1 -DHAVE_PCLOSE=1 -DHAVE_POPEN=1 -D_VT100_ -D__OS_NAME__='"Unix/VT100"' -D__UNIX__ -D__OS__="unix" -Uunix -DHAVE_TERMINAL_OUT=1 -D__HAVE_PRAGMA_PACK__=1 -DNDEBUG=1 -O2 -march=i586 -no-integrated-as -I/usr/pkg/include -DDATADIR='"/usr/pkg/share/biew"' -D__ENABLE_FASTCALL=1 -m32 -D__MACHINE__=ia32 -D__CPU_NAME__='"ia32"' -D__CPU__=386 -D__DEFAULT_DISASM=0 -DCAN_COMPILE_X86_GAS=1 -I. -c biewlib/sysdep/ia32/aclib.c -o biewlib/sysdep/ia32/aclib.o /var/tmp/aclib-fbd71e.s: Assembler messages: /var/tmp/aclib-fbd71e.s:524: Error: missing ')' /var/tmp/aclib-fbd71e.s:524: Error: junk `(%ebp))' after expression /var/tmp/aclib-fbd71e.s:525: Error: junk `(-16(%ebp))' after expression /var/tmp/aclib-fbd71e.s:663: Error: missing ')' /var/tmp/aclib-fbd71e.s:663: Error: junk `(%ebp))' after expression /var/tmp/aclib-fbd71e.s:664: Error: junk `(-16(%ebp))' after expression clang: error: assembler command failed with exit code 1 (use -v to see invocation) makefile:167: recipe for target 'biewlib/sysdep/ia32/aclib.o' failed gmake: *** [biewlib/sysdep/ia32/aclib.o] Error 1 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/editors/biew *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/editors/biew