From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7557 invoked by alias); 13 Jun 2013 17:49:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7547 invoked by uid 89); 13 Jun 2013 17:49:45 -0000 X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_BL autolearn=ham version=3.3.1 Received: from g6t0186.atlanta.hp.com (HELO g6t0186.atlanta.hp.com) (15.193.32.63) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 13 Jun 2013 17:49:44 +0000 Received: from G6W4001.americas.hpqcorp.net (g6w4001.atlanta.hp.com [16.205.80.210]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by g6t0186.atlanta.hp.com (Postfix) with ESMTPS id A89902C194; Thu, 13 Jun 2013 17:49:42 +0000 (UTC) Received: from G6W3997.americas.hpqcorp.net (16.205.80.212) by G6W4001.americas.hpqcorp.net (16.205.80.210) with Microsoft SMTP Server (TLS) id 14.3.123.3; Thu, 13 Jun 2013 17:46:22 +0000 Received: from G6W2499.americas.hpqcorp.net ([169.254.9.85]) by G6W3997.americas.hpqcorp.net ([16.205.80.212]) with mapi id 14.03.0123.003; Thu, 13 Jun 2013 17:46:22 +0000 From: "Marer, Scott" To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: RE: gdb-7.6 Issue with porting and archive centre depot Date: Thu, 13 Jun 2013 17:58:00 -0000 Message-ID: References: <20130613173630.GR3969@adacore.com> In-Reply-To: <20130613173630.GR3969@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-06/txt/msg00319.txt.bz2 Joel, Thanks for your response, I'll look at xz-5.0.4 ... According to http://hpux.connect.org.uk/hppd/hpux/Gnu/gdb-7.6/, the Author = is : Author: Gnu Project Team This would be the group that created this depot, right ? Scott Marer HP Enterprise Services, LLC UNIX Systems Administrator Mobile: (916) 521-2955 -----Original Message----- From: Joel Brobecker [mailto:brobecker@adacore.com]=20 Sent: Thursday, June 13, 2013 10:37 AM To: Marer, Scott Cc: gdb-patches@sourceware.org Subject: Re: gdb-7.6 Issue with porting and archive centre depot > I installed the HP-UX 11.31 IA64 gdb-7.6 depot from > http://hpux.connect.org.uk/hppd/hpux/Gnu/gdb-7.6/ along with ALL the > 13 run-time dependencies on a 11.31 system with no errors or issues > ... >=20 > I get the following complaint when trying to run gdb : >=20 > >/usr/local/bin/gdb -? > /usr/lib/hpux32/dld.so: Unable to find library 'liblzma.so'. > Killed >=20 > What am I missing ??? > Please advise. This is really a question for the group that created the binary packages. If liblzma is not provided by the GDB package itself, there ought to be a separate package that provides it. A quick search on the internet yields, for instance: http://hpux.connect.org.uk/hppd/hpux/Misc/xz-5.0.4/ I am not familiar with the HP-UX packaging system so I cannot comment further. --=20 Joel