← Back to team overview

linux-traipu team mailing list archive

[Bug 806853] [NEW] make failure on archlinux i686

 

Public bug reported:

I've noticed that the latest drizzle7-2011.07.21 tarball fails on
archlinux i686 when building libdrizzle-1.0:

$ uname -a
Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Tue Jun 7 05:49:02 UTC 2011 i686 Intel(R) GenuineIntel GNU/Linux

Steps to reproduce:

./configure --prefix=/opt/drizzle --without-server

  Configuration summary for drizzle7 version 7 drizzle

   * Installation prefix:       /opt/drizzle
   * System type:               pc-linux-gnu
   * pandora-build version:     0.175
   * Host CPU:                  i686
   * C Compiler:                gcc (GCC) 4.6.0 20110603 (prerelease)
   * C++ Compiler:              g++ (GCC) 4.6.0 20110603 (prerelease)
   * Assertions enabled:        yes
   * Debug enabled:             no
   * Profiling enabled:         no
   * Coverage enabled:          no
   * Warnings as failure:       no

make libdrizzle-1.0
  File "config/pandora-plugin", line 185
    print "Dependency loop detected with %s" % plugin['name']
                                           ^
SyntaxError: invalid syntax
make: *** [.plugin.scan] Error 1

I've confirmed that it works on my slackware linux x86_64 (gcc 4.4.3)
though.

Any idea?

** 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/806853

Title:
  make failure on archlinux i686

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  I've noticed that the latest drizzle7-2011.07.21 tarball fails on
  archlinux i686 when building libdrizzle-1.0:

  $ uname -a
  Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Tue Jun 7 05:49:02 UTC 2011 i686 Intel(R) GenuineIntel GNU/Linux

  Steps to reproduce:

  ./configure --prefix=/opt/drizzle --without-server

    Configuration summary for drizzle7 version 7 drizzle

     * Installation prefix:       /opt/drizzle
     * System type:               pc-linux-gnu
     * pandora-build version:     0.175
     * Host CPU:                  i686
     * C Compiler:                gcc (GCC) 4.6.0 20110603 (prerelease)
     * C++ Compiler:              g++ (GCC) 4.6.0 20110603 (prerelease)
     * Assertions enabled:        yes
     * Debug enabled:             no
     * Profiling enabled:         no
     * Coverage enabled:          no
     * Warnings as failure:       no

  make libdrizzle-1.0
    File "config/pandora-plugin", line 185
      print "Dependency loop detected with %s" % plugin['name']
                                             ^
  SyntaxError: invalid syntax
  make: *** [.plugin.scan] Error 1

  I've confirmed that it works on my slackware linux x86_64 (gcc 4.4.3)
  though.

  Any idea?

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/806853/+subscriptions


Follow ups

References