public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0
@ 2013-01-29 16:17 jarausch at igpm dot rwth-aachen.de
  2013-01-29 16:21 ` [Bug other/56141] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jarausch at igpm dot rwth-aachen.de @ 2013-01-29 16:17 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56141

             Bug #: 56141
           Summary: 4.8.0 git version fails to config - there is no
                    cloog-ppl-0.18.0
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jarausch@igpm.rwth-aachen.de


Since 3 weeks at most, the git version fails to configure.
The test for cloog is broken:
configure invokes gcc with --with-cloog-include=/usr/include/cloog-ppl
and checks then for version 0.18.x. But there is no cloog-ppl-0.18.x around.
Only cloog-0.18.0  and cloop-ppl-0.15.10 are installed here.
My last successful build was on Jan, 7th.
ftp://gcc.gnu.org/pub/gcc/infrastructure doesn't contain a new version.

Helmut.


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

* [Bug other/56141] 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0
  2013-01-29 16:17 [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0 jarausch at igpm dot rwth-aachen.de
@ 2013-01-29 16:21 ` rguenth at gcc dot gnu.org
  2013-01-29 16:22 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-29 16:21 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56141

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-29 16:20:59 UTC ---
"configure invokes gcc with --with-cloog-include=/usr/include/cloog-ppl"

configure does no such thing - it's you providing that option.  Simply
don't (you need cloog-0.18.0, not cloog-ppl).


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

* [Bug other/56141] 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0
  2013-01-29 16:17 [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0 jarausch at igpm dot rwth-aachen.de
  2013-01-29 16:21 ` [Bug other/56141] " rguenth at gcc dot gnu.org
@ 2013-01-29 16:22 ` redi at gcc dot gnu.org
  2013-01-29 17:09 ` jarausch at igpm dot rwth-aachen.de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: redi at gcc dot gnu.org @ 2013-01-29 16:22 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56141

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2013-01-29 16:22:25 UTC ---
If you're doing a non-default build (e.g. using cloog) you need to say exactly
what you're doing and provide the FULL configure command.

Trunk no longer uses PPL, it uses ISL, see
http://gcc.gnu.org/install/prerequisites.html


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

* [Bug other/56141] 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0
  2013-01-29 16:17 [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0 jarausch at igpm dot rwth-aachen.de
  2013-01-29 16:21 ` [Bug other/56141] " rguenth at gcc dot gnu.org
  2013-01-29 16:22 ` redi at gcc dot gnu.org
@ 2013-01-29 17:09 ` jarausch at igpm dot rwth-aachen.de
  2013-01-30 11:42 ` rguenth at gcc dot gnu.org
  2013-01-30 11:55 ` jarausch at igpm dot rwth-aachen.de
  4 siblings, 0 replies; 6+ messages in thread
From: jarausch at igpm dot rwth-aachen.de @ 2013-01-29 17:09 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56141

--- Comment #3 from jarausch at igpm dot rwth-aachen.de 2013-01-29 17:09:22 UTC ---
(In reply to comment #2)
> If you're doing a non-default build (e.g. using cloog) you need to say exactly
> what you're doing and provide the FULL configure command.
> 
> Trunk no longer uses PPL, it uses ISL, see
> http://gcc.gnu.org/install/prerequisites.html

There one can read
CLooG 0.18.0
 Necessary to build GCC with the Graphite loop optimizations. 

Isn't that true anymore?

Helmut.


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

* [Bug other/56141] 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0
  2013-01-29 16:17 [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0 jarausch at igpm dot rwth-aachen.de
                   ` (2 preceding siblings ...)
  2013-01-29 17:09 ` jarausch at igpm dot rwth-aachen.de
@ 2013-01-30 11:42 ` rguenth at gcc dot gnu.org
  2013-01-30 11:55 ` jarausch at igpm dot rwth-aachen.de
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-01-30 11:42 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56141

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-30 11:40:54 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > If you're doing a non-default build (e.g. using cloog) you need to say exactly
> > what you're doing and provide the FULL configure command.
> > 
> > Trunk no longer uses PPL, it uses ISL, see
> > http://gcc.gnu.org/install/prerequisites.html
> 
> There one can read
> CLooG 0.18.0
>  Necessary to build GCC with the Graphite loop optimizations. 
> 
> Isn't that true anymore?

It is.  You need CLooG and ISL compared to CLooG-PPL and PPL previously.


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

* [Bug other/56141] 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0
  2013-01-29 16:17 [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0 jarausch at igpm dot rwth-aachen.de
                   ` (3 preceding siblings ...)
  2013-01-30 11:42 ` rguenth at gcc dot gnu.org
@ 2013-01-30 11:55 ` jarausch at igpm dot rwth-aachen.de
  4 siblings, 0 replies; 6+ messages in thread
From: jarausch at igpm dot rwth-aachen.de @ 2013-01-30 11:55 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56141

--- Comment #5 from jarausch at igpm dot rwth-aachen.de 2013-01-30 11:54:14 UTC ---
Many thanks for your help,

Helmut.


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

end of thread, other threads:[~2013-01-30 11:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-29 16:17 [Bug other/56141] New: 4.8.0 git version fails to config - there is no cloog-ppl-0.18.0 jarausch at igpm dot rwth-aachen.de
2013-01-29 16:21 ` [Bug other/56141] " rguenth at gcc dot gnu.org
2013-01-29 16:22 ` redi at gcc dot gnu.org
2013-01-29 17:09 ` jarausch at igpm dot rwth-aachen.de
2013-01-30 11:42 ` rguenth at gcc dot gnu.org
2013-01-30 11:55 ` jarausch at igpm dot rwth-aachen.de

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).