Created
April 25, 2017 05:08
-
-
Save zoqaeski/2fe3a73db2268dcf95e0d87f6cf637b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for ldmd... /usr/bin/ldmd | |
checking for glib-compile-resources... /usr/bin/glib-compile-resources | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether make sets $(MAKE)... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking for GNU gettext in libc... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... libc | |
checking for po4a-translate... /usr/bin/vendor_perl/po4a-translate | |
checking for GTKD... yes | |
checking for X11... yes | |
checking whether build environment is sane... yes | |
checking for gawk... gawk | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... none | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating data/appdata/Makefile | |
config.status: creating data/icons/Makefile | |
config.status: creating data/pkg/desktop/Makefile | |
config.status: creating data/resources/Makefile | |
config.status: creating data/man/Makefile | |
config.status: creating po/Makefile.in | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
config.status: executing depfiles commands | |
Making all in data/appdata | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix/data/appdata' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix/data/appdata' | |
Making all in data/icons | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix/data/icons' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix/data/icons' | |
Making all in data/pkg/desktop | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix/data/pkg/desktop' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix/data/pkg/desktop' | |
Making all in data/resources | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix/data/resources' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix/data/resources' | |
Making all in data/man | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix/data/man' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix/data/man' | |
Making all in po | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix/po' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix/po' | |
make[1]: Entering directory '/src/makepkg/tilix-git/src/tilix' | |
ldmd -L-lvted-3 -L-L/usr/lib// -L-lgtkd-3 -L-ldl -L-lX11 tilix.o -oftilix | |
/usr/lib/libgtkd-3.so: undefined reference to `_D4core6memory2GC10removeRootFNbxPvZv' | |
/usr/lib/libgtkd-3.so: undefined reference to `_D4core6memory2GC7addRootFNbxPvZv' | |
collect2: error: ld returned 1 exit status | |
Error: /usr/bin/gcc failed with status: 1 | |
make[1]: *** [Makefile:1037: tilix] Error 1 | |
make[1]: Leaving directory '/src/makepkg/tilix-git/src/tilix' | |
make: *** [Makefile:606: all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment