ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] NM revision in tool chain


From: Chris Westervelt
Subject: Re: [Ltib] NM revision in tool chain
Date: Mon, 8 Aug 2011 14:04:50 -0500

Stuart,

Here is an excerpt from the build without using the overide.  In almost every 
package I have tried to update, this has been the only way to get it through

+ make
Making all in gst
Making all in videofilter
  CC    gstvideoflip.o
  CC    gstgamma.o
  CC    gstvideobalance.o
  LINK  libgstvideoflip.la
  LINK  libgstgamma.la
  LINK  libgstvideobalance.la
../../libtool: eval: line 964: syntax error near unexpected token `|'
../../libtool: eval: line 964: `link -dump -symbols  
.libs/libgstvideoflip_la-gstvideoflip.o   |  | /bin/sed 's/.* //' | sort | uniq 
> .libs/libgstvideoflip.exp'  <<<<<<<<<<<<<<< The problem lies here with the 
double ' | | ' NM to fill in between
../../libtool: line 964: warning: syntax errors in . or eval will cause future 
versions of the shell to abort as Posix requires
make[3]: *** [libgstvideoflip.la] Error 1
make[3]: *** Waiting for unfinished jobs....
../../libtool: eval: line 964: syntax error near unexpected token `|'
../../libtool: eval: line 964: `link -dump -symbols  
.libs/libgstgamma_la-gstgamma.o   |  | /bin/sed 's/.* //' | sort | uniq > 
.libs/libgstgamma.exp'
../../libtool: line 964: warning: syntax errors in . or eval will cause future 
versions of the shell to abort as Posix requires
make[3]: *** [libgstgamma.la] Error 1
../../libtool: eval: line 964: syntax error near unexpected token `|'
../../libtool: eval: line 964: `link -dump -symbols  
.libs/libgstvideobalance_la-gstvideobalance.o   |  | /bin/sed 's/.* //' | sort 
| uniq > .libs/libgstvideobalance.exp'
../../libtool: line 964: warning: syntax errors in . or eval will cause future 
versions of the shell to abort as Posix requires
make[3]: *** [libgstvideobalance.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
error: Bad exit status from 
/home/chris/Desktop/ltib-2.6.34-1/ltib/tmp/rpm-tmp.65390 (%build)


RPM build errors:
    Bad exit status from 
/home/chris/Desktop/ltib-2.6.34-1/ltib/tmp/rpm-tmp.65390 (%build)
Build time for gst-plugins-good: 17 seconds

Failed building gst-plugins-good



________________________________________
From: Stuart Hughes address@hidden
Sent: Monday, August 08, 2011 2:55 PM
To: Chris Westervelt
Cc: address@hidden
Subject: Re: [Ltib] NM revision in tool chain

Hi Chris,

What you're doing is probably incorrect unless the nm is supposed to be
running against host architecture object files.

Normally I'd expect nm to be spoofed (e.g. intercepted to call the
arch-linux-nm version so it can munge (technical word) the object files
correctly for the target architecture.

If you could send some output from a failing build it may throw some
light on the issue.

Regards, Stuart

On 08/08/11 16:45, Chris Westervelt wrote:
> Stuart,
>
>
>
> I am in the process of producing an upgrade to Gstreamer and its plugins
> to version 0.10.28.  I also have to upgrade other support libraries as
> well.  The one common denominator I am running into that prevents
> libtool from working is the current tool chains NM.  If I patch by
> preempting the configure in the spec files with
> “lt_cv_path_NM=/usr/bin/nm \” I can get the packages to build.  My
> question is am I doing this the right way?  I want to submit all this
> work to the project but I want to insure I have a solution that everyone
> can benefit from.  I am building on Ubuntu 10.04.  This may not be the
> best location for all platforms.  Your thoughts.
>
>
>
> *Chris Westervelt*
>
> *Senior Product Development Engineer*
>
> *Infrasafe, Inc.
> 12612 Challenger Pkwy
> Suite 300
> Orlando, FL
> 32826*
>
> *http://www.infrasafe.com <http://www.infrasafe.com/>
> Office:   (407) 926-6983*
>
> *Mobile: (407) 595-7023
> Fax:    (407) 857-1635*
> *Notice of Confidentiality:*
> This e-mail communication and the attachments hereto, if any, are
> intended solely for the information and use of the addressee(s)
> identified above and may contain information which is legally privileged
> and/or otherwise confidential. If a recipient of this e-mail
> communication is not an addressee (or an authorized representative of an
> addressee), such recipient is hereby advised that any review,
> disclosure, reproduction, re-transmission or other dissemination or use
> of this e-mail communication (or any information contained herein) is
> strictly prohibited. If you are not an addressee and have received this
> e-mail communication in error, please advise the sender of that
> circumstance either by reply e-mail or by telephone at (800) 238-2686,
> immediately delete this e-mail communication from any computer and
> destroy all physical copies of same.**
>
>
>
>
>
> _______________________________________________
> LTIB home page: http://ltib.org
>
> Ltib mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/ltib



reply via email to

[Prev in Thread] Current Thread [Next in Thread]