Skip to content

Instantly share code, notes, and snippets.

@gdm85
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdm85/eee1126c5f42ec201828 to your computer and use it in GitHub Desktop.
Save gdm85/eee1126c5f42ec201828 to your computer and use it in GitHub Desktop.
shellinabox/shellinabox dpkg build failure
builder@avenger:~/shellinabox# ./configure && make -j4 && dpkg-buildpackage
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... no
checking for mawk... mawk
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... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for an ANSI C-conforming const... yes
checking whether gcc needs -traditional... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for login_tty... no
checking for login_tty in -lutil... yes
checking for strlcat... no
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for gethostbyname_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for openpty... yes
checking for strcasestr... yes
checking for getresuid... yes
checking for getresgid... yes
checking for setresuid... yes
checking for setresgid... yes
checking openssl/bio.h usability... yes
checking openssl/bio.h presence... yes
checking for openssl/bio.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking security/pam_client.h usability... yes
checking security/pam_client.h presence... yes
checking for security/pam_client.h... yes
checking security/pam_misc.h usability... yes
checking security/pam_misc.h presence... yes
checking for security/pam_misc.h... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for deflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/builder/shellinabox/missing --run aclocal-1.11
/home/builder/shellinabox/missing: line 54: aclocal-1.11: command not found
WARNING: `aclocal-1.11' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/builder/shellinabox/missing --run autoconf
cd . && /bin/bash /home/builder/shellinabox/missing --run automake-1.11 --gnu
/home/builder/shellinabox/missing: line 54: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
/home/builder/shellinabox/missing: line 54: autoconf: command not found
Grab them from any GNU archive site.
WARNING: `autoconf' is missing on your system. You should only need it if
you modified `configure.ac'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion
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... no
checking for mawk... mawk
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... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for an ANSI C-conforming const... yes
checking whether gcc needs -traditional... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking for strings.h... (cached) yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for login_tty... no
checking for login_tty in -lutil... yes
checking for strlcat... no
checking for getgrgid_r... yes
checking for getgrnam_r... yes
checking for gethostbyname_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for openpty... yes
checking for strcasestr... yes
checking for getresuid... yes
checking for getresgid... yes
checking for setresuid... yes
checking for setresgid... yes
checking openssl/bio.h usability... yes
checking openssl/bio.h presence... yes
checking for openssl/bio.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking security/pam_client.h usability... yes
checking security/pam_client.h presence... yes
checking for security/pam_client.h... yes
checking security/pam_misc.h usability... yes
checking security/pam_misc.h presence... yes
checking for security/pam_misc.h... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for deflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: creating ./config.status
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
od shellinabox/cgi_root.html >shellinabox/cgi_root.h
od shellinabox/enabled.gif >shellinabox/enabled.h
od shellinabox/beep.wav >shellinabox/beep.h
od shellinabox/favicon.ico >shellinabox/favicon.h
od shellinabox/keyboard.png >shellinabox/keyboard.h
od shellinabox/keyboard-layout.html >shellinabox/keyboard-layout.h
od shellinabox/print-styles.css >shellinabox/print-styles.h
od shellinabox/root_page.html >shellinabox/root_page.h
preprocess shellinabox/shell_in_a_box.jspp shellinabox/shell_in_a_box.js
od shellinabox/styles.css >shellinabox/styles.h
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/builder/shellinabox/missing --run autoheader)
preprocess shellinabox/vt100.jspp shellinabox/vt100.js
sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \
-e t \
-e d "shellinabox/shell_in_a_box.jspp"`" \
-e "s/^#/\/\/ #/" \
-e "s/VERSION/\"2.10 (revision 239)\"/g" \
"shellinabox/shell_in_a_box.jspp" >"shellinabox/shell_in_a_box.js"
/home/builder/shellinabox/missing: line 54: autoheader: command not found
sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \
-e t \
-e d "shellinabox/vt100.jspp"`" \
-e "s/^#/\/\/ #/" \
-e "s/VERSION/\"2.10 (revision 239)\"/g" \
"shellinabox/vt100.jspp" >"shellinabox/vt100.js"
WARNING: `autoheader' is missing on your system. You should only need it if
you modified `acconfig.h' or `configure.ac'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
rm -f stamp-h1
od shellinabox/shell_in_a_box.js >shellinabox/shell_in_a_box.h
touch config.h.in
cd . && /bin/bash ./config.status config.h
od shellinabox/vt100.js >shellinabox/vt100.h
config.status: creating config.h
config.status: config.h is unchanged
make all-am
make[1]: Entering directory `/home/builder/shellinabox'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT hashmap.lo -MD -MP -MF .deps/hashmap.Tpo -c -o hashmap.lo `test -f 'libhttp/hashmap.c' || echo './'`libhttp/hashmap.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c -o trie.lo `test -f 'libhttp/trie.c' || echo './'`libhttp/trie.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT httpconnection.lo -MD -MP -MF .deps/httpconnection.Tpo -c -o httpconnection.lo `test -f 'libhttp/httpconnection.c' || echo './'`libhttp/httpconnection.c
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT server.lo -MD -MP -MF .deps/server.Tpo -c -o server.lo `test -f 'libhttp/server.c' || echo './'`libhttp/server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c libhttp/trie.c -fPIC -DPIC -o .libs/trie.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT hashmap.lo -MD -MP -MF .deps/hashmap.Tpo -c libhttp/hashmap.c -fPIC -DPIC -o .libs/hashmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT httpconnection.lo -MD -MP -MF .deps/httpconnection.Tpo -c libhttp/httpconnection.c -fPIC -DPIC -o .libs/httpconnection.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT server.lo -MD -MP -MF .deps/server.Tpo -c libhttp/server.c -fPIC -DPIC -o .libs/server.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT trie.lo -MD -MP -MF .deps/trie.Tpo -c libhttp/trie.c -o trie.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT hashmap.lo -MD -MP -MF .deps/hashmap.Tpo -c libhttp/hashmap.c -o hashmap.o >/dev/null 2>&1
mv -f .deps/trie.Tpo .deps/trie.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c -o ssl.lo `test -f 'libhttp/ssl.c' || echo './'`libhttp/ssl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c libhttp/ssl.c -fPIC -DPIC -o .libs/ssl.o
mv -f .deps/hashmap.Tpo .deps/hashmap.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT url.lo -MD -MP -MF .deps/url.Tpo -c -o url.lo `test -f 'libhttp/url.c' || echo './'`libhttp/url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT url.lo -MD -MP -MF .deps/url.Tpo -c libhttp/url.c -fPIC -DPIC -o .libs/url.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT server.lo -MD -MP -MF .deps/server.Tpo -c libhttp/server.c -o server.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT url.lo -MD -MP -MF .deps/url.Tpo -c libhttp/url.c -o url.o >/dev/null 2>&1
mv -f .deps/server.Tpo .deps/server.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo `test -f 'logging/logging.c' || echo './'`logging/logging.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c logging/logging.c -fPIC -DPIC -o .libs/logging.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT ssl.lo -MD -MP -MF .deps/ssl.Tpo -c libhttp/ssl.c -o ssl.o >/dev/null 2>&1
mv -f .deps/url.Tpo .deps/url.Plo
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT shellinaboxd.o -MD -MP -MF .deps/shellinaboxd.Tpo -c -o shellinaboxd.o `test -f 'shellinabox/shellinaboxd.c' || echo './'`shellinabox/shellinaboxd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c logging/logging.c -o logging.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT httpconnection.lo -MD -MP -MF .deps/httpconnection.Tpo -c libhttp/httpconnection.c -o httpconnection.o >/dev/null 2>&1
mv -f .deps/logging.Tpo .deps/logging.Plo
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT externalfile.o -MD -MP -MF .deps/externalfile.Tpo -c -o externalfile.o `test -f 'shellinabox/externalfile.c' || echo './'`shellinabox/externalfile.c
mv -f .deps/externalfile.Tpo .deps/externalfile.Po
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT launcher.o -MD -MP -MF .deps/launcher.Tpo -c -o launcher.o `test -f 'shellinabox/launcher.c' || echo './'`shellinabox/launcher.c
mv -f .deps/ssl.Tpo .deps/ssl.Plo
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT privileges.o -MD -MP -MF .deps/privileges.Tpo -c -o privileges.o `test -f 'shellinabox/privileges.c' || echo './'`shellinabox/privileges.c
shellinabox/privileges.c: In function 'lowerPrivileges':
shellinabox/privileges.c:139:12: warning: ignoring return value of 'setresuid', declared with attribute warn_unused_result [-Wunused-result]
setresuid(-1, -1, 0);
^
shellinabox/launcher.c: In function 'destroyUtmp':
shellinabox/launcher.c:667:16: warning: ignoring return value of 'setresuid', declared with attribute warn_unused_result [-Wunused-result]
setresuid(0, 0, 0);
^
shellinabox/launcher.c:668:16: warning: ignoring return value of 'setresgid', declared with attribute warn_unused_result [-Wunused-result]
setresgid(0, 0, 0);
^
shellinabox/launcher.c: In function 'childProcess':
shellinabox/launcher.c:1522:12: warning: ignoring return value of 'setresuid', declared with attribute warn_unused_result [-Wunused-result]
setresuid(0, 0, 0);
^
shellinabox/launcher.c:1523:12: warning: ignoring return value of 'setresgid', declared with attribute warn_unused_result [-Wunused-result]
setresgid(0, 0, 0);
^
mv -f .deps/shellinaboxd.Tpo .deps/shellinaboxd.Po
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT service.o -MD -MP -MF .deps/service.Tpo -c -o service.o `test -f 'shellinabox/service.c' || echo './'`shellinabox/service.c
mv -f .deps/privileges.Tpo .deps/privileges.Po
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT session.o -MD -MP -MF .deps/session.Tpo -c -o session.o `test -f 'shellinabox/session.c' || echo './'`shellinabox/session.c
mv -f .deps/service.Tpo .deps/service.Po
gcc -DHAVE_CONFIG_H -I. -g -std=gnu99 -Wall -Os -MT usercss.o -MD -MP -MF .deps/usercss.Tpo -c -o usercss.o `test -f 'shellinabox/usercss.c' || echo './'`shellinabox/usercss.c
mv -f .deps/session.Tpo .deps/session.Po
ln "shellinabox/keyboard.png" "demo/keyboard.png"
ln "shellinabox/vt100.js" "demo/vt100.js"
/bin/bash ./libtool --tag=CC --mode=link gcc -g -std=gnu99 -Wall -Os -version 1:0:0 -o liblogging.la logging.lo -lz -ldl -lutil
libtool: link: ar cru .libs/liblogging.a .libs/logging.o
libtool: link: ranlib .libs/liblogging.a
mv -f .deps/usercss.Tpo .deps/usercss.Po
preprocess ./shellinabox/shellinaboxd.man.in >shellinaboxd.1
libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" )
preprocess demo/demo.jspp demo/demo.js
sed -e "`sed -e 's/^#define *\([^ ]*\) *\(.*\)/\/^[^#]\/s\/\1\/\2 \\\\\/* \1 *\\\\\/\/g/' \
-e t \
-e d "demo/demo.jspp"`" \
-e "s/^#/\/\/ #/" \
-e "s/VERSION/\"2.10 (revision 239)\"/g" \
"demo/demo.jspp" >"demo/demo.js"
mv -f .deps/httpconnection.Tpo .deps/httpconnection.Plo
/bin/bash ./libtool --tag=CC --mode=link gcc -g -std=gnu99 -Wall -Os -export-symbols ./libhttp/libhttp.sym -version 1:0:0 -o libhttp.la hashmap.lo trie.lo httpconnection.lo server.lo ssl.lo url.lo -lz -ldl -lutil
libtool: link: ar cru .libs/libhttp.a .libs/hashmap.o .libs/trie.o .libs/httpconnection.o .libs/server.o .libs/ssl.o .libs/url.o
libtool: link: ranlib .libs/libhttp.a
libtool: link: ( cd ".libs" && rm -f "libhttp.la" && ln -s "../libhttp.la" "libhttp.la" )
mv -f .deps/launcher.Tpo .deps/launcher.Po
/bin/bash ./libtool --tag=CC --mode=link gcc -g -std=gnu99 -Wall -Os -static -o shellinaboxd shellinaboxd.o externalfile.o launcher.o privileges.o service.o session.o usercss.o liblogging.la libhttp.la -lz -ldl -lutil
libtool: link: gcc -g -std=gnu99 -Wall -Os -o shellinaboxd shellinaboxd.o externalfile.o launcher.o privileges.o service.o session.o usercss.o ./.libs/liblogging.a ./.libs/libhttp.a -lz -ldl -lutil
make[1]: Leaving directory `/home/builder/shellinabox'
dpkg-buildpackage: source package shellinabox
dpkg-buildpackage: source version 2.14-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Marc Singer <elf@debian.org>
dpkg-source --before-build shellinabox
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean --with autotools-dev
dh_testdir
dh_auto_clean
make[1]: Entering directory `/home/builder/shellinabox'
rm -f shellinaboxd
rm -rf .libs _libs
rm -rf shellinaboxd.1 \
shellinaboxd.ps
rm -rf debian/shellinabox \
debian/shellinabox*.debhelper* \
debian/shellinabox.substvars \
debian/tmp
rm -rf shellinabox/beep.h \
shellinabox/cgi_root.h \
shellinabox/enabled.h \
shellinabox/favicon.h \
shellinabox/keyboard.h \
shellinabox/keyboard-layout.h \
shellinabox/print-styles.h \
shellinabox/root_page.h \
shellinabox/shell_in_a_box.h \
shellinabox/styles.h \
shellinabox/vt100.h
test -z "libhttp.la liblogging.la" || rm -f libhttp.la liblogging.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/builder/shellinabox'
dh_autotools-dev_restoreconfig
dh_clean
dpkg-source -b shellinabox
dpkg-source: error: can't build with source format '3.0 (quilt)': no upstream tarball found at ../shellinabox_2.14.orig.tar.{bz2,gz,lzma,xz}
dpkg-buildpackage: error: dpkg-source -b shellinabox gave error exit status 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment