public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl
@ 2022-01-11 14:12 sergey.belyashov at gmail dot com
  2022-01-11 15:38 ` [Bug server/28764] " schwab@linux-m68k.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: sergey.belyashov at gmail dot com @ 2022-01-11 14:12 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

            Bug ID: 28764
           Summary: Configure should check for libmpc and libmpfr before
                    isl
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: server
          Assignee: unassigned at sourceware dot org
          Reporter: sergey.belyashov at gmail dot com
  Target Milestone: ---

I try to configure whole binutils-gdb project. configure succeed, but show
following warning:

checking for isl 0.15 or later... no
required isl version is 0.15 or later
*** This configuration is not supported in the following subdirectories:
     gdbserver
    (Any other directories should still work fine.)

I have installed libisl-0.22 developer files. So I check config.log:

configure:6240: checking for isl 0.15 or later
configure:6253: gcc -o conftest -g -O2      -lisl -lmpc -lmpfr -lgmp conftest.c
 -lisl -lgmp >&5
/usr/bin/ld: cannot find -lmpc
/usr/bin/ld: cannot find -lmpfr
collect2: error: ld returned 1 exit status


So there are no libmpc and libmpfr, but warning is about ISL.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug server/28764] Configure should check for libmpc and libmpfr before isl
  2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
@ 2022-01-11 15:38 ` schwab@linux-m68k.org
  2022-01-11 15:40 ` [Bug build/28764] " schwab@linux-m68k.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2022-01-11 15:38 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
How exactly did you run the configure scripts, and which environment variables
did you set?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28764] Configure should check for libmpc and libmpfr before isl
  2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
  2022-01-11 15:38 ` [Bug server/28764] " schwab@linux-m68k.org
@ 2022-01-11 15:40 ` schwab@linux-m68k.org
  2022-01-11 16:42 ` sergey.belyashov at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2022-01-11 15:40 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|server                      |build

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28764] Configure should check for libmpc and libmpfr before isl
  2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
  2022-01-11 15:38 ` [Bug server/28764] " schwab@linux-m68k.org
  2022-01-11 15:40 ` [Bug build/28764] " schwab@linux-m68k.org
@ 2022-01-11 16:42 ` sergey.belyashov at gmail dot com
  2022-01-11 16:43 ` sergey.belyashov at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sergey.belyashov at gmail dot com @ 2022-01-11 16:42 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

--- Comment #2 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
. /configure --target=z80-elf

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28764] Configure should check for libmpc and libmpfr before isl
  2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
                   ` (2 preceding siblings ...)
  2022-01-11 16:42 ` sergey.belyashov at gmail dot com
@ 2022-01-11 16:43 ` sergey.belyashov at gmail dot com
  2022-03-06 16:11 ` tromey at sourceware dot org
  2022-03-06 16:13 ` sergey.belyashov at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sergey.belyashov at gmail dot com @ 2022-01-11 16:43 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

--- Comment #3 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
I think, it is global configure problem, not gdbserver...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28764] Configure should check for libmpc and libmpfr before isl
  2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
                   ` (3 preceding siblings ...)
  2022-01-11 16:43 ` sergey.belyashov at gmail dot com
@ 2022-03-06 16:11 ` tromey at sourceware dot org
  2022-03-06 16:13 ` sergey.belyashov at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-03-06 16:11 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
I think you can probably ignore the isl message.
And, z80 indeed doesn't seem to be supported by gdbserver.
Does that cause a fatal error?  If so you could --disable-gdbserver.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug build/28764] Configure should check for libmpc and libmpfr before isl
  2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
                   ` (4 preceding siblings ...)
  2022-03-06 16:11 ` tromey at sourceware dot org
@ 2022-03-06 16:13 ` sergey.belyashov at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sergey.belyashov at gmail dot com @ 2022-03-06 16:13 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28764

--- Comment #5 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
Warning about gdbserver is not fatal.

вс, 6 мар. 2022 г., 19:11 tromey at sourceware dot org <
sourceware-bugzilla@sourceware.org>:

> https://sourceware.org/bugzilla/show_bug.cgi?id=28764
>
> Tom Tromey <tromey at sourceware dot org> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>                  CC|                            |tromey at sourceware dot
> org
>
> --- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
> I think you can probably ignore the isl message.
> And, z80 indeed doesn't seem to be supported by gdbserver.
> Does that cause a fatal error?  If so you could --disable-gdbserver.
>
> --
> You are receiving this mail because:
> You reported the bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2022-03-06 16:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 14:12 [Bug server/28764] New: Configure should check for libmpc and libmpfr before isl sergey.belyashov at gmail dot com
2022-01-11 15:38 ` [Bug server/28764] " schwab@linux-m68k.org
2022-01-11 15:40 ` [Bug build/28764] " schwab@linux-m68k.org
2022-01-11 16:42 ` sergey.belyashov at gmail dot com
2022-01-11 16:43 ` sergey.belyashov at gmail dot com
2022-03-06 16:11 ` tromey at sourceware dot org
2022-03-06 16:13 ` sergey.belyashov at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).