Thanks.
What does the thread argument ("-t N") mean for this version of NOX? Does
that mean that there are N OS threads processing completion handlers as
they are placed on the completion queue? There is a single completion
queue, right? Hopefully I am using the terminology correctly here - I am
not that familiar with the Boost.ASIO library.
-Andreas
On Mon, Jul 23, 2012 at 2:37 AM, Murphy McCauley
<[email protected]>wrote:
> Yes, the switch application is still a good example. A lot of the other
> components (which never worked in destiny-fast) have been removed. A
> couple have been rewritten, but the focus was more on getting them to work
> than on getting them to scale better (on the other hand, I don't think any
> of them are heavy-hitters in terms of event rate like switch can be).
>
> -- Murphy
>
>
> On Jul 20, 2012, at 9:18 PM, Andreas Voellmy wrote:
>
> In the dev/destiny-fast branch that I had been using, the switch
> application was designed to scale well with the new features. Is the switch
> application still a good application to try for this? Have the other apps
> also been written to scale better on multicore?
>
> On Sat, Jul 21, 2012 at 12:01 AM, Andreas Voellmy <
> [email protected]> wrote:
>
>> Thanks! Everything works now.
>>
>> -Andreas
>>
>>
>> On Fri, Jul 20, 2012 at 11:48 PM, Murphy McCauley <
>> [email protected]> wrote:
>>
>>> The branch you really want is verity.
>>>
>>> http://noxrepo.org/git/nox
>>>
>>> On Jul 20, 2012, at 8:45 PM, Andreas Voellmy wrote:
>>>
>>> My intention was to use the newer version that has uses the Boost
>>> libraries for asynchronous IO and works well on multicores. So the branch
>>> that I really wanted was dev/destiny-fast (which I've been using on 10.04).
>>> That branch is also having the same errors on 12.04.
>>>
>>> On Fri, Jul 20, 2012 at 10:49 PM, Murphy McCauley <
>>> [email protected]> wrote:
>>>
>>>> It's true; destiny does not build easily on 12.04. It has been done,
>>>> however, and there has been some discussion (along with some patches; etc.)
>>>> on the mailing list.
>>>>
>>>> I don't have any intention of fixing this myself, as none of us at
>>>> Berkeley or ICSI use NOX-Classic anymore, nor do we recommend that anyone
>>>> else does. If someone else would like to fix it and issue pull requests on
>>>> github (http://noxrepo.org/git/nox-classic), I am happy to review them.
>>>>
>>>> -- Murphy
>>>>
>>>>
>>>> On Jul 20, 2012, at 7:39 PM, Andreas Voellmy wrote:
>>>>
>>>> I just got the destiny branch from git://noxrepo.org/nox and boot.sh
>>>> fails. It looks like the autoreconf command fails. I am using Ubuntu 12.04
>>>> and autoreconf 2.68. (I had a slightly older version of this branch that
>>>> built on a machine with Ubuntu 10.04 and autoreconf 2.65)
>>>>
>>>> This is the error output:
>>>>
>>>> configure.ac:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> /home/andi/Download/nox-destiny/nox-temp/config/ax_boost_filesystem.m4:34:
>>>> AX_BOOST_FILESYSTEM is expanded from...
>>>> configure.ac:40: the top level
>>>> configure.ac:116: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> /home/andi/Download/nox-destiny/nox-temp/config/ax_boost_unit_test_framework.m4:34:
>>>> AX_BOOST_UNIT_TEST_FRAMEWORK is expanded from...
>>>> configure.ac:116: the top level
>>>> configure.ac:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1673: AX_BOOST_FILESYSTEM is expanded from...
>>>> configure.ac:40: the top level
>>>> configure.ac:116: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1903: AX_BOOST_UNIT_TEST_FRAMEWORK is expanded from...
>>>> configure.ac:116: the top level
>>>> configure.ac:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> /home/andi/Download/nox-destiny/nox-temp/config/ax_boost_filesystem.m4:34:
>>>> AX_BOOST_FILESYSTEM is expanded from...
>>>> configure.ac:40: the top level
>>>> configure.ac:116: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> /home/andi/Download/nox-destiny/nox-temp/config/ax_boost_unit_test_framework.m4:34:
>>>> AX_BOOST_UNIT_TEST_FRAMEWORK is expanded from...
>>>> configure.ac:116: the top level
>>>> configure.ac:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1673: AX_BOOST_FILESYSTEM is expanded from...
>>>> configure.ac:40: the top level
>>>> configure.ac:116: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1903: AX_BOOST_UNIT_TEST_FRAMEWORK is expanded from...
>>>> configure.ac:116: the top level
>>>> configure.ac:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1673: AX_BOOST_FILESYSTEM is expanded from...
>>>> configure.ac:40: the top level
>>>> configure.ac:116: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1903: AX_BOOST_UNIT_TEST_FRAMEWORK is expanded from...
>>>> configure.ac:116: the top level
>>>> configure.ac:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1673: AX_BOOST_FILESYSTEM is expanded from...
>>>> configure.ac:40: the top level
>>>> configure.ac:116: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
>>>> detected in body
>>>> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
>>>> ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded
>>>> from...
>>>> ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
>>>> ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
>>>> ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
>>>> aclocal.m4:1903: AX_BOOST_UNIT_TEST_FRAMEWORK is expanded from...
>>>> configure.ac:116: the top level
>>>> src/Make.vars:56: `pkglibdir' is not a legitimate directory for
>>>> `SCRIPTS'
>>>> src/Makefile.am:1: `src/Make.vars' included from here
>>>> src/builtin/../Make.vars:56: `pkglibdir' is not a legitimate directory
>>>> for `SCRIPTS'
>>>> src/builtin/Makefile.am:1: `src/builtin/../Make.vars' included from
>>>> here
>>>> src/etc/../Make.vars:56: `pkglibdir' is not a legitimate directory for
>>>> `SCRIPTS'
>>>> src/etc/Makefile.am:1: `src/etc/../Make.vars' included from here
>>>> src/lib/../Make.vars:56: `pkglibdir' is not a legitimate directory for
>>>> `SCRIPTS'
>>>> src/lib/Makefile.am:1: `src/lib/../Make.vars' included from here
>>>> src/nox/../Make.vars:56: `pkglibdir' is not a legitimate directory for
>>>> `SCRIPTS'
>>>> src/nox/Makefile.am:1: `src/nox/../Make.vars' included from here
>>>> src/nox/coreapps/../../Make.vars:56: `pkglibdir' is not a legitimate
>>>> directory for `SCRIPTS'
>>>> src/nox/coreapps/Makefile.am:1: `src/nox/coreapps/../../Make.vars'
>>>> included from here
>>>> src/nox/coreapps/coretests/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/coretests/Makefile.am:1:
>>>> `src/nox/coreapps/coretests/../../../Make.vars' included from here
>>>> src/nox/coreapps/examples/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/examples/Makefile.am:1:
>>>> `src/nox/coreapps/examples/../../../Make.vars' included from here
>>>> src/nox/coreapps/examples/t/../../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/examples/t/Makefile.am:1:
>>>> `src/nox/coreapps/examples/t/../../../../Make.vars' included from here
>>>> src/nox/coreapps/hub/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/hub/Makefile.am:1:
>>>> `src/nox/coreapps/hub/../../../Make.vars' included from here
>>>> src/nox/coreapps/messenger/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/messenger/Makefile.am:1:
>>>> `src/nox/coreapps/messenger/../../../Make.vars' included from here
>>>> src/nox/coreapps/pyrt/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/pyrt/Makefile.am:1:
>>>> `src/nox/coreapps/pyrt/../../../Make.vars' included from here
>>>> src/nox/coreapps/simple_c_app/../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/simple_c_app/Makefile.am:1:
>>>> `src/nox/coreapps/simple_c_app/../../../Make.vars' included from here
>>>> src/nox/coreapps/simple_c_py_app/../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/simple_c_py_app/Makefile.am:1:
>>>> `src/nox/coreapps/simple_c_py_app/../../../Make.vars' included from here
>>>> src/nox/coreapps/simple_py_app/../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/simple_py_app/Makefile.am:1:
>>>> `src/nox/coreapps/simple_py_app/../../../Make.vars' included from here
>>>> src/nox/coreapps/snmp/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/snmp/Makefile.am:1:
>>>> `src/nox/coreapps/snmp/../../../Make.vars' included from here
>>>> src/nox/coreapps/switch/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/switch/Makefile.am:1:
>>>> `src/nox/coreapps/switch/../../../Make.vars' included from here
>>>> src/nox/coreapps/testharness/../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/coreapps/testharness/Makefile.am:1:
>>>> `src/nox/coreapps/testharness/../../../Make.vars' included from here
>>>> src/nox/lib/../../Make.vars:56: `pkglibdir' is not a legitimate
>>>> directory for `SCRIPTS'
>>>> src/nox/lib/Makefile.am:1: `src/nox/lib/../../Make.vars' included
>>>> from here
>>>> src/nox/lib/netinet/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/lib/netinet/Makefile.am:1:
>>>> `src/nox/lib/netinet/../../../Make.vars' included from here
>>>> src/nox/lib/packet/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/lib/packet/Makefile.am:1:
>>>> `src/nox/lib/packet/../../../Make.vars' included from here
>>>> src/nox/lib/packet/t/../../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/lib/packet/t/Makefile.am:1:
>>>> `src/nox/lib/packet/t/../../../../Make.vars' included from here
>>>> src/nox/netapps/../../Make.vars:56: `pkglibdir' is not a legitimate
>>>> directory for `SCRIPTS'
>>>> src/nox/netapps/Makefile.am:1: `src/nox/netapps/../../Make.vars'
>>>> included from here
>>>> src/nox/netapps/authenticator/../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/authenticator/Makefile.am:1:
>>>> `src/nox/netapps/authenticator/../../../Make.vars' included from here
>>>> src/nox/netapps/bindings_storage/../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/bindings_storage/Makefile.am:1:
>>>> `src/nox/netapps/bindings_storage/../../../Make.vars' included from here
>>>> src/nox/netapps/bindings_storage/t/../../../../Make.vars:56:
>>>> `pkglibdir' is not a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/bindings_storage/t/Makefile.am:1:
>>>> `src/nox/netapps/bindings_storage/t/../../../../Make.vars' included from
>>>> here
>>>> src/nox/netapps/data/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/data/Makefile.am:1:
>>>> `src/nox/netapps/data/../../../Make.vars' included from here
>>>> src/nox/netapps/discovery/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/discovery/Makefile.am:1:
>>>> `src/nox/netapps/discovery/../../../Make.vars' included from here
>>>> src/nox/netapps/flow_fetcher/../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/flow_fetcher/Makefile.am:1:
>>>> `src/nox/netapps/flow_fetcher/../../../Make.vars' included from here
>>>> src/nox/netapps/flowtracer/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/flowtracer/Makefile.am:1:
>>>> `src/nox/netapps/flowtracer/../../../Make.vars' included from here
>>>> src/nox/netapps/hoststate/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/hoststate/Makefile.am:1:
>>>> `src/nox/netapps/hoststate/../../../Make.vars' included from here
>>>> src/nox/netapps/lavi/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/lavi/Makefile.am:1:
>>>> `src/nox/netapps/lavi/../../../Make.vars' included from here
>>>> src/nox/netapps/monitoring/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/monitoring/Makefile.am:1:
>>>> `src/nox/netapps/monitoring/../../../Make.vars' included from here
>>>> src/nox/netapps/networkstate/../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/networkstate/Makefile.am:1:
>>>> `src/nox/netapps/networkstate/../../../Make.vars' included from here
>>>> src/nox/netapps/route/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/route/Makefile.am:1:
>>>> `src/nox/netapps/route/../../../Make.vars' included from here
>>>> src/nox/netapps/routing/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/routing/Makefile.am:1:
>>>> `src/nox/netapps/routing/../../../Make.vars' included from here
>>>> src/nox/netapps/spanning_tree/../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/spanning_tree/Makefile.am:1:
>>>> `src/nox/netapps/spanning_tree/../../../Make.vars' included from here
>>>> src/nox/netapps/storage/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/storage/Makefile.am:1:
>>>> `src/nox/netapps/storage/../../../Make.vars' included from here
>>>> src/nox/netapps/storage/t/../../../../Make.vars:56: `pkglibdir' is not
>>>> a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/storage/t/Makefile.am:1:
>>>> `src/nox/netapps/storage/t/../../../../Make.vars' included from here
>>>> src/nox/netapps/switch_management/../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/switch_management/Makefile.am:1:
>>>> `src/nox/netapps/switch_management/../../../Make.vars' included from here
>>>> src/nox/netapps/switchstats/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/switchstats/Makefile.am:1:
>>>> `src/nox/netapps/switchstats/../../../Make.vars' included from here
>>>> src/nox/netapps/tablog/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/tablog/Makefile.am:1:
>>>> `src/nox/netapps/tablog/../../../Make.vars' included from here
>>>> src/nox/netapps/tests/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/tests/Makefile.am:1:
>>>> `src/nox/netapps/tests/../../../Make.vars' included from here
>>>> src/nox/netapps/tests/pyunittests/../../../../Make.vars:56: `pkglibdir'
>>>> is not a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/tests/pyunittests/Makefile.am:1:
>>>> `src/nox/netapps/tests/pyunittests/../../../../Make.vars' included from
>>>> here
>>>> src/nox/netapps/topology/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/topology/Makefile.am:1:
>>>> `src/nox/netapps/topology/../../../Make.vars' included from here
>>>> src/nox/netapps/user_event_log/../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/netapps/user_event_log/Makefile.am:1:
>>>> `src/nox/netapps/user_event_log/../../../Make.vars' included from here
>>>> src/nox/webapps/../../Make.vars:56: `pkglibdir' is not a legitimate
>>>> directory for `SCRIPTS'
>>>> src/nox/webapps/Makefile.am:1: `src/nox/webapps/../../Make.vars'
>>>> included from here
>>>> src/nox/webapps/miscws/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/webapps/miscws/Makefile.am:1:
>>>> `src/nox/webapps/miscws/../../../Make.vars' included from here
>>>> src/nox/webapps/webserver/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/webapps/webserver/Makefile.am:1:
>>>> `src/nox/webapps/webserver/../../../Make.vars' included from here
>>>> src/nox/webapps/webservice/../../../Make.vars:56: `pkglibdir' is not a
>>>> legitimate directory for `SCRIPTS'
>>>> src/nox/webapps/webservice/Makefile.am:1:
>>>> `src/nox/webapps/webservice/../../../Make.vars' included from here
>>>> src/nox/webapps/webserviceclient/../../../Make.vars:56: `pkglibdir' is
>>>> not a legitimate directory for `SCRIPTS'
>>>> src/nox/webapps/webserviceclient/Makefile.am:1:
>>>> `src/nox/webapps/webserviceclient/../../../Make.vars' included from here
>>>> src/nox/webapps/webserviceclient/t/../../../../Make.vars:56:
>>>> `pkglibdir' is not a legitimate directory for `SCRIPTS'
>>>> src/nox/webapps/webserviceclient/t/Makefile.am:1:
>>>> `src/nox/webapps/webserviceclient/t/../../../../Make.vars' included from
>>>> here
>>>> src/tests/../Make.vars:56: `pkglibdir' is not a legitimate directory
>>>> for `SCRIPTS'
>>>> src/tests/Makefile.am:1: `src/tests/../Make.vars' included from here
>>>> src/utilities/../Make.vars:56: `pkglibdir' is not a legitimate
>>>> directory for `SCRIPTS'
>>>> src/utilities/Makefile.am:1: `src/utilities/../Make.vars' included
>>>> from here
>>>> autoreconf: automake failed with exit status: 1
>>>>
>>>>
>>>>
>>>
>>>
>>
>
>