Skip to content

Instantly share code, notes, and snippets.

@skamithi
Last active August 29, 2015 14:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save skamithi/73bb37d70a1e86872f97 to your computer and use it in GitHub Desktop.
running dpkg-buildpackage
$ dpkg-buildpackage -us -uc -b
dpkg-buildpackage: source package sflowtool
dpkg-buildpackage: source version 3.34
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Stanley Kamithi <stanley@juaconsulting.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build sflowtool-3.34
fakeroot debian/rules clean
dh clean --with autotools-dev
dh_testdir
dh_auto_clean
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making distclean in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
test -z "sflowtool" || rm -f sflowtool
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_autotools-dev_restoreconfig
dh_clean
debian/rules build
dh build --with autotools-dev
dh_testdir
dh_autotools-dev_updateconfig
dh_auto_configure
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostbyname... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
dh_auto_build
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make all-recursive
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making all in src
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c sflowtool.c
sflowtool.c: In function ‘my_calloc’:
sflowtool.c:445:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat=]
fprintf(ERROUT, "calloc(%u) failed: %s\n", bytes, strerror(errno));
^
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o sflowtool sflowtool.o
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_auto_test
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making check in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
fakeroot debian/rules binary
dh binary --with autotools-dev
dh_testroot
dh_prep
dh_auto_install
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making install in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
/bin/mkdir -p '/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/debian/sflowtool/usr/bin'
/usr/bin/install -c sflowtool '/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/debian/sflowtool/usr/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `sflowtool' in `../sflowtool_3.34_amd64.deb'.
dpkg-genchanges -b >../sflowtool_3.34_amd64.changes
dpkg-genchanges: binary-only upload - not including any source code
dpkg-source --after-build sflowtool-3.34
dpkg-buildpackage: binary only upload (no source included)
skamithi@skamithi-thinkpad:~/vagrant_home/jekyll/sflowtool-3.34$ vim debian/control
skamithi@skamithi-thinkpad:~/vagrant_home/jekyll/sflowtool-3.34$ dpkg-buildpackage -us -uc -b
dpkg-buildpackage: source package sflowtool
dpkg-buildpackage: source version 3.34
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Stanley Kamithi <stanley@juaconsulting.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build sflowtool-3.34
fakeroot debian/rules clean
dh clean --with autotools-dev
dh_testdir
dh_auto_clean
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making distclean in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
test -z "sflowtool" || rm -f sflowtool
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_autotools-dev_restoreconfig
dh_clean
debian/rules build
dh build --with autotools-dev
dh_testdir
dh_autotools-dev_updateconfig
dh_auto_configure
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostbyname... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
dh_auto_build
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make all-recursive
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making all in src
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c sflowtool.c
sflowtool.c: In function ‘my_calloc’:
sflowtool.c:445:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat=]
fprintf(ERROUT, "calloc(%u) failed: %s\n", bytes, strerror(errno));
^
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o sflowtool sflowtool.o
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_auto_test
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making check in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
fakeroot debian/rules binary
dh binary --with autotools-dev
dh_testroot
dh_prep
dh_auto_install
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making install in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
/bin/mkdir -p '/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/debian/sflowtool/usr/bin'
/usr/bin/install -c sflowtool '/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/debian/sflowtool/usr/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `sflowtool' in `../sflowtool_3.34_amd64.deb'.
dpkg-genchanges -b >../sflowtool_3.34_amd64.changes
dpkg-genchanges: binary-only upload - not including any source code
dpkg-source --after-build sflowtool-3.34
dpkg-buildpackage: binary only upload (no source included)
skamithi@skamithi-thinkpad:~/vagrant_home/jekyll/sflowtool-3.34$ vim
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 396 bytes | 0 bytes/s, done.
Total 4 (delta 3), reused 0 (delta 0)
To ssh://git@github.com/skamithi/sflowtool.git
b841d61..b71e02f master -> master
Press ENTER or type command to continue
skamithi@skamithi-thinkpad:~/vagrant_home/jekyll/sflowtool-3.34$ make distclean
Making distclean in src
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
test -z "sflowtool" || rm -f sflowtool
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f cscope.out cscope.in.out cscope.po.out cscope.files
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
skamithi@skamithi-thinkpad:~/vagrant_home/jekyll/sflowtool-3.34$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
skamithi@skamithi-thinkpad:~/vagrant_home/jekyll/sflowtool-3.34$ dpkg-buildpackage -us -uc
dpkg-buildpackage: source package sflowtool
dpkg-buildpackage: source version 3.34
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Stanley Kamithi <stanley@juaconsulting.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build sflowtool-3.34
fakeroot debian/rules clean
dh clean --with autotools-dev
dh_testdir
dh_auto_clean
dh_autotools-dev_restoreconfig
dh_clean
dpkg-source -b sflowtool-3.34
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building sflowtool in sflowtool_3.34.tar.gz
dpkg-source: info: building sflowtool in sflowtool_3.34.dsc
debian/rules build
dh build --with autotools-dev
dh_testdir
dh_autotools-dev_updateconfig
dh_auto_configure
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostbyname... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
dh_auto_build
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make all-recursive
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making all in src
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c sflowtool.c
sflowtool.c: In function ‘my_calloc’:
sflowtool.c:445:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ [-Wformat=]
fprintf(ERROUT, "calloc(%u) failed: %s\n", bytes, strerror(errno));
^
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -o sflowtool sflowtool.o
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_auto_test
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making check in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
fakeroot debian/rules binary
dh binary --with autotools-dev
dh_testroot
dh_prep
dh_auto_install
make[1]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
Making install in src
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
/bin/mkdir -p '/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/debian/sflowtool/usr/bin'
/usr/bin/install -c sflowtool '/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/debian/sflowtool/usr/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34/src'
make[2]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Entering directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[2]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
make[1]: Leaving directory `/home/skamithi/vagrant_home/jekyll/sflowtool-3.34'
dh_installdocs
dh_installchangelogs
dh_perl
dh_link
dh_compress
dh_fixperms
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `sflowtool' in `../sflowtool_3.34_amd64.deb'.
dpkg-genchanges >../sflowtool_3.34_amd64.changes
dpkg-genchanges: including full source code in upload
dpkg-source --after-build sflowtool-3.34
dpkg-buildpackage: full upload; Debian-native package (full source is included)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment