linux-traipu team mailing list archive
  
  - 
     linux-traipu team linux-traipu team
- 
    Mailing list archive
  
- 
    Message #08858
  
 [Bug 1189745] [NEW] m4/pandora.warnings check for	libcloog does not	work reliably detect availability.
  
Public bug reported:
During building for Debian I figured out that there are currently some
ports which have old gccs (4.6.3)* which seems still to look for
libcloog-ppl0 while only  libcloog-ppl1 is available.
This triggers some build failures for several architectures as configure
comes to the conclusion:
checking whether it is safe to use -floop-parallelize-all... yes
but later gcc will tell that libcloog is not available:
plugin/innobase/pars/pars0lex.c: In function 'yy_get_previous_state':
plugin/innobase/pars/pars0lex.c:2232:26: sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
plugin/innobase/pars/pars0lex.l: In function 'string_append':
plugin/innobase/pars/pars0lex.l:62:1: sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
plugin/innobase/pars/pars0lex.c:2581: confused by earlier errors, bailing out
Preprocessed source stored into /tmp/ccLiPdWj.out file, please attach this to your bugreport.
make[4]: *** [plugin/innobase/pars/plugin_innobase_libpars_la-pars0lex.lo] Error 1
Here are some build logs that fails:
https://buildd.debian.org/status/fetch.php?pkg=drizzle&arch=powerpc&ver=1%3A7.1.36-stable-4&stamp=1370861331
https://buildd.debian.org/status/fetch.php?pkg=drizzle&arch=s390&ver=1%3A7.1.36-stable-4&stamp=1370882827
https://buildd.debian.org/status/fetch.php?pkg=drizzle&arch=s390x&ver=1%3A7.1.36-stable-4&stamp=1370877675
** Affects: drizzle
     Importance: Undecided
         Status: New
-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/1189745
Title:
  m4/pandora.warnings check for libcloog does not work reliably detect
  availability.
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New
Bug description:
  During building for Debian I figured out that there are currently some
  ports which have old gccs (4.6.3)* which seems still to look for
  libcloog-ppl0 while only  libcloog-ppl1 is available.
  This triggers some build failures for several architectures as
  configure comes to the conclusion:
  checking whether it is safe to use -floop-parallelize-all... yes
  but later gcc will tell that libcloog is not available:
  plugin/innobase/pars/pars0lex.c: In function 'yy_get_previous_state':
  plugin/innobase/pars/pars0lex.c:2232:26: sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
  plugin/innobase/pars/pars0lex.l: In function 'string_append':
  plugin/innobase/pars/pars0lex.l:62:1: sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
  plugin/innobase/pars/pars0lex.c:2581: confused by earlier errors, bailing out
  Preprocessed source stored into /tmp/ccLiPdWj.out file, please attach this to your bugreport.
  make[4]: *** [plugin/innobase/pars/plugin_innobase_libpars_la-pars0lex.lo] Error 1
  
  Here are some build logs that fails:
  https://buildd.debian.org/status/fetch.php?pkg=drizzle&arch=powerpc&ver=1%3A7.1.36-stable-4&stamp=1370861331
  https://buildd.debian.org/status/fetch.php?pkg=drizzle&arch=s390&ver=1%3A7.1.36-stable-4&stamp=1370882827
  https://buildd.debian.org/status/fetch.php?pkg=drizzle&arch=s390x&ver=1%3A7.1.36-stable-4&stamp=1370877675
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/1189745/+subscriptions
Follow ups
References