From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32345 invoked by alias); 13 Jun 2013 17:36:34 -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 32336 invoked by uid 89); 13 Jun 2013 17:36:34 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,TW_BL autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 13 Jun 2013 17:36:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2DBE92EEDE; Thu, 13 Jun 2013 13:36:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KDgQlZi5ifap; Thu, 13 Jun 2013 13:36:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 019032EC0B; Thu, 13 Jun 2013 13:36:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 89FE6C2B3D; Thu, 13 Jun 2013 21:36:30 +0400 (RET) Date: Thu, 13 Jun 2013 17:37:00 -0000 From: Joel Brobecker To: "Marer, Scott" Cc: "gdb-patches@sourceware.org" Subject: Re: gdb-7.6 Issue with porting and archive centre depot Message-ID: <20130613173630.GR3969@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00317.txt.bz2 > 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 > ... > > I get the following complaint when trying to run gdb : > > >/usr/local/bin/gdb -? > /usr/lib/hpux32/dld.so: Unable to find library 'liblzma.so'. > Killed > > 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. -- Joel