From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88B89138851 for ; Mon, 4 Feb 2013 14:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7976FE045E; Mon, 4 Feb 2013 14:03:48 +0000 (UTC) Received: from mail-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B2E5E03E0 for ; Mon, 4 Feb 2013 14:03:46 +0000 (UTC) Received: by mail-da0-f42.google.com with SMTP id z17so2689441dal.15 for ; Mon, 04 Feb 2013 06:03:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=N5SJQQD08MqLbIm1zpDkWmWbPaMvI1jiyk5SLMuXJnc=; b=w4cjk1+iuvOx83GxL2889mKTS2gGktfa1oOYbqwBQ85gAdhA3gVSapdha420siH5bx adX2b4IldF4mEFXcqk17Po8D/qoe/LqLeYxjHnNRMUszvBgtS2kcEVkhwAhCJG63uNMF 2n18hoXAViRtDoWJzPTfK6IBKP5Awf2Vh1Kj8FTQv1t+Fi5yV8Mdyas0pMq5FKxWdorl npa1n1kbdMeia2BqJos7e2RO8CCp70mTlnijOkIRdZyw2P9AH23hSJHUIVth3vLF4RFF NMFX0MVVDG4sOU09wufJND+/0YwF3U7ES44rsv4C46urFmlZbxss1ZlxmRo081ze7RPA VRSA== X-Received: by 10.66.85.167 with SMTP id i7mr53164125paz.57.1359986625728; Mon, 04 Feb 2013 06:03:45 -0800 (PST) Received: from localhost ([121.245.148.1]) by mx.google.com with ESMTPS id i6sm21618382paw.19.2013.02.04.06.03.41 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 06:03:43 -0800 (PST) Date: Mon, 4 Feb 2013 19:36:13 +0530 From: Yohan Pereira To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] google drive Message-ID: <20130204140613.GA6341@dethkomp> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 64d412a9-0f78-4e0e-839a-134840d6534c X-Archives-Hash: a72cba6a68f46b7c8edd68454c8b45f9 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On 04/02/13 at 01:43pm, András Csányi wrote: > Hi All, > > I would like to get some advise what would be the good - reasonably > good - solution use my Google Drive storage under Gentoo. In the last > 1.5 years I haven't used Gentoo so, I'm a little bit out of scope > about the actualities. > > I found grive but it is not compiling. At the moment I don't have time > to figure out what could be the issue with it and I have no time to > report it. Maybe, later. Place the attached file in the folder (create the folder if it doesn't exists) /etc/portage/patches/net-misc/grive-0.2.0/ Here's how it looks on my system. $ cat /etc/portage/patches/net-misc/grive-0.2.0/binutils.patch --- grive-0.2.0/libgrive/src/bfd/SymbolInfo.cc 2012-07-07 21:13:18.000000000 +0530 +++ grive-0.2.0-patch/libgrive/src/bfd/SymbolInfo.cc 2012-10-25 19:50:12.753953058 +0530 @@ -21,7 +21,7 @@ #include "Debug.hh" #include - +#define PACKAGE #include #include #include > What I'm looking for is similar to I had under Windows. The drive > could be mountable and it is synchronized. At the moment does not > matter it is synchronized automatically or it requires a command. after you configure grive, it syncs the current folder with your google drive. You need to run it again to sync any changes. I use a cron entry to periodically sync my drive. -- - Yohan Pereira The difference between a Miracle and a Fact is exactly the difference between a mermaid and a seal. -- Mark Twain --wRRV7LY7NUeQGEoC Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="binutils.patch" --- grive-0.2.0/libgrive/src/bfd/SymbolInfo.cc 2012-07-07 21:13:18.000000000 +0530 +++ grive-0.2.0-patch/libgrive/src/bfd/SymbolInfo.cc 2012-10-25 19:50:12.753953058 +0530 @@ -21,7 +21,7 @@ #include "Debug.hh" #include - +#define PACKAGE #include #include #include --wRRV7LY7NUeQGEoC--