Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. RE: Server hangs at startup - issue with lock file
(Chaigneau, Nicolas)
2. RE: Server hangs at startup - issue with lock file
(Jeremy C. Reed)
3. RE: kea-dhcp4 - benchmarks (memfile and mysql)
(Chaigneau, Nicolas)
4. Re: kea-dhcp4 - benchmarks (memfile and mysql) (Francis Dupont)
5. RE: Server hangs at startup - issue with lock file
(Chaigneau, Nicolas)
----------------------------------------------------------------------
Message: 1
Date: Tue, 16 Sep 2014 13:01:17 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: Tomek Mrugalski <[email protected]>, "[email protected]"
<[email protected]>
Subject: RE: Server hangs at startup - issue with lock file
Message-ID:
<ab94b0b675bdf14189cd5a861db36c8414184...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="us-ascii"
Hello,
Thanks for the patch.
I've got an issue though, when I run "autoreconf --install" (as described in
Kea guide), it just hangs after displaying the following output:
: command not found
: command not found
I've installed automake (1.11.1) and libtool (2.2.6b); autoconf (2.63) was
already installed.
I've checked all binaries mentioned in:
"This will run autoconf, aclocal, libtoolize, autoheader, automake, and related
commands"
Any hint to check what's going wrong ?
Can I possibly get the files I need from the 0.9 tarball, or is it a bad idea ?
Regards,
Nicolas.
> On 08.09.2014 08:45, Chaigneau, Nicolas wrote:
> > I'll test your fix, just tell me when it's available.
> The proposed code fix is on branch trac3591. To get it, you can use the
> following commands:
>
> git clone git://git.kea.isc.org/kea
> git checkout trac3591
>
> This code creates lockfile in the ${prefix}/var/run/kea directory.
> However, you can enforce different location by setting up KEA_LOCKFILE_DIR
> variable. That variable should point out to a writeable directory and must
> not end with a slash. Also, it can be set to a special value "none", which
> will disable logging lockfile altogether.
> That is not recommended if you plan to have several processes log to the same
> output file.
>
> Please do let me know if this works for you.
>
> The ticket #3591 (http://kea.isc.org/ticket/3591) will now undergo regular
> review process. One of the ISC engineers will handle this.
> However, feel free to comment on it if you have any comments or suggestions.
>
> Thanks for reporting this issue and for testing this fix, Tomek
>
>
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
------------------------------
Message: 2
Date: Tue, 16 Sep 2014 08:38:39 -0500 (CDT)
From: "Jeremy C. Reed" <[email protected]>
To: "Chaigneau, Nicolas" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: RE: Server hangs at startup - issue with lock file
Message-ID: <[email protected]>
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Tue, 16 Sep 2014, Chaigneau, Nicolas wrote:
> I've got an issue though, when I run "autoreconf --install" (as
> described in Kea guide), it just hangs after displaying the following
> output:
> : command not found
> : command not found
>
> I've installed automake (1.11.1) and libtool (2.2.6b); autoconf (2.63)
> was already installed.
>
> I've checked all binaries mentioned in:
> "This will run autoconf, aclocal, libtoolize, autoheader, automake,
> and related commands"
>
>
> Any hint to check what's going wrong ?
Maybe try running the autoreconf with -vv switch (-v -v) for extra
verbose output to help track this down. (Use a single -v for less
debugging.)
Also make sure you don't have AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE set in your environment
incorrectly. (You shouldn't need then set.)
> Can I possibly get the files I need from the 0.9 tarball, or is it a
> bad idea ?
That may be difficult and won't work well. (Also automake/autoconf make
retry to rebuild parts when you attempt to make and it will be
inconsistent.)
------------------------------
Message: 3
Date: Tue, 16 Sep 2014 14:15:23 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: Tomek Mrugalski <[email protected]>, "[email protected]"
<[email protected]>
Subject: RE: kea-dhcp4 - benchmarks (memfile and mysql)
Message-ID:
<ab94b0b675bdf14189cd5a861db36c8414184...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="us-ascii"
Hello again, and first thanks for the detailed answer.
First about the memfile mode.
I agree the 4100 leases/s I measured is a good value, probably more than enough.
Note that at that rate, I'm running at a bit less than 100% CPU on the core
handling the process. I don't experience any packet loss (if I try a higher
lease rate/s, then I reach 100% CPU, and at this point things start to get
ugly).
For reference, this was with a lease file on RAMDISK, replicated through DRBD
in order to ensure there is no data lost in case of hardware failure.
I also tested the memfile with "persist" set to false (disk operations
disabled); in this case, I get up to 4900 leases/s.
Again, the limiting factor for me is the CPU; I assume I would get more on a
more powerful hardware.
About the possibility of writing the lease file only on shutdown: that may be
interesting to some, but that's not a compromise we can settle with. Hardware
failures can happen, even sometimes software crash (not to say it would happen
with Kea, but we have to assume the worst). We want to be able to recover the
leases in such a case.
Thanks for your recommendations for tuning MySQL, I'll look into this.
I'm currently using a regular hard disk, probably a SAS 10k rpm (I'll check).
I don't have a SSD.
I can try to put MySQL data files on RAMDISK.
About postgreSQL: I have no plans to test with postgreSQL for now. (not that
it's not a good DB, but time is limited, so unless there are very good reasons
to assume it would be better than MySQL, I won't be able to... sorry)
The fact that Kea is not multi-threaded is disappointing.
Our server has 24 cores, 23 of which are hence sitting idle... and only one at
almost 100% CPU (when testing the limit on a memfile).
I hope you can add support for multiple cores in the future :) (any idea when
this "one day" might be ? I won't hold you to it, this is just to get a rough
estimate)
Thanks again, I'll keep you informed of further testing.
Regards,
Nicolas.
> On 12.09.2014 17:25, Chaigneau, Nicolas wrote:
> > I've tried to benchmark Kea 0.9, using perfdhcp.
> Great!
>
> > I'm measuring the number of DORA transactions/s the server is able to
> > handle without client experiencing drops (with default perfdhcp
> > drop-time of 1 sec).
> >
> > From Kea Update #3:
> >
> > "Kea now offers reasonably high performance, leases per second wise.
> > We managed to get over 1000 leases/sec for MySQL and 8000 leases/sec
> > for memfile in memory-only mode on one of our high-performance servers.
> > (Your mileage may vary.) >
> >
> > I don't expect the same numbers, since I don't have the same server
> > and setup than you do, but still these are useful comparison values.
> >
> > With a persistent memfile, I get about 4100 leases/sec.
> That's a good data point. I admit that due to other tasks, we haven't run our
> benchmarks on our own for quite a while. Our last performance results are
> from time where memfile lacked disk operations. Personally, I'm quite happy
> with that number.
>
> > This is about half your number, but still good.
> We had a discussion about providing a way to disable disk writes during
> normal operation and write it to disk only during shutdown. Obviously that
> would be rather unsafe, but very helpful if for some reason you need the
> highest performance possible and are willing to make compromises. One
> specific real life example where such feature would be useful is if you have
> a large network that is recovering from a black out or reboot. There are
> thousands clients hammering your server for an address. So you can switch off
> disk writes, provision your clients quickly, write the database to disk and
> switch back to persistent mode.
>
> > As a comparison, on the same scenario dhcpd (with a single process)
> > handles at most 70 leases/s.
> :)
>
> > With MySQL, though, I do not manage to get anywhere your numbers.
> >
> > I manage to get about 50 leases/s (which is worse than dhcpd...)
> I have 2 comments for this. First is that we found out that you can
> significantly improve performance by tweaking MySQL parameters. Here's an
> excerpt of our internal test report (I'm terribly sorry, but I can't publish
> it in its entirety as it contains customer specific details.)
>
> innodb_flush_log_at_trx_commit
> The InnoDB engine is used by default by the tables in the Kea's lease
> database. A number of parameters controlling this this engine can be adjusted
> to try to improve MySQL performance. The tests outlined in previous sections
> make it clear that lease storage is one of the critical components affecting
> the overall server's performance. While there are some areas in the code that
> can be optimized it is still the case that the server handles over 8000
> leases/sec when leases are not stored into the persistent storage (Memfile)
> and only 1000-1100 leases/sec when the MySQL storage is used. One of the
> InnoDB variables that has a notable influence on the server's performance is
> "innodb_flush_log_at_trx_commit". The value of this variable defaults to
> 1 which configures the MySQL log buffer to be flushed for each transaction
> commit. If the variable is set to 2 the log buffer is written at each
> transaction commit but the flush operation is not performed; instead, it is
> performed once a second. In the table below there is a comparison of the
> maximal achieved rate for these two settings of
> "innodb_flush_log_at_trx_commit" variable.
>
> I assume that you use a regular hdd to store your MySQL data. Let's assume
> that this is a 7200rpm disk, so it does 120 revolutions per second. So the
> theoretical limit of writes to disk per second is 120.
> But in practice it is typically 60 as you need two writes to disk for each
> change: the data to a file and a i-node information change. So in general
> case the number of available write opportunities for your disk is the
> limiting factor. I haven't made any experiments here, so the following is
> pure speculation, but in principle the file system may be a factor here,
> especially if you use journalling one. Tweaking the fs may provide some
> insights here. Fortunately, with switching innodb_flush_log_at_trx_commit to
> 2, you can side-step this limitation.
>
> If you happen to have SSD disk available, it would be very convenient to try
> that. If even SSD is not enough, you may consider running MySQL or memfile
> files on a ram-disk. This could be useful for at least two reasons. First, it
> will eliminate disk operations from the equation, so you'll be able to
> measure the raw performance of the Kea+DB. Second, if you really need
> absolute maximum performance, there are battery backed ram drives available,
> which should give you similar performance.
>
> As for our performance results, we used a really beefy server. I don't have
> the exact parameters at hand, but IIRC properly it had a 10000RPM disk with
> battery-backed, so even in case of power loss it was able to flush its cache.
> Therefore its flush calls could return immediately.
> That gave us tremendous speed boosts. It had many cores, but in reality only
> two of them were actively used: one had Kea-dhcp4 process running on it and
> the other one was running MySQL.
>
> > I'm using MySQL 5.6.20. I've created the schema using the script
> > provided with the kea 0.9 package.
> That script sets DB engine to InnoDB and does not tweak any other parameters.
> We chose this was as it is the safest and should work for a typical
> deployment.
>
> > I left all MySQL parameters as default.
> >
> > The CPU usage is very low: about 5% for mysqld, and 3% for kea-dhcp4
> > (both processes, as well as the datafiles, are on the same server)
> >
> > Memory isn't an issue either.
> >
> > I've noticed that Kea uses a single database handle.
> >
> > Wouldn't that be a bottleneck ? (and isn't Kea server multi-threaded
> > ?)
> Yes, Kea uses a single connection. It is currently, single-threaded,
> single-process application. (Caveat: assuming you want to run only
> DHCPv4 without DDNS. DHCPv6 and DDNS are done in separate process).
>
> We plan to make it multi-process eventually, so you'll be able to run
> multiple DHCPv4 instances and share your traffic between them. The Kea
> architecture allows that, but we are not going to implement this in the near
> future. The reasons is that there are other missing features that will give
> us better bang for buck, namely host reservations and client classification.
> Having said that, we know that multi-process capability will be added one
> day, so every piece of code we write today is written with that future
> capability in mind.
>
> On the other hand, we're more than willing to do smaller performance tweaks
> in the meantime.
>
> > So my question is, how did you manage to get 1000 leases/s ? am I
> > doing something wrong ? do you have recommandations for the MySQL setup ?
> See above. I'm eager to hear how high you can get with those tips.
>
> For completeness, I will mention two observations we made. First, we profiled
> the code using callgrind (part of valgrind tool) and found out that calls to
> MySQL library took around 35% of the total execution time.
>
> Second, when we tested memfile without disk operations, we found out that
> after passing 8000 leases/sec, we start seeing packet drops, even though the
> CPU load was at around 40% at that time. This means that there was another
> limiting factor in our setup. We haven't pursued it any further as the 8000
> leases/sec was satisfactory for us at that time.
> However, we speculated that it may be something with incoming buffers or
> interrupt handling.
>
> Out of curiosity, are you interested in Postgres performance? I haven't
> managed to benchmark it at all, so we don't know what to expect. In
> principle, the code uses the same approach as MySQL (prepared statements,
> binary data), so the performance should be directly related up to the
> database engine performance.
>
> Also, would you be willing to repeat memfile tests with disk operations
> disabled? I'd love to get an independent confirmation of the 8000 leases/sec.
>
> Finally, I want to honestly admit that Kea developers are not database
> experts. There may be obvious DB tricks that we missed.
>
> Hope that helps. Thanks again for testing Kea.
> Tomek
>
> _______________________________________________
> kea-dev mailing list
> [email protected]
> https://lists.isc.org/mailman/listinfo/kea-dev
>
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
------------------------------
Message: 4
Date: Tue, 16 Sep 2014 14:50:48 +0000
From: Francis Dupont <[email protected]>
To: "Chaigneau, Nicolas" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: kea-dhcp4 - benchmarks (memfile and mysql)
Message-ID: <[email protected]>
> The fact that Kea is not multi-threaded is disappointing.
=> I am afraid multi-threading won't give the performance advantage
you believe: real DHCP service is disk I/O bound (for the lease file
or database) so if you simply multi-thread it you can gain a factor
of 2 or 3 at best.
> Our server has 24 cores, 23 of which are hence sitting idle...
=> so the best would be to see 20 of them idle...
If you can partition the DHCP service (different independent
subnetworks for instance) the right idea is to split the server into
a small number of virtual machines or containers and to run one
DHCP service in each of them (you are limited to one to avoid
server address/port conflict).
> I hope you can add support for multiple cores in the future
=> first multi-core is not multi-thread, second to get a real benefit
of multiple cores you need really independent services. So I am
afraid your first idea could lead just to a dead end...
Regards
Francis Dupont <[email protected]>
------------------------------
Message: 5
Date: Tue, 16 Sep 2014 14:30:41 +0000
From: "Chaigneau, Nicolas" <[email protected]>
To: "Jeremy C. Reed" <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: RE: Server hangs at startup - issue with lock file
Message-ID:
<ab94b0b675bdf14189cd5a861db36c8414184...@de-cm-mbx26.corp.capgemini.com>
Content-Type: text/plain; charset="iso-8859-1"
Hello,
None of the environment variables you listed are set (AUTOM4TE, AUTOCONF,
AUTOHEADER, AUTOMAKE, ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE).
Here is the output of "autoreconf -vv --install" (until it hangs):
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --verbose -I m4macros ${ACLOCAL_FLAGS}
aclocal: found macro KEA_CXX_TRY_FLAG in configure.ac: 119
aclocal: found macro ACX_CHECK_PROG_NONCACHE in configure.ac: 471
aclocal: found macro ACX_TRY_BOTAN_TOOL in configure.ac: 503
aclocal: found macro AX_ISC_RPATH in m4macros/ax_isc_rpath.m4: 15
aclocal: found macro AX_BOOST_FOR_KEA in m4macros/ax_boost_for_kea.m4: 40
aclocal: found macro AM_PROG_VALAC in /usr/share/aclocal-1.11/vala.m4: 17
aclocal: found macro AM_PROG_UPC in /usr/share/aclocal-1.11/upc.m4: 9
aclocal: found macro _AM_PROG_TAR in /usr/share/aclocal-1.11/tar.m4: 24
aclocal: found macro _AM_SUBST_NOTMAKE in /usr/share/aclocal-1.11/substnot.m4:
14
aclocal: found macro AM_SUBST_NOTMAKE in /usr/share/aclocal-1.11/substnot.m4: 19
aclocal: found macro AM_PROG_INSTALL_STRIP in /usr/share/aclocal-1.11/strip.m4:
17
aclocal: found macro AM_SILENT_RULES in /usr/share/aclocal-1.11/silent.m4: 14
aclocal: found macro AM_SANITY_CHECK in /usr/share/aclocal-1.11/sanity.m4: 14
aclocal: found macro AM_RUN_LOG in /usr/share/aclocal-1.11/runlog.m4: 12
aclocal: found macro AM_WITH_REGEX in /usr/share/aclocal-1.11/regex.m4: 28
aclocal: found macro fp_WITH_REGEX in /usr/share/aclocal-1.11/regex.m4: 53
aclocal: found macro AM_PATH_PYTHON in /usr/share/aclocal-1.11/python.m4: 35
aclocal: found macro AM_PYTHON_CHECK_VERSION in
/usr/share/aclocal-1.11/python.m4: 199
aclocal: found macro AM_C_PROTOTYPES in /usr/share/aclocal-1.11/protos.m4: 14
aclocal: found macro fp_C_PROTOTYPES in /usr/share/aclocal-1.11/protos.m4: 29
aclocal: found macro _AM_MANGLE_OPTION in /usr/share/aclocal-1.11/options.m4: 13
aclocal: found macro _AM_SET_OPTION in /usr/share/aclocal-1.11/options.m4: 19
aclocal: found macro _AM_SET_OPTIONS in /usr/share/aclocal-1.11/options.m4: 25
aclocal: found macro _AM_IF_OPTION in /usr/share/aclocal-1.11/options.m4: 31
aclocal: found macro AC_FEATURE_CTYPE in /usr/share/aclocal-1.11/obsolete.m4: 18
aclocal: found macro AC_FEATURE_ERRNO in /usr/share/aclocal-1.11/obsolete.m4: 19
aclocal: found macro AM_CYGWIN32 in /usr/share/aclocal-1.11/obsolete.m4: 20
aclocal: found macro AM_EXEEXT in /usr/share/aclocal-1.11/obsolete.m4: 21
aclocal: found macro AM_FUNC_MKTIME in /usr/share/aclocal-1.11/obsolete.m4: 22
aclocal: found macro AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL in
/usr/share/aclocal-1.11/obsolete.m4: 23
aclocal: found macro AM_MINGW32 in /usr/share/aclocal-1.11/obsolete.m4: 25
aclocal: found macro AM_PROG_INSTALL in /usr/share/aclocal-1.11/obsolete.m4: 26
aclocal: found macro AM_SANITY_CHECK_CC in /usr/share/aclocal-1.11/obsolete.m4:
27
aclocal: found macro AM_SYS_POSIX_TERMIOS in
/usr/share/aclocal-1.11/obsolete.m4: 28
aclocal: found macro fp_FUNC_FNMATCH in /usr/share/aclocal-1.11/obsolete.m4: 29
aclocal: found macro fp_PROG_INSTALL in /usr/share/aclocal-1.11/obsolete.m4: 30
aclocal: found macro md_TYPE_PTRDIFF_T in /usr/share/aclocal-1.11/obsolete.m4:
31
aclocal: found macro gm_PROG_LIBTOOL in /usr/share/aclocal-1.11/obsol-lt.m4: 12
aclocal: found macro ud_GNU_GETTEXT in /usr/share/aclocal-1.11/obsol-gt.m4: 12
aclocal: found macro AM_ENABLE_MULTILIB in /usr/share/aclocal-1.11/multi.m4: 14
aclocal: found macro AM_PROG_MKDIR_P in /usr/share/aclocal-1.11/mkdirp.m4: 11
aclocal: found macro AM_MISSING_PROG in /usr/share/aclocal-1.11/missing.m4: 14
aclocal: found macro AM_MISSING_HAS_RUN in /usr/share/aclocal-1.11/missing.m4:
24
aclocal: found macro AM_PROG_CC_C_O in /usr/share/aclocal-1.11/minuso.m4: 14
aclocal: found macro AM_MAKE_INCLUDE in /usr/share/aclocal-1.11/make.m4: 14
aclocal: found macro AM_MAINTAINER_MODE in
/usr/share/aclocal-1.11/maintainer.m4: 19
aclocal: found macro jm_MAINTAINER_MODE in
/usr/share/aclocal-1.11/maintainer.m4: 39
aclocal: found macro AM_PATH_LISPDIR in /usr/share/aclocal-1.11/lispdir.m4: 17
aclocal: found macro ud_PATH_LISPDIR in /usr/share/aclocal-1.11/lispdir.m4: 55
aclocal: found macro AM_PROG_LEX in /usr/share/aclocal-1.11/lex.m4: 16
aclocal: found macro AM_SET_LEADING_DOT in /usr/share/aclocal-1.11/lead-dot.m4:
12
aclocal: found macro AM_PROG_INSTALL_SH in
/usr/share/aclocal-1.11/install-sh.m4: 11
aclocal: found macro AM_INIT_AUTOMAKE in /usr/share/aclocal-1.11/init.m4: 26
aclocal: found macro _AC_AM_CONFIG_HEADER_HOOK in
/usr/share/aclocal-1.11/init.m4: 126
aclocal: found macro AM_CONFIG_HEADER in /usr/share/aclocal-1.11/header.m4: 12
aclocal: found macro AM_PROG_GCJ in /usr/share/aclocal-1.11/gcj.m4: 10
aclocal: found macro AM_WITH_DMALLOC in /usr/share/aclocal-1.11/dmalloc.m4: 15
aclocal: found macro fp_WITH_DMALLOC in /usr/share/aclocal-1.11/dmalloc.m4: 31
aclocal: found macro _AM_OUTPUT_DEPENDENCY_COMMANDS in
/usr/share/aclocal-1.11/depout.m4: 14
aclocal: found macro AM_OUTPUT_DEPENDENCY_COMMANDS in
/usr/share/aclocal-1.11/depout.m4: 75
aclocal: found macro _AM_DEPENDENCIES in /usr/share/aclocal-1.11/depend.m4: 28
aclocal: found macro AM_SET_DEPDIR in /usr/share/aclocal-1.11/depend.m4: 163
aclocal: found macro AM_DEP_TRACK in /usr/share/aclocal-1.11/depend.m4: 171
aclocal: found macro AM_CONDITIONAL in /usr/share/aclocal-1.11/cond.m4: 15
aclocal: found macro AM_COND_IF in /usr/share/aclocal-1.11/cond-if.m4: 26
aclocal: found macro AM_PROG_CC_STDC in /usr/share/aclocal-1.11/ccstdc.m4: 17
aclocal: found macro fp_PROG_CC_STDC in /usr/share/aclocal-1.11/ccstdc.m4: 26
aclocal: found macro AM_AUX_DIR_EXPAND in /usr/share/aclocal-1.11/auxdir.m4: 47
aclocal: found macro AM_PROG_AS in /usr/share/aclocal-1.11/as.m4: 13
aclocal: found macro AM_AUTOMAKE_VERSION in
/usr/share/aclocal-1.11/amversion.m4: 14
aclocal: found macro AM_SET_CURRENT_AUTOMAKE_VERSION in
/usr/share/aclocal-1.11/amversion.m4: 33
aclocal: found macro PKG_PROG_PKG_CONFIG in /usr/share/aclocal/pkg.m4: 26
aclocal: found macro PKG_CHECK_EXISTS in /usr/share/aclocal/pkg.m4: 56
aclocal: found macro _PKG_SHORT_ERRORS_SUPPORTED in /usr/share/aclocal/pkg.m4:
82
aclocal: found macro PKG_CHECK_MODULES in /usr/share/aclocal/pkg.m4: 102
aclocal: found macro _MYSQL_CONFIG in /usr/share/aclocal/mysql.m4: 17
aclocal: found macro MYSQL_CLIENT in /usr/share/aclocal/mysql.m4: 42
aclocal: found macro LTOBSOLETE_VERSION in /usr/share/aclocal/lt~obsolete.m4: 36
aclocal: found macro AC_LIBTOOL_LINKER_OPTION in
/usr/share/aclocal/lt~obsolete.m4: 38
aclocal: found macro AC_PROG_EGREP in /usr/share/aclocal/lt~obsolete.m4: 39
aclocal: found macro _LT_AC_PROG_ECHO_BACKSLASH in
/usr/share/aclocal/lt~obsolete.m4: 40
aclocal: found macro _LT_AC_SHELL_INIT in /usr/share/aclocal/lt~obsolete.m4: 41
aclocal: found macro _LT_AC_SYS_LIBPATH_AIX in
/usr/share/aclocal/lt~obsolete.m4: 42
aclocal: found macro _LT_PROG_LTMAIN in /usr/share/aclocal/lt~obsolete.m4: 43
aclocal: found macro _LT_AC_TAGVAR in /usr/share/aclocal/lt~obsolete.m4: 44
aclocal: found macro AC_LTDL_ENABLE_INSTALL in
/usr/share/aclocal/lt~obsolete.m4: 45
aclocal: found macro AC_LTDL_PREOPEN in /usr/share/aclocal/lt~obsolete.m4: 46
aclocal: found macro _LT_AC_SYS_COMPILER in /usr/share/aclocal/lt~obsolete.m4:
47
aclocal: found macro _LT_AC_LOCK in /usr/share/aclocal/lt~obsolete.m4: 48
aclocal: found macro AC_LIBTOOL_SYS_OLD_ARCHIVE in
/usr/share/aclocal/lt~obsolete.m4: 49
aclocal: found macro _LT_AC_TRY_DLOPEN_SELF in
/usr/share/aclocal/lt~obsolete.m4: 50
aclocal: found macro AC_LIBTOOL_PROG_CC_C_O in
/usr/share/aclocal/lt~obsolete.m4: 51
aclocal: found macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS in
/usr/share/aclocal/lt~obsolete.m4: 52
aclocal: found macro AC_LIBTOOL_OBJDIR in /usr/share/aclocal/lt~obsolete.m4: 53
aclocal: found macro AC_LTDL_OBJDIR in /usr/share/aclocal/lt~obsolete.m4: 54
aclocal: found macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH in
/usr/share/aclocal/lt~obsolete.m4: 55
aclocal: found macro AC_LIBTOOL_SYS_LIB_STRIP in
/usr/share/aclocal/lt~obsolete.m4: 56
aclocal: found macro AC_PATH_MAGIC in /usr/share/aclocal/lt~obsolete.m4: 57
aclocal: found macro AC_PROG_LD_GNU in /usr/share/aclocal/lt~obsolete.m4: 58
aclocal: found macro AC_PROG_LD_RELOAD_FLAG in
/usr/share/aclocal/lt~obsolete.m4: 59
aclocal: found macro AC_DEPLIBS_CHECK_METHOD in
/usr/share/aclocal/lt~obsolete.m4: 60
aclocal: found macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI in
/usr/share/aclocal/lt~obsolete.m4: 61
aclocal: found macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE in
/usr/share/aclocal/lt~obsolete.m4: 62
aclocal: found macro AC_LIBTOOL_PROG_COMPILER_PIC in
/usr/share/aclocal/lt~obsolete.m4: 63
aclocal: found macro AC_LIBTOOL_PROG_LD_SHLIBS in
/usr/share/aclocal/lt~obsolete.m4: 64
aclocal: found macro AC_LIBTOOL_POSTDEP_PREDEP in
/usr/share/aclocal/lt~obsolete.m4: 65
aclocal: found macro LT_AC_PROG_EGREP in /usr/share/aclocal/lt~obsolete.m4: 66
aclocal: found macro LT_AC_PROG_SED in /usr/share/aclocal/lt~obsolete.m4: 67
aclocal: found macro _LT_CC_BASENAME in /usr/share/aclocal/lt~obsolete.m4: 68
aclocal: found macro _LT_COMPILER_BOILERPLATE in
/usr/share/aclocal/lt~obsolete.m4: 69
aclocal: found macro _LT_LINKER_BOILERPLATE in
/usr/share/aclocal/lt~obsolete.m4: 70
aclocal: found macro _AC_PROG_LIBTOOL in /usr/share/aclocal/lt~obsolete.m4: 71
aclocal: found macro AC_LIBTOOL_SETUP in /usr/share/aclocal/lt~obsolete.m4: 72
aclocal: found macro _LT_AC_CHECK_DLFCN in /usr/share/aclocal/lt~obsolete.m4: 73
aclocal: found macro AC_LIBTOOL_SYS_DYNAMIC_LINKER in
/usr/share/aclocal/lt~obsolete.m4: 74
aclocal: found macro _LT_AC_TAGCONFIG in /usr/share/aclocal/lt~obsolete.m4: 75
aclocal: found macro AC_DISABLE_FAST_INSTALL in
/usr/share/aclocal/lt~obsolete.m4: 76
aclocal: found macro _LT_AC_LANG_CXX in /usr/share/aclocal/lt~obsolete.m4: 77
aclocal: found macro _LT_AC_LANG_F77 in /usr/share/aclocal/lt~obsolete.m4: 78
aclocal: found macro _LT_AC_LANG_GCJ in /usr/share/aclocal/lt~obsolete.m4: 79
aclocal: found macro AC_LIBTOOL_RC in /usr/share/aclocal/lt~obsolete.m4: 80
aclocal: found macro AC_LIBTOOL_LANG_C_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 81
aclocal: found macro _LT_AC_LANG_C_CONFIG in /usr/share/aclocal/lt~obsolete.m4:
82
aclocal: found macro AC_LIBTOOL_LANG_CXX_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 83
aclocal: found macro _LT_AC_LANG_CXX_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 84
aclocal: found macro AC_LIBTOOL_LANG_F77_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 85
aclocal: found macro _LT_AC_LANG_F77_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 86
aclocal: found macro AC_LIBTOOL_LANG_GCJ_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 87
aclocal: found macro _LT_AC_LANG_GCJ_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 88
aclocal: found macro AC_LIBTOOL_LANG_RC_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 89
aclocal: found macro _LT_AC_LANG_RC_CONFIG in
/usr/share/aclocal/lt~obsolete.m4: 90
aclocal: found macro AC_LIBTOOL_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 91
aclocal: found macro _LT_AC_FILE_LTDLL_C in /usr/share/aclocal/lt~obsolete.m4:
92
aclocal: found macro LTVERSION_VERSION in /usr/share/aclocal/ltversion.m4: 18
aclocal: found macro LTSUGAR_VERSION in /usr/share/aclocal/ltsugar.m4: 13
aclocal: found macro LTOPTIONS_VERSION in /usr/share/aclocal/ltoptions.m4: 13
aclocal: found macro AC_LIBTOOL_DLOPEN in /usr/share/aclocal/ltoptions.m4: 110
aclocal: found macro AC_LIBTOOL_WIN32_DLL in /usr/share/aclocal/ltoptions.m4:
145
aclocal: found macro AC_ENABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 194
aclocal: found macro AC_DISABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 198
aclocal: found macro AM_ENABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 202
aclocal: found macro AM_DISABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 203
aclocal: found macro AC_ENABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 248
aclocal: found macro AC_DISABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 252
aclocal: found macro AM_ENABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 256
aclocal: found macro AM_DISABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 257
aclocal: found macro AC_ENABLE_FAST_INSTALL in /usr/share/aclocal/ltoptions.m4:
302
aclocal: ignoring macro AC_DISABLE_FAST_INSTALL in
/usr/share/aclocal/ltoptions.m4: 309
aclocal: found macro AC_LIBTOOL_PICMODE in /usr/share/aclocal/ltoptions.m4: 342
aclocal: found macro LT_CONFIG_LTDL_DIR in /usr/share/aclocal/ltdl.m4: 16
aclocal: found macro LTDL_CONVENIENCE in /usr/share/aclocal/ltdl.m4: 68
aclocal: found macro AC_LIBLTDL_CONVENIENCE in /usr/share/aclocal/ltdl.m4: 81
aclocal: found macro LTDL_INSTALLABLE in /usr/share/aclocal/ltdl.m4: 124
aclocal: found macro AC_LIBLTDL_INSTALLABLE in /usr/share/aclocal/ltdl.m4: 137
aclocal: found macro _LT_LIBOBJ in /usr/share/aclocal/ltdl.m4: 213
aclocal: found macro LTDL_INIT in /usr/share/aclocal/ltdl.m4: 226
aclocal: found macro AC_LIB_LTDL in /usr/share/aclocal/ltdl.m4: 352
aclocal: found macro AC_WITH_LTDL in /usr/share/aclocal/ltdl.m4: 353
aclocal: found macro LT_WITH_LTDL in /usr/share/aclocal/ltdl.m4: 354
aclocal: found macro _LTDL_SETUP in /usr/share/aclocal/ltdl.m4: 367
aclocal: found macro LT_SYS_DLOPEN_DEPLIBS in /usr/share/aclocal/ltdl.m4: 437
aclocal: found macro AC_LTDL_SYS_DLOPEN_DEPLIBS in /usr/share/aclocal/ltdl.m4:
536
aclocal: found macro LT_SYS_MODULE_EXT in /usr/share/aclocal/ltdl.m4: 543
aclocal: found macro AC_LTDL_SHLIBEXT in /usr/share/aclocal/ltdl.m4: 559
aclocal: found macro LT_SYS_MODULE_PATH in /usr/share/aclocal/ltdl.m4: 566
aclocal: found macro AC_LTDL_SHLIBPATH in /usr/share/aclocal/ltdl.m4: 578
aclocal: found macro LT_SYS_DLSEARCH_PATH in /usr/share/aclocal/ltdl.m4: 585
aclocal: found macro AC_LTDL_SYSSEARCHPATH in /usr/share/aclocal/ltdl.m4: 606
aclocal: found macro LT_LIB_DLLOAD in /usr/share/aclocal/ltdl.m4: 632
aclocal: found macro AC_LTDL_DLLIB in /usr/share/aclocal/ltdl.m4: 725
aclocal: found macro LT_SYS_SYMBOL_USCORE in /usr/share/aclocal/ltdl.m4: 733
aclocal: found macro AC_LTDL_SYMBOL_USCORE in /usr/share/aclocal/ltdl.m4: 770
aclocal: found macro LT_FUNC_DLSYM_USCORE in /usr/share/aclocal/ltdl.m4: 777
aclocal: found macro AC_LTDL_DLSYM_USCORE in /usr/share/aclocal/ltdl.m4: 802
aclocal: found macro LT_INIT in /usr/share/aclocal/libtool.m4: 67
aclocal: found macro AC_PROG_LIBTOOL in /usr/share/aclocal/libtool.m4: 102
aclocal: found macro AM_PROG_LIBTOOL in /usr/share/aclocal/libtool.m4: 103
aclocal: found macro LT_OUTPUT in /usr/share/aclocal/libtool.m4: 562
aclocal: found macro LT_SUPPORTED_TAG in /usr/share/aclocal/libtool.m4: 757
aclocal: found macro LT_LANG in /usr/share/aclocal/libtool.m4: 768
aclocal: found macro AC_LIBTOOL_CXX in /usr/share/aclocal/libtool.m4: 830
aclocal: found macro AC_LIBTOOL_F77 in /usr/share/aclocal/libtool.m4: 831
aclocal: found macro AC_LIBTOOL_FC in /usr/share/aclocal/libtool.m4: 832
aclocal: found macro AC_LIBTOOL_GCJ in /usr/share/aclocal/libtool.m4: 833
aclocal: found macro _LT_COMPILER_OPTION in /usr/share/aclocal/libtool.m4: 1402
aclocal: found macro AC_LIBTOOL_COMPILER_OPTION in
/usr/share/aclocal/libtool.m4: 1444
aclocal: found macro _LT_LINKER_OPTION in /usr/share/aclocal/libtool.m4: 1453
aclocal: ignoring macro AC_LIBTOOL_LINKER_OPTION in
/usr/share/aclocal/libtool.m4: 1488
aclocal: found macro LT_CMD_MAX_LEN in /usr/share/aclocal/libtool.m4: 1495
aclocal: found macro AC_LIBTOOL_SYS_MAX_CMD_LEN in
/usr/share/aclocal/libtool.m4: 1623
aclocal: found macro LT_SYS_DLOPEN_SELF in /usr/share/aclocal/libtool.m4: 1724
aclocal: found macro AC_LIBTOOL_DLOPEN_SELF in /usr/share/aclocal/libtool.m4:
1841
aclocal: found macro _LT_PATH_TOOL_PREFIX in /usr/share/aclocal/libtool.m4: 2732
aclocal: found macro AC_PATH_TOOL_PREFIX in /usr/share/aclocal/libtool.m4: 2794
aclocal: found macro LT_PATH_LD in /usr/share/aclocal/libtool.m4: 2817
aclocal: found macro AM_PROG_LD in /usr/share/aclocal/libtool.m4: 2905
aclocal: found macro AC_PROG_LD in /usr/share/aclocal/libtool.m4: 2906
aclocal: found macro LT_PATH_NM in /usr/share/aclocal/libtool.m4: 3170
aclocal: found macro AM_PROG_NM in /usr/share/aclocal/libtool.m4: 3248
aclocal: found macro AC_PROG_NM in /usr/share/aclocal/libtool.m4: 3249
aclocal: found macro LT_LIB_M in /usr/share/aclocal/libtool.m4: 3258
aclocal: found macro AC_CHECK_LIBM in /usr/share/aclocal/libtool.m4: 3277
aclocal: found macro LT_PROG_GCJ in /usr/share/aclocal/libtool.m4: 6970
aclocal: found macro LT_AC_PROG_GCJ in /usr/share/aclocal/libtool.m4: 6979
aclocal: found macro LT_PROG_RC in /usr/share/aclocal/libtool.m4: 6986
aclocal: found macro LT_AC_PROG_RC in /usr/share/aclocal/libtool.m4: 6991
aclocal: ignoring macro LT_AC_PROG_SED in /usr/share/aclocal/libtool.m4: 7102
aclocal: found macro gl_FUNC_ARGZ in /usr/share/aclocal/argz.m4: 12
aclocal: found macro gl_PREREQ_ARGZ in /usr/share/aclocal/argz.m4: 79
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_MKDIR_P
aclocal: saw macro AM_PROG_MKDIR_P
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AC_AM_CONFIG_HEADER_HOOK
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_MKDIR_P
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_LANG
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LT_CONFIG_LTDL_DIR
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_CONVENIENCE
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIBLTDL_CONVENIENCE
aclocal: saw macro LTDL_INSTALLABLE
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIBLTDL_INSTALLABLE
aclocal: saw macro _LT_LIBOBJ
aclocal: saw macro LTDL_INIT
aclocal: saw macro _LT_LIBOBJ
aclocal: saw macro LT_CONFIG_LTDL_DIR
aclocal: saw macro _LTDL_SETUP
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIB_LTDL
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_WITH_LTDL
aclocal: saw macro LT_WITH_LTDL
aclocal: saw macro LTDL_INIT
aclocal: saw macro _LTDL_SETUP
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro gl_FUNC_ARGZ
aclocal: saw macro gl_FUNC_ARGZ
aclocal: saw macro gl_PREREQ_ARGZ
aclocal: saw macro gl_PREREQ_ARGZ
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro AC_LTDL_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro AC_LTDL_SHLIBEXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro AC_LTDL_SHLIBPATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro AC_LTDL_SYSSEARCHPATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro AC_LTDL_DLLIB
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro AC_LTDL_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro AC_LTDL_DLSYM_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro gl_FUNC_ARGZ
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_DLOPEN
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_WIN32_DLL
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro AM_ENABLE_SHARED
aclocal: saw macro AC_ENABLE_SHARED
aclocal: saw macro AM_DISABLE_SHARED
aclocal: saw macro AC_DISABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro AM_ENABLE_STATIC
aclocal: saw macro AC_ENABLE_STATIC
aclocal: saw macro AM_DISABLE_STATIC
aclocal: saw macro AC_DISABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_FAST_INSTALL
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_FAST_INSTALL
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro AC_LIBTOOL_LINKER_OPTION
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro _LT_AC_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_AC_SHELL_INIT
aclocal: saw macro _LT_AC_SYS_LIBPATH_AIX
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro _LT_AC_TAGVAR
aclocal: saw macro AC_LTDL_ENABLE_INSTALL
aclocal: saw macro AC_LTDL_PREOPEN
aclocal: saw macro _LT_AC_SYS_COMPILER
aclocal: saw macro _LT_AC_LOCK
aclocal: saw macro AC_LIBTOOL_SYS_OLD_ARCHIVE
aclocal: saw macro _LT_AC_TRY_DLOPEN_SELF
aclocal: saw macro AC_LIBTOOL_PROG_CC_C_O
aclocal: saw macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS
aclocal: saw macro AC_LIBTOOL_OBJDIR
aclocal: saw macro AC_LTDL_OBJDIR
aclocal: saw macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
aclocal: saw macro AC_LIBTOOL_SYS_LIB_STRIP
aclocal: saw macro AC_PATH_MAGIC
aclocal: saw macro AC_PROG_LD_GNU
aclocal: saw macro AC_PROG_LD_RELOAD_FLAG
aclocal: saw macro AC_DEPLIBS_CHECK_METHOD
aclocal: saw macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI
aclocal: saw macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
aclocal: saw macro AC_LIBTOOL_PROG_COMPILER_PIC
aclocal: saw macro AC_LIBTOOL_PROG_LD_SHLIBS
aclocal: saw macro AC_LIBTOOL_POSTDEP_PREDEP
aclocal: saw macro LT_AC_PROG_EGREP
aclocal: saw macro LT_AC_PROG_SED
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _AC_PROG_LIBTOOL
aclocal: saw macro AC_LIBTOOL_SETUP
aclocal: saw macro _LT_AC_CHECK_DLFCN
aclocal: saw macro AC_LIBTOOL_SYS_DYNAMIC_LINKER
aclocal: saw macro _LT_AC_TAGCONFIG
aclocal: saw macro AC_DISABLE_FAST_INSTALL
aclocal: saw macro _LT_AC_LANG_CXX
aclocal: saw macro _LT_AC_LANG_F77
aclocal: saw macro _LT_AC_LANG_GCJ
aclocal: saw macro AC_LIBTOOL_RC
aclocal: saw macro AC_LIBTOOL_LANG_C_CONFIG
aclocal: saw macro _LT_AC_LANG_C_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_CXX_CONFIG
aclocal: saw macro _LT_AC_LANG_CXX_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_F77_CONFIG
aclocal: saw macro _LT_AC_LANG_F77_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_GCJ_CONFIG
aclocal: saw macro _LT_AC_LANG_GCJ_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_RC_CONFIG
aclocal: saw macro _LT_AC_LANG_RC_CONFIG
aclocal: saw macro AC_LIBTOOL_CONFIG
aclocal: saw macro _LT_AC_FILE_LTDLL_C
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_PICMODE
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_PROG_LIBTOOL
aclocal: saw macro LT_INIT
aclocal: saw macro AM_PROG_LIBTOOL
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LT_OUTPUT
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_CXX
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_F77
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_FC
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_GCJ
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro AC_LIBTOOL_COMPILER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro AC_LIBTOOL_LINKER_OPTION
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro AC_LIBTOOL_SYS_MAX_CMD_LEN
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro AC_LIBTOOL_DLOPEN_SELF
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro AC_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro AM_PROG_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro AC_PROG_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_NM
aclocal: saw macro AM_PROG_NM
aclocal: saw macro LT_PATH_NM
aclocal: saw macro AC_PROG_NM
aclocal: saw macro LT_LIB_M
aclocal: saw macro LT_LIB_M
aclocal: saw macro AC_CHECK_LIBM
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_RC
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_AC_PROG_GCJ
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_AC_PROG_RC
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro LT_AC_PROG_SED
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_RC
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AX_ISC_RPATH
aclocal: saw macro AX_ISC_RPATH
aclocal: saw macro KEA_CXX_TRY_FLAG
aclocal: saw macro KEA_CXX_TRY_FLAG
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_PATH_PYTHON
aclocal: saw macro AM_PATH_PYTHON
aclocal: saw macro AM_PYTHON_CHECK_VERSION
aclocal: saw macro AM_PYTHON_CHECK_VERSION
aclocal: saw macro AM_PYTHON_CHECK_VERSION
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro ACX_CHECK_PROG_NONCACHE
aclocal: saw macro ACX_TRY_BOTAN_TOOL
aclocal: saw macro ACX_CHECK_PROG_NONCACHE
aclocal: saw macro ACX_TRY_BOTAN_TOOL
aclocal: saw macro ACX_TRY_BOTAN_TOOL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AX_BOOST_FOR_KEA
aclocal: saw macro AX_BOOST_FOR_KEA
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: running autom4te --language Autoconf-without-aclocal-m4
'/usr/share/aclocal/argz.m4' '/usr/share/aclocal/libtool.m4'
'/usr/share/aclocal/ltdl.m4' '/usr/share/aclocal/ltoptions.m4'
'/usr/share/aclocal/ltsugar.m4' '/usr/share/aclocal/ltversion.m4'
'/usr/share/aclocal/lt~obsolete.m4' '/usr/share/aclocal-1.11/amversion.m4'
'/usr/share/aclocal-1.11/auxdir.m4' '/usr/share/aclocal-1.11/cond-if.m4'
'/usr/share/aclocal-1.11/cond.m4' '/usr/share/aclocal-1.11/depend.m4'
'/usr/share/aclocal-1.11/depout.m4' '/usr/share/aclocal-1.11/init.m4'
'/usr/share/aclocal-1.11/install-sh.m4' '/usr/share/aclocal-1.11/lead-dot.m4'
'/usr/share/aclocal-1.11/make.m4' '/usr/share/aclocal-1.11/missing.m4'
'/usr/share/aclocal-1.11/mkdirp.m4' '/usr/share/aclocal-1.11/options.m4'
'/usr/share/aclocal-1.11/python.m4' '/usr/share/aclocal-1.11/runlog.m4'
'/usr/share/aclocal-1.11/sanity.m4' '/usr/share/aclocal-1.11/silent.m4'
'/usr/share/aclocal-1.11/strip.m4' '/usr/share/aclocal-1.11/substnot.m4'
'/usr/sh
are/aclocal-1.11/tar.m4' 'm4macros/ax_boost_for_kea.m4'
'm4macros/ax_isc_rpath.m4' --trace='AC_DEFUN:$f::$n::$1'
--trace='AC_DEFUN_ONCE:$f::$n::$1' --trace='AU_DEFUN:$f::$n::$1'
--trace='_AM_AUTOCONF_VERSION:$f::$n::$1' --trace='AM_ENABLE_STATIC:$f::$n'
--trace='AC_LIBTOOL_LANG_RC_CONFIG:$f::$n' --trace='_LT_AC_SHELL_INIT:$f::$n'
--trace='AC_PROG_LIBTOOL:$f::$n' --trace='_LT_AC_LANG_CXX_CONFIG:$f::$n'
--trace='AM_PROG_MKDIR_P:$f::$n' --trace='AM_PYTHON_CHECK_VERSION:$f::$n'
--trace='AM_AUTOMAKE_VERSION:$f::$n' --trace='AM_SUBST_NOTMAKE:$f::$n'
--trace='AM_MISSING_PROG:$f::$n'
--trace='AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH:$f::$n'
--trace='_LT_AC_LANG_C_CONFIG:$f::$n' --trace='AM_PROG_INSTALL_STRIP:$f::$n'
--trace='AC_LIBTOOL_OBJDIR:$f::$n' --trace='gl_FUNC_ARGZ:$f::$n'
--trace='LTOBSOLETE_VERSION:$f::$n' --trace='AM_SANITY_CHECK:$f::$n'
--trace='AC_LIBTOOL_LANG_GCJ_CONFIG:$f::$n'
--trace='AC_LIBTOOL_PROG_COMPILER_PIC:$f::$n' --trace='AM_COND_IF:$f::$n'
--trace='LT_LIB_M:$f::$n
' --trace='_LT_AC_CHECK_DLFCN:$f::$n'
--trace='AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE:$f::$n'
--trace='LTSUGAR_VERSION:$f::$n' --trace='_LT_PROG_LTMAIN:$f::$n'
--trace='LT_SYS_SYMBOL_USCORE:$f::$n' --trace='_AM_PROG_TAR:$f::$n'
--trace='AC_LIBTOOL_GCJ:$f::$n' --trace='LT_SYS_DLOPEN_DEPLIBS:$f::$n'
--trace='LT_FUNC_DLSYM_USCORE:$f::$n' --trace='AC_LIBTOOL_CONFIG:$f::$n'
--trace='_LT_AC_LANG_F77:$f::$n' --trace='AC_LTDL_DLLIB:$f::$n'
--trace='_AM_SUBST_NOTMAKE:$f::$n' --trace='AM_DISABLE_SHARED:$f::$n'
--trace='_LTDL_SETUP:$f::$n' --trace='AM_PROG_LIBTOOL:$f::$n'
--trace='_LT_AC_LANG_CXX:$f::$n' --trace='AM_PROG_LD:$f::$n'
--trace='_LT_AC_FILE_LTDLL_C:$f::$n' --trace='AC_LIB_LTDL:$f::$n'
--trace='AC_PROG_NM:$f::$n' --trace='AC_LIBTOOL_DLOPEN:$f::$n'
--trace='AC_PROG_LD:$f::$n' --trace='AC_PROG_LD_GNU:$f::$n'
--trace='AC_ENABLE_FAST_INSTALL:$f::$n' --trace='AC_LIBTOOL_FC:$f::$n'
--trace='LTDL_CONVENIENCE:$f::$n' --trace='_AM_SET_OPTION:$f::$n'
--trace='AC_LTDL_PREOPEN:$f::$n' --trac
e='_LT_LINKER_BOILERPLATE:$f::$n' --trace='AC_LIBTOOL_LANG_CXX_CONFIG:$f::$n'
--trace='AC_LIBTOOL_PROG_CC_C_O:$f::$n' --trace='gl_PREREQ_ARGZ:$f::$n'
--trace='LT_SUPPORTED_TAG:$f::$n'
--trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='LT_PROG_RC:$f::$n'
--trace='LT_SYS_MODULE_EXT:$f::$n' --trace='_LT_AC_LANG_GCJ:$f::$n'
--trace='AC_LTDL_OBJDIR:$f::$n' --trace='ACX_TRY_BOTAN_TOOL:$f::$n'
--trace='_LT_PATH_TOOL_PREFIX:$f::$n' --trace='AC_LIBTOOL_RC:$f::$n'
--trace='_LT_AC_PROG_ECHO_BACKSLASH:$f::$n'
--trace='AC_DISABLE_FAST_INSTALL:$f::$n' --trace='AM_SILENT_RULES:$f::$n'
--trace='_LT_AC_TRY_DLOPEN_SELF:$f::$n' --trace='_LT_AC_SYS_LIBPATH_AIX:$f::$n'
--trace='LT_AC_PROG_SED:$f::$n' --trace='AM_ENABLE_SHARED:$f::$n'
--trace='LTDL_INSTALLABLE:$f::$n' --trace='_LT_AC_LANG_GCJ_CONFIG:$f::$n'
--trace='AC_ENABLE_SHARED:$f::$n'
--trace='AC_LIBTOOL_SYS_HARD_LINK_LOCKS:$f::$n'
--trace='AC_ENABLE_STATIC:$f::$n' --trace='_LT_AC_TAGVAR:$f::$n'
--trace='AC_LIBTOOL_LANG_F77_CONFIG:$f::
$n' --trace='AM_CONDITIONAL:$f::$n' --trace='LT_LIB_DLLOAD:$f::$n'
--trace='LTVERSION_VERSION:$f::$n' --trace='LTDL_INIT:$f::$n'
--trace='AM_PROG_INSTALL_SH:$f::$n' --trace='AC_PROG_EGREP:$f::$n'
--trace='AM_PATH_PYTHON:$f::$n' --trace='AC_PATH_MAGIC:$f::$n'
--trace='_AC_AM_CONFIG_HEADER_HOOK:$f::$n'
--trace='ACX_CHECK_PROG_NONCACHE:$f::$n' --trace='AC_LTDL_SYSSEARCHPATH:$f::$n'
--trace='AM_MAKE_INCLUDE:$f::$n' --trace='LT_CMD_MAX_LEN:$f::$n'
--trace='_LT_AC_TAGCONFIG:$f::$n' --trace='_LT_LINKER_OPTION:$f::$n'
--trace='AC_LIBTOOL_COMPILER_OPTION:$f::$n' --trace='AC_DISABLE_SHARED:$f::$n'
--trace='_LT_COMPILER_BOILERPLATE:$f::$n' --trace='AC_LIBTOOL_WIN32_DLL:$f::$n'
--trace='AC_LIBTOOL_SETUP:$f::$n' --trace='AC_PROG_LD_RELOAD_FLAG:$f::$n'
--trace='AC_LTDL_DLSYM_USCORE:$f::$n' --trace='AM_MISSING_HAS_RUN:$f::$n'
--trace='LT_LANG:$f::$n' --trace='LT_SYS_DLSEARCH_PATH:$f::$n'
--trace='LT_CONFIG_LTDL_DIR:$f::$n' --trace='AC_LIBTOOL_DLOPEN_SELF:$f::$n'
--trace='LT_OUTPUT:$f::$n'
--trace='AC_LIBTOOL_PROG_LD_SHLIBS:$f::$n' --trace='AC_WITH_LTDL:$f::$n'
--trace='AC_LIBTOOL_LINKER_OPTION:$f::$n' --trace='LT_AC_PROG_RC:$f::$n'
--trace='AC_LIBTOOL_CXX:$f::$n' --trace='LT_INIT:$f::$n'
--trace='LT_AC_PROG_GCJ:$f::$n' --trace='LT_SYS_DLOPEN_SELF:$f::$n'
--trace='AM_DEP_TRACK:$f::$n' --trace='AM_DISABLE_STATIC:$f::$n'
--trace='_AC_PROG_LIBTOOL:$f::$n' --trace='_AM_IF_OPTION:$f::$n'
--trace='AC_PATH_TOOL_PREFIX:$f::$n' --trace='AC_LIBTOOL_F77:$f::$n'
--trace='AX_ISC_RPATH:$f::$n' --trace='AM_SET_LEADING_DOT:$f::$n'
--trace='LT_AC_PROG_EGREP:$f::$n' --trace='_AM_DEPENDENCIES:$f::$n'
--trace='AC_LIBTOOL_LANG_C_CONFIG:$f::$n' --trace='LTOPTIONS_VERSION:$f::$n'
--trace='_LT_AC_SYS_COMPILER:$f::$n' --trace='AM_PROG_NM:$f::$n'
--trace='AC_LIBLTDL_CONVENIENCE:$f::$n'
--trace='AC_DEPLIBS_CHECK_METHOD:$f::$n'
--trace='AC_LIBLTDL_INSTALLABLE:$f::$n'
--trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n'
--trace='AC_LTDL_ENABLE_INSTALL:$f::$n' --trace='LT_PROG_GCJ:$f::$n' --tr
ace='AC_LIBTOOL_SYS_DYNAMIC_LINKER:$f::$n' --trace='AM_INIT_AUTOMAKE:$f::$n'
--trace='AC_DISABLE_STATIC:$f::$n' --trace='LT_PATH_NM:$f::$n'
--trace='AC_LTDL_SHLIBEXT:$f::$n' --trace='_LT_AC_LOCK:$f::$n'
--trace='_LT_AC_LANG_RC_CONFIG:$f::$n' --trace='KEA_CXX_TRY_FLAG:$f::$n'
--trace='LT_SYS_MODULE_PATH:$f::$n' --trace='LT_WITH_LTDL:$f::$n'
--trace='AC_LIBTOOL_POSTDEP_PREDEP:$f::$n' --trace='AC_LTDL_SHLIBPATH:$f::$n'
--trace='AM_AUX_DIR_EXPAND:$f::$n'
--trace='AC_LIBTOOL_PROG_COMPILER_NO_RTTI:$f::$n'
--trace='_LT_AC_LANG_F77_CONFIG:$f::$n' --trace='_LT_COMPILER_OPTION:$f::$n'
--trace='_AM_SET_OPTIONS:$f::$n' --trace='AM_RUN_LOG:$f::$n'
--trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n'
--trace='AC_LTDL_SYS_DLOPEN_DEPLIBS:$f::$n'
--trace='AC_LIBTOOL_SYS_OLD_ARCHIVE:$f::$n' --trace='AC_LIBTOOL_PICMODE:$f::$n'
--trace='AC_CHECK_LIBM:$f::$n' --trace='LT_PATH_LD:$f::$n'
--trace='AC_LIBTOOL_SYS_LIB_STRIP:$f::$n' --trace='_AM_MANGLE_OPTION:$f::$n'
--trace='AC_LIBTOOL_SYS_MAX_CMD_LEN:$f
::$n' --trace='AC_LTDL_SYMBOL_USCORE:$f::$n' --trace='AM_SET_DEPDIR:$f::$n'
--trace='_LT_CC_BASENAME:$f::$n' --trace='AX_BOOST_FOR_KEA:$f::$n'
--trace='_LT_LIBOBJ:$f::$n' configure.ac
: command not found
: command not found
>
> -----Message d'origine-----
> De : Jeremy C. Reed [mailto:[email protected]]
> Envoy? : mardi 16 septembre 2014 15:39
> ? : Chaigneau, Nicolas
> Cc : [email protected]
> Objet : RE: Server hangs at startup - issue with lock file
>
> On Tue, 16 Sep 2014, Chaigneau, Nicolas wrote:
>
> > I've got an issue though, when I run "autoreconf --install" (as
> > described in Kea guide), it just hangs after displaying the following
> > output:
> > : command not found
> > : command not found
> >
>
> > I've installed automake (1.11.1) and libtool (2.2.6b); autoconf (2.63)
> > was already installed.
> >
> > I've checked all binaries mentioned in:
> > "This will run autoconf, aclocal, libtoolize, autoheader, automake,
> > and related commands"
> >
> >
> > Any hint to check what's going wrong ?
>
> Maybe try running the autoreconf with -vv switch (-v -v) for extra
> verbose output to help track this down. (Use a single -v for less
> debugging.)
>
> Also make sure you don't have AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE,
> ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE set in your environment
> incorrectly. (You shouldn't need then set.)
>
>
> > Can I possibly get the files I need from the 0.9 tarball, or is it a
> > bad idea ?
>
> That may be difficult and won't work well. (Also automake/autoconf make
> retry to rebuild parts when you attempt to make and it will be
> inconsistent.)
>
This message contains information that may be privileged or confidential and is
the property of the Capgemini Group. It is intended only for the person to whom
it is addressed. If you are not the intended recipient, you are not authorized
to read, print, retain, copy, disseminate, distribute, or use this message or
any part thereof. If you receive this message in error, please notify the
sender immediately and delete all copies of this message.
------------------------------
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
End of kea-dev Digest, Vol 6, Issue 11
**************************************