problem installing gems on ubuntu amd64

  • Thread starter Christoph Sturm
  • Start date
C

Christoph Sturm

hey ruby people!

i am trying to install rubygems on ubuntu64 warty on amd64. i have all
ruby packages installed, and it fails with a segfault.

this is the end of the log:
...

As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a while)...
...done.
No library stubs found.

/usr/local/lib/site_ruby/1.8/rubygems/package.rb:150: [BUG] Segmentation fault
ruby 1.8.2 (2004-08-24) [x86_64-linux]

Aborted

does anyone have an idea what the problem could be?

thanks
chris
 
C

Chad Fowler

hey ruby people!

i am trying to install rubygems on ubuntu64 warty on amd64. i have all
ruby packages installed, and it fails with a segfault.

this is the end of the log:
...

As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a while)...
...done.
No library stubs found.

/usr/local/lib/site_ruby/1.8/rubygems/package.rb:150: [BUG] Segmentation fault
ruby 1.8.2 (2004-08-24) [x86_64-linux]

Aborted

does anyone have an idea what the problem could be?

Weird one. It looks like the problem comes up during an unpack() as
part of the tar code. Could you give Austin Ziegler/Mauricio
Fernandez's minitar library a try? I'd be interested to see if it
also causes a segfault.

http://raa.ruby-lang.org/project/minitar/

Thanks!

--

Chad Fowler
http://chadfowler.com
http://rubycentral.org
http://rubygarden.org
http://rubygems.rubyforge.org (over 50,000 gems served!)
 
C

Christoph Sturm

hey chad!

i have been told that minitar works on the system.



hey ruby people!

i am trying to install rubygems on ubuntu64 warty on amd64. i have all
ruby packages installed, and it fails with a segfault.

this is the end of the log:
...

As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a while)...
...done.
No library stubs found.

/usr/local/lib/site_ruby/1.8/rubygems/package.rb:150: [BUG] Segmentation fault
ruby 1.8.2 (2004-08-24) [x86_64-linux]

Aborted

does anyone have an idea what the problem could be?

Weird one. It looks like the problem comes up during an unpack() as
part of the tar code. Could you give Austin Ziegler/Mauricio
Fernandez's minitar library a try? I'd be interested to see if it
also causes a segfault.

http://raa.ruby-lang.org/project/minitar/

Thanks!

--

Chad Fowler
http://chadfowler.com
http://rubycentral.org
http://rubygarden.org
http://rubygems.rubyforge.org (over 50,000 gems served!)
 
C

Chad Fowler

hey chad!

i have been told that minitar works on the system.


Any ruby-core types feel like weighing in on troubleshooting
techniques for this segfault?

Chad
hey ruby people!

i am trying to install rubygems on ubuntu64 warty on amd64. i have all
ruby packages installed, and it fails with a segfault.

this is the end of the log:
...

As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a while)...
...done.
No library stubs found.

/usr/local/lib/site_ruby/1.8/rubygems/package.rb:150: [BUG] Segmentation fault
ruby 1.8.2 (2004-08-24) [x86_64-linux]

Aborted

does anyone have an idea what the problem could be?

Weird one. It looks like the problem comes up during an unpack() as
part of the tar code. Could you give Austin Ziegler/Mauricio
Fernandez's minitar library a try? I'd be interested to see if it
also causes a segfault.

http://raa.ruby-lang.org/project/minitar/

Thanks!

--

Chad Fowler
http://chadfowler.com
http://rubycentral.org
http://rubygarden.org
http://rubygems.rubyforge.org (over 50,000 gems served!)


--

Chad Fowler
http://chadfowler.com
http://rubycentral.org
http://rubygarden.org
http://rubygems.rubyforge.org (over 50,000 gems served!)
 
T

ts

C> Any ruby-core types feel like weighing in on troubleshooting
C> techniques for this segfault?

No problem with

uln% ruby -v
ruby 1.8.2 (2004-12-25) [x86_64-linux]
uln%

uln% ruby setup.rb
[...]
As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a while)...
...done.
No library stubs found.

Successfully built RubyGem
Name: sources
Version: 0.0.1
File: sources-0.0.1.gem
uln%
ruby 1.8.2 (2004-08-24) [x86_64-linux]

try to update.

How this ruby was built ?



Guy Decoux
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top