All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Westerhof <mike@mwester.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH]
Date: Sat, 01 Aug 2009 22:56:48 -0500	[thread overview]
Message-ID: <4A750E80.2020704@mwester.net> (raw)
In-Reply-To: <4A74ECAA.6020308@mwester.net>

Mike Westerhof wrote:
> [top-posting] Any thoughts, anyone?  Should I revert the original change
> (and the follow-on)?  Or is this unique to SlugOS again, and I should
> add an override to the change?  Or might anyone who knows libtool and
> libltdl have any suggestions on where to look?  It would even be helpful
> if anyone else can tell me if libgphoto2 and pulseaudio build correctly
> for their distro!

And I think the answer is no, it doesn't build correctly for anybody.
 The following line seems to be incorrect in the original patch:

+               export ac_cv_path_SED=${ac_cv_path_GREP=/bin/sed}
                                                   ^^^^

Mike (mwester)


> Thanks.
> Mike (mwester)
> 
> 
> Mike Westerhof wrote:
>> Stanislav Brabec wrote:
>>> Marc Olzheim wrote:
>>>> I'm not sure how you tested this, but there are quotes missing, so that
>>>> the "-E" argument to "grep" is passed to "export" instead. I guess some
>>>> shells have a "-E" flag to "export", so it is silently ignored, but mine
>>>> don't.
>>> I tried both versions - quoted and unquoted - before the commit. Both
>>> worked for me, that is why I committed the shorter one.
>>>
>>> Well, adding quotes is safe. Can you check your configure output and
>>> host shell version?
>>>
>>> My configure output:
>>>
>>> checking for a sed that does not truncate output... (cached) /bin/sed
>>> checking for grep that handles long lines and -e... (cached) /bin/sed
>>> checking for egrep... (cached) /bin/grep -E
>>> checking for fgrep... (cached) /bin/grep -F
>>>
>>> It indicates, that it worked correctly.
>>>
>>> My native shell is:
>>>
>>> /OE/openembedded/build> sh --version
>>> GNU bash, version 4.0.24(1)-release (x86_64-suse-linux-gnu)
>>>
>> The original commit seems to break libltdl.so as well (which was not
>> fixed by the subsequent patch to add quotes).  Libtool builds, but
>> certain dependencies fail.  Host platforms affected include Fedora and
>> Ubuntu, and neither uses dash.
>>
>> Failing packages fail in do_configure, with a missing symbol in libltdl:
>> logs from the nslu2 autobuilder are up on tinderbox:
>>
>> http://tinderbox.openembedded.net/public/logs/task/2207578.txt
>>
>> Here's the message in config.log from that build:
>>
>> configure:16081: checking for lt_dlinit in -lltdl
>> configure:16116: arm-linux-gnueabi-gcc -march=armv5te -mtune=xscale
>> -mno-thumb-interwork -mno-thumb -mno-thumb-interwork -mno-thumb -o
>> conftest
>> -isystem/home/slug/slugos/tmp/staging/armv5te-linux-gnueabi/usr/include
>> -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os
>> -Wall -Wmissing-declarations -Wmissing-prototypes
>> -isystem/home/slug/slugos/tmp/staging/armv5te-linux-gnueabi/usr/include
>> -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port
>> -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2
>> -isystem/home/slug/slugos/tmp/staging/armv5te-linux-gnueabi/usr/include
>> -Wall -g -D_GPHOTO2_INTERNAL_CODE
>> -L/home/slug/slugos/tmp/staging/armv5te-linux-gnueabi/usr/lib
>> -Wl,-rpath-link,/home/slug/slugos/tmp/staging/armv5te-linux-gnueabi/usr/lib
>> -Wl,-O1 -Wl,--hash-style=gnu conftest.c -lltdl   >&5
>> /home/slug/slugos/tmp/staging/armv5te-linux-gnueabi/usr/lib/libltdl.so:
>> undefined reference to `lt_libltdl_LTX_preloaded_symbols'
>> collect2: ld returned 1 exit status
>> configure:16122: $? = 1
>>
>>
>> Mike (mwester)
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>>
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> 




  reply	other threads:[~2009-08-02  4:12 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-01 10:39 How to convert OE hardware platform from ARM into X86 刘芳华
2009-06-04 19:38 ` GNUtoo
2009-06-05  2:12   ` 刘芳华
2009-06-05 12:37     ` GNUtoo
2009-06-05 12:53     ` GNUtoo
2009-06-10  6:48       ` OE Build :error configure failed to discover size of unix socket path 刘芳华
2009-06-10 11:34         ` Lin_Lynn
2009-06-10 12:00         ` Stanislav Brabec
2009-07-30 10:57           ` Commit 2e0fa4918d643ce6ec0299cd31cfe1c346e4bce3 breaks libtool's do_configure [PATCH] Marc Olzheim
2009-07-30 11:14             ` Stanislav Brabec
2009-07-30 11:49               ` Marc Olzheim
2009-07-30 12:14                 ` Stanislav Brabec
2009-07-30 12:50                   ` Marc Olzheim
2009-07-30 13:22                     ` Leon Woestenberg
2009-07-30 14:48                       ` Marc Olzheim
2009-07-30 14:57                         ` Philip Balister
2009-07-30 15:12                           ` Marc Olzheim
2009-07-30 15:01                         ` Graeme Gregory
2009-07-30 16:39                           ` Koen Kooi
2009-08-01  5:32               ` Mike Westerhof
2009-08-02  1:32                 ` Mike Westerhof
2009-08-02  3:56                   ` Mike Westerhof [this message]
2009-08-02  9:21                     ` Koen Kooi
2009-08-03  8:26                     ` Marc Olzheim
2009-08-02  8:49                   ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A750E80.2020704@mwester.net \
    --to=mike@mwester.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.