[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sponsor request and help with the "surgescript" package



On Wed, Nov 04, 2020 at 11:58:05PM -0300, Carlos Donizete Froes wrote:
> Hi,
> 
> I would like help and, if possible, sponsor this "surgescript" package.[1]
> 
> [1] https://mentors.debian.net/package/surgescript
> 
> My difficulty is to generate the "-dev" package where the following lintian
> occurs:
> 
> W: surgescript: link-to-shared-library-in-wrong-package usr/lib/x86_64-linux-
> gnu/libsurgescript.so.0.5.4.4 usr/lib/x86_64-linux-gnu/libsurgescript.so
> 
> W: surgescript: package-name-doesnt-match-sonames libsurgescript0.5.4.4

Me confused… 
There is no delcaration at all of a library package/the corresponsing -dev
package in d/control, did you upload some old package?
 
> More details attached.
> 
> My intention when adding this scripting language is to package the OpenSurge
> game where it is necessary to have the libsurgescript library.[2]
> 
> [2] https://opensurge2d.org
> 
> I will be very grateful to everyone who can help me and manage to add a good
> game in Debian.
> 
> Thanks!
> 
> -- 
> ⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a coringao]
> ⣾⠁⢠⠒⠀⣿⡁ Debian Wiki: https://wiki.debian.org/coringao
> ⢿⡄⠘⠷⠚⠋⠀ GPG: 4096R/B638B780
> ⠈⠳⣄⠀⠀⠀  2157 630B D441 A775 BEFF  D35F FA63 ADA6 B638 B780

> (unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$ debuild
>  dpkg-buildpackage -us -uc -ui
> dpkg-buildpackage: info: source package surgescript
> dpkg-buildpackage: info: source version 0.5.4.4-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Carlos Donizete Froes <coringao@riseup.net>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: warning: upstream tarball signatures but no upstream signing key
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building surgescript using existing ./surgescript_0.5.4.4.orig.tar.gz
> dpkg-source: info: building surgescript using existing ./surgescript_0.5.4.4.orig.tar.gz.asc
> dpkg-source: info: building surgescript in surgescript_0.5.4.4-1.debian.tar.xz
> dpkg-source: info: building surgescript in surgescript_0.5.4.4-1.dsc
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    debian/rules override_dh_auto_configure
> make[1]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'
> 
> dh_auto_configure -- \
> 	-DLIB_SUFFIX=/x86_64-linux-gnu
> 	cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DLIB_SUFFIX=/x86_64-linux-gnu ..
> -- The C compiler identification is GNU 10.2.0
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc - skipped
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Will build libsurgescript
> -- Will build libsurgescript-static
> -- Will build surgescript
> -- Configuring done
> -- Generating done
> CMake Warning:
>   Manually-specified variables were not used by the project:
> 
>     CMAKE_EXPORT_NO_PACKAGE_REGISTRY
>     CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
>     CMAKE_INSTALL_LIBDIR
>     CMAKE_INSTALL_LOCALSTATEDIR
>     CMAKE_INSTALL_RUNSTATEDIR
>     CMAKE_INSTALL_SYSCONFDIR
> 
> 
> -- Build files have been written to: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu
> make[1]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'
> 
>    dh_auto_build
> 	cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install --strip-program=true"
> make[1]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> /usr/bin/cmake -S/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 -B/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
> /usr/bin/cmake -E cmake_progress_start /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/CMakeFiles /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
> make  -f CMakeFiles/Makefile2 all
> make[2]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> make  -f CMakeFiles/surgescript.dir/build.make CMakeFiles/surgescript.dir/depend
> make  -f CMakeFiles/surgescript-static.dir/build.make CMakeFiles/surgescript-static.dir/depend
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> cd /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/CMakeFiles/surgescript.dir/DependInfo.cmake --color=
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> cd /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/CMakeFiles/surgescript-static.dir/DependInfo.cmake --color=
> Scanning dependencies of target surgescript-static
> Scanning dependencies of target surgescript
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> make  -f CMakeFiles/surgescript-static.dir/build.make CMakeFiles/surgescript-static.dir/build
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> make  -f CMakeFiles/surgescript.dir/build.make CMakeFiles/surgescript.dir/build
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> [  2%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/asm.c.o
> [  2%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/compiler/asm.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/asm.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/asm.c
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/compiler/asm.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/asm.c
> [  3%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/compiler/lexer.c.o
> [  5%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/compiler/parser.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/lexer.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/lexer.c
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/parser.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/parser.c
> [  6%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/compiler/symtable.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/symtable.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/symtable.c
> [  7%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/lexer.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/compiler/lexer.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/lexer.c
> [  8%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/compiler/token.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/token.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/token.c
> [ 10%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/parser.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/compiler/parser.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/parser.c
> [ 11%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/heap.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/heap.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/heap.c
> [ 12%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/object.c
> [ 13%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object_manager.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object_manager.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/object_manager.c
> [ 15%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/program.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/program.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/program.c
> [ 16%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/program_pool.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/program_pool.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/program_pool.c
> [ 17%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/symtable.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/compiler/symtable.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/symtable.c
> [ 18%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/renv.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/renv.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/renv.c
> [ 20%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/application.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/application.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/application.c
> [ 21%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/arguments.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/arguments.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/arguments.c
> [ 22%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/token.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/compiler/token.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/token.c
> [ 25%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/heap.c.o
> [ 25%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/array.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/heap.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/heap.c
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/array.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/array.c
> [ 26%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/object.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/object.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/object.c
> [ 27%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/object_manager.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/object_manager.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/object_manager.c
> [ 28%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/program.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/program.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/program.c
> [ 30%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/boolean.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/boolean.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/boolean.c
> [ 31%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/program_pool.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/program_pool.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/program_pool.c
> [ 32%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/console.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/console.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/console.c
> [ 33%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/date.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/date.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/date.c
> [ 35%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/dictionary.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/dictionary.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/dictionary.c
> [ 36%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/gc.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/gc.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/gc.c
> [ 37%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/math.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/math.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/math.c
> [ 38%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/renv.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/renv.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/renv.c
> [ 40%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/application.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/application.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/application.c
> [ 41%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/arguments.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/arguments.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/arguments.c
> [ 42%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/number.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/number.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/number.c
> [ 43%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/array.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/array.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/array.c
> [ 45%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/object.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/object.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/object.c
> [ 46%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/plugin.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/plugin.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/plugin.c
> [ 47%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/string.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/string.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/string.c
> [ 48%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/surgescript.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/surgescript.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/surgescript.c
> [ 50%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/system.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/system.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/system.c
> [ 51%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/boolean.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/boolean.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/boolean.c
> [ 52%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/console.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/console.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/console.c
> [ 53%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/tags.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/tags.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/tags.c
> [ 55%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/date.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/date.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/date.c
> [ 56%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/dictionary.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/dictionary.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/dictionary.c
> [ 58%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/temp.c.o
> [ 58%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/time.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/temp.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/temp.c
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/time.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/time.c
> [ 60%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/stack.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/stack.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/stack.c
> [ 61%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/tag_system.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/tag_system.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/tag_system.c
> [ 62%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/gc.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/gc.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/gc.c
> [ 63%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/math.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/math.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/math.c
> [ 65%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/variable.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/variable.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/variable.c
> [ 66%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/number.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/number.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/number.c
> [ 67%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/vm.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/vm.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/vm.c
> [ 68%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/object.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/object.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/object.c
> [ 70%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/plugin.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/plugin.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/plugin.c
> [ 71%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/util/transform.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/util/transform.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/transform.c
> [ 72%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/string.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/string.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/string.c
> [ 73%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/surgescript.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/surgescript.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/surgescript.c
> [ 75%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/system.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/system.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/system.c
> [ 76%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/util/utf8.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/util/utf8.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/utf8.c
> [ 77%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/tags.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/tags.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/tags.c
> [ 78%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/temp.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/temp.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/temp.c
> [ 80%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/time.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/time.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/time.c
> [ 81%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/stack.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/stack.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/stack.c
> [ 82%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/tag_system.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/tag_system.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/tag_system.c
> [ 83%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/variable.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/variable.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/variable.c
> [ 85%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/util/util.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/util/util.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/util.c
> [ 86%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/util/xoroshiro128plus.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/src/surgescript/util/xoroshiro128plus.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/xoroshiro128plus.c
> [ 87%] Building C object CMakeFiles/surgescript-static.dir/info.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript-static.dir/info.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/info.c
> [ 88%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/vm.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/runtime/vm.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/vm.c
> [ 90%] Linking C static library ../libsurgescript-static.a
> /usr/bin/cmake -P CMakeFiles/surgescript-static.dir/cmake_clean_target.cmake
> /usr/bin/cmake -E cmake_link_script CMakeFiles/surgescript-static.dir/link.txt --verbose=1
> /usr/bin/ar qc ../libsurgescript-static.a CMakeFiles/surgescript-static.dir/src/surgescript/compiler/asm.c.o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/lexer.c.o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/parser.c.o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/symtable.c.o CMakeFiles/surgescript-static.dir/src/surgescript/compiler/token.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/heap.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object_manager.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/program.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/program_pool.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/renv.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/application.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/arguments.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/array.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/boolean.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/console.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/date.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/dictionary.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/gc.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/math.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/number.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/object.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/plugin.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/string.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/surgescript.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/system.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/tags.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/temp.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/time.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/stack.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/tag_system.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/variable.c.o CMakeFiles/surgescript-static.dir/src/surgescript/runtime/vm.c.o CMakeFiles/surgescript-static.dir/src/surgescript/util/transform.c.o CMakeFiles/surgescript-static.dir/src/surgescript/util/utf8.c.o CMakeFiles/surgescript-static.dir/src/surgescript/util/util.c.o CMakeFiles/surgescript-static.dir/src/surgescript/util/xoroshiro128plus.c.o CMakeFiles/surgescript-static.dir/info.c.o
> /usr/bin/ranlib ../libsurgescript-static.a
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> [ 90%] Built target surgescript-static
> [ 91%] Building C object CMakeFiles/surgescript.dir/src/surgescript/util/transform.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/util/transform.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/transform.c
> [ 92%] Building C object CMakeFiles/surgescript.dir/src/surgescript/util/utf8.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/util/utf8.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/utf8.c
> [ 93%] Building C object CMakeFiles/surgescript.dir/src/surgescript/util/util.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/util/util.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/util.c
> [ 95%] Building C object CMakeFiles/surgescript.dir/src/surgescript/util/xoroshiro128plus.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/src/surgescript/util/xoroshiro128plus.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/util/xoroshiro128plus.c
> [ 96%] Building C object CMakeFiles/surgescript.dir/info.c.o
> /usr/bin/cc -Dsurgescript_EXPORTS  -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -o CMakeFiles/surgescript.dir/info.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/info.c
> [ 97%] Linking C shared library ../libsurgescript.so
> /usr/bin/cmake -E cmake_link_script CMakeFiles/surgescript.dir/link.txt --verbose=1
> /usr/bin/cc -fPIC -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie -shared -Wl,-soname,libsurgescript.so.0.5.4.4 -o ../libsurgescript.so.0.5.4.4 CMakeFiles/surgescript.dir/src/surgescript/compiler/asm.c.o CMakeFiles/surgescript.dir/src/surgescript/compiler/lexer.c.o CMakeFiles/surgescript.dir/src/surgescript/compiler/parser.c.o CMakeFiles/surgescript.dir/src/surgescript/compiler/symtable.c.o CMakeFiles/surgescript.dir/src/surgescript/compiler/token.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/heap.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/object.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/object_manager.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/program.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/program_pool.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/renv.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/application.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/arguments.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/array.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/boolean.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/console.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/date.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/dictionary.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/gc.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/math.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/number.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/object.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/plugin.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/string.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/surgescript.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/system.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/tags.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/temp.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/sslib/time.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/stack.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/tag_system.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/variable.c.o CMakeFiles/surgescript.dir/src/surgescript/runtime/vm.c.o CMakeFiles/surgescript.dir/src/surgescript/util/transform.c.o CMakeFiles/surgescript.dir/src/surgescript/util/utf8.c.o CMakeFiles/surgescript.dir/src/surgescript/util/util.c.o CMakeFiles/surgescript.dir/src/surgescript/util/xoroshiro128plus.c.o CMakeFiles/surgescript.dir/info.c.o  -lm 
> /usr/bin/cmake -E cmake_symlink_library ../libsurgescript.so.0.5.4.4 ../libsurgescript.so.0.5.4.4 ../libsurgescript.so
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> [ 97%] Built target surgescript
> make  -f CMakeFiles/surgescript.bin.dir/build.make CMakeFiles/surgescript.bin.dir/depend
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> cd /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/CMakeFiles/surgescript.bin.dir/DependInfo.cmake --color=
> Scanning dependencies of target surgescript.bin
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> make  -f CMakeFiles/surgescript.bin.dir/build.make CMakeFiles/surgescript.bin.dir/build
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> [ 98%] Building C object CMakeFiles/surgescript.bin.dir/src/main.c.o
> /usr/bin/cc  -I/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -o CMakeFiles/surgescript.bin.dir/src/main.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/main.c
> [100%] Linking C executable ../surgescript
> /usr/bin/cmake -E cmake_link_script CMakeFiles/surgescript.bin.dir/link.txt --verbose=1
> /usr/bin/cc -g -O2 -fdebug-prefix-map=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -fPIE -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -pie -rdynamic CMakeFiles/surgescript.bin.dir/src/main.c.o -o ../surgescript  -Wl,-rpath,/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4: ../libsurgescript.so.0.5.4.4 -lm 
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> [100%] Built target surgescript.bin
> make[2]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> /usr/bin/cmake -E cmake_progress_start /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu/CMakeFiles 0
> make[1]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
>    dh_auto_test
>    create-stamp debian/debhelper-build-stamp
>    dh_testroot
>    dh_prep
>    debian/rules override_dh_auto_install
> make[1]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'
> 
> dh_auto_install
> 	cd obj-x86_64-linux-gnu && make -j4 install DESTDIR=/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
> make[2]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> /usr/bin/cmake -S/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4 -B/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
> make  -f CMakeFiles/Makefile2 preinstall
> make[3]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> make[3]: Nada a ser feito para 'preinstall'. 
> make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> Install the project...
> /usr/bin/cmake -P cmake_install.cmake
> -- Install configuration: "None"
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/lib/x86_64-linux-gnu/pkgconfig/surgescript.pc
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/lib/x86_64-linux-gnu/libsurgescript.so.0.5.4.4
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/lib/x86_64-linux-gnu/libsurgescript.so
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/lib/x86_64-linux-gnu/pkgconfig/surgescript-static.pc
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/lib/x86_64-linux-gnu/libsurgescript-static.a
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/object_manager.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/program.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/heap.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/renv.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/tag_system.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/variable.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/program_pool.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/object.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/stack.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/sslib
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/sslib/sslib.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/vm.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/runtime/program_operators.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/utf8.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/xxhash.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/transform.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/uthash.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/xxh3.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/ssarray.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/fasthash.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/util/util.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler/lexer.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler/nodecontext.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler/parser.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler/asm.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler/token.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/compiler/symtable.h
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/include/surgescript/misc
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/share/metainfo/surgescript.appdata.xml
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/share/pixmaps/surgescript.png
> -- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/bin/surgescript
> -- Set runtime path of "/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/surgescript/usr/bin/surgescript" to ""
> make[2]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'
> 
> # find empty directory for removal.
> find debian -type d -empty -delete -printf 'removed %p\n'
> removed debian/.debhelper/generated/_source/home
> removed debian/.debhelper/generated/_source
> removed debian/.debhelper/generated
> removed debian/.debhelper
> removed debian/surgescript/usr/include/surgescript/misc
> # cmake seems not to have an option for moving binaries, doing it manually.
> mv debian/surgescript/usr/bin debian/surgescript/usr/games
> make[1]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'
> 
>    dh_installdocs
>    dh_installchangelogs
>    dh_installexamples
>    dh_installman
>    dh_perl
>    dh_link
>    dh_strip_nondeterminism
>    debian/rules override_dh_compress
> make[1]: Entrando no diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'
> 
> dh_compress -X.ss
> make[1]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'
> 
>    dh_fixperms
>    dh_missing
>    dh_dwz -a
> dwz: debian/surgescript/usr/lib/x86_64-linux-gnu/libsurgescript.so.0.5.4.4: DWARF compression not beneficial - old size 323642 new size 328580
>    dh_strip -a
>    dh_makeshlibs -a
>    dh_shlibdeps -a
>    dh_installdeb
>    dh_gencontrol
>    dh_md5sums
>    dh_builddeb
> dpkg-deb: a compilar o pacote 'surgescript' em '../surgescript_0.5.4.4-1_amd64.deb'.
> dpkg-deb: a compilar o pacote 'surgescript-dbgsym' em '../surgescript-dbgsym_0.5.4.4-1_amd64.deb'.
>  dpkg-genbuildinfo
>  dpkg-genchanges  >../surgescript_0.5.4.4-1_amd64.changes
> dpkg-genchanges: info: including full source code in upload
>  dpkg-source --after-build .
> dpkg-buildpackage: info: full upload (original source is included)
> Now running lintian surgescript_0.5.4.4-1_amd64.changes ...
> W: surgescript: link-to-shared-library-in-wrong-package usr/lib/x86_64-linux-gnu/libsurgescript.so.0.5.4.4 usr/lib/x86_64-linux-gnu/libsurgescript.so
> W: surgescript: package-name-doesnt-match-sonames libsurgescript0.5.4.4
> Finished running lintian.
> Now signing changes and any dsc files...
>  signfile dsc surgescript_0.5.4.4-1.dsc 2157630BD441A775BEFFD35FFA63ADA6B638B780
> 
>  fixup_buildinfo surgescript_0.5.4.4-1.dsc surgescript_0.5.4.4-1_amd64.buildinfo
>  signfile buildinfo surgescript_0.5.4.4-1_amd64.buildinfo 2157630BD441A775BEFFD35FFA63ADA6B638B780
> 
>  fixup_changes dsc surgescript_0.5.4.4-1.dsc surgescript_0.5.4.4-1_amd64.changes
>  fixup_changes buildinfo surgescript_0.5.4.4-1_amd64.buildinfo surgescript_0.5.4.4-1_amd64.changes
>  signfile changes surgescript_0.5.4.4-1_amd64.changes 2157630BD441A775BEFFD35FFA63ADA6B638B780
> 
> Successfully signed dsc, buildinfo, changes files
> (unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$ lintian
> W: surgescript: link-to-shared-library-in-wrong-package usr/lib/x86_64-linux-gnu/libsurgescript.so.0.5.4.4 usr/lib/x86_64-linux-gnu/libsurgescript.so
> W: surgescript: package-name-doesnt-match-sonames libsurgescript0.5.4.4
> (unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$ tree debian/surgescript
> debian/surgescript
> ├── DEBIAN
> │   ├── control
> │   ├── md5sums
> │   ├── shlibs
> │   └── triggers
> └── usr
>     ├── games
>     │   └── surgescript
>     ├── include
>     │   ├── surgescript
>     │   │   ├── compiler
>     │   │   │   ├── asm.h
>     │   │   │   ├── lexer.h
>     │   │   │   ├── nodecontext.h
>     │   │   │   ├── parser.h
>     │   │   │   ├── symtable.h
>     │   │   │   └── token.h
>     │   │   ├── runtime
>     │   │   │   ├── heap.h
>     │   │   │   ├── object.h
>     │   │   │   ├── object_manager.h
>     │   │   │   ├── program.h
>     │   │   │   ├── program_operators.h
>     │   │   │   ├── program_pool.h
>     │   │   │   ├── renv.h
>     │   │   │   ├── sslib
>     │   │   │   │   └── sslib.h
>     │   │   │   ├── stack.h
>     │   │   │   ├── tag_system.h
>     │   │   │   ├── variable.h
>     │   │   │   └── vm.h
>     │   │   └── util
>     │   │       ├── fasthash.h
>     │   │       ├── ssarray.h
>     │   │       ├── transform.h
>     │   │       ├── utf8.h
>     │   │       ├── uthash.h
>     │   │       ├── util.h
>     │   │       ├── xxh3.h
>     │   │       └── xxhash.h
>     │   └── surgescript.h
>     ├── lib
>     │   └── x86_64-linux-gnu
>     │       ├── libsurgescript.so -> libsurgescript.so.0.5.4.4
>     │       ├── libsurgescript.so.0.5.4.4
>     │       ├── libsurgescript-static.a
>     │       └── pkgconfig
>     │           ├── surgescript.pc
>     │           └── surgescript-static.pc
>     └── share
>         ├── doc
>         │   └── surgescript
>         │       ├── changelog.Debian.gz
>         │       ├── changelog.gz
>         │       ├── copyright
>         │       ├── download.md
>         │       ├── engine
>         │       │   ├── actor.md
>         │       │   ├── animation.md
>         │       │   ├── behavior.md
>         │       │   ├── brick.md
>         │       │   ├── camera.md
>         │       │   ├── circular_movement.md
>         │       │   ├── collider.md
>         │       │   ├── collisionball.md
>         │       │   ├── collisionbox.md
>         │       │   ├── delayedevent.md
>         │       │   ├── directional_movement.md
>         │       │   ├── enemy.md
>         │       │   ├── entityevent.md
>         │       │   ├── entity.md
>         │       │   ├── eventchain.md
>         │       │   ├── eventlist.md
>         │       │   ├── event.md
>         │       │   ├── functionevent.md
>         │       │   ├── input.md
>         │       │   ├── lang.md
>         │       │   ├── level.md.gz
>         │       │   ├── mouse.md
>         │       │   ├── music.md
>         │       │   ├── platformer.md.gz
>         │       │   ├── player.md.gz
>         │       │   ├── prefs.md
>         │       │   ├── screen.md
>         │       │   ├── sensor.md
>         │       │   ├── sound.md
>         │       │   ├── surgeengine.md
>         │       │   ├── text.md
>         │       │   ├── transform.md.gz
>         │       │   ├── vector2.md.gz
>         │       │   └── web.md
>         │       ├── examples
>         │       │   ├── alfred_the_npc.ss
>         │       │   ├── arguments.ss
>         │       │   ├── array.ss
>         │       │   ├── component.ss
>         │       │   ├── count_to_10.ss
>         │       │   ├── date.ss
>         │       │   ├── dictionary.ss
>         │       │   ├── factory.ss
>         │       │   ├── garbage_collector.ss
>         │       │   ├── getters_setters.ss
>         │       │   ├── hello.ss
>         │       │   ├── package.ss
>         │       │   ├── performance.ss
>         │       │   ├── sort_array.ss
>         │       │   ├── tags.ss
>         │       │   ├── timeout.ss
>         │       │   ├── type_a_number.ss
>         │       │   └── unit_testing.ss
>         │       ├── img
>         │       │   ├── donate.png
>         │       │   ├── download.png
>         │       │   ├── opensurge.png
>         │       │   ├── state-machine.png
>         │       │   ├── surge.png
>         │       │   └── tree.png
>         │       ├── index.md
>         │       ├── README.md.gz
>         │       ├── reference
>         │       │   ├── application.md
>         │       │   ├── arguments.md
>         │       │   ├── array.md.gz
>         │       │   ├── boolean.md
>         │       │   ├── console.md
>         │       │   ├── date.md
>         │       │   ├── dictionary.md
>         │       │   ├── gc.md
>         │       │   ├── iterator.md
>         │       │   ├── math.md.gz
>         │       │   ├── number.md
>         │       │   ├── object.md.gz
>         │       │   ├── plugin.md
>         │       │   ├── string.md
>         │       │   ├── surgescript.md
>         │       │   ├── system.md
>         │       │   ├── tags.md
>         │       │   └── time.md
>         │       └── tutorials
>         │           ├── advanced_features.md.gz
>         │           ├── best_practices.md
>         │           ├── comments.md
>         │           ├── components.md
>         │           ├── conditionals.md
>         │           ├── expressions.md.gz
>         │           ├── functions.md.gz
>         │           ├── hello.md
>         │           ├── loops.md
>         │           ├── objects.md
>         │           ├── object_tree.md
>         │           ├── packages.md.gz
>         │           ├── properties.md
>         │           ├── tags.md
>         │           ├── testing.md
>         │           └── variables.md.gz
>         ├── man
>         │   └── man6
>         │       └── surgescript.6.gz
>         ├── metainfo
>         │   └── surgescript.appdata.xml
>         └── pixmaps
>             └── surgescript.png
> 
> 24 directories, 138 files
> (unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$ 
> 
> 




Reply to: