From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15316 invoked from network); 2 Jan 2004 16:38:06 +0000 Received: from smtp.gentoo.org (128.193.0.39) by eagle.gentoo.oregonstate.edu with DES-CBC3-SHA encrypted SMTP; 2 Jan 2004 16:38:06 +0000 Received: from lists.gentoo.org ([128.193.0.34] helo=eagle.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.24) id 1AcSJJ-0001UB-Tt for arch-gentoo-dev@lists.gentoo.org; Fri, 02 Jan 2004 16:38:05 +0000 Received: (qmail 22087 invoked by uid 50004); 2 Jan 2004 16:36:55 +0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 5326 invoked from network); 2 Jan 2004 16:36:54 +0000 Date: Fri, 2 Jan 2004 17:37:09 +0100 From: Torsten Veller To: gentoo-dev@lists.gentoo.org Message-ID: <20040102171401.GA817ba.tv@veller.net> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <20031231111942.GAddaf9.tv@veller.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031231111942.GAddaf9.tv@veller.net> X-GPG: 0416 3C11 8D79 65B9 AAD0 2065 BBC7 14D1 9C67CD96 X-Message-Flag: Your ad here - only $50/month! Seen by all Outlook users! User-Agent: Mutt/1.5.5.1i X-Virus-Scanned: by Amavisd-new + McAfee uvscan / Univ. Rechenzentrum Trier Subject: Re: [gentoo-dev] wwwoffle ebuild problem with tar commmand on symbolic links X-Archives-Salt: c8d095a9-1327-47cd-999f-8b62c47b04af X-Archives-Hash: 9c1e03f83a944ed7d241a8ea1f65129c * Torsten Veller : > Is this a portage problem? Yes, it is. Let's see what happens: - Generate a tar with symbolic links older and younger than the target. # mkdir test && cd test && touch 1 && ln -s 1 2 && ln -s 3 4 && touch 3 && cd .. # tar -cf test.tar test - Write an ebuild script: # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_install() { cd ${D} && tar -xpf ${FILESDIR}/test.tar && touch uiuiui } - see that no uiuiui is generated. -- .: Torsten Veller | A sine curve goes off to infinity :. .: PGP 0x9C67CD96 | or at least the end of the blackboard :. -- gentoo-dev@gentoo.org mailing list