|
From: Fathi B. <fb...@fr...> - 2005-12-29 11:03:28
|
hi all, i would like to update build system 0.3.4b to current one : libtool1.5 automake1.9 autoconf 2.59 i've done an autoscan : configure.in: warning: missing AC_CHECK_FUNCS([gethostbyaddr]) wanted by: src/RemoteSyslogAppender.cpp:105 configure.in: warning: missing AC_CHECK_FUNCS([gethostbyname]) wanted by: src/RemoteSyslogAppender.cpp:83 configure.in: warning: missing AC_CHECK_FUNCS([memchr]) wanted by: src/snprintf.c:708 configure.in: warning: missing AC_CHECK_FUNCS([memmove]) wanted by: src/RemoteSyslogAppender.cpp:148 configure.in: warning: missing AC_CHECK_FUNCS([memset]) wanted by: src/snprintf.c:372 configure.in: warning: missing AC_CHECK_FUNCS([socket]) wanted by: src/RemoteSyslogAppender.cpp:115 configure.in: warning: missing AC_CHECK_FUNCS([strchr]) wanted by: src/snprintf.c:560 configure.in: warning: missing AC_CHECK_FUNCS([strtol]) wanted by: src/PortabilityImpl.hh:21 configure.in: warning: missing AC_CHECK_FUNCS([strtoul]) wanted by: src/Priority.cpp:46 configure.in: warning: missing AC_CHECK_HEADERS([arpa/inet.h]) wanted by: src/RemoteSyslogAppender.cpp:28 configure.in: warning: missing AC_CHECK_HEADERS([fcntl.h]) wanted by: src/RollingFileAppender.cpp:17 configure.in: warning: missing AC_CHECK_HEADERS([netdb.h]) wanted by: src/RemoteSyslogAppender.cpp:25 configure.in: warning: missing AC_CHECK_HEADERS([netinet/in.h]) wanted by: src/RemoteSyslogAppender.cpp:27 configure.in: warning: missing AC_CHECK_HEADERS([sys/socket.h]) wanted by: src/RemoteSyslogAppender.cpp:26 configure.in: warning: missing AC_CHECK_HEADERS([sys/time.h]) wanted by: src/TimeStamp.cpp:15 configure.in: warning: missing AC_CHECK_HEADERS([sys/timeb.h]) wanted by: src/TimeStamp.cpp:18 configure.in: warning: missing AC_CHECK_HEADERS([syslog.h]) wanted by: include/log4cpp/SyslogAppender.hh:16 configure.in: warning: missing AC_C_CONST wanted by: src/snprintf.c:367 configure.in: warning: missing AC_C_INLINE wanted by: src/PortabilityImpl.hh:17 configure.in: warning: missing AC_C_VOLATILE wanted by: include/log4cpp/Category.hh:638 configure.in: warning: missing AC_FUNC_ERROR_AT_LINE wanted by: src/Category.cpp:347 configure.in: warning: missing AC_FUNC_MALLOC wanted by: src/snprintf.c:428 configure.in: warning: missing AC_FUNC_STRFTIME wanted by: src/PatternLayout.cpp:166 configure.in: warning: missing AC_HEADER_STDBOOL wanted by: src/Appender.cpp:43 configure.in: warning: missing AC_HEADER_TIME wanted by: src/TimeStamp.cpp:30 configure.in: warning: missing AC_PROG_RANLIB wanted by: config/ltmain.sh:5029 configure.in: warning: missing AC_STRUCT_TM wanted by: src/PatternLayout.cpp:151 configure.in: warning: missing AC_TYPE_MODE_T wanted by: src/FileAppender.cpp:28 configure.in: warning: missing AC_TYPE_OFF_T wanted by: src/RollingFileAppender.cpp:73 configure.in: warning: missing AC_TYPE_SIZE_T wanted by: src/snprintf.c:364 and an autoupdate, followed by an autoreconf -f -i : /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB Putting files in AC_CONFIG_AUX_DIR, `config'. /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB configure.in:59: error: possibly undefined macro: AC_C_INT64_T If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:60: error: possibly undefined macro: AC_CXX_HAVE_SSTREAM configure.in:61: error: possibly undefined macro: AC_FUNC_SNPRINTF configure.in:94: error: possibly undefined macro: AC_CREATE_GENERIC_CONFIG configure.in:130: error: possibly undefined macro: AC_CREATE_PREFIX_CONFIG_H autoreconf: /usr/bin/autoconf failed with exit status: 1 who failed, any idea or guideline to follow for an updated build system for 0.3.4b ? cheers, Fathi |
|
From: Thomas W. <Tho...@ho...> - 2006-02-08 09:27:44
|
Hi Fathi, sorry for the late answer :-( You are welcome to update the build system. There is currently no plan to do such thinks. I don't know enaugh whats the main problems are but if the update helps us to get ride of these we should switch to the new tools. Hope you have cvs access, else send me an request over sourceforge. We can also do a short guidline on our wiki to discuss such thinks before you commit the changes. What do you think? Regards, - waffel > hi all, > > i would like to update build system 0.3.4b to current one : > libtool1.5 > automake1.9 > autoconf 2.59 > > i've done an autoscan : > > configure.in: warning: missing AC_CHECK_FUNCS([gethostbyaddr]) wanted by: > src/RemoteSyslogAppender.cpp:105 > configure.in: warning: missing AC_CHECK_FUNCS([gethostbyname]) wanted by: > src/RemoteSyslogAppender.cpp:83 > configure.in: warning: missing AC_CHECK_FUNCS([memchr]) wanted by: > src/snprintf.c:708 > configure.in: warning: missing AC_CHECK_FUNCS([memmove]) wanted by: > src/RemoteSyslogAppender.cpp:148 > configure.in: warning: missing AC_CHECK_FUNCS([memset]) wanted by: > src/snprintf.c:372 > configure.in: warning: missing AC_CHECK_FUNCS([socket]) wanted by: > src/RemoteSyslogAppender.cpp:115 > configure.in: warning: missing AC_CHECK_FUNCS([strchr]) wanted by: > src/snprintf.c:560 > configure.in: warning: missing AC_CHECK_FUNCS([strtol]) wanted by: > src/PortabilityImpl.hh:21 > configure.in: warning: missing AC_CHECK_FUNCS([strtoul]) wanted by: > src/Priority.cpp:46 > configure.in: warning: missing AC_CHECK_HEADERS([arpa/inet.h]) wanted by: > src/RemoteSyslogAppender.cpp:28 > configure.in: warning: missing AC_CHECK_HEADERS([fcntl.h]) wanted by: > src/RollingFileAppender.cpp:17 > configure.in: warning: missing AC_CHECK_HEADERS([netdb.h]) wanted by: > src/RemoteSyslogAppender.cpp:25 > configure.in: warning: missing AC_CHECK_HEADERS([netinet/in.h]) wanted by: > src/RemoteSyslogAppender.cpp:27 > configure.in: warning: missing AC_CHECK_HEADERS([sys/socket.h]) wanted by: > src/RemoteSyslogAppender.cpp:26 > configure.in: warning: missing AC_CHECK_HEADERS([sys/time.h]) wanted by: > src/TimeStamp.cpp:15 > configure.in: warning: missing AC_CHECK_HEADERS([sys/timeb.h]) wanted by: > src/TimeStamp.cpp:18 > configure.in: warning: missing AC_CHECK_HEADERS([syslog.h]) wanted by: > include/log4cpp/SyslogAppender.hh:16 > configure.in: warning: missing AC_C_CONST wanted by: src/snprintf.c:367 > configure.in: warning: missing AC_C_INLINE wanted by: > src/PortabilityImpl.hh:17 > configure.in: warning: missing AC_C_VOLATILE wanted by: > include/log4cpp/Category.hh:638 > configure.in: warning: missing AC_FUNC_ERROR_AT_LINE wanted by: > src/Category.cpp:347 > configure.in: warning: missing AC_FUNC_MALLOC wanted by: src/snprintf.c:428 > configure.in: warning: missing AC_FUNC_STRFTIME wanted by: > src/PatternLayout.cpp:166 > configure.in: warning: missing AC_HEADER_STDBOOL wanted by: > src/Appender.cpp:43 > configure.in: warning: missing AC_HEADER_TIME wanted by: src/TimeStamp.cpp:30 > configure.in: warning: missing AC_PROG_RANLIB wanted by: config/ltmain.sh:5029 > configure.in: warning: missing AC_STRUCT_TM wanted by: > src/PatternLayout.cpp:151 > configure.in: warning: missing AC_TYPE_MODE_T wanted by: > src/FileAppender.cpp:28 > configure.in: warning: missing AC_TYPE_OFF_T wanted by: > src/RollingFileAppender.cpp:73 > configure.in: warning: missing AC_TYPE_SIZE_T wanted by: src/snprintf.c:364 > > and an autoupdate, followed by an autoreconf -f -i : > > /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of > AM_PATH_LIBMCRYPT > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB > Putting files in AC_CONFIG_AUX_DIR, `config'. > /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of > AM_PATH_LIBMCRYPT > run info '(automake)Extending aclocal' > or see http://sources.redhat.com/automake/automake.html#Extending-aclocal > /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB > configure.in:59: error: possibly undefined macro: AC_C_INT64_T > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.in:60: error: possibly undefined macro: AC_CXX_HAVE_SSTREAM > configure.in:61: error: possibly undefined macro: AC_FUNC_SNPRINTF > configure.in:94: error: possibly undefined macro: AC_CREATE_GENERIC_CONFIG > configure.in:130: error: possibly undefined macro: AC_CREATE_PREFIX_CONFIG_H > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > who failed, any idea or guideline to follow for an updated build system for > 0.3.4b ? > > cheers, > > Fathi > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel --- This mail was sent with the Java email client Columba. Read more at http://columbamail.org |
|
From: Fathi B. <fb...@fr...> - 2006-02-08 09:39:43
|
hi thomas, already fixed :) thanks for the reply. i finished to update debian package and it's now in the new queue : http://ftp-master.debian.org/new.html i don't have updated on the cvs, but will do soon. cheers, fathi |
|
From: Thomas W. <Tho...@ho...> - 2006-02-08 10:03:11
|
Many Thanks Fathi :-) after the cvs commit I will check it for myself and then we should create a minor release :-) Regards, waffel > hi thomas, > > already fixed :) thanks for the reply. > > i finished to update debian package and it's now in the new queue : > http://ftp-master.debian.org/new.html > > i don't have updated on the cvs, but will do soon. > > cheers, > > fathi > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Log4cpp-devel mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/log4cpp-devel --- This mail was sent with the Java email client Columba. Read more at http://columbamail.org |
|
From: Fathi B. <fb...@fr...> - 2006-02-09 12:58:35
Attachments:
01-debiandir_dependency.dpatch
|
> after the cvs commit I will check it for myself and then we should create a > minor release :-) hi thomas, i'm not registred to log4cpp project so i can't commit my minor update. for the next time, my sourceforge id : fboudra anyway to update build system, you only need to do (i used automake 1.9 series and libtool 1.5 series): # bring configure script up to date aclocal -I m4 autoconf automake -a -c # bring ltmain.sh, config.guess and config.sub scripts up to date libtoolize --copy --force also, i removed debian dir dependency. i join the patch. cheers, Fathi PS: if you can delete the debian dir from source package, it will not be needed there anymore. |