মাউন্টেন সিংহের আরভিএম এর মাধ্যমে রুবি সংস্করণ ইনস্টল করতে সমস্যা


9

তাই আমি সম্প্রতি ম্যাক বিশ্বে যোগদান করেছি এবং একটি ম্যাকবুক কিনলাম - যা আমি পছন্দ করি the

আমার সমস্ত ডিভাইস সরঞ্জামগুলি সঠিকভাবে সেট আপ করতে আমার কিছুটা সমস্যা হচ্ছে এবং লিনাক্স সিএলআই এবং ওএসএক্স সি এলআইয়ের পার্থক্যের সাথে আমি প্রায় 100% পরিচিত নই।

এখনই, আমি আরভিএম এর মাধ্যমে রুবির কয়েকটি ভিন্ন সংস্করণ ইনস্টল করার চেষ্টা করছি।

আমি সুপারিশ করেছি দেখেছি আমি gcc4.2 পাওয়ার চেষ্টা করেছি, তবে আমি যে সংকলকটি ব্যবহার করি তা নির্বিশেষে আমি অনুরূপ বার্তা পাই get এটিতে আমি 2.0.0-প্রাকদর্শন 2 ইনস্টল করার চেষ্টা করছি তবে অন্যান্য সংস্করণগুলির জন্যও আমি একই বার্তা পেয়েছি:

$ rvm install 2.0.0-preview2
No binary rubies available for: downloads/ruby-2.0.0-preview2.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Fetching openssl-1.0.1c.tar.gz to /usr/local/rvm/archives
Extracting openssl to /usr/local/rvm/src/openssl-1.0.1c
Configuring openssl in /usr/local/rvm/src/openssl-1.0.1c.
Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./Configure darwin64-x86_64-cc -I/usr/local/rvm/usr/include -L/usr/local/rvm/usr/lib zlib no-asm no-krb5 shared --prefix=/usr/local/rvm/usr --with-opt-dir=/usr/local/rvm/usr', please read /usr/local/rvm/log/ruby-2.0.0-preview2/openssl/configure.log
Compiling openssl in /usr/local/rvm/src/openssl-1.0.1c.
Error running 'make', please read /usr/local/rvm/log/ruby-2.0.0-preview2/openssl/make.log
Updating openssl certificates
Error running 'update_openssl_certs', please read /usr/local/rvm/log/ruby-2.0.0-preview2/openssl.certs.log
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-2.0.0-preview2, this may take a while depending on your cpu(s)...
ruby-2.0.0-preview2 - #downloading ruby-2.0.0-preview2, this may take a while depending on your connection...
ruby-2.0.0-preview2 - #extracted to /usr/local/rvm/src/ruby-2.0.0-preview2 (already extracted)
ruby-2.0.0-preview2 - #configuring
Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./configure --enable-shared --disable-install-doc --prefix=/usr/local/rvm/rubies/ruby-2.0.0-preview2 --with-opt-dir=/usr/local/rvm/usr:/usr/local/rvm/usr', please read /usr/local/rvm/log/ruby-2.0.0-preview2/configure.log
There has been an error while running configure. Halting the installation.

এখানে উল্লিখিত চারটি লগ ফাইলের আউটপুট দেওয়া হল:

/usr/local/rvm/log/ruby-2.0.0-preview2/openssl/configure.log:

[2012-12-12 22:49:21] env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./Configure darwin64-x86_64-cc -I/usr/local/rvm/usr/include -L/usr/local/rvm/usr/lib zlib no-asm no-krb5 shared --prefix=/usr/local/rvm/usr --with-opt-dir=/usr/local/rvm/usr
Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimental-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]

/usr/local/rvm/log/ruby-2.0.0-preview2/openssl/make.log:

[2012-12-12 22:49:21] make
making all in crypto...
making all in crypto/objects...
/usr/bin/perl obj_dat.pl obj_mac.h obj_dat.h
/usr/bin/perl objxref.pl obj_mac.num obj_xref.txt > obj_xref.h
cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O   -c -o obj_dat.o obj_dat.c
cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O   -c -o obj_xref.o obj_xref.c
ar  r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o
/usr/bin/ranlib: file: ../../libcrypto.a(ebcdic.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(fips_ers.o) has no symbols
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
/usr/bin/ranlib: file: ../../libcrypto.a(ebcdic.o) has no symbols
/usr/bin/ranlib: file: ../../libcrypto.a(fips_ers.o) has no symbols
making all in crypto/md4...
make[2]: Nothing to be done for `all'.
making all in crypto/md5...
make[2]: Nothing to be done for `all'.
making all in crypto/sha...
make[2]: Nothing to be done for `all'.
making all in crypto/mdc2...
make[2]: Nothing to be done for `all'.
making all in crypto/hmac...
make[2]: Nothing to be done for `all'.
making all in crypto/ripemd...
make[2]: Nothing to be done for `all'.
making all in crypto/whrlpool...
make[2]: Nothing to be done for `all'.
making all in crypto/des...
cc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -O   -c -o set_key.o set_key.c
set_key.c:399:17: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int'
                *(k++)=ROTATE(t2,30)&0xffffffffL;
                       ~~~~~~~^~~~~~
./des_locl.h:170:19: note: expanded from macro 'ROTATE'
                                        : "I"(n),"0"(a) \
                                                     ^
set_key.c:402:17: error: unsupported inline asm: input with type 'unsigned long' matching output with type 'unsigned int'
                *(k++)=ROTATE(t2,26)&0xffffffffL;
                       ~~~~~~~^~~~~~
./des_locl.h:170:19: note: expanded from macro 'ROTATE'
                                        : "I"(n),"0"(a) \
                                                     ^
2 errors generated.
make[2]: *** [set_key.o] Error 1
make[1]: *** [subdirs] Error 1
make: *** [build_crypto] Error 1

/usr/local/rvm/log/ruby-2.0.0-preview2/openssl.certs.log:

[2012-12-12 22:49:24] update_openssl_certs
-bash: cd: /usr/local/rvm/usr/ssl: No such file or directory

/usr/local/rvm/log/ruby-2.0.0-preview2/configure.log:

[2012-12-12 22:49:24] env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./configure --enable-shared --disable-install-doc --prefix=/usr/local/rvm/rubies/ruby-2.0.0-preview2 --with-opt-dir=/usr/local/rvm/usr:/usr/local/rvm/usr
checking build system type... x86_64-apple-darwin12.2.1
checking host system type... x86_64-apple-darwin12.2.1
checking target system type... x86_64-apple-darwin12.2.1
checking whether the C compiler works... no
configure: error: in `/usr/local/rvm/src/ruby-2.0.0-preview2':
configure: error: C compiler cannot create executables
See `config.log' for more details

হোমএসবিউয়ের মাধ্যমে ওপেনএসএসএল ইনস্টল করা হয়েছে:

$ brew info openssl
openssl: stable 1.0.1c
http://openssl.org

This formula is keg-only.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.

The OpenSSL provided by OS X is too old for some software.

/usr/local/Cellar/openssl/1.0.1c (429 files, 15M)
https://github.com/mxcl/homebrew/commits/master/Library/Formula/openssl.rb

কেউ সঠিক পথে আমাকে নির্দেশ করতে পারে? আমার মনে হচ্ছে আমি স্পষ্ট কিছু মিস করছি।

আগাম ধন্যবাদ.


যদিও আমি আপনাকে বর্তমান প্রশ্নের সাথে সাহায্য করতে পারি না, আমি একটি সুপারিশ করতে চাই: আপনার প্রশ্নটি প্রথম লাইনে একটি সংক্ষিপ্ত প্রতিশব্দ করতে পুনরায় লিখুন , এবং তারপরে বিশদটি দেখুন । এছাড়াও, আপনি যদি বেশ কয়েকটি প্রশ্নের মধ্যে নিজের সমস্যাটি ভেঙে দেন তবে উত্তর পাওয়া সহজ হতে পারে। শুভকামনা!
myhd

উত্তর:


2

এক্সকোড, সিএলআই সরঞ্জামগুলি, ওপেনসেল (ব্রিউ), অটোকনফ (ব্রিউ), অটোমেক (ব্রিউ) এবং অ্যাপল-জিসিসি 42 (ব্রু) পুনরায় ইনস্টল করে সমাধান করা হয়েছে। পুনরায় ইনস্টল করার পরে আমি দৌড়ে এসেছি rvm get head(ফ্রিনোডে # এমভিএম-এ @ এমপিএসকে ধন্যবাদ) rvm get headআমাকে নিম্নলিখিতটি দিয়েছেন:

  * WARNING: you have 'rvm_configure_env' in /etc/rvmrc, run the following to fix:

      sudo sed -i'' -e "s#rvm_configure_env=('LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include')#rvm_configure_env=('LDFLAGS=-L/opt/sm/pkg/active/lib' 'CFLAGS=-I/opt/sm/pkg/active/include' 'CPATH=/opt/sm/pkg/active/include')#" /etc/rvmrc

  * No new notes to display.

# RVM:  Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/
# Screencast: http://screencasts.org/episodes/how-to-use-rvm

# In case of any issues read output of 'rvm requirements' and/or 'rvm notes'

Upgrade of RVM in /usr/local/rvm/ is complete.

# hinmn,
#
#   Thank you for using RVM!
#   I sincerely hope that RVM helps to make your life easier and
#   more enjoyable!!!
#
# ~Wayne

RVM reloaded!

এর পরে আমি কেবল দৌড়েছি:

sudo sed -i'' -e "s#rvm_configure_env=('LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include')#rvm_configure_env=('LDFLAGS=-L/opt/sm/pkg/active/lib' 'CFLAGS=-I/opt/sm/pkg/active/include' 'CPATH=/opt/sm/pkg/active/include')#" /etc/rvmrc

এবং সবকিছু কাজ করেছে :)


আরও দ্রষ্টব্য: আমার যদি মনে হয় আমি আগে চালিত হয়ে থাকি তবে আমি rvm get headপ্যাকেজগুলির কিছু ইনস্টল / পুনরায় ইনস্টল করা এড়িয়ে যেতে পারি।
brennebeck

আমি সম্মত - কেবল rvm get headঅনুসরণ করা brew updateএবং brew install ...(অনুপস্থিত প্যাকেজগুলির গুচ্ছ) আমার জন্য কৌশলটি করেছে।
থিলো

হ্যাঁ, সবকিছু কাজ করার পরে থেকে আমার কোনও সমস্যা হয়নি। যদিও আমি কিছুক্ষণের জন্য অবশ্যই খুব কঠিন সময় কাটাচ্ছিলাম। লিনাক্সে আরভিএম আমার অভিজ্ঞতায় 'ঠিক কাজ করে'।
ব্রেনবেক

0

আমার একই রকম সমস্যা ছিল এবং এটি প্রমাণিত হয়েছে যে আমার কিছু প্যাকেজ ইনস্টল করা হয়নি, মূলত এগুলি:

libxslt @1.1.27_0 (active)
libyaml @0.1.4_1 (active)
llvm-3.2 @3.2_1 (active)
llvm_select @0.2_0 (active)

llvm-3.2 হ'ল gcc সংকলক আমার বিশ্বাস প্রধান সমস্যা কারণ ওপেনসেল চালাতে সক্ষম ছিল না। / কনফিগার এবং মেক করুন।

এগুলি প্রথমে ইনস্টল করা আছে কিনা তা যাচাই করুন এবং সম্ভবত সবকিছু পুনরায় ইনস্টল করার আগে এটি সহায়তা করবে। রুবি ২.০.০ / রেলগুলি ৩.১.১ কাজ করতে আমাকে 2 দিন সময় নিয়েছে, আশা করি এটি কারও সাহায্য করবে।


আমি ভেবেছিলাম হোমব্রিউ সমস্ত প্রয়োজনীয় প্যাকেজ স্বয়ংক্রিয়ভাবে ইনস্টল করবে
ব্যবহারকারীর 151019
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.