From owner-freebsd-current@FreeBSD.ORG Mon Jan 14 17:23:32 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 240CE16A418 for ; Mon, 14 Jan 2008 17:23:32 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 8369C13C44B for ; Mon, 14 Jan 2008 17:23:31 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2575199fgg.35 for ; Mon, 14 Jan 2008 09:23:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=hPYB2PalhR5KITcSZfCu8HLf45t/c/ym5uZGgVJn5zk=; b=pmLGqa8YOrzmUNhQnMBtAcwukHzRMQYs9j4korX4T0T3EikDtza7CVzfZvRsYtgLd9lo8Jvvlprf5lu/5aTrd0XYG6HBFVnxLdbam6lIzKBVHA3hG4RU5ds99wVV7laDOz7QRUJway4ukSfZzUI+KvaL0KhzrEee5X3JZ0aVP3M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=f+qlKuljCo4dhPWzc4oZgPxkqiMBxhfsULrz9W3+MjtInGo27T3pb8qNxOYFVmfTcLYBIIX4lyObifaN2lmQRKFPqwPAyED46hfFQcPOaCIvKH4hSu4EhcDEzjG1DuznVjJUlvNIjGw6utg7YmSmzZUGDFDsiE4ZqaDtSl/Wi78= Received: by 10.82.106.14 with SMTP id e14mr11321340buc.38.1200331409646; Mon, 14 Jan 2008 09:23:29 -0800 (PST) Received: from plan0.kaiwan.csbnet.se ( [193.11.244.12]) by mx.google.com with ESMTPS id u14sm5432238gvf.13.2008.01.14.09.23.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Jan 2008 09:23:28 -0800 (PST) Received: by plan0.kaiwan.csbnet.se (Postfix, from userid 1001) id 1952DB8FD; Mon, 14 Jan 2008 18:23:20 +0100 (CET) Date: Mon, 14 Jan 2008 18:23:20 +0100 From: Kai Wang To: Alexey Shuvaev Message-ID: <20080114172320.GA15092@plan0.kaiwan.csbnet.se> Mail-Followup-To: Alexey Shuvaev , freebsd-current@freebsd.org References: <20080111142336.GA1379@plan0.kaiwan.csbnet.se> <20080111194036.GA28896@troutmask.apl.washington.edu> <20080112072138.GB1016@plan0.kaiwan.csbnet.se> <20080112085134.GA1613@plan0.kaiwan.csbnet.se> <20080114170140.GA8759@wep4017.physik.uni-wuerzburg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20080114170140.GA8759@wep4017.physik.uni-wuerzburg.de> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-current@freebsd.org Subject: Re: [Call for testers] "BSD ar" 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: Mon, 14 Jan 2008 17:23:32 -0000 On Mon, Jan 14, 2008 at 06:01:40PM +0100, Alexey Shuvaev wrote: > Ok, first bad news... > Well, maybe not so bad, and maybe not so new... > > I have tried to compile editors/openoffice.org-2 on amd64 8-CURRENT > machine. It fails while compiling: > > [snip] > ============= > Building project nas > ============= > /usr/ports/editors/openoffice.org-2/work/OOG680_m9/nas > mkout -- version: 1.7 > ------------- > [snip] > > What it tries to execute exactly is, for example: > > [snip] > rm -f libvoxware.a > ar clq libvoxware.a auvoxware.o config.o > usage: ar -d [-jsvz] archive file ... > ar -m [-jsvz] archive file ... > ar -m [-abijsvz] position archive file ... > ar -p [-v] archive [file ...] > ar -r [-cjsuvz] archive file ... > ar -r [-abcijsuvz] position archive file ... > ar -s [-jz] archive > ar -t [-v] archive [file ...] > ar -x [-Couv] archive [file ...] > ar -V > *** Error code 64 Hi Alexey, Thank you for reporting this bug. I listed option '-l' in the getopt's optstring, but I forgot to write the corresponding case clause. Please try again with the new tarball I just packed: http://web.student.chalmers.se/~kaiw/patch/ar-20080114.tgz -- Kai