Sponsored Content
Full Discussion: Leaving directory Error
Top Forums Shell Programming and Scripting Leaving directory Error Post 302956857 by harpreetmanku04 on Monday 5th of October 2015 01:52:32 AM
Old 10-05-2015
Leaving directory Error

Hi, i have a question, when I install any software it give error message like as follow :

Code:
 sudo make
[sudo] password for csm: 
make  all-recursive
make[1]: Entering directory `/home/csm/Desktop/miRanda-3.3a'
Making all in man
make[2]: Entering directory `/home/csm/Desktop/miRanda-3.3a/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/man'
Making all in RNAlib
make[2]: Entering directory `/home/csm/Desktop/miRanda-3.3a/RNAlib'
Making all in H
make[3]: Entering directory `/home/csm/Desktop/miRanda-3.3a/RNAlib/H'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/RNAlib/H'
make[3]: Entering directory `/home/csm/Desktop/miRanda-3.3a/RNAlib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/RNAlib'
make[2]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/RNAlib'
Making all in src
make[2]: Entering directory `/home/csm/Desktop/miRanda-3.3a/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/src'
make[2]: Entering directory `/home/csm/Desktop/miRanda-3.3a'
make[2]: Leaving directory `/home/csm/Desktop/miRanda-3.3a'
make[1]: Leaving directory `/home/csm/Desktop/miRanda-3.3a'
csm@csm-HP-Z420:~/Desktop/miRanda-3.3a$ make install
Making install in man
make[1]: Entering directory `/home/csm/Desktop/miRanda-3.3a/man'
make[2]: Entering directory `/home/csm/Desktop/miRanda-3.3a/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || mkdir -p -- "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './miranda.1' '/usr/local/share/man/man1/miranda.1'
/usr/bin/install: cannot remove ‘/usr/local/share/man/man1/miranda.1': Permission denied
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/man'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/csm/Desktop/miRanda-3.3a/man'
make: *** [install-recursive] Error 1
csm@csm-HP-Z420:~/Desktop/miRanda-3.3a$

how can i solve this problem?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Searching a file withoug leaving home directory!!

hello there ! I am in my current working directory, and i want search a file in "dev" directory which is under root(/), but i donot want leave my current working directory. is it possible to find file like that ? let us say i am in /home/bin/user/malik/abid directory and i want find a file... (2 Replies)
Discussion started by: abidmalik
2 Replies

2. Solaris

leaving ALOM mode

Some netra 240 machines went into ALOM mode, and when I issue the command; sc> console it got stuck, does it mean Solaris OS had crashed ? or what can I do to reboot,because reboot is not starting? And advice ? (3 Replies)
Discussion started by: xramm
3 Replies

3. UNIX for Dummies Questions & Answers

Delete all rows but leaving first and last ones

Hello, Merry Christmas to all! I wish you the best for these holidays and the best for the next year 2011. I'd like your help please, I need to delete all the rows in the third column of my file, but without touching nor changing the first and last value position, this is an example of my... (2 Replies)
Discussion started by: Gery
2 Replies

4. Shell Programming and Scripting

Leaving for loop on condition

hi all, i have a problem...no dream :-) i want to scan a file i use the loop famous while read line do do < myfile but this scan must finish when find the another string . How can i do it? best regards for all. Francesco Please use descriptive subjects. "script." doesn't tell... (5 Replies)
Discussion started by: FrancescoIt
5 Replies

5. Shell Programming and Scripting

Leaving last 30 lines

If we want to display lines from file leaving last 30 lines. i dont know the count of lines in file (14 Replies)
Discussion started by: mirwasim
14 Replies

6. Red Hat

How to compare file leaving certain filelds?

How to compare two files leaving certain fields, using diff command the entire file is being compared. Can any one please help. (5 Replies)
Discussion started by: ramsavi
5 Replies

7. Web Development

Directory index forbidden by Options directive error on specific directory with indexing disabled

I am seeing the following error appear numerous times in my Apache error log: I have my Apache config configured as below, so I would expect indexing not to occur on this directory as it falls under the parent /web directory. Strangely all the IP address, including this example, all... (5 Replies)
Discussion started by: crmpicco
5 Replies

8. Shell Programming and Scripting

Leaving space inside sed

Hi Gurus, I have 2 files File1 : veg apple ap pl le end veg orange or an ge end File2: (2 Replies)
Discussion started by: jayadanabalan
2 Replies
softwareupdate(8)					    BSD System Manager's Manual 					 softwareupdate(8)

NAME
softwareupdate -- system software update tool SYNOPSIS
softwareupdate command [args ...] DESCRIPTION
Software Update checks for new and updated versions of your software based on information about your computer and current software. Invoke softwareupdate by specifying a command followed by zero or more args. softwareupdate requires admin authentication for all commands except --list. If you run softwareupdate as a normal admin user, you will be prompted for a password where required. Alternatively, you can run softwareupdate as root and avoid all further authentication prompts. The following commands are available: -l | --list List all available updates. -i | --install Each update specified by args is downloaded and installed. args can be one of the following: -r | --recommended All updates that are recommended for your system. These are prefixed with a * character in the --list output. -R | --restart Automatically restart (or shut down) if required to complete installation. -a | --all All updates that are applicable to your system, including those non-recommended ones, which are prefixed with a - character in the --list output. (Non-recommended updates are uncommon in any case.) item ... One or more specified updates. The --list output shows the item names you can specify here, prefixed by the * or - characters. See EXAMPLES. -d | --download Each update specified by args is downloaded but not installed. The values of args are the same as for the --install command. Updates downloaded with --download can be subsequently installed with --install, or through the App Store (as long as they remain applicable to your system). Updates are downloaded to /Library/Updates, but are not designed to be installed by double-clicking the packages in that directory: always use --install or the App Store to actually perform the install. --ignore identifier ... Manages the per-machine list of ignored updates. The identifier is the first part of the item name (before the dash and version number) that is shown by --list. See EXAMPLES. --reset-ignored Clears the per-machine list of ignored updates. --schedule on | off Manages the per-machine automatic (background) check preference. -h | --help Print command usage. EXAMPLES
The following examples are shown as given to the shell: softwareupdate --list Software Update Tool Finding available software Software Update found the following new or updated software: * MacBookAirEFIUpdate2.4-2.4 MacBook Air EFI Firmware Update (2.4), 3817K [recommended] [restart] * ProAppsQTCodecs-1.0 ProApps QuickTime codecs (1.0), 968K [recommended] * JavaForOSX-1.0 Java for OS X 2012-005 (1.0), 65288K [recommended] sudo softwareupdate --install JavaForOSX-1.0 Software Update Tool Finding available software Downloading Java for OS X 2012-005 Downloaded Java for OS X 2012-005 Installing Java for OS X 2012-005 Done with Java for OS X 2012-005 Done. sudo softwareupdate --ignore JavaForOSX Ignored updates: (JavaForOSX) sudo softwareupdate --schedule Automatic check is on Mac OS September 11, 2012 Mac OS
All times are GMT -4. The time now is 07:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy