From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lnx503.hrz.tu-darmstadt.de ([130.83.156.232]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1RSnob-000642-PB for ptxdist@pengutronix.de; Tue, 22 Nov 2011 11:43:06 +0100 Received: from iss1.vlsi.informatik.tu-darmstadt.de (iss1.vlsi.informatik.tu-darmstadt.de [130.83.164.1]) by lnx503.hrz.tu-darmstadt.de (8.14.4/8.14.4/HRZ/PMX) with ESMTP id pAMAh1ba005110 for ; Tue, 22 Nov 2011 11:43:01 +0100 (envelope-from tstone@iss.tu-darmstadt.de) Received: from localhost (localhost [127.0.0.1]) by iss1.vlsi.informatik.tu-darmstadt.de (Postfix) with ESMTP id 26769F7C4 for ; Tue, 22 Nov 2011 11:43:01 +0100 (CET) Received: from iss1.vlsi.informatik.tu-darmstadt.de ([127.0.0.1]) by localhost (iss1.vlsi.informatik.tu-darmstadt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lveKKCHe3D6m for ; Tue, 22 Nov 2011 11:43:01 +0100 (CET) Received: from lvxen-nx.vlsi (iss5.vlsi.informatik.tu-darmstadt.de [130.83.164.5]) by iss1.vlsi.informatik.tu-darmstadt.de (Postfix) with ESMTP id 12F9B3358 for ; Tue, 22 Nov 2011 11:43:01 +0100 (CET) From: Tim Sander Date: Tue, 22 Nov 2011 11:42:59 +0100 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_0y3yOnEQebCihaH" Message-Id: <201111221143.00650.tstone@iss.tu-darmstadt.de> Subject: [ptxdist] ptxdist-2011.11.0 regression on extract Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de --Boundary-00=_0y3yOnEQebCihaH Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi I just ran into an error with my own package of host-gchart. It downloads gchart-2.7.zip and extracts it: $(call extract, HOST_CHART, $(HOST_GCHART_DIR)) This works without problems in ptxdist-2011.04.1. With 2011.11.0 the $(HOST_GCHART_DIR) contains the first directory of the zipfile (javadoc) and not the zipfile root. Best regards Tim --Boundary-00=_0y3yOnEQebCihaH Content-Type: text/plain; charset="UTF-8"; name="host-gchart.in" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="host-gchart.in" ## SECTION=hosttools_noprompt config HOST_GCHART tristate default ALLYES --Boundary-00=_0y3yOnEQebCihaH Content-Type: text/plain; charset="UTF-8"; name="host-gchart.make" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="host-gchart.make" # -*-makefile-*- # # Copyright (C) 2011 by Tim Sander # # See CREDITS for details about who has contributed to this project. # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_GCHART) += host-gchart # # Paths and names # HOST_GCHART_VERSION := 2.7 HOST_GCHART := gchart-$(HOST_GCHART_VERSION) HOST_GCHART_SUFFIX := zip HOST_GCHART_URL := http://clientsidegchart.googlecode.com/files/$(HOST_GCHART).$(HOST_GCHART_SUFFIX) HOST_GCHART_SOURCE := $(SRCDIR)/$(HOST_GCHART).$(HOST_GCHART_SUFFIX) HOST_GCHART_DIR := $(HOST_BUILDDIR)/$(HOST_GCHART) HOST_GCHART_LICENSE := Apache2.0 # ---------------------------------------------------------------------------- # Get # ---------------------------------------------------------------------------- $(HOST_GCHART_SOURCE): @$(call targetinfo) @$(call get, HOST_GCHART) # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- $(STATEDIR)/host-gchart.prepare: @$(call targetinfo) @$(call touch) # ---------------------------------------------------------------------------- # Extract # ---------------------------------------------------------------------------- $(STATEDIR)/host-gchart.extract: @$(call targetinfo) @$(call clean) @$(call extract, HOST_GCHART, $(HOST_GCHART_DIR)) @$(call touch) # ---------------------------------------------------------------------------- # Compile # ---------------------------------------------------------------------------- $(STATEDIR)/host-gchart.compile: @$(call targetinfo) @$(call touch) # ---------------------------------------------------------------------------- # Install # ---------------------------------------------------------------------------- $(STATEDIR)/host-gchart.install: @$(call targetinfo) @$(call touch) # vim: syntax=make --Boundary-00=_0y3yOnEQebCihaH Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --Boundary-00=_0y3yOnEQebCihaH--