sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
- From: "Craig Dyke" <grail AT westnet.com.au>
- To: "grimoire" <sm-grimoire AT lists.ibiblio.org>
- Subject: Re: [SM-Grimoire] apr-util
- Date: Sun, 7 Mar 2004 19:19:02 +0800
I am using Test but have recently updated my grimoire
and seems to be working now thanks :))
Craig
----- Original Message -----
From: "Eric Sandall" <eric AT sandall.us>
To: "grimoire" <sm-grimoire AT lists.ibiblio.org>
Sent: Saturday, March 06, 2004 2:32 AM
Subject: Re: [SM-Grimoire] apr-util
> Quoting Craig Dyke <grail AT westnet.com.au>:
> > Hello again
> >
> > As would have it I have another spell that doesn't love me.
> >
> > apr-util has the following compile log:
> >
> > Compile log for apr-util 1.0pre1 Built on Tue Mar 2 00:27:10 UTC 2004
> > Using gcc version: 3.3.3
> > patching file configure.in
> > Hunk #1 succeeded at 89 (offset 1 line).
> > patching file Makefile.in
> > Hunk #1 succeeded at 41 (offset 3 lines).
> > Hunk #2 succeeded at 60 (offset -12 lines).
> > Looking for apr source in /usr/share/apache2
> > Creating include/private/apu_config.h ...
> > Creating configure ...
> > Generating 'make' outputs ...
> > ./buildconf: line 65: /usr/share/apache2/build/gen-build.py: No such
file or
> > directory
> > Invoking xml/expat/buildconf.sh ...
> > Copying libtool helper files ...
> > Incorporating /usr/share/aclocal/libtool.m4 into aclocal.m4 ...
> > Creating config.h.in ...
> > autoheader: WARNING: Using auxiliary files such as `acconfig.h',
> > `config.h.bot'
> > autoheader: WARNING: and `config.h.top', to define templates for
> > `config.h.in'
> > autoheader: WARNING: is deprecated and discouraged.
> > autoheader:
> > autoheader: WARNING: Using the third argument of `AC_DEFINE' and
> > autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template
> > without
> > autoheader: WARNING: `acconfig.h':
> > autoheader:
> > autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
> > autoheader: [Define if a function `main' is needed.])
> > autoheader:
> > autoheader: WARNING: More sophisticated templates can also be produced,
see
> > the
> > autoheader: WARNING: documentation.
> > Creating configure ...
> > checking build system type... i686-pc-linux-gnu
> > checking host system type... i686-pc-linux-gnu
> > checking target system type... i686-pc-linux-gnu
> > checking for working mkdir -p... yes
> > APR-util Version: 1.0.0
> > checking for chosen layout... GNU
> > Applying apr-util hints file rules for i686-pc-linux-gnu
> > checking for APR... yes
> > setting CC to "i686-pc-linux-gnu-gcc"
> > setting CPP to "i686-pc-linux-gnu-gcc -E"
> > adding "-pthread" to CFLAGS
> > setting CPPFLAGS to
> >
" -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D
> > _GNU_SOURCE"
> > checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
> > checking for C compiler default output file name... a.out
> > checking whether the C compiler works... yes
> > checking whether we are cross compiling... no
> > checking for suffix of executables...
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether i686-pc-linux-gnu-gcc accepts -g... yes
> > checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none
needed
> > checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
> > checking for egrep... 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 for ldap support...
> > checking for ldap_init in -lldap50... no
> > checking for ldap_init in -lldapssl41... no
> > checking for ldap_init in -lldapssl40... no
> > checking for ldap_init in -lldapssl30... no
> > checking for ldap_init in -lldapssl20... no
> > checking for ldap_init in -lldap... yes
> > setting APRUTIL_EXPORT_LIBS to "-lldap -llber"
> > setting APRUTIL_LIBS to "-lldap -llber"
> > checking for ldapssl_install_routines in -lldap... no
> > checking for ldap_start_tls_s in -lldap... yes
> > checking for ber_init in -llber... yes
> > checking ldap.h usability... yes
> > checking ldap.h presence... yes
> > checking for ldap.h... yes
> > checking lber.h usability... yes
> > checking lber.h presence... yes
> > checking for lber.h... yes
> > checking ldap_ssl.h usability... no
> > checking ldap_ssl.h presence... no
> > checking for ldap_ssl.h... no
> > checking gdbm.h usability... yes
> > checking gdbm.h presence... yes
> > checking for gdbm.h... yes
> > checking for gdbm_open in -lgdbm... yes
> > checking for Berkeley DB 4.2 in the standard places...
> > checking db4/db.h usability... no
> > checking db4/db.h presence... no
> > checking for db4/db.h... no
> > checking db.h usability... yes
> > checking db.h presence... yes
> > checking for db.h... yes
> > checking for -ldb-4.2... yes
> > checking for Berkeley DB... found db4
> > checking for default DBM... db
> > adding "-lgdbm" to APRUTIL_EXPORT_LIBS
> > adding "-lgdbm" to APRUTIL_LIBS
> > adding "-ldb-4.2" to APRUTIL_EXPORT_LIBS
> > adding "-ldb-4.2" to APRUTIL_LIBS
> > checking for Expat in /usr... yes
> > adding "-lexpat" to APRUTIL_EXPORT_LIBS
> > setting APRUTIL_LDFLAGS to "-L/usr/lib"
> > adding "/usr/lib/libexpat.la" to APRUTIL_LIBS
> > checking iconv.h usability... yes
> > checking iconv.h presence... yes
> > checking for iconv.h... yes
> > checking for type of inbuf parameter to iconv... char **
> > checking for iconv.h... (cached) yes
> > checking langinfo.h usability... yes
> > checking langinfo.h presence... yes
> > checking for langinfo.h... yes
> > checking for nl_langinfo... yes
> > checking for CODESET in langinfo.h... yes
> > checking for library containing crypt... -lcrypt
> > checking if system crypt() function is threadsafe... no
> > checking for crypt_r... yes
> > checking style of crypt_r... struct_crypt_data
> > adding "/usr/lib/libapr.la" to APRUTIL_LIBS
> > adding "-lrt" to APRUTIL_LIBS
> > adding "-lcrypt" to APRUTIL_LIBS
> > adding "-lpthread" to APRUTIL_LIBS
> > adding "-ldl" to APRUTIL_LIBS
> > configure: creating ./config.status
> > config.status: creating export_vars.sh
> > config.status: creating apu-config
> > config.status: creating include/private/apu_select_dbm.h
> > config.status: creating include/apr_ldap.h
> > config.status: creating include/apu.h
> > config.status: creating include/apu_want.h
> > config.status: creating Makefile
> > config.status: creating test/Makefile
> > config.status: creating include/private/apu_config.h
> > config.status: executing default commands
> > make[1]: Entering directory `/usr/src/apr-util-1.0pre1'
> > Makefile:25: /usr/src/apr-util-1.0pre1/build-outputs.mk: No such file or
> > directory
> > make[1]: *** No rule to make target
> > `/usr/src/apr-util-1.0pre1/build-outputs.mk'. Stop.
> > make[1]: Leaving directory `/usr/src/apr-util-1.0pre1'
> >
> > Craig
>
> If you're using the stable grimoire, could you try the apr-util in the
test
> grimoire and let me know if it works? I believe this bug has been fixed in
> test, if not, let us know as well. ;)
>
> -sandalle
>
> --
> PGP Key Fingerprint: FCFF 26A1 BE21 08F4 BB91 FAED 1D7B 7D74 A8EF DD61
> http://search.keyserver.net:11371/pks/lookup?op=get&search=0xA8EFDD61
>
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GCS/E/IT$ d-- s++:+>: a-- C++(+++) BL++++VIS>$ P+(++) L+++ E-(---) W++ N+@
o?
> K? w++++>-- O M-@ V-- PS+(+++) PE(-) Y++(+) PGP++(+) t+() 5++ X(+) R+(++)
> tv(--)b++(+++) DI+@ D++(+++) G>+++ e>+++ h---(++) r++ y+
> ------END GEEK CODE BLOCK------
>
> Eric Sandall | Source Mage GNU/Linux Developer
> eric AT sandall.us | http://www.sourcemage.org/
> http://eric.sandall.us/ | SysAdmin @ Inst. Shock Physics @ WSU
> http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> _______________________________________________
> SM-Grimoire mailing list
> SM-Grimoire AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
-
[SM-Grimoire] apr-util,
Craig Dyke, 03/05/2004
- Re: [SM-Grimoire] apr-util, Robin Cook, 03/05/2004
-
Re: [SM-Grimoire] apr-util,
Eric Sandall, 03/05/2004
- Re: [SM-Grimoire] apr-util, Craig Dyke, 03/07/2004
Archive powered by MHonArc 2.6.24.