delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/04/30/21:03:15

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: <BLU170-W78EF03FC09255735D32D419EBC0@phx.gbl>
From: Maarten Jacobs <maarten256 AT hotmail DOT com>
To: "cygwin AT cygwin DOT com" <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: <BLU170-W8902608EE1F82834C586DC9EB20 AT phx DOT gbl> <BLU170-W899A20DCA3EBD8E06BF7AC9EB20 AT phx DOT gbl>,<517F09AF DOT 4090105 AT cygwin DOT com> <BLU170-W337CA3E6BA3BDE60F555FF9EB30 AT phx DOT gbl>,<5180327E DOT 4020109 AT cygwin DOT com>
MIME-Version: 1.0
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
 <http://cygwin.com/setup.html> 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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019