search for: installing

Displaying 20 results from an estimated 119218 matches for "installing".

2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...ERN ".svn" EXCLUDE ) It seems like there is either a bug with FILES_MATCHING or an issue with the way it is being used. The results of which can be seen at the end of this mail. Kind regards, Samuel Appendix A: Install the project... -- Install configuration: "Release" -- Installing: /usr/local/llvm-2.8/include -- Installing: /usr/local/llvm-2.8/include/llvm -- Installing: /usr/local/llvm-2.8/include/llvm/ADT -- Installing: /usr/local/llvm-2.8/include/llvm/ADT/APFloat.h -- Installing: /usr/local/llvm-2.8/include/llvm/ADT/APInt.h -- Installing: /usr/local/llvm-2.8/include/llvm/...
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
I've got a Centos 4 box at work, where I noticed a pile of old kernels lying around and no longer needed. I did "rpm -qa | grep -y kernel > list" then edited the list to remove from it the newer kernels, then "yum remove `cat list`". Yum has come up with a list of 71 packages it wants to remove, even though there were only 33 kernel-related RPMs in the list. this
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 -- Installing: /usr/local/llvm-2.8/lib/libLLVMCodeGen.a -- Installing: /usr/local/llvm-2.8/lib/libLLVMSelectionDAG.a -- Installing: /usr/local/llvm-2...
2009 Nov 17
3
gem install rails - errors MAC OSX (snow leopard)
This produced quite a mouthful of text. I''m stuck on the error messages and wondering if I messed something up. Any 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 ra...
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
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
..... : installation of package ?gregmisc? had non-zero exit status I tried to reinstall them manually but this always failed because of a package dependency to the "compiler" package. Now, if I try to install the compiler package it tells me. > install.packages("compiler") Installing package into ?/home/christoph/R/x86_64-pc-linux-gnu-library/3.0? (as ?lib? is unspecified) Warning message: package ?compiler? is not available (for R version 3.0.1) The last line also came up all the time when the packages were updated Doing a bit of research does not deliver much only that the...
2008 Jun 02
1
libsmi warnings
...be updated --> Running transaction check Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: wireshark i386 0.99.7-1 update 9.3 M Installing for dependencies: gnutls i386 1.0.20-3.2.3 base 259 k libsmi i386 0.4.5-2 update 2.3 M Transaction Summary =================...
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
I've just tried a yum update on one of 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
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
...t; > On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS > > wrote: > > > On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via > > > CentOS > > > wrote: > > > > I'm about ready to run "dnf erase *mate*" and try re-installing > > > > MATE > > > > from scratch from the GNOME3 desktop. Is that possible without > > > > ripping > > > > the heart out of C8 by deleting other critical packages? > > > > > > I've attached a capture of "dnf erase *mate*&q...
2010 Nov 18
0
.pkg won't fully install on my MacBook
I'm having problems downloading any .pkg file on my MacBook. All the .dmg files up to 2.10.1 will download and install fine but nothing newer than that. I'm attaching the the log file from my installer as and here are some other things about my system. At the end of the log the installer continues to run not doing anything and comes up with progress messages. I've let it run
2011 Oct 30
2
Could not find rails (>= 0) amongst [bundler-1.0.21]
Hello, I''m new to Ruby and unix/linux development (although been building .net apps for years). I''ve almost completed my trek to install Rails ... looks like I have one final hurdle. After installing rails I try the ''rails -v'' command and it fails. Any help here would be deeply appreciated. Here''s the output from 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...
2000 Dec 18
0
R 1.2.0 : logspline does not install from install.packages(). Missing #include | library ? (PR#775)
...to cran.r-project.org:80... connected! HTTP request sent, awaiting response... 200 OK Length: 41,280 [application/x-tar] 0K -> .......... .......... .......... .......... [100%] 20:39:05 (31.57 KB/s) - `/tmp/RinstdirR2ef9S66334873/logspline_1.0-2.tar.gz' saved [41280/41280] Installing source package `logspline' ... libs gcc -I/usr/lib/R/include -I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -g -O2 -c logsplin.c -o logsplin.o g77 -fPIC -g -O2 -c mpack.f -o mpack.o ld: warning: cannot find entry symbol _start; defaulting to 08048080 logsplin.o: In function `lo...
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
...VirtualBox-4.0.8-71778-OSX.dmg]/Package[VirtualBox-4.0.8-71778-OSX.dmg]/ensure: change from absent to present failed: Execution of ''/usr/sbin/installer -pkg /private/tmp/dmg.5hKSb9/VirtualBox.mpkg -target /'' returned 1: installer: Package name is Oracle VM VirtualBox installer: Installing at base path / installer: The install failed (Le programme d’installation a rencontré une erreur qui a provoqué l’échec de l’installation. Contactez l’éditeur du logiciel pour obtenir de l’aide.) The /var/log/install.log : Jun 8 15:02:16 info-starbuck installer[85815]: JS: Hardware architectu...
2006 Jan 23
5
can''t install model_security_generator
...satisfied: C:\>gem update rails C:\>"c:\ruby\bin\ruby.exe" "c:\ruby\bin\gem" update rails Upgrading installed gems... Attempting remote upgrade of rails Attempting remote installation of ''rails'' Successfully installed rails_analyzer_tools, version 1.1.0 Installing RDoc documentation for rails_analyzer_tools-1.1.0... Attempting remote upgrade of rake Attempting remote installation of ''rake'' Successfully installed rake, version 0.7.0 Installing RDoc documentation for rake-0.7.0... All gems up to date What am I missing? thanks, b