From owner-freebsd-current@FreeBSD.ORG Thu Jun 26 17:27:21 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B82A3106564A; Thu, 26 Jun 2008 17:27:21 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 63A2B8FC31; Thu, 26 Jun 2008 17:27:20 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 766E0198F28; Thu, 26 Jun 2008 19:27:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 6A267198EDD; Thu, 26 Jun 2008 19:27:19 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 41D05A05B8; Thu, 26 Jun 2008 19:27:18 +0200 (CEST) Received: from wep4017.physik.uni-wuerzburg.de ([132.187.37.17]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.1HF110) with ESMTP id 2008062619271735-76511 ; Thu, 26 Jun 2008 19:27:17 +0200 Received: by wep4017.physik.uni-wuerzburg.de (sSMTP sendmail emulation); Thu, 26 Jun 2008 19:27:17 +0200 From: "Alexey Shuvaev" Date: Thu, 26 Jun 2008 19:27:17 +0200 To: Tim Kientzle Message-ID: <20080626172717.GA69658@wep4017.physik.uni-wuerzburg.de> References: <20080626110521.GA68764@wep4017.physik.uni-wuerzburg.de> <4863BA1B.8070001@freebsd.org> MIME-Version: 1.0 In-Reply-To: <4863BA1B.8070001@freebsd.org> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.18 (2008-05-17) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 06/26/2008 07:27:17 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.1HF110 | April 11, 2008) at 06/26/2008 07:27:19 PM, Serialize complete at 06/26/2008 07:27:19 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-current@freebsd.org Subject: Re: cpio -dumpl damages the files? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2008 17:27:21 -0000 On Thu, Jun 26, 2008 at 08:47:39AM -0700, Tim Kientzle wrote: > Alexey Shuvaev wrote: >> >> After examining the situation it appeared that math/qtiplot3d-qt4 >> have installed damaged include files. In a nutshell the problem is that >> bsdcpio damages the files: > > Ouch. I just committed a fix to SVN. Let me know > if it fixes this problem for you. > Yes, I have recompiled cpio only and it works now. I have not rebuild the world yet, but I have manually injected new bsdcpio binary into the system and reinstalled math/qwtplot3d-qt4. Now all header files are ok! Thanks, Alexey!