← Back to team overview

linux-traipu team mailing list archive

Re: [Bug 906096] Re: Makefile fails when building from source

 

I'm not sure.

On Fri, Mar 30, 2012 at 8:24 AM, Vijay Samuel
<906096@xxxxxxxxxxxxxxxxxx>wrote:

> this has been fixed right? i have not seen this in releases 29 through
> 31.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/906096
>
> Title:
>  Makefile fails when building from source
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/drizzle/+bug/906096/+subscriptions
>

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/906096

Title:
  Makefile fails when building from source

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

Bug description:
  The below error occurs running make on the 2011.11.29 build on Ubuntu
  11.10

  Makefile:21643: *** missing separator.  Stop.

  Looking at the make file there's a new line injected mid command:

  21642: -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  21643: in/mysql_protocol/$(DEPDIR) plugin/mysql_unix_socket_protocol/$(DEPDIR) .... (it goes on like that)

  When I manually add "plug" to like 21643 then remove the new line on
  the end of 21642 it will make fine.

  
  ---
  Configuration summary for drizzle7 version 7 drizzle

     * Installation prefix:       /usr/local
     * System type:               unknown-linux-gnu
     * pandora-build version:     0.175
     * Host CPU:                  x86_64
     * C Compiler:                gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
     * C++ Compiler:              g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
     * Assertions enabled:        yes
     * Debug enabled:             no
     * Profiling enabled:         no
     * Coverage enabled:          no
     * Warnings as failure:       no

  ---

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


References