* gdb-7.6 Issue with porting and archive centre depot
@ 2013-06-13 17:16 Marer, Scott
2013-06-13 17:37 ` Joel Brobecker
0 siblings, 1 reply; 5+ messages in thread
From: Marer, Scott @ 2013-06-13 17:16 UTC (permalink / raw)
To: gdb-patches; +Cc: Marer, Scott
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.
Scott Marer
HP Enterprise Services, LLC
UNIX Systems Administrator
Mobile: (916) 521-2955
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb-7.6 Issue with porting and archive centre depot
2013-06-13 17:16 gdb-7.6 Issue with porting and archive centre depot Marer, Scott
@ 2013-06-13 17:37 ` Joel Brobecker
2013-06-13 17:58 ` Marer, Scott
2013-06-13 23:03 ` Marer, Scott
0 siblings, 2 replies; 5+ messages in thread
From: Joel Brobecker @ 2013-06-13 17:37 UTC (permalink / raw)
To: Marer, Scott; +Cc: gdb-patches
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: gdb-7.6 Issue with porting and archive centre depot
2013-06-13 17:37 ` Joel Brobecker
@ 2013-06-13 17:58 ` Marer, Scott
2013-06-14 10:41 ` Joel Brobecker
2013-06-13 23:03 ` Marer, Scott
1 sibling, 1 reply; 5+ messages in thread
From: Marer, Scott @ 2013-06-13 17:58 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
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 <gdb-patches@sourceware.org>
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]
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
> ...
>
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: gdb-7.6 Issue with porting and archive centre depot
2013-06-13 17:37 ` Joel Brobecker
2013-06-13 17:58 ` Marer, Scott
@ 2013-06-13 23:03 ` Marer, Scott
1 sibling, 0 replies; 5+ messages in thread
From: Marer, Scott @ 2013-06-13 23:03 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches, Marer, Scott
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 <http://gnu.org/licenses/gpl.html>
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:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) quit
So http://hpux.connect.org.uk/hppd/hpux/Gnu/gdb-7.6/ needs a dependency update, need to add XZ .
Scott Marer
HP Enterprise Services, LLC
UNIX Systems Administrator
Mobile: (916) 521-2955
-----Original Message-----
From: Marer, Scott
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 <gdb-patches@sourceware.org>
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]
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
> ...
>
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gdb-7.6 Issue with porting and archive centre depot
2013-06-13 17:58 ` Marer, Scott
@ 2013-06-14 10:41 ` Joel Brobecker
0 siblings, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2013-06-14 10:41 UTC (permalink / raw)
To: Marer, Scott; +Cc: gdb-patches
> According to http://hpux.connect.org.uk/hppd/hpux/Gnu/gdb-7.6/, the Author is :
>
> Author: Gnu Project Team <gdb-patches@sourceware.org>
>
> This would be the group that created this depot, right ?
No. They probably meant this as the author of the code, which is being
developped collaboratively here. But I don't know who actually
created the depot file. Accordingly, the missing dependency that
you spotted needs to be reported to them as well.
--
Joel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-14 9:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-13 17:16 gdb-7.6 Issue with porting and archive centre depot Marer, Scott
2013-06-13 17:37 ` Joel Brobecker
2013-06-13 17:58 ` Marer, Scott
2013-06-14 10:41 ` Joel Brobecker
2013-06-13 23:03 ` Marer, Scott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox