Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2008 18:23:20 +0100
From:      Kai Wang <kaiwang27@gmail.com>
To:        Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: [Call for testers] "BSD ar"
Message-ID:  <20080114172320.GA15092@plan0.kaiwan.csbnet.se>
In-Reply-To: <20080114170140.GA8759@wep4017.physik.uni-wuerzburg.de>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080114172320.GA15092>