* pseudo issue on CentOS5
@ 2011-07-15 21:23 McClintock Matthew-B29882
2011-07-19 17:06 ` Joshua Lock
0 siblings, 1 reply; 3+ messages in thread
From: McClintock Matthew-B29882 @ 2011-07-15 21:23 UTC (permalink / raw)
To: yocto@yoctoproject.org
This bug: http://bugzilla.yoctoproject.org/show_bug.cgi?id=1177 only
occurs on my CentOS 5 boxes (not on my Fedora 13 box). I have
determined that this git patch
4b66ce472871618cfe4761861392b7f9c3c265b0 is causing the problem.
Reverting the patch fixes this.
Still looking at this more but I thought I would share this with
everyone and see if anyone has a more specific reason why this is
happening.
-M
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pseudo issue on CentOS5
2011-07-15 21:23 pseudo issue on CentOS5 McClintock Matthew-B29882
@ 2011-07-19 17:06 ` Joshua Lock
2011-07-19 17:46 ` McClintock Matthew-B29882
0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2011-07-19 17:06 UTC (permalink / raw)
To: yocto
On Fri, 2011-07-15 at 21:23 +0000, McClintock Matthew-B29882 wrote:
> This bug: http://bugzilla.yoctoproject.org/show_bug.cgi?id=1177 only
> occurs on my CentOS 5 boxes (not on my Fedora 13 box). I have
> determined that this git patch
> 4b66ce472871618cfe4761861392b7f9c3c265b0 is causing the problem.
> Reverting the patch fixes this.
>
> Still looking at this more but I thought I would share this with
> everyone and see if anyone has a more specific reason why this is
> happening.
I filed bug #1251[1] based on our conversation on IRC and a brief follow
on with Mark, who does some pseudo work.
Mark indicated that we'll need to check glibc on the CentOS machine and
find the symbol and versions for all of the realpath functions.
I need to set up a CentOS VM before I can get around to this but if you
get opportunity you could do so and update the bug?
You can use 'objdump -T' for this, i.e. (from my F15 box):
joshual@scimitar:~
$ objdump -T /lib/libc.so.6 | grep realpath
416c3f00 g DF .text 00000041 (GLIBC_2.0) realpath
415e60e0 g DF .text 00000478 GLIBC_2.3 realpath
4169a330 g DF .text 00000037 GLIBC_2.4 __realpath_chk
Thanks,
Joshua
1. http://bugzilla.yoctoproject.org/show_bug.cgi?id=1251
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pseudo issue on CentOS5
2011-07-19 17:06 ` Joshua Lock
@ 2011-07-19 17:46 ` McClintock Matthew-B29882
0 siblings, 0 replies; 3+ messages in thread
From: McClintock Matthew-B29882 @ 2011-07-19 17:46 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto@yoctoproject.org
On Tue, Jul 19, 2011 at 12:06 PM, Joshua Lock <josh@linux.intel.com> wrote:
> You can use 'objdump -T' for this, i.e. (from my F15 box):
> joshual@scimitar:~
> $ objdump -T /lib/libc.so.6 | grep realpath
> 416c3f00 g DF .text 00000041 (GLIBC_2.0) realpath
> 415e60e0 g DF .text 00000478 GLIBC_2.3 realpath
> 4169a330 g DF .text 00000037 GLIBC_2.4 __realpath_chk
Bug updated with:
[mattsm@busy poky (master)]$ cat /etc/issue
CentOS release 5.6 (Final)
Kernel \r on an \m
[mattsm@busy poky (master)]$ objdump -T /lib/libc.so.6 | grep realpath
009cca90 g DF .text 0000003f (GLIBC_2.0) realpath
008f75c0 g DF .text 000004c1 GLIBC_2.3 realpath
009a8030 g DF .text 00000038 GLIBC_2.4 __realpath_chk
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-19 17:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 21:23 pseudo issue on CentOS5 McClintock Matthew-B29882
2011-07-19 17:06 ` Joshua Lock
2011-07-19 17:46 ` McClintock Matthew-B29882
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.