From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4469DA2E.1030301@altlinux.com> Date: Tue, 16 May 2006 17:57:02 +0400 From: Anton Farygin Organization: ALT Linux Ltd. User-Agent: Thunderbird 1.5.0.2 (X11/20060502) MIME-Version: 1.0 To: ALT Devel discussion list References: <20060514123901.4BABDB131A@basalt.office.altlinux.org> <44698814.5080707@altlinux.com> <20060516132502.GB32576@basalt.office.altlinux.org> In-Reply-To: <20060516132502.GB32576@basalt.office.altlinux.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [devel] Q: jar vs fastjar X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 13:47:08 -0000 Archived-At: List-Archive: List-Post: Dmitry V. Levin wrote: > On Tue, May 16, 2006 at 12:06:44PM +0400, Anton Farygin wrote: >> QA Team Robot wrote: >>> Package: dbus-0.61-alt1 >>> Packager: Anton Farygin >>> Build Statistics: >>> 11 time(s) (last time: Tue Apr 11 2006) by Anton Farygin >>> 3 time(s) (last time: Sun Feb 06 2005) by Alexey Morozov >>> 1 time(s) (last time: Sat Jan 15 2005) by Vital Khilko >>> Status: rebuild failed. >>> Cannot build this package for 3 week(s) (since Sun Apr 23 2006). >>> Please investigate. >>> >>> Why: >>> >>> >> >>> /bin/sh ../libtool --tag=GCJ --mode=link gcj -g -O2 -o test-message --main=TestMessage TestMessage.o ../gcj/org/freedesktop/dbus/libdbus-gcj-1.la -lnsl >>> mkdir .libs >>> gcj -g -O2 -o .libs/test-message --main=TestMessage TestMessage.o ../gcj/org/freedesktop/dbus/.libs/libdbus-gcj-1.so -lnsl >>> creating test-message >>> find org -type d -o -type f -name '*.class' | \ >>> sed -e '/\/\./d' | \ >>> jar-4.1 cfM0E@ dbus-1.jar >>> /bin/sh: line 2: jar-4.1: command not found >>> >> Я правильно понимаю, что это проблема сборки gcc ? > > Вообще-то jar превратился в fastjar. Я не совсем понимаю, как это > правильно разрулить. Есть тут у нас спецы по java ? ;) Можно наверное попробовать попатчить dbus.. Rgds, Rider