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

Carlos Donizete Froes <[email protected]>
Newsgroups gmane.linux.debian.devel.games
Message-ID <[email protected]>
Hello Tobias,

> 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?

Sorry, I will try to explain better what I need to do in this package.

I'm having trouble adding the "libdevel" section to "d/control". I would like an
orientation or example for my package.

When I add the "libdevel" section, an error occurs in debugging, as shown in
this other attachment.

I am very grateful if you can help me with what is missing to improve this
package.

Thanks and see you!

-- 
⢀⣴⠾⠻⢶⣦⠀ 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
debuild-surgescript.txt (text/plain, 61.6 KB)
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ ls
changelog  clean  control  copyright  docs  examples  libsurgescript-dev.install  manpages  rules  source  surgescript.6  upstream  watch
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ cat control 
Source: surgescript
Section: games
Priority: optional
Maintainer: Debian Games Team <[email protected]>
Uploaders: Carlos Donizete Froes <[email protected]>
Build-Depends: cmake, debhelper-compat (= 13)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://docs.opensurge2d.org
Vcs-Browser: https://salsa.debian.org/games-team/surgescript
Vcs-Git: https://salsa.debian.org/games-team/surgescript.git

Package: surgescript
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Scripting language for games
 Unleash your creativity! With SurgeScript, you unleash your creativity
 and create your own amazing interactive content.
 .
 Unlike other programming languages, SurgeScript is designed with the specific
 needs of games in mind.
 .
 Easy for beginners, powerful for experts. Object-oriented, dynamically typed
 and based on state machines.
 .
 These features come from the experience of the developer dealing with
 game engines, applications related to computer graphics and so on.
 .
 Some of the best practices have been incorporated into the language itself,
 making things really easy for developers and modders.

Package: libsurgescript-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: Scripting language for games (development files)
 Unleash your creativity! With SurgeScript, you unleash your creativity
 and create your own amazing interactive content.
 .
 Unlike other programming languages, SurgeScript is designed with the specific
 needs of games in mind.
 .
 Easy for beginners, powerful for experts. Object-oriented, dynamically typed
 and based on state machines.
 .
 These features come from the experience of the developer dealing with
 game engines, applications related to computer graphics and so on.
 .
 Some of the best practices have been incorporated into the language itself,
 making things really easy for developers and modders.
 .
 This package contains the development libraries and headers.
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ cat libsurgescript-dev.install 
usr/include/*
usr/lib/*/libsurgescript-static.a
usr/lib/*/libsurgescript.so
usr/lib/*/libsurgescript.so.0.5.4.4
usr/lib/*/pkgconfig
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ cat rules 
#!/usr/bin/make -f
#export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -fPIE
export DEB_LDFLAGS_MAINT_APPEND = -pie

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# find empty directory for removal.
	find debian -type d -empty -delete -printf 'removed %p\n'
	# cmake seems not to have an option for moving binaries, doing it manually.
	mv debian/surgescript/usr/bin debian/surgescript/usr/games

override_dh_auto_configure:
	dh_auto_configure -- \
		-DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)

override_dh_compress:
	dh_compress -X.ss
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian$ cd ..
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$ 
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$ 
(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 <[email protected]>
 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
Scanning dependencies of target surgescript-static
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]: 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]: 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'

[  3%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/lexer.c.o
[  3%] Building C object CMakeFiles/surgescript.dir/src/surgescript/compiler/asm.c.o
[  3%] 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/lexer.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/lexer.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
/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
[  5%] 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
[  6%] 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
[  7%] 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
[  8%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/compiler/lexer.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
[ 10%] Building C object CMakeFiles/surgescript.dir/src/surgescript/runtime/heap.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
[ 11%] 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
[ 12%] 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
[ 13%] 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
[ 15%] 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
[ 16%] 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
[ 17%] 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
[ 18%] 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
[ 20%] 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
[ 21%] 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
[ 22%] 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/parser.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/compiler/parser.c
[ 23%] 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
[ 25%] 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
[ 26%] 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
[ 27%] 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
[ 28%] 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
[ 30%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/object.c.o
[ 31%] Building C object CMakeFiles/surgescript.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/object.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/object.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/runtime/sslib/dictionary.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/dictionary.c
[ 32%] 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
[ 33%] 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
[ 35%] 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
[ 36%] 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
[ 37%] 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
[ 38%] 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
[ 40%] 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
[ 41%] 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
[ 42%] 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
[ 43%] 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
[ 45%] 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
[ 46%] 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
[ 47%] 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
[ 48%] 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
[ 50%] 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
[ 51%] 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
[ 52%] 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
[ 53%] 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
[ 55%] 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
[ 56%] 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
[ 57%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/array.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/array.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/array.c
[ 58%] 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
[ 60%] 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
[ 61%] 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
[ 62%] 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
[ 63%] 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
[ 65%] 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
[ 66%] 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
[ 67%] 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
[ 68%] 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
[ 70%] 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
[ 71%] 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
[ 72%] 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
[ 73%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/number.c.o
[ 75%] 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/number.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/number.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/object.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/object.c
[ 76%] 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 
[ 77%] 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
/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'

[ 77%] 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'

[ 78%] 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
[ 80%] 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
[ 81%] 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
[ 82%] Linking C executable ../surgescript
/usr/bin/cmake -E cmake_link_script CMakeFiles/surgescript.bin.dir/link.txt --verbose=1
[ 83%] 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 -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 
/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
[ 85%] 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
make[3]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/obj-x86_64-linux-gnu'

[ 85%] Built target surgescript.bin
[ 86%] Building C object CMakeFiles/surgescript-static.dir/src/surgescript/runtime/sslib/temp.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
[ 87%] 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/time.c.o -c /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/src/surgescript/runtime/sslib/time.c
[ 88%] 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
[ 90%] 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
[ 91%] 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
[ 92%] 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
[ 93%] 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
[ 95%] 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
[ 96%] 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
[ 97%] 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
[ 98%] 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
[100%] 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'

[100%] Built target surgescript-static
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/tmp 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/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/surgescript.pc
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/lib/x86_64-linux-gnu/libsurgescript.so.0.5.4.4
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/lib/x86_64-linux-gnu/libsurgescript.so
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/surgescript-static.pc
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/lib/x86_64-linux-gnu/libsurgescript-static.a
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/object_manager.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/program.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/heap.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/renv.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/tag_system.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/variable.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/program_pool.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/object.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/stack.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/sslib
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/sslib/sslib.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/vm.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/runtime/program_operators.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/utf8.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/xxhash.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/transform.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/uthash.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/xxh3.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/ssarray.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/fasthash.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/util/util.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler/lexer.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler/nodecontext.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler/parser.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler/asm.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler/token.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/compiler/symtable.h
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/include/surgescript/misc
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/share/metainfo/surgescript.appdata.xml
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/share/pixmaps/surgescript.png
-- Installing: /home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/usr/bin/surgescript
-- Set runtime path of "/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4/debian/tmp/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/tmp/usr/include/surgescript/misc
removed debian/.debhelper/generated/_source/home
removed debian/.debhelper/generated/_source
removed debian/.debhelper/generated
removed debian/.debhelper
# cmake seems not to have an option for moving binaries, doing it manually.
mv debian/surgescript/usr/bin debian/surgescript/usr/games
mv: não foi possível obter estado de 'debian/surgescript/usr/bin': Arquivo ou diretório inexistente
make[1]: *** [debian/rules:16: override_dh_auto_install] Erro 1
make[1]: Saindo do diretório '/home/coringao/sandbox/surgescript.pkg/surgescript-0.5.4.4'

make: *** [debian/rules:9: binary] Erro 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
(unstable-amd64)coringao@debian:~/sandbox/surgescript.pkg/surgescript-0.5.4.4$
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEw662p4pzqDPvfa6k5NWKXgqCoPwFAl+kJ+4ACgkQ5NWKXgqC
oPzxhw/9E4/wqRUyjYznOyC2V15c8fhmmFiXFYKNYH2IBukioCvcJTzuHMN4S/Id
goPndNGiiM3DXVHKm+/ih/Sf/OgNPY1z+UJX4TfPXwVElpZCkjU3ftT/s664vA61
fChXSPubR1DZZtEtxCFRgcATwySTnZM69xA/HPsUS3uGhTn2sJTQceNIBHDZCmwI
tTa457FtUDzwFomcK5gA85yVYEGHm9f4D9XivdzfBR+T0eUc+F7kTO9a//UD3RRa
tkp12Z2x5EhkKGu9tIXaf/5m/lxT50vuUa/qUE2DgkkQi6Sg1OK1rXuKOxC/UN4S
ZMXnEU1N5p0Fi9CT9dhNc8PAZYPiRAv9D40GzVwnC6Tv62XciglhfiqBtOyVxryq
kiIiK0X8oZh1gjYt59tNKVKOplXoSSlYRsDyVRxKMooWgACH1pPJTQmLoJ48BXTw
EmxJvHKnctRRWRePmfInVGireFNMZreGN9Wi6ben5fOqDKcpxayxja2Wl5jLovrd
3UnzF4IUHQGq90+JAGI4w/0qvSmwf/ARO2DZN8vABmSli7n8vqqAYUpH8582YzDD
VEhanzeCeglTFQ4NJBTNPAhEaW4mbU/wwU1VGbLqTymLfrEJEa8r/vOFjCjwiPes
7LblDh98g0UpWfo9EiKAqJCaRddADBnt7j067LILnnBIuFNK9mI=
=YxBc
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.