==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done
==> Making package: cisco-ocs 0.2-6 (Fri Aug  7 10:47:46 2020)
==> Retrieving sources...
  -> Found OCS-0.2.c
==> Validating source files with sha512sums...
    OCS-0.2.c ... Passed
==> Making package: cisco-ocs 0.2-6 (Fri 07 Aug 2020 10:47:52 AM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found OCS-0.2.c
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
==> Starting build()...
OCS-0.2.c: In function ‘callScan’:
OCS-0.2.c:61:2: warning: implicit declaration of function ‘scanna’; did you mean ‘scanf’? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
   61 |  scanna(tmpIP);
      |  ^~~~~~
      |  scanf
OCS-0.2.c:62:2: warning: implicit declaration of function ‘pthread_exit’; did you mean ‘pthread_kill’? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
   62 |  pthread_exit(0);
      |  ^~~~~~~~~~~~
      |  pthread_kill
OCS-0.2.c: In function ‘scanna’:
OCS-0.2.c:103:32: warning: implicit declaration of function ‘inet_addr’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  103 |         server.sin_addr.s_addr=inet_addr(rangeIP);
      |                                ^~~~~~~~~
OCS-0.2.c: In function ‘function1’:
OCS-0.2.c:198:7: warning: implicit declaration of function ‘pthread_create’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  198 |    if(pthread_create(&threadname, NULL,callScan,NULL)!=0)
      |       ^~~~~~~~~~~~~~
OCS-0.2.c:205:3: warning: implicit declaration of function ‘pthread_join’; did you mean ‘pthread_kill’? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;]
  205 |   pthread_join(threadname, NULL);
      |   ^~~~~~~~~~~~
      |   pthread_kill
OCS-0.2.c:187:8: warning: unused variable ‘pid’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable]8;;]
  187 |  pid_t pid;
      |        ^~~
OCS-0.2.c: In function ‘getByte’:
OCS-0.2.c:311:11: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘unsigned int’} []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare]8;;]
  311 |  for(i=0;i<strlen(IP);i++)
      |           ^
OCS-0.2.c: In function ‘scanna’:
OCS-0.2.c:177:1: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;]
  177 | }
      | ^
OCS-0.2.c: In function ‘function1’:
OCS-0.2.c:243:1: warning: control reaches end of non-void function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wreturn-type-Wreturn-type]8;;]
  243 | }
      | ^
OCS-0.2.c: In function ‘scanna’:
OCS-0.2.c:99:2: warning: sd’ is used uninitialized in this function []8;;https://gcc.gnu.org/onlinedocs/gfortran/Error-and-Warning-Options.html#index-Wuninitialized-Wuninitialized]8;;]
   99 |  close(sd);
      |  ^~~~~~~~~
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "cisco-ocs"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cisco-ocs 0.2-6 (Fri 07 Aug 2020 10:47:58 AM EDT)
==> Cleaning up...