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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=Rxx5j+xeyaQNaiP6x3baJL7kQ6sdBNR3+T+fXImborsQV9fKGyyDg kPxCniaCLVxWUDPyXcYnNMGoJ/iHwkRFMAqRfBN5GA28N3NnGVzUxiLRkKshZdkz wvQPIeAkF/5X5oDckueee4aPHHwNDnJBsMt3MqqgwZffOFi+IX/EfY= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=Ey26WC3Eg4AyjCZBCnE10cyWJos=; b=jRAHddPwMIYHnpXCuwOIpV7X7LV4 um7C7HcnpZ5+8AM7SUsEmiooPdNZfmaLQMquP4JF7K+nzUHgO37li4OoAXDF7lW0 ZsNUOAc9pRnDwQdEQGHJ1ZMdwHW0CFQEeapHjvE5qI3iZ7BpWYNnWeLgBSb8gvSy goA+6+gtRDuGPk8= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-02-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/4FfFWrMdVKBmqemOhPdAH Date: Tue, 17 Jun 2014 11:32:00 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Website: Package listing not working + cygport query Message-ID: <20140617153200.GA6910@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <5395FA98 DOT 5050005 AT tiscali DOT co DOT uk> <20140617143111 DOT GF7138 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140617143111.GF7138@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) On Tue, Jun 17, 2014 at 10:31:11AM -0400, Christopher Faylor wrote: >On Mon, Jun 09, 2014 at 07:19:04PM +0100, David Stacey wrote: >>On the cygwin.com website, none of my packages display their contents >>correctly, e.g.: >> >> https://cygwin.com/packages/x86/keepassx/keepassx-0.4.3-2 >>https://cygwin.com/packages/x86/libpoco-devel/libpoco-devel-1.4.6p3-1 >> https://cygwin.com/packages/x86/doxygen/doxygen-1.8.7-1 >> >>All I see is a long list of zeros. Other people's package listings are >>fine, e.g.: >> >>https://cygwin.com/packages/x86/libopenssl100/libopenssl100-1.0.1h-1 >>https://cygwin.com/packages/x86/texlive-collection-basic/texlive-collection-basic-20130529-1 >> >>Is this a website problem? Or have I managed to get something seriously >>wrong in building my packages? I'm using Firefox 29.0.1 under Fedora 20 >>64-bit, although looking at the source code it seems as though the >>browser is rendering the pages correctly. > >It's not a website problem. It is apparently a problem with the "upset" script >which generates these listings. I'm investigating. I'm surprised that I haven't seen this before: The name that you used to generate your packages was "David Stacey/None". My parser wasn't expecting a name with a space and I didn't detect the fact that the parsing failed (#($& just realized that I forgot to fix that). So it was just outputting a '0' size, one per line. Yaakov, wouldn't it make sense not to just use 0/0 as user/group when generating packages with cygport by forcing --owner=0, --group=0 to the tar command? I'm not suggesting that this is the right way to fix this particular problem but I don't think it's a good idea to leak people's names and groups out onto the interwebs if we can help it. It will also make the packages slightly smaller. cgf -- 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