Discussion:
non-session-manager build fails: Command ntk_config not found
Diego Simak
2012-07-25 20:14:41 UTC
Permalink
Hello List,

I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].

Build just fails during configure because ntk_config command is not found:

***@ruidosa:~/Downloads/non2$ git clone git://
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$
***@ruidosa:~/Downloads/non2$ cd daw/
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git checkout next
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
***@ruidosa:~/Downloads/non2/daw$ git submodule update
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ make -C lib
make: Entering directory `/home/diego/Downloads/non2/daw/lib'
make: Nothing to be done for `ntk/lib/libntk.a'.
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ ./configure
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.


I would like to know if a specific library is required to correctly build
nsm. or maybe some other thing from non bundle?

Thank you very much in advance for your help.

Diego

[1]: http://www.linuxmusicians.com/viewtopic.php?f=19&t=7986
J. Liles
2012-07-25 20:20:41 UTC
Permalink
Post by Diego Simak
Hello List,
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
make: Entering directory `/home/diego/Downloads/non2/daw/lib'
make: Nothing to be done for `ntk/lib/libntk.a'.
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
I would like to know if a specific library is required to correctly build
nsm. or maybe some other thing from non bundle?
Thank you very much in advance for your help.
Diego
| make: Nothing to be done for `ntk/lib/libntk.a'.

This confuses me. Did you do git submodule update? Is there anything in
lib/ntk?
Diego Simak
2012-07-25 20:26:13 UTC
Permalink
Post by J. Liles
Post by Diego Simak
Hello List,
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
make: Entering directory `/home/diego/Downloads/non2/daw/lib'
make: Nothing to be done for `ntk/lib/libntk.a'.
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
I would like to know if a specific library is required to correctly build
nsm. or maybe some other thing from non bundle?
Thank you very much in advance for your help.
Diego
| make: Nothing to be done for `ntk/lib/libntk.a'.
This confuses me. Did you do git submodule update? Is there anything in
lib/ntk?
Yes I did it.

i did that again, seems that lib/ntk is empty:

***@ruidosa:~/Downloads/non2$ cd daw/
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ git submodule update
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ ./configure
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$
***@ruidosa:~/Downloads/non2/daw$ cd lib/
***@ruidosa:~/Downloads/non2/daw/lib$ ls
Makefile ntk
***@ruidosa:~/Downloads/non2/daw/lib$ cd ntk/
***@ruidosa:~/Downloads/non2/daw/lib/ntk$
***@ruidosa:~/Downloads/non2/daw/lib/ntk$ ls -rtlh
total 0
***@ruidosa:~/Downloads/non2/daw/lib/ntk$


Thank you.
Diego
J. Liles
2012-07-25 20:28:28 UTC
Permalink
Post by Diego Simak
Post by J. Liles
Post by Diego Simak
Hello List,
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository in /home/diego/Downloads/non2/daw/.git/
remote: Counting objects: 9433, done.
remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
make: Entering directory `/home/diego/Downloads/non2/daw/lib'
make: Nothing to be done for `ntk/lib/libntk.a'.
make: Leaving directory `/home/diego/Downloads/non2/daw/lib'
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
I would like to know if a specific library is required to correctly
build nsm. or maybe some other thing from non bundle?
Thank you very much in advance for your help.
Diego
| make: Nothing to be done for `ntk/lib/libntk.a'.
This confuses me. Did you do git submodule update? Is there anything in
lib/ntk?
Yes I did it.
Checking sanity... ok
--- Configuration required
Master configuration
:: Installation prefix? [/usr/local]
:: Build for debugging? [no]
Checking for ar... ok (/usr/bin/ar)
Checking for makedepend... ok (/usr/bin/makedepend)
Checking for ntk_config... failed!
Command ntk_config not found.
Makefile ntk
total 0
Thank you.
Diego
If lib/ntk is empty, then git submodule init and git submodule update
failed to checkout the submodule for some reason... I really don't know
what do tell you.
James Morris
2012-07-25 20:32:43 UTC
Permalink
Post by Diego Simak
Hello List,
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository
9433, done. remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
You've missed the git submodile init step. See here:
http://listengine.tuxfamily.org/lists.tuxfamily.org/non-mixer/2012/05/msg00001.html

James.
Diego Simak
2012-07-25 20:40:50 UTC
Permalink
Post by James Morris
Post by Diego Simak
Hello List,
I was trying to build last Non-session-manager with nsm-proxy support
according to what is expressed here [1].
git.tuxfamily.org/gitroot/non/daw.git
Initialized empty Git repository
9433, done. remote: Compressing objects: 100% (3314/3314), done.
remote: Total 9433 (delta 7338), reused 7800 (delta 6017)
Receiving objects: 100% (9433/9433), 7.60 MiB | 985 KiB/s, done.
Resolving deltas: 100% (7338/7338), done.
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
http://listengine.tuxfamily.org/lists.tuxfamily.org/non-mixer/2012/05/msg00001.html
James.
Yes, that's the problem!


I did 'git submodule init' and now lib/ntk is not empty.
(sorry about this I'm not a GIT expert at all)

I'm having now a problem since FLUID isn't found, but that's other problem.


Thank you James.

Diego

Loading...