X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id CE24FDC00CE for ; Sun, 6 Jul 2014 22:04:40 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id et14so4341766pad.21 for ; Sun, 06 Jul 2014 15:04:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=722ENqs04zZUevf+5XCUBk/t7NOIxyqi1iDd8W3V5iY=; b=QYO5cV3fcE7cp6S/QR4fvhbHIx0n7dQB49VAauHkpjHSsMpZLrDub9hZcF7PpIjlkQ ff/hjzYDHkKjHY9gkQHjdD2OYdulcT+V5c4oR1bTxDnklgHfTTOglLbmJefukeeqQcet G9SXjLfHWqZKAdfejvcbZyQWZLmHmjfDukOAutqaE/5wsaGS+r6JLTiAdtoCQP+iVdpI x4/KmfRZoW9KzBJg8viHvD7rOJ6jjF5e1bXs1/F9041vc4lSAO3mtilHvf/zFrFG5n2J HazcrDKEce8SvRcq3ZKMDsEMHKWEnonxBBJjnjioPjLRJn4ynzjmQ30xZl8CoT8MBeYl j7/w== X-Received: by 10.68.131.230 with SMTP id op6mr25178188pbb.55.1404684278584; Sun, 06 Jul 2014 15:04:38 -0700 (PDT) Received: from newbook ([50.0.227.219]) by mx.google.com with ESMTPSA id gw8sm50586819pbc.28.2014.07.06.15.04.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 06 Jul 2014 15:04:38 -0700 (PDT) Date: Sun, 6 Jul 2014 15:04:33 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Bug in abuild default_doc? Message-ID: <20140706220431.GA14426@newbook> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Hello, I ran into this error while trying to create a new package: >>> sword-doc*: Preparing subpackage sword-doc... >>> ERROR: sword-doc*: Missing /home/idunham/aports/testing/sword/pkg/sword-doc >>> ERROR: sword*: prepare_subpackages failed >>> ERROR: sword: all failed >>> sword: Uninstalling dependencies... Looking at default_doc in abuild, I see that it doesn't mkdir $subpkgdir; it will fail by default. I'd assume that this is not the intended behavior. The workaround is easy (call mkdir then default_doc), but I thought I'd mention this. Thanks, isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---