search for: installed

Displaying 20 results from an estimated 119230 matches for "installed".

2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
Sorry for the rapid fire replies, but this configuration works for me: install(DIRECTORY include/ DESTINATION include # FILES_MATCHING PATTERN "*.def" PATTERN "*.h" PATTERN "*.td" PATTERN "*.inc" PATTERN ".svn" EXCLUDE ) install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/ DESTINATION include # FILES_MATCHING PATTERN
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams <space.ship.traveller at gmail.com> wrote: > Hi, > > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in >        /usr/local/llvm-2.8/include/llvm > > It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi, I might just be doing something stupid, but when I do $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. $ sudo make install I don't get the expected headers in /usr/local/llvm-2.8/include/llvm It is simply an empty directory. What am I doing wrong? This is on Mac OS X, CMake 2.8+ Kind regards, Samuel
2010 Nov 05
3
Unable to create (and keep) guest
Hi, Host: CentOS 5.5 Guest: Ubuntu maverick I am having a horrid time trying to create a guest on my xen machine. I have tried several method. The method that I have had the most success with is `xm create`. The problem I have is that once the I have run: xm create -c myconfig.cfg install=true install-mirror=http://mirror.bytemark.co.uk/ubuntu/ install-suite=maverick and go all the way
2008 Jul 16
4
yum remove <old kernel pkgs> -- wants to remove a ton of stuff
...red ============================================================================= Package Arch Version Repository Size ============================================================================= Removing: kernel i686 2.6.9-55.0.12.EL installed 28 M kernel i686 2.6.9-55.0.2.EL installed 28 M kernel i686 2.6.9-42.0.2.EL installed 27 M kernel i686 2.6.9-42.0.8.EL installed 27 M kernel i686 2.6.9-42.0.3.EL i...
2010 Sep 30
2
[LLVMdev] CMake "sudo make install" & headers
Hi Oscar, I tried that but it didn't work. However, it did work fine on Linux for me so I am now a bit confused. Here is the output from $ sudo make install Install the project... -- Install configuration: "Release" -- Installing: /usr/local/llvm-2.8/lib/libLLVMSupport.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMSystem.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMCore.a --
2009 Nov 17
3
gem install rails - errors MAC OSX (snow leopard)
...advice would be very appreciated. Thank you. dust:~ Lex$ gem install rails WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren''t both writable. WARNING: You don''t have /Users/Lex/.gem/ruby/1.8/bin in your PATH, gem executables will not run. Successfully installed activesupport-2.3.4 Successfully installed activerecord-2.3.4 Successfully installed rack-1.0.1 Successfully installed actionpack-2.3.4 Successfully installed actionmailer-2.3.4 Successfully installed activeresource-2.3.4 Successfully installed rails-2.3.4 7 gems installed Installing ri documentati...
2008 Aug 24
3
Problems with perl upgrading CentOS 5.1 to 5.2
Hi, I'm having problems with perl. I'm receivings this e-mails from logwatch everyday and appears to be a problem with perl. I explain a bit before expose the errors that I received: I tried to download all perl* packages, uninstall the repeated ones and reinstall all packages where installed. I need some help to try to solve this problem, because is a production server and I can't uninstall many working packages that depends on perl* ones. I read about similar problem in CentOS forums, with no sucess. Many thanks to all!!! Here is the report from logwatch: /etc/cron.daily/0log...
2006 Dec 05
1
vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
Hello, I am trying build vorbis-tools-1.1.1 in the framework of my tool (see signature). The essence of the tools is that it builds and install everything locally, and, of course, it uses the available mechanisms to specify search paths for both headers and libraries; the tool first builds dependencies abd then the target itself. So, for example, 'configure' for vorbis-tools-1.1.1 is
2013 May 31
2
3.0.1 update and compiler package
Hi, I recently updated to R 3.0.1. I'm running linux ubuntu 12.04. I realized that I have to update all the installed packages so I run > update.packages(checkBuilt=TRUE) as described here http://www.r-bloggers.com/r-3-0-0-is-released-whats-new-and-how-to-upgrade/ . The first thing it did was telling me that it will not update several packages. When it was finished I used the warnings function to have a lo...
2008 Jun 02
1
libsmi warnings
...t exist - using root warning: group mockbuild does not exist - using root Installing: libsmi ######################### [1/3] Installing: gnutls ######################### [2/3] Installing: wireshark ######################### [3/3] Installed: wireshark.i386 0:0.99.7-1 Dependency Installed: gnutls.i386 0:1.0.20-3.2.3 libsmi.i386 0:0.4.5-2 Complete!
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks, I''m having trouble getting gems to install rails. It just keeps asking me which version of thin I want to install. Until I choose skip or cancel, in which case I''m told that something has gone wrong. Any advice? Thanks kindly, Tommy PS: Gems is 0.94. --------------------------------------------------------------------- tommy@tommy-laptop:~/www/blog$ sudo gem
2019 Nov 07
2
yum install fails - itertoolsmodule.so
...my C7 boxes and got the following output. I'm guessing to fix this I need to re-install the RPM, but I can't remove it because of dependancies, so how can I fix the problem? I've managed to download a later version of the RPM, but haven't managed to find the same version as the one installed. Gary [root at zeppo ~]# yum install There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so: cannot read file data: Input/output error Please install a package which provides this...
2010 Sep 30
0
[LLVMdev] CMake "sudo make install" & headers
Samuel Williams <space.ship.traveller at gmail.com> writes: > I might just be doing something stupid, but when I do > > $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release .. > $ sudo make install > > I don't get the expected headers in > /usr/local/llvm-2.8/include/llvm > > It is simply an empty directory. It works fine for me on
2020 May 14
0
Ailing MATE desktop
...ot sure why dnf is eager to remove more than what you want. I > think > it's an option you can use to make it remove only what is required, > and > unused packages are not touched. > > However, in such cases, what I did is: > - check the yum/dnf log for which packages were installed by the time > I > installed something with lot of dependencies. Make a list of all > RPMs. > - use plain 'rpm -e --test <list>' and see what it does. > - if okay remove '--test' and remove the RPMs. > > Regards, > Simon Simon, I took the "dnf er...
2010 Nov 18
0
.pkg won't fully install on my MacBook
...nce has come. Any help would be greatly appreciated. I'm running on Mac OS X version 10.5.8 with all apple updates in. My processor is 2.2 GHz Intel Core 2 Duo Memory: 2 GB 667 MHz DDR2 SDRAM Startup Disk is a Macintosh HD. The computer is almost 3 years old. It just had a new hard drive installed as well. Thanks in advance, Brad Price The installer log looks like: Nov 17 21:32:39 brad-prices-macbook /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer[1503]: vm_allocate: 0, 0x5800000 - 0x25800000 Nov 17 21:32:39 brad-prices-macbook /System/Library/CoreServices/Instal...
2011 Oct 30
2
Could not find rails (>= 0) amongst [bundler-1.0.21]
...rom my bash session: bash-3.2$ ruby -v ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0] bash-3.2$ which gem /Users/doug/.rvm/rubies/ruby-1.9.2-p290/bin/gem bash-3.2$ sudo gem update --system Password: Updating rubygems-update Fetching: rubygems-update-1.8.11.gem (100%) Successfully installed rubygems-update-1.8.11 Installing RubyGems 1.8.11 RubyGems 1.8.11 installed == 1.8.11 / 2011-10-03 * Bug fix: * Deprecate was moved to Gem::Deprecate to stop polluting the top-level namespace. ------------------------------------------------------------------------------ RubyGems install...
2000 Dec 18
0
R 1.2.0 : logspline does not install from install.packages(). Missing #include | library ? (PR#775)
Full_Name: Emmanuel Charpentier Version: 1.2.0 OS: Linux 2.2.18 (Debian 2.2) Submission from: (NULL) (193.251.31.31) When trying "mass" installation of available packages, the package logspline does not compile, at least when installed through install.packages("logspline"). It seems that it is a small bug, such a missing #include <math.h> or -libm linking switch ? installation output follows (screen copy) : > install.packages("logspline") --20:39:02-- http://cran.r-project.org:80/src/contrib/PACKA...
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
...egistered bundle file://localhost/Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/ Jun 7 12:44:17 info-roslin installer[6404]: PackageKit: Registered bundle file://localhost/Applications/VirtualBox.app/Contents/Resources/vmstarter.app/ Jun 7 12:44:17 info-roslin installer[6404]: Installed "Oracle VM VirtualBox" () Jun 7 12:44:17 info-roslin installer[6404]: PackageKit: ----- End install ----- Jun 7 12:44:18 info-roslin installer[6404]: Running install actions Jun 7 12:44:18 info-roslin installer[6404]: Removing temporary directory "/var/folders/zz/zzzivhrRnAmviu...
2006 Jan 23
5
can''t install model_security_generator
I''m trying to install Bruce Perens'' ModelSecurity gem, but it keeps asking me if I want to install rails too (I have already installed rails). It exits if I say no and crashes if I say yes: C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" install model_security_generator Attempting local installation of ''model_security_generator'' Local gem file not found: model_security_generator*.gem Attempt...