From owner-freebsd-current@FreeBSD.ORG Thu Jun 4 02:06:28 2009 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 D37DA106566B for ; Thu, 4 Jun 2009 02:06:28 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8F2FA8FC13 for ; Thu, 4 Jun 2009 02:06:27 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MC2Lb-0007H4-L2 for freebsd-current@FreeBSD.org; Thu, 04 Jun 2009 06:06:27 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id CA613B878 for ; Thu, 4 Jun 2009 06:06:22 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id C3C4B108839; Thu, 4 Jun 2009 06:06:22 +0400 (MSD) Date: Thu, 4 Jun 2009 06:06:22 +0400 From: Dmitry Marakasov To: freebsd-current@FreeBSD.org Message-ID: <20090604020622.GA19897@hades.panopticon> References: <20090604010719.GC15659@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20090604010719.GC15659@hades.panopticon> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: Re: libarchive extattr i386/amd64 syscall issue 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, 04 Jun 2009 02:06:29 -0000 * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: For ones experiencing the same problem, this patch worked for me. It disables extattr support in libarchive, but tar now works. --- libarchive.patch begins here --- --- src/lib/libarchive/config_freebsd.h.orig 2009-06-04 05:03:22.000000000 +0400 +++ src/lib/libarchive/config_freebsd.h 2009-06-04 05:03:41.000000000 +0400 @@ -34,8 +34,8 @@ #define HAVE_ACL_SET_FD_NP 1 #define HAVE_ACL_SET_FILE 1 #define HAVE_ACL_USER 1 -#define HAVE_EXTATTR_GET_FILE 1 -#define HAVE_EXTATTR_LIST_FILE 1 +#define HAVE_EXTATTR_GET_FILE 0 +#define HAVE_EXTATTR_LIST_FILE 0 #define HAVE_EXTATTR_SET_FD 1 #define HAVE_EXTATTR_SET_FILE 1 #define HAVE_SYS_ACL_H 1 --- libarchive.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru