From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18169 invoked by alias); 13 Jun 2013 17:58:52 -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 18160 invoked by uid 89); 13 Jun 2013 17:58:52 -0000 X-Spam-SWARE-Status: No, score=-1.6 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 g5t0007.atlanta.hp.com (HELO g5t0007.atlanta.hp.com) (15.192.0.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 13 Jun 2013 17:58:50 +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 g5t0007.atlanta.hp.com (Postfix) with ESMTPS id 520B1142CB; Thu, 13 Jun 2013 17:58:49 +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:57:37 +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:57:38 +0000 From: "Marer, Scott" To: Joel Brobecker CC: "gdb-patches@sourceware.org" , "Marer, Scott" Subject: RE: gdb-7.6 Issue with porting and archive centre depot Date: Thu, 13 Jun 2013 23:03:00 -0000 Message-ID: References: <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/msg00320.txt.bz2 Joel, I installed xz-5.0.4 : http://hpux.connect.org.uk/hppd/hpux/Misc/xz-5.0.4/ And gdb now works with no complaints !!! Thanks Joel !!! >/usr/local/bin/gdb -? /usr/local/bin/gdb: unrecognized option `-?' Use `/usr/local/bin/gdb --help' for a complete list of options. >/usr/local/bin/gdb GNU gdb (GDB) 7.6 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "ia64-hp-hpux11.31". For bug reporting instructions, please see: . (gdb) quit So http://hpux.connect.org.uk/hppd/hpux/Gnu/gdb-7.6/ needs a dependency upd= ate, need to add XZ . Scott Marer HP Enterprise Services, LLC UNIX Systems Administrator Mobile: (916) 521-2955 -----Original Message----- From: Marer, Scott=20 Sent: Thursday, June 13, 2013 10:46 AM To: 'Joel Brobecker' Cc: gdb-patches@sourceware.org Subject: RE: gdb-7.6 Issue with porting and archive centre depot 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