LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-29-2014, 01:38 AM   #1
maitanaji
LQ Newbie
 
Registered: Jun 2014
Posts: 19

Rep: Reputation: Disabled
Unhappy make command error


Hi

when I run make command for patching CRCN (other info:ns-2.31 on ubuntu 12.04), the result is:

make[1]: Entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/cmu-scen-gen/setdest'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/cmu-scen-gen/setdest'
make[1]: Entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/dec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/dec'
make[1]: Entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/epa'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/epa'
make[1]: Entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/nlanr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/nlanr'
make[1]: Entering directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/ucb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/apadana/ns-allinone-2.31/ns-2.31/indep-utils/webtrace-conv/ucb'


Please suggest me a solution for solving this error
best regards
 
Old 06-29-2014, 02:15 AM   #2
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
hmm, 'nothing to be done' isn't an error, it seems to have worked correctly.

try running make clean then re-run make and see what happens.
 
1 members found this post helpful.
Old 06-29-2014, 02:31 AM   #3
maitanaji
LQ Newbie
 
Registered: Jun 2014
Posts: 19

Original Poster
Rep: Reputation: Disabled
Thanks frieza for the response
First I run "make clean" , "make depend" and after these ... I run make commnad
When I run those two commands(make clean and make depend)....I have no problem
But I face with this error when I run make command

Last edited by maitanaji; 06-29-2014 at 02:33 AM.
 
Old 06-29-2014, 02:41 AM   #4
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
try running make install (as root) and see what happens, 'nothing to be done' as i said isn't really an error.
 
1 members found this post helpful.
Old 06-29-2014, 03:42 AM   #5
maitanaji
LQ Newbie
 
Registered: Jun 2014
Posts: 19

Original Poster
Rep: Reputation: Disabled
I don't know whether it's an error Or not
But if I give you more informations ... Maybe you could help me
Indeed before showing "make[1]: Nothing to be done for `all'." ... there are another lines that I didn't write them in my post
the following lines show them

common/ptypes2tcl.cc:58:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:59:43: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:60:45: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:61:27: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:62:15: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:63:29: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:64:15: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:65:36: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:66:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
common/ptypes2tcl.cc:67:45: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]


Now you stil think this is not an error?
By the way I run make install ... Unfortunately gives me another error
If you need to know that error in running make install ... tell me to write that
Thanks once again
 
Old 06-29-2014, 04:09 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,846

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
would be nice to give us more details: why do you think it is an error? What did you expect (to happen)? In general "Nothing to be done for all" means: "everything is already done, so nothing else left".
 
1 members found this post helpful.
Old 06-29-2014, 04:11 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,846

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
Quote:
Originally Posted by maitanaji View Post
common/ptypes2tcl.cc:58:26: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]


Now you stil think this is not an error?
No it is not an error but a warning. Probably it will not cause any problem.

Quote:
Originally Posted by maitanaji View Post
By the way I run make install ... Unfortunately gives me another error
If you need to know that error in running make install ... tell me to write that
Thanks once again
If you need help please provide info.....
 
1 members found this post helpful.
Old 06-29-2014, 05:13 AM   #8
maitanaji
LQ Newbie
 
Registered: Jun 2014
Posts: 19

Original Poster
Rep: Reputation: Disabled
I thought it may be an error cause of seeing that warning.
I'm happy that it's not an error
Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
make: CC: Command not found make: *** [main.o] Error 127 on opensuse 11.3 Leo89 Linux - Newbie 6 11-30-2012 05:13 PM
NS-2.29 Make error (make: g++34: Command not found) avi2936 Linux - Newbie 8 09-17-2012 03:32 PM
getting make: *** [all] Error 2 during make command for libmad-0.15.1b DJockey Linux - Software 3 07-29-2009 05:32 PM
My error in mkisofs command to make a command line iso mg92865 Linux - Newbie 1 06-20-2008 11:43 AM
make: cc: command not found make: *** [gzip.o]error 127 zyjk Linux - Newbie 5 02-08-2002 09:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration