This error occurs with Farsight2, gstreamer, libcanberra

to compile, use the following commands before:

Farsight2 :

sed -i '/ase --o/s/ \{8\}/\t/' docs/{libs,plugins}/Makefile.in

Gstreamer :

sed -i '/ase --o/s/ \{8\}/\t/' docs/{gst,libs,plugins}/Makefile.in

gst-plugins-base :

sed -i '/ase --o/s/ \{8\}/\t/' docs/{design,libs,plugins}/Makefile.in

GStreamer Good Plug-ins, GStreamer Ugly Plug-ins 

sed -i '/ase --o/s/ \{8\}/\t/' docs/plugins/Makefile.in



with it compiles without errors.

________________________________

De: "[email protected]" 
<[email protected]>
Para: [email protected]
Enviadas: Quarta-feira, 12 de Outubro de 2011 3:00
Assunto: blfs-support Digest, Vol 2389, Issue 1

Send blfs-support mailing list submissions to
    [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
    http://linuxfromscratch.org/mailman/listinfo/blfs-support
or, via email, send a message with subject or body 'help' to
    [email protected]

You can reach the person managing the list at
    [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of blfs-support digest..."


Today's Topics:

   1. compile problems with multiple packages (S. Martinez)
   2. Re: compile problems with multiple packages (Partha Chowdhury)


----------------------------------------------------------------------

Message: 1
Date: Tue, 11 Oct 2011 09:52:53 -0400
From: "S. Martinez" <[email protected]>
Subject: compile problems with multiple packages
To: [email protected]
Message-ID:
    <canygj13akdhjvzd+by1u_qhzcoycywxuxuxhzur30pavpk6...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I believe this problem might be related somehow to make-3.82.

I am running lfs-6.8 on an i686 platform.  I am currently following
instructions in blfs-svn-20110906.

While running the make command for gstreamer-0.10.25 or
libcanberra-0.18 I get a similar error message for both.  Here is an
example output from when I run make on gstreamer source.

Making all in typefind
  CC    typefind-typefind.o
  LINK  typefind
Making all in docs
Making all in design
Making all in gst
Makefile:904: *** missing separator (did you mean TAB instead of 8
spaces?).  Stop.
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

The error is similar when trying to compile libcanaberra, only the
line number is different.

I examined the Makefile, and there is in fact a leading tab, no spaces
on line 904.  I also did some googling, and it appears that it may
possibly be a problem with make-3.82.  I just don't know what steps to
take in order to patch and/or fix the problem.

Any help is much appreciated.


------------------------------

Message: 2
Date: Wed, 12 Oct 2011 09:13:48 +0530
From: Partha Chowdhury <[email protected]>
Subject: Re: compile problems with multiple packages
To: BLFS Support List <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed

On Tue 11 Oct 2011 07:22:53 PM IST, S. Martinez wrote:
> I believe this problem might be related somehow to make-3.82.
>
> I am running lfs-6.8 on an i686 platform.  I am currently following
> instructions in blfs-svn-20110906.
>
> While running the make command for gstreamer-0.10.25 or
> libcanberra-0.18 I get a similar error message for both.  Here is an
> example output from when I run make on gstreamer source.
>
> Making all in typefind
>    CC    typefind-typefind.o
>    LINK  typefind
> Making all in docs
> Making all in design
> Making all in gst
> Makefile:904: *** missing separator (did you mean TAB instead of 8
> spaces?).  Stop.
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> The error is similar when trying to compile libcanaberra, only the
> line number is different.
>
> I examined the Makefile, and there is in fact a leading tab, no spaces
> on line 904.  I also did some googling, and it appears that it may
> possibly be a problem with make-3.82.  I just don't know what steps to
> take in order to patch and/or fix the problem.
>
> Any help is much appreciated.

I also faced exact same problem in the past and avoided by downgrading 
make to 3.81.make 3.82 is less forgiving.


------------------------------

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

End of blfs-support Digest, Vol 2389, Issue 1
*********************************************
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to