From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.157.14 with SMTP id z14cs24022bkw; Sat, 17 Jul 2010 13:07:06 -0700 (PDT) Received: by 10.231.200.146 with SMTP id ew18mr2376611ibb.117.1279397226153; Sat, 17 Jul 2010 13:07:06 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id x6si7335685ibb.101.2010.07.17.13.07.05; Sat, 17 Jul 2010 13:07:06 -0700 (PDT) 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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 758D11858387; Sat, 17 Jul 2010 16:07:05 -0400 (EDT) Received: from mail-px0-f178.google.com (mail-px0-f178.google.com [209.85.212.178]) by rubyforge.org (Postfix) with ESMTP id 0E41D1858371 for ; Sat, 17 Jul 2010 15:10:50 -0400 (EDT) Received: by pxi5 with SMTP id 5so1819542pxi.23 for ; Sat, 17 Jul 2010 12:10:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:cc :subject:from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=GSl6jBiApuehJpJxGCJU/1ce9rFwWctwpka8m6oC2aw=; b=I/jRjWLG6l4eMB/GQxzB2jATrKjkpbE2AJ3fo6XsvkwPWgdUy7QwDxeve5su4wv9eI Wz20z3q7i9csqMP0Is0+QQyS0rBVewVDFHUfYcvNuWdpxwhBli2qMStCGWN3tLQNj6xV 8CbhGOTPyuWWslRvkuRGS67LYbpObSAWc0aXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:cc:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=W49uu4MGpJpyc/Lwc4Z6xp6X7uXV6olmmc6wZJZi7+ocYr43pbsdkGQoJ4oQuzf9VE RjoaB7E2GQmtyMdWZ0vN0wSJhjRM6k18o1yERWVHJ7CqxhEqb25jzEkhErWLhnoK2S/O zTiE/DRUK0xMaVkqcXTHcid7tKQb0Atg0PTTg= Received: by 10.114.131.8 with SMTP id e8mr3861376wad.95.1279393516891; Sat, 17 Jul 2010 12:05:16 -0700 (PDT) Received: from localhost (c-24-63-138-235.hsd1.vt.comcast.net [24.63.138.235]) by mx.google.com with ESMTPS id k23sm44509701waf.5.2010.07.17.12.05.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Jul 2010 12:05:15 -0700 (PDT) From: Mark Alexander To: Daniel Goldin In-reply-to: References: Date: Sat, 17 Jul 2010 15:05:12 -0400 Message-Id: <1279393381-sup-2001@r61> User-Agent: Sup/0.11 Cc: sup-talk Subject: Re: [sup-talk] install problems on ubuntu 10.10 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 Excerpts from Daniel Goldin's message of Sat Jul 17 13:29:41 -0400 2010: > sh: rake1.8: not Looks like the complete error message was truncated, but I think this means rake was not found. I ran into this on Ubuntu 10.04. Try doing this: sudo gem install rake To build xapian, you'll also need a C++ compiler: sudo aptitude install g++ _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk