From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 28 10:50:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A31A2106566B for ; Sat, 28 Aug 2010 10:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 79BBA8FC17 for ; Sat, 28 Aug 2010 10:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7SAo3mn057229 for ; Sat, 28 Aug 2010 10:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7SAo3w3057228; Sat, 28 Aug 2010 10:50:03 GMT (envelope-from gnats) Date: Sat, 28 Aug 2010 10:50:03 GMT Message-Id: <201008281050.o7SAo3w3057228@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Fuckner Cc: Subject: Re: ports/147791: [patch] Update sysutils/arcconf to v6_50_18570 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Fuckner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2010 10:50:03 -0000 The following reply was made to PR ports/147791; it has been noted by GNATS. From: Michael Fuckner To: Volodymyr Kostyrko Cc: bug-followup@FreeBSD.org Subject: Re: ports/147791: [patch] Update sysutils/arcconf to v6_50_18570 Date: Sat, 28 Aug 2010 12:48:47 +0200 On 08/28/10 12:15, Volodymyr Kostyrko wrote: > I have question about this one... Why FreeBSD 8 version of StorMan is > stuffed with diablo jre for FreeBSD 7? I really don't know why adaptec does this exactly this way, for me some things make absolutely no sense. I just looked at the new package (18579) and this is what the x86-Version looks like: ./freebsd6/manager/opt/StorMan/arcconf: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), not stripped ./freebsd6/cmdline/arcconf: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), not stripped ./freebsd8/manager/opt/StorMan/arcconf: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.0 (800107), not stripped ./freebsd8/cmdline/arcconf: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.0 (800107), not stripped ./freebsd7/cmdline/arcconf: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 7.0 (700055), not stripped ./freebsd7/manager/opt/StorMan/arcconf: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 7.0 (700055), not stripped Currently I am not exactly sure how to double unpack the files to fetch the arcconf binary from freebsdX/manager/opt/StorMan/arcconf, since the other binary is 64bit only when using the file for 32bit environments. Regards, Michael!