X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; q=dns; s=default; b=yhrkD0P1ngmiXxuQN0UclCC0qq5TNAvXTsHm3jC77ji 1lVKpSw4VG3xR67NroIsrLR+3TwzLrfJYmQ/o3VZl5WhaqjR9iHAkBU1we5fke77 y5SvqU/bY05w1HMK+pxHoyPS7K5iF0Ao7KJevyJ2i56t+REYlXIYaYsIZDk1eN4c = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; s=default; bh=Sd+BTlJ/5XOuASIS1xjxNSqNwCE=; b=UjblGdJlxOz4al7p6 DRKwqLcyqhe0O9oQNL1C7Nj5/IvSvZ8ANSqyfExNbcjXwK0wfu5zopzXSaXwjw9Q DpdlYQPVoHt0DJDu32xPhzi0xdH9t6K8q0ZKe/4t3NJWh1KZgirhcFkpZGgTy1In YyurPR4tHNfojzcmR+RA1ii6MI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 X-EIP: [Rc4BoI5U+bQaVCVJNIPRTDkY8bMiVvgc] Message-ID: From: Maarten Jacobs To: "cygwin AT cygwin DOT com" Subject: RE: Compiling deja-dup Date: Tue, 30 Apr 2013 21:02:57 -0400 In-Reply-To: <5180327E.4020109@cygwin.com> References: ,<517F09AF DOT 4090105 AT cygwin DOT com> ,<5180327E DOT 4020109 AT cygwin DOT com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r4113AFH012242 Larry, thanks for your responses...  > 1. Make sure your path does not include " ". Some of the packages I  > tried to compile from source failed with funny errors eluding to "Files/Windows"  > (obviously "Program Files/Windows") - once I updated my Path to not include  > references to "Program Files" those errors went away.  I assume you meant "Program Files" in your opening statement. Your solution  works. The alternative is to quote the internal paths with spaces or  otherwise escape the spaces. >> Actually the error specifically states "Files/Windows". It took me a turn to figure out it was complaining about my path. I did try escaping the spaces in $PATH with a \ but that didn't have the desired effect... So I decided to update PATH to not have any spaces.  > 3. Most of the source I worked with came from  > ftp://cygwin.org/pub/cygwinports/release-2/GNOME, as it turned out a very  > good source of CygWin packages - including a few that not appear on Cygwin's  > setup (such as libpeas that I have not been able to find)  More than "a few" packages in Cygwin Ports are not in the official  distribution. :-) They can all be installed with 'setup.exe' if you add the  path to the Cygwin Ports repository to 'setup.exe' though. >> Can you explain this a bit more - I'm not sure how to "add the path to setup.exe". I tried using the above URL from setup.exe - but it didn't give me an option to install deja-dup directly.   > 5. A number of my problems were caused by the fact that I was building  > my source on a network drive (as my home directory happens to be located on a  > share). My experience shows that building on the local machine works a lot  > better. I think it has something to do with symbolic links not working right  > on network shares (or is that just Samba network shares?)  Permissions are more problematic on your typical network share. If you can  avoid them, that makes things easier, yes.  > If anybody believes this compiled version of deja-dup would be share  > worthy I'm happy to do so.----------------------------------------  Is it really different from the one on Cygwin Ports? Regardless, if you  want to provide it as an official package for Cygwin, read through   and in your ITA/ITP, just ask Yaakov if  he minds you picking up this package and its dependencies from him. >> Hmm. It probably isn't - however (as I indicated above) I've not been able to figure out how I would go about installing it "directly" - i.e. without first downloading the source from Cygwin Ports and compiling/installing. Perhaps there's another trick I'm not aware of. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple