Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* libiberty?
@ 2002-08-28 16:51 Keith Seitz
  2002-08-28 18:12 ` libiberty? Daniel Jacobowitz
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Keith Seitz @ 2002-08-28 16:51 UTC (permalink / raw)
  To: gdb

Hi,

I just got a PR concerning a libiberty build failure on SuSE8.0...

Anyone know where I can point this helpless user?

Keith



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: libiberty?
  2002-08-28 16:51 libiberty? Keith Seitz
@ 2002-08-28 18:12 ` Daniel Jacobowitz
  2002-08-29  2:56 ` libiberty? Michal Ludvig
  2002-08-29  4:13 ` libiberty? Andreas Jaeger
  2 siblings, 0 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2002-08-28 18:12 UTC (permalink / raw)
  To: Keith Seitz; +Cc: gdb

On Wed, Aug 28, 2002 at 04:54:22PM -0700, Keith Seitz wrote:
> Hi,
> 
> I just got a PR concerning a libiberty build failure on SuSE8.0...
> 
> Anyone know where I can point this helpless user?

The master source is the GCC archive.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: libiberty?
  2002-08-28 16:51 libiberty? Keith Seitz
  2002-08-28 18:12 ` libiberty? Daniel Jacobowitz
@ 2002-08-29  2:56 ` Michal Ludvig
  2002-08-29  4:13 ` libiberty? Andreas Jaeger
  2 siblings, 0 replies; 7+ messages in thread
From: Michal Ludvig @ 2002-08-29  2:56 UTC (permalink / raw)
  To: Keith Seitz; +Cc: gdb

Keith Seitz wrote:
> I just got a PR concerning a libiberty build failure on SuSE8.0...

Hm, I can't see any problems neither while building mainline nor 5.2.1 
branch on SuSE 8.0/i386.

> Anyone know where I can point this helpless user?

I believe it's a "user error", not a libiberty's failure.

Michal Ludvig
-- 
* SuSE CR, s.r.o     * mludvig@suse.cz
* +420 2 9654 5373   * http://www.suse.cz


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: libiberty?
  2002-08-28 16:51 libiberty? Keith Seitz
  2002-08-28 18:12 ` libiberty? Daniel Jacobowitz
  2002-08-29  2:56 ` libiberty? Michal Ludvig
@ 2002-08-29  4:13 ` Andreas Jaeger
  2002-08-29  7:10   ` libiberty? Keith Seitz
  2 siblings, 1 reply; 7+ messages in thread
From: Andreas Jaeger @ 2002-08-29  4:13 UTC (permalink / raw)
  To: Keith Seitz; +Cc: gdb

Keith Seitz <keiths@redhat.com> writes:

> Hi,
>
> I just got a PR concerning a libiberty build failure on SuSE8.0...

Which PR?  Can I access the database somewhere?  I'll have a look.

> Anyone know where I can point this helpless user?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: libiberty?
  2002-08-29  4:13 ` libiberty? Andreas Jaeger
@ 2002-08-29  7:10   ` Keith Seitz
  2002-08-29  7:29     ` libiberty? Andreas Jaeger
  2002-08-29  7:51     ` libiberty? Andreas Schwab
  0 siblings, 2 replies; 7+ messages in thread
From: Keith Seitz @ 2002-08-29  7:10 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: gdb

On Thu, 29 Aug 2002, Andreas Jaeger wrote:

> Keith Seitz <keiths@redhat.com> writes:
> 
> > I just got a PR concerning a libiberty build failure on SuSE8.0...
> 
> Which PR?  Can I access the database somewhere?  I'll have a look.

insight/179

I appreciate any help you might be able to offer this user.

Thanks,
Keith



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: libiberty?
  2002-08-29  7:10   ` libiberty? Keith Seitz
@ 2002-08-29  7:29     ` Andreas Jaeger
  2002-08-29  7:51     ` libiberty? Andreas Schwab
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Jaeger @ 2002-08-29  7:29 UTC (permalink / raw)
  To: Keith Seitz; +Cc: gdb

Keith Seitz <keiths@redhat.com> writes:

> On Thu, 29 Aug 2002, Andreas Jaeger wrote:
>
>> Keith Seitz <keiths@redhat.com> writes:
>> 
>> > I just got a PR concerning a libiberty build failure on SuSE8.0...
>> 
>> Which PR?  Can I access the database somewhere?  I'll have a look.
>
> insight/179
>
> I appreciate any help you might be able to offer this user.

It seems like some header files are not installed, some extracts from
make.log:
checking for sys/wait.h... (cached) no
checking for vfork.h... (cached) no
checking for working vfork... (cached) no
checking for ANSI C header files... (cached) no

I really suspect a broken installation where some of the glibc header
files have been removed.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: libiberty?
  2002-08-29  7:10   ` libiberty? Keith Seitz
  2002-08-29  7:29     ` libiberty? Andreas Jaeger
@ 2002-08-29  7:51     ` Andreas Schwab
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Schwab @ 2002-08-29  7:51 UTC (permalink / raw)
  To: Keith Seitz; +Cc: Andreas Jaeger, gdb

Keith Seitz <keiths@redhat.com> writes:

|> On Thu, 29 Aug 2002, Andreas Jaeger wrote:
|> 
|> > Keith Seitz <keiths@redhat.com> writes:
|> > 
|> > > I just got a PR concerning a libiberty build failure on SuSE8.0...
|> > 
|> > Which PR?  Can I access the database somewhere?  I'll have a look.
|> 
|> insight/179
|> 
|> I appreciate any help you might be able to offer this user.

It's a pilot error.  The reporter is using his own, probably modified,
glibc headers.  There is nothing SuSE can do about.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-08-29 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-28 16:51 libiberty? Keith Seitz
2002-08-28 18:12 ` libiberty? Daniel Jacobowitz
2002-08-29  2:56 ` libiberty? Michal Ludvig
2002-08-29  4:13 ` libiberty? Andreas Jaeger
2002-08-29  7:10   ` libiberty? Keith Seitz
2002-08-29  7:29     ` libiberty? Andreas Jaeger
2002-08-29  7:51     ` libiberty? Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox