From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs83979fga; Thu, 11 Feb 2010 14:11:41 -0800 (PST) Received: by 10.101.133.13 with SMTP id k13mr912608ann.14.1265926300904; Thu, 11 Feb 2010 14:11:40 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 7si8505423qwf.4.2010.02.11.14.11.40; Thu, 11 Feb 2010 14:11:40 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 3A99B18582F3; Thu, 11 Feb 2010 17:11:40 -0500 (EST) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by rubyforge.org (Postfix) with ESMTP id 11DC318581EF for ; Thu, 11 Feb 2010 17:11:21 -0500 (EST) Received: from postalmail-a5.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by hapkido.dreamhost.com (Postfix) with ESMTP id F078E17A3F8 for ; Thu, 11 Feb 2010 14:11:19 -0800 (PST) Received: from davekap.com (ip72-196-119-161.ga.at.cox.net [72.196.119.161]) by postalmail-a5.g.dreamhost.com (Postfix) with ESMTP id B9B26BE981 for ; Thu, 11 Feb 2010 14:10:13 -0800 (PST) Received: by davekap.com (sSMTP sendmail emulation); Thu, 11 Feb 2010 17:10:10 -0500 From: David L.Kaplan To: sup-talk Date: Thu, 11 Feb 2010 17:10:10 -0500 Message-Id: <1265926186-sup-9201@enchanted> User-Agent: Sup/0.9.1 Subject: [sup-talk] problem gem installing 0.10.1 X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I've been a happy user of sup for about a year and a half, since 0.6! Thanks to everyone for all the hard work! I'm on Ubuntu Karmic Koala. I have not switched from Ferret yet, but intend to once 0.10 is installed. I can gem uninstall and install sup 0.9 no sweat, but gem update sup, as well as gem install sup after uninstalling all sup gems, gives me the following error: gem install sup Updating installed gems Updating sup Building native extensions. This could take a while... ERROR: Error installing sup: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb checking for unistd.h... yes checking for locale.h... yes checking for ncurses.h... yes checking for wmove() in -lncursesw... no checking for wmove() in -lpdcurses... no *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/bin/ruby1.8 --with-ncurseswlib --without-ncurseswlib --with-pdcurseslib --without-pdcurseslib extconf.rb:46: ncurses library not found (RuntimeError) Gem files will remain installed in /var/lib/gems/1.8/gems/ncursesw-1.2.4.1 for inspection. Results logged to /var/lib/gems/1.8/gems/ncursesw-1.2.4.1/gem_make.out Nothing to update I've tried installing ncurses and ncursesw gems. I notice that there are ncurses and ncursesw packages installed through aptitude as well. I'm not savvy enough to know what might be interfering with what. I took one stab at uninstalling ncurses-base through aptitude and aptitude told me that was stupid and I better know what I'm doing! All I really know is that all previous versions installed and this one doesn't. Thanks for any help. Cheers, David _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk