-
-
Save holishing/6d9c8c04abbffb918dfe0222318bdeff to your computer and use it in GitHub Desktop.
log
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
| /usr/bin/cc -rdynamic CMakeFiles/bbsd.dir/acct.c.o CMakeFiles/bbsd.dir/bbsd.c.o CMakeFiles/bbsd.dir/board.c.o CMakeFiles/bbsd.dir/cache.c.o CMakeFiles/bbsd.dir/edit.c.o CMakeFiles/bbsd.dir/gem.c.o CMakeFiles/bbsd.dir/mail.c.o CMakeFiles/bbsd.dir/menu.c.o CMakeFiles/bbsd.dir/more.c.o CMakeFiles/bbsd.dir/post.c.o CMakeFiles/bbsd.dir/banmail.c.o CMakeFiles/bbsd.dir/talk.c.o CMakeFiles/bbsd.dir/visio.c.o CMakeFiles/bbsd.dir/xover.c.o CMakeFiles/bbsd.dir/socket.c.o CMakeFiles/bbsd.dir/popupmenu.c.o CMakeFiles/bbsd.dir/window.c.o CMakeFiles/bbsd.dir/myfavorite.c.o CMakeFiles/bbsd.dir/pfterm.c.o CMakeFiles/bbsd.dir/pmore.c.o -o bbsd -L/home/bbs/src/build/lib ../lib/libdao.a -lcrypt -m32 -lresolv -ldl -rdynamic ../so/chat.so ../so/vote.so ../so/xyz.so ../so/guessnum.so ../so/admin.so ../so/chatmenu.so ../so/mailgem.so ../so/memorandum.so ../so/aloha.so ../so/newboard.so ../so/violate.so ../so/song.so ../so/same_mail.so ../so/showvote.so ../so/list.so ../so/mine.so ../so/bj.so ../so/pnote.so ../so/passwd.so ../so/adminutil.so ../so/ascii.so ../so/classtable2.so ../so/observe.so ../so/pip.so ../so/brdstat.so ../so/personal.so ../so/cleanrecommend.so ../so/shop.so ../so/bank.so ../so/innbbs.so ../so/contact.so | |
| $ echo "$(id -u)" "$(id -g)" | |
| 2000 2000 | |
| $ if [ "$BUILD_METHOD" = "cmake" ]; then cp sample/dreambbs.conf dreambbs.conf; mkdir build; cd build; cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON ..; make; make install; fi | |
| -- The C compiler identification is GNU 8.3.0 | |
| -- The CXX compiler identification is GNU 8.3.0 | |
| -- Check for working C compiler: /usr/bin/gcc | |
| -- Check for working C compiler: /usr/bin/gcc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- Check for working CXX compiler: /usr/bin/c++ | |
| -- Check for working CXX compiler: /usr/bin/c++ -- works | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Detecting CXX compile features | |
| -- Detecting CXX compile features - done | |
| -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") | |
| -- Looking for M3_USE_PMORE | |
| -- Looking for M3_USE_PMORE - not found | |
| -- Looking for M3_USE_PFTERM | |
| -- Looking for M3_USE_PFTERM - not found | |
| -- Looking for M3_USE_BBSLUA | |
| -- Looking for M3_USE_BBSLUA - not found | |
| -- Looking for M3_USE_BBSRUBY | |
| -- Looking for M3_USE_BBSRUBY - not found | |
| -- Looking for BBSLUA_USE_LUAJIT | |
| -- Looking for BBSLUA_USE_LUAJIT - not found | |
| -- Performing Test CC_HAS_W_UNREACHABLE_CODE_AGGRESSIVE | |
| -- Performing Test CC_HAS_W_UNREACHABLE_CODE_AGGRESSIVE - Failed | |
| -- Performing Test CC_HAS_F_COLOR_DIAGNOSTICS | |
| -- Performing Test CC_HAS_F_COLOR_DIAGNOSTICS - Failed | |
| Generating '/home/travis/build/holishing/dreambbs/make_export.conf'... | |
| #undef BBSUSR | |
| #define BBSUSR "" | |
| #undef BBSGROUP | |
| #define BBSGROUP "" | |
| #undef WWWGROUP | |
| #define WWWGROUP "" | |
| #undef BBSUID | |
| #define BBSUID | |
| #undef BBSGID | |
| #define BBSGID | |
| #undef WWWGID | |
| #define WWWGID | |
| #undef BBSHOME | |
| #define BBSHOME "" | |
| #define _FILE_OFFSET_BITS 64 | |
| Generating '/home/travis/build/holishing/dreambbs/maple/make_export.conf'... | |
| #define NO_SO 0 | |
| -- Configuring done | |
| -- Generating done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment