Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Error in VTune installation on Ubuntu 8.04

vijaygj
Beginner
910 Views

Hi,

I am getting following error message.

crl@crl7-desktop:~/Desktop$ cd vtune_linux_9.1/
crl@crl7-desktop:~/Desktop/vtune_linux_9.1$ sudo ./install.sh
[sudo] password for crl:
ERROR: unable to find command 'patch'.
Please add the location to the above commands to your PATH and re-run the script
Press Enter to continue.

From where I can download this patch file ?

0 Kudos
1 Solution
TimP
Honored Contributor III
910 Views

patch is a standard unix/linux utility, which might not be included in a bare minimum linux installation, but surely would be available in your linux software installation menus. If you can 'sudo su -' you can check whether a normal PATH is available when you become root this way.

View solution in original post

0 Kudos
3 Replies
Peter_W_Intel
Employee
910 Views

Can this problem be reproduced when you use "root" user to install the product? -Peter

0 Kudos
TimP
Honored Contributor III
911 Views

patch is a standard unix/linux utility, which might not be included in a bare minimum linux installation, but surely would be available in your linux software installation menus. If you can 'sudo su -' you can check whether a normal PATH is available when you become root this way.

0 Kudos
vijaygj
Beginner
910 Views

Hi,

Installing 'patch' utility using synaptic manager solved the problem.

Now I am able to install VTune on ubuntu 8.04.

Thanks for prompt reply :)

0 Kudos
Reply