Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

error after update [compile]

Posted by ahmadshidqi on 20 April 2014 - 01:58 PM

isnt bug? somebody helpme? i use centOS 6.5, before i update to latest rev. its work... but after update.. when i tried to compile... there's error message >.<

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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether make sets $(MAKE)... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for ar... /usr/bin/ar
checking whether byte ordering is bigendian... no
checking whether gcc produces 32bit code... yes
checking whether gcc supports -march=i686 (and we can run it)... yes
checking whether gcc supports __thread specifier (TLS)... yes
checking whether gcc supports -flto... no
checking whether gcc supports -Wno-unused-parameter... yes
checking whether gcc can actually use -Wno-unused-parameter... yes
checking whether gcc supports -Wno-maybe-uninitialized... no
checking whether gcc supports -Wno-clobbered... yes
checking whether gcc supports -Wempty-body... yes
checking whether gcc supports -Wnewline-eof... no
checking whether gcc supports -Wint-conversion... no
checking whether gcc supports -Wenum-conversion... no
checking whether gcc supports -Wshorten-64-to-32... no
checking whether gcc supports -Wconstant-conversion... no
checking whether gcc supports -Wbool-conversion... no
checking whether gcc supports -Wno-switch... yes
checking whether gcc supports -Wno-missing-field-initializers... yes
checking whether gcc supports -Wshadow... yes
checking whether gcc can efficiently use -Wshadow... no
checking whether gcc supports -fPIC... yes
checking how to make shared objects... -shared yes
checking whether gcc needs -Wl,--no-undefined to check for undefined references    in shared objects... yes
checking whether gcc needs -fPIC for shared objects... no
checking whether gcc supports -fno-strict-aliasing... yes
checking for setrlimit... yes
checking for strnlen... yes
checking for uselocale... yes
checking for newlocale... yes
checking for freelocale... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking for inflateEnd in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing sqrt... -lm
checking for library containing clock_gettime... -lrt
checking whether CLOCK_MONOTONIC is supported and works... yes
checking for pthread_create in -lpthread... yes
checking for pthread_sigmask in -lpthread... yes
checking for pthread_attr_init in -lpthread... yes
checking for pthread_attr_setstacksize in -lpthread... myes
checking for pthread_attr_destroy in -lpthread... yes
checking for pthread_cancel in -lpthread... yes
checking for pthread_join in -lpthread... yes
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... yes
checking mysql.h usability... yes
checking mysql.h presence... yes
checking for mysql.h... yes
checking MySQL library (required)... yes (5.1.73)
checking for pcre_study in -lpcre... yes
checking PCRE library (optional)... yes
checking for doxygen... no
checking for perl... yes
checking host OS... Linux
checking for MinGW... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/common/Makefile     c   onfig.status: creating 3rdparty/mt19937ar/Makefile
config.status: creating 3rdparty/libconfig/Makefile
config.status: creating src/char/Makefile
config.status: creating src/login/Makefile
config.status: creating src/map/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/tool/Makefile
config.status: creating src/test/Makefile
config.status: creating tools/HPMHookGen/Makefile
[root@blastragnarok trunk]# make clean
make[1]: Entering directory `/root/Desktop/server/trunk/src/common'
    CLEAN   common (build temp files)
    CLEAN   common
make[1]: Leaving directory `/root/Desktop/server/trunk/src/common'
make[1]: Entering directory `/root/Desktop/server/trunk/3rdparty/mt19937ar'
    CLEAN   mt19937ar (build temp files)
    CLEAN   mt19937ar
make[1]: Leaving directory `/root/Desktop/server/trunk/3rdparty/mt19937ar'
make[1]: Entering directory `/root/Desktop/server/trunk/3rdparty/libconfig'
    CLEAN   libconfig (build temp files)
    CLEAN   libconfig
make[1]: Leaving directory `/root/Desktop/server/trunk/3rdparty/libconfig'
make[1]: Entering directory `/root/Desktop/server/trunk/src/login'
    CLEAN   login (build temp files)
    CLEAN   login
make[1]: Leaving directory `/root/Desktop/server/trunk/src/login'
make[1]: Entering directory `/root/Desktop/server/trunk/src/char'
    CLEAN   char (build temp files)
    CLEAN   char
make[1]: Leaving directory `/root/Desktop/server/trunk/src/char'
make[1]: Entering directory `/root/Desktop/server/trunk/src/map'
    CLEAN   map (build temp files)
    CLEAN   map
make[1]: Leaving directory `/root/Desktop/server/trunk/src/map'
make[1]: Entering directory `/root/Desktop/server/trunk/src/plugins'
    CLEAN   plugins (build temp files)
    CLEAN   plugins
make[1]: Leaving directory `/root/Desktop/server/trunk/src/plugins'
make[1]: Entering directory `/root/Desktop/server/trunk/src/tool'
    CLEAN   tool (build temp files)
    CLEAN   tool
make[1]: Leaving directory `/root/Desktop/server/trunk/src/tool'
make[1]: Entering directory `/root/Desktop/server/trunk/src/test'
    CLEAN   test (build temp files)
    CLEAN   test
make[1]: Leaving directory `/root/Desktop/server/trunk/src/test'
make[1]: Entering directory `/root/Desktop/server/trunk/tools/HPMHookGen'
    CLEAN   HPMHookGen
make[1]: Leaving directory `/root/Desktop/server/trunk/tools/HPMHookGen'
[root@blastragnarok trunk]# make sql
    MAKE    mt19937ar
make[1]: Entering directory `/root/Desktop/server/trunk/3rdparty/mt19937ar'
    CC   mt19937ar.c
make[1]: Leaving directory `/root/Desktop/server/trunk/3rdparty/mt19937ar'
    MAKE    libconfig
make[1]: Entering directory `/root/Desktop/server/trunk/3rdparty/libconfig'
    CC   libconfig.c
    CC   grammar.c
    CC   scanctx.c
    CC   scanner.c
    CC   strbuf.c
make[1]: Leaving directory `/root/Desktop/server/trunk/3rdparty/libconfig'
make: execvp: ./sysinfogen.sh: Permission denied
make: *** [sysinfo] Error 127


please helppme

Execute this command on the Hercules Folder
chmod a+x sysinfogen.sh


Execute this command on the Hercules Folder

chmod a+x sysinfogen.sh


wow!! that's amazing.. thank you sir! it's worked!!

Correct, as Dastgit Pojee said.

The file needs execute permissions, the above command will work. (git should have taken care of that already though, not sure why it didn't in your case, unless you used some unconventional method to update to the latest revision)

changed status to: Invalid

Correct, as Dastgit Pojee said.

The file needs execute permissions, the above command will work. (git should have taken care of that already though, not sure why it didn't in your case, unless you used some unconventional method to update to the latest revision)


thanks for your info sir :D, and sorry fo wrong section hehehe >.< im just panic

THanx for the Info!! it help ^_^