==> Creating clean working copy [build]...done
==> Making package: bss 0.8-2 (Sat Oct 10 11:14:54 EDT 2015)
==> Retrieving sources...
  -> Found bss-0.8.tar.gz
==> Validating source files with md5sums...
    bss-0.8.tar.gz ... Passed
==> Making package: bss 0.8-2 (Sat Oct 10 11:14:55 EDT 2015)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) dbus-1.10.0-3  libdbus-1.10.0-3  libical-1.0.1-2  bluez-5.35-1  bluez-libs-5.35-1

Total Download Size:   0.62 MiB
Total Installed Size:  3.96 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
downloading libical-1.0.1-2-armv6h.pkg.tar.xz...
downloading bluez-5.35-1-armv6h.pkg.tar.xz...
downloading bluez-libs-5.35-1-armv6h.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
installing libical...
installing libdbus...
installing dbus...
Optional dependencies for dbus
    libx11: dbus-launch support
installing bluez...
installing bluez-libs...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found bss-0.8.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with md5sums...
    bss-0.8.tar.gz ... Passed
==> Extracting sources...
  -> Extracting bss-0.8.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
gcc -c bss.c 
bss.c: In function 'genreplay':
bss.c:98:8: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
  tm  = time(NULL);
        ^
bss.c:99:17: warning: implicit declaration of function 'localtime' [-Wimplicit-function-declaration]
  ptr = (void *) localtime(&tm);
                 ^
bss.c:100:2: warning: implicit declaration of function 'strftime' [-Wimplicit-function-declaration]
  strftime(strOutFile ,240 , "replay_packet/replay_l2cap_packet_%d%m%Y%H%M%S.",ptr);
  ^
bss.c:100:2: warning: incompatible implicit declaration of built-in function 'strftime'
bss.c:100:2: note: include '<time.h>' or provide a declaration of 'strftime'
gcc -c l2ping.c
gcc -c replace.c
replace.c: In function 'replace':
replace.c:22:22: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration]
    if ((c = (char *) strstr(string, oldpiece)) == NULL)
                      ^
replace.c:22:22: warning: incompatible implicit declaration of built-in function 'strstr'
replace.c:22:22: note: include '<string.h>' or provide a declaration of 'strstr'
replace.c:26:21: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
    new_len        = strlen(newpiece);
                     ^
replace.c:26:21: warning: incompatible implicit declaration of built-in function 'strlen'
replace.c:26:21: note: include '<string.h>' or provide a declaration of 'strlen'
replace.c:39:7: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
       strncpy(newstring+newstr_index, string+str_index, cpy_len);
       ^
replace.c:39:7: warning: incompatible implicit declaration of built-in function 'strncpy'
replace.c:39:7: note: include '<string.h>' or provide a declaration of 'strncpy'
replace.c:44:7: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
       strcpy(newstring+newstr_index, newpiece);
       ^
replace.c:44:7: warning: incompatible implicit declaration of built-in function 'strcpy'
replace.c:44:7: note: include '<string.h>' or provide a declaration of 'strcpy'
replace.c:49:24: warning: incompatible implicit declaration of built-in function 'strstr'
       if((c = (char *) strstr(string+str_index, oldpiece)) != NULL)
                        ^
replace.c:49:24: note: include '<string.h>' or provide a declaration of 'strstr'
replace.c:54:78: warning: incompatible implicit declaration of built-in function 'strcpy'
    /* Copy remaining characters from the right of last matched pattern */    strcpy(newstring+newstr_index, 
                                                                              ^
replace.c:54:78: note: include '<string.h>' or provide a declaration of 'strcpy'
gcc bss.o l2ping.o replace.o -o bss -Wall  -lbluetooth
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "bss"...
  -> Generating .PKGINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: bss 0.8-2 (Sat Oct 10 11:15:01 EDT 2015)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (5) bluez-5.35-1  bluez-libs-5.35-1  dbus-1.10.0-3  libdbus-1.10.0-3  libical-1.0.1-2

Total Removed Size:  3.96 MiB

:: Do you want to remove these packages? [Y/n] 
removing bluez-libs...
removing bluez...
removing libical...
removing dbus...
removing libdbus...