Displaying 13 results from an estimated 13 matches for "install_command".
2011 Sep 22
1
CloudPack problems with CentOS AMIs
...8661 (and it probably apples to other CentOS images as
well)
1) the ssh user in this AMI is ec2-user, but sudo to root is not
possible in the ssh command unless pseudo-tty allocation forced with
ssh -t option.
so I changed cloudpack.rb, line 573 from:
ssh_remote_execute(server, options[:login], install_command, options[:keyfile])
to
process = "ssh -t #{options[:login]}@#{server} -i
#{options[:keyfile]} -o UserKnownHostsFile=/dev/null -o
StrictHostKeyChecking=no \"#{install_command}\"";
IO.popen(process) do |f|
until f.eof?
Puppet.info f.gets...
2013 Jan 30
2
Installing fog -0.7.2 for CloudProvisioner
...r.rb:270:in `each''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:270:in
`each_with_index''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:270:in
`install''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:121:in
`execute''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:115:in
`each''
from
/usr/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:115:in
`execute''
from /usr/lib/ruby/site_ruby/1.8/rubygems/command.rb...
2009 Sep 11
2
Installing Rails problem
...gems_with_sources''
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:192:in
`find_spec_by_name_and_version''
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:213:in
`install''
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:118:in
`block in execute''
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:115:in
`each''
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:115:in
`execute''
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/command.rb:257:...
2008 Apr 04
2
can't install rails. gem zlib crc error
...ency_installer.rb:
195:in `each''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:
195:in `gather_dependencies''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:
91:in `initialize''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/
install_command.rb:69:in `new''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/
install_command.rb:69:in `execute''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/
install_command.rb:67:in `each''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/
install_command.rb:67:in `ex...
2008 Jun 27
0
gem install rails issue CRC error
...y_installer.rb:200:in
`install''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:183:in
`each''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:183:in
`install''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:73:in
`execute''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:70:in
`each''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:70:in
`execute''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/command.rb:136:...
2023 Mar 01
7
[nbdkit PATCH 0/5] ci: Get to green status on FreeBSD and MacOS
I took the easy route of crippling what I couldn't get working, on the
grounds that partial coverage is better than none now that we have
Cirrus CI checking commits on additional platforms.
This series got me to a green checkmark:
https://gitlab.com/ebblake/nbdkit/-/pipelines/793156983
but depends on an as-yet uncommitted patch in libvirt-ci:
2010 Apr 23
3
rails-3.0.0.beta3 install error on ri 'lib' ENOENT
...r/local/lib/site_ruby/1.9.1/rubygems/doc_manager.rb:184:in
`run_rdoc''
/usr/local/lib/site_ruby/1.9.1/rubygems/doc_manager.rb:156:in
`install_ri''
/usr/local/lib/site_ruby/1.9.1/rubygems/doc_manager.rb:116:in
`generate_ri''
/usr/local/lib/site_ruby/1.9.1/rubygems/commands/install_command.rb:
145:in `block in execute''
/usr/local/lib/site_ruby/1.9.1/rubygems/commands/install_command.rb:
144:in `each''
/usr/local/lib/site_ruby/1.9.1/rubygems/commands/install_command.rb:
144:in `execute''
/usr/local/lib/site_ruby/1.9.1/rubygems/command.rb:258:in `invoke'...
2014 Feb 21
4
[LLVMdev] compiler-rt CMake build
...E=Release
-DLLVM_CONFIG_PATH=${LLVM_RUNTIME_OUTPUT_INTDIR}/llvm-config
-DCOMPILER_RT_OUTPUT_DIR=${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}
-DCOMPILER_RT_INSTALL_PATH=lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}
# -DCOMPILER_RT_INCLUDE_TESTS=ON
INSTALL_COMMAND ""
)
add_dependencies(compiler-rt clang clang++ llvm-config)
1) Looks like "DEPENDS" option is just broken - docs here (
http://www.kitware.com/media/html/BuildingExternalProjectsWithCMake2.8.html)
state that you can pass CMake targets there, but if I uncomment that line...
2008 Nov 24
14
Problem with RubyGems installation
.../commands/query_command.rb
install -c -m 0644 rubygems/commands/server_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/server_command.rb
install -c -m 0644 rubygems/commands/list_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/list_command.rb
install -c -m 0644 rubygems/commands/install_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/install_command.rb
install -c -m 0644 rubygems/commands/stale_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/stale_command.rb
install -c -m 0644 rubygems/commands/pristine_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/pristine...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...KE_MAKE_PROGRAM}
>
> How did you decide which variables need to be passed through like this?
> The set seems somewhat arbitrary, but I may be missing something
> obvious.
>
> > ${ARG_CMAKE_ARGS}
> > ${PASSTHROUGH_VARIABLES}
> > INSTALL_COMMAND ""
> > @@ -152,7 +165,7 @@
> > ExternalProject_Add_Step(${name} force-rebuild
> > COMMAND ${run_build}
> > COMMENT "Forcing rebuild of ${name}"
> > - DEPENDEES configure clean
> > + DEPENDEES configure ${always_cle...
2014 Feb 06
3
[LLVMdev] compiler-rt CMake build
On Thu, Feb 6, 2014 at 7:57 PM, Jean-Daniel Dupas <devlists at shadowlab.org>wrote:
>
> Le 6 févr. 2014 à 16:20, Brad King <brad.king at kitware.com> a écrit :
>
> > On 02/06/2014 08:12 AM, Alexey Samsonov wrote:
> >> Please note that it makes a lot of sense to built compiler-rt (and
> sanitizers) with just-built
> >> Clang. In fact, even though we
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 09
2
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...hich variables need to be passed through like this?
>>> The set seems somewhat arbitrary, but I may be missing something
>>> obvious.
>>>
>>> > ${ARG_CMAKE_ARGS}
>>> > ${PASSTHROUGH_VARIABLES}
>>> > INSTALL_COMMAND ""
>>> > @@ -152,7 +165,7 @@
>>> > ExternalProject_Add_Step(${name} force-rebuild
>>> > COMMAND ${run_build}
>>> > COMMENT "Forcing rebuild of ${name}"
>>> > - DEPENDEES configure clean
>>&...
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
2016 Jun 10
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...is?
>>>>> The set seems somewhat arbitrary, but I may be missing something
>>>>> obvious.
>>>>>
>>>>> > ${ARG_CMAKE_ARGS}
>>>>> > ${PASSTHROUGH_VARIABLES}
>>>>> > INSTALL_COMMAND ""
>>>>> > @@ -152,7 +165,7 @@
>>>>> > ExternalProject_Add_Step(${name} force-rebuild
>>>>> > COMMAND ${run_build}
>>>>> > COMMENT "Forcing rebuild of ${name}"
>>>>> > -...