All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] fio: Upgrade to 3.15
@ 2019-07-18  4:21 mingli.yu
  2019-07-18  4:21 ` [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4 mingli.yu
  0 siblings, 1 reply; 7+ messages in thread
From: mingli.yu @ 2019-07-18  4:21 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-oe/recipes-benchmark/fio/{fio_3.12.bb => fio_3.15.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-benchmark/fio/{fio_3.12.bb => fio_3.15.bb} (96%)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.12.bb b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
similarity index 96%
rename from meta-oe/recipes-benchmark/fio/fio_3.12.bb
rename to meta-oe/recipes-benchmark/fio/fio_3.15.bb
index e85e7c709..c44075cdb 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.12.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.15.bb
@@ -22,7 +22,7 @@ PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
 PACKAGECONFIG[numa] = ",--disable-numa,numactl"
 
 # rev for v3.8
-SRCREV = "16500b5a0b03ee0142d592bb74a46943a223b06e"
+SRCREV = "01bf5128d0581e267383f280c6a1dcd26517240f"
 SRC_URI = "git://git.kernel.dk/fio.git \
           file://0001-update-the-interpreter-paths.patch \
 "
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4
  2019-07-18  4:21 [meta-oe][PATCH 1/2] fio: Upgrade to 3.15 mingli.yu
@ 2019-07-18  4:21 ` mingli.yu
  2019-07-21 16:27   ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: mingli.yu @ 2019-07-18  4:21 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../log4cplus/{log4cplus_2.0.3.bb => log4cplus_2.0.4.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/log4cplus/{log4cplus_2.0.3.bb => log4cplus_2.0.4.bb} (81%)

diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
similarity index 81%
rename from meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb
rename to meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
index 56c62f1f2..d86521aba 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
@@ -7,8 +7,8 @@ LICENSE = "Apache-2.0 & BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz"
-SRC_URI[md5sum] = "20a87090cd8ec34ea11b3e59954234cb"
-SRC_URI[sha256sum] = "2d8f627aa6417e6c6a100bc09dc407684ca4605c929defc1690ee7d6a575ce6a"
+SRC_URI[md5sum] = "2b5b7bc294698bf30a315a259ef9eec2"
+SRC_URI[sha256sum] = "196eedbc7f2dd792dae721b1159c7ac132255bb368226353c24d4d5fa7c7797a"
 
 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
 UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4
  2019-07-18  4:21 ` [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4 mingli.yu
@ 2019-07-21 16:27   ` Khem Raj
  2019-07-21 17:20     ` Adrian Bunk
  2019-07-22  6:18     ` Yu, Mingli
  0 siblings, 2 replies; 7+ messages in thread
From: Khem Raj @ 2019-07-21 16:27 UTC (permalink / raw)
  To: Mingli Yu; +Cc: openembeded-devel

seeing gold linker crash on arm

https://errors.yoctoproject.org/Errors/Details/253440/

however, this is a linker problem which is latent until this, I would
like to see if we can find a solution
before applying this patch

On Wed, Jul 17, 2019 at 9:21 PM <mingli.yu@windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  .../log4cplus/{log4cplus_2.0.3.bb => log4cplus_2.0.4.bb}      | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-devtools/log4cplus/{log4cplus_2.0.3.bb => log4cplus_2.0.4.bb} (81%)
>
> diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
> similarity index 81%
> rename from meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb
> rename to meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
> index 56c62f1f2..d86521aba 100644
> --- a/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb
> +++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
> @@ -7,8 +7,8 @@ LICENSE = "Apache-2.0 & BSD-2-Clause"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
>
>  SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz"
> -SRC_URI[md5sum] = "20a87090cd8ec34ea11b3e59954234cb"
> -SRC_URI[sha256sum] = "2d8f627aa6417e6c6a100bc09dc407684ca4605c929defc1690ee7d6a575ce6a"
> +SRC_URI[md5sum] = "2b5b7bc294698bf30a315a259ef9eec2"
> +SRC_URI[sha256sum] = "196eedbc7f2dd792dae721b1159c7ac132255bb368226353c24d4d5fa7c7797a"
>
>  UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
>  UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4
  2019-07-21 16:27   ` Khem Raj
@ 2019-07-21 17:20     ` Adrian Bunk
  2019-07-21 17:37       ` Khem Raj
  2019-07-22  6:18     ` Yu, Mingli
  1 sibling, 1 reply; 7+ messages in thread
From: Adrian Bunk @ 2019-07-21 17:20 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Sun, Jul 21, 2019 at 09:27:33AM -0700, Khem Raj wrote:
> seeing gold linker crash on arm
> 
> https://errors.yoctoproject.org/Errors/Details/253440/
> 
> however, this is a linker problem which is latent until this, I would
> like to see if we can find a solution
> before applying this patch

Doesn't look like a linker problem to me, except that it also returns an 
internal error after the diagnosis for the actual problem.

My untested guess for a fix would be a backport of
https://github.com/log4cplus/log4cplus/commit/e0b046fbc90cee67ccff83dac04635755d7fa754

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4
  2019-07-21 17:20     ` Adrian Bunk
@ 2019-07-21 17:37       ` Khem Raj
  2019-07-21 19:33         ` Adrian Bunk
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2019-07-21 17:37 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: openembeded-devel

On Sun, Jul 21, 2019 at 10:21 AM Adrian Bunk <bunk@stusta.de> wrote:

> On Sun, Jul 21, 2019 at 09:27:33AM -0700, Khem Raj wrote:
> > seeing gold linker crash on arm
> >
> > https://errors.yoctoproject.org/Errors/Details/253440/
> >
> > however, this is a linker problem which is latent until this, I would
> > like to see if we can find a solution
> > before applying this patch
>
> Doesn't look like a linker problem to me, except that it also returns an
> internal error after the diagnosis for the actual problem


Regardless of input linker should not have crashed and a crash would
invalidate any diagnostics that it
Might have given since it could be due to invalid state the tool got into

>
>
> My untested guess for a fix would be a backport of
>
> https://github.com/log4cplus/log4cplus/commit/e0b046fbc90cee67ccff83dac04635755d7fa754


That’s a good one and seems will fix the problem worth testing

>
> <https://github.com/log4cplus/log4cplus/commit/e0b046fbc90cee67ccff83dac04635755d7fa754>
>
> cu
> Adrian
>
> --
>
>        "Is there not promise of rain?" Ling Tan asked suddenly out
>         of the darkness. There had been need of rain for many days.
>        "Only a promise," Lao Er said.
>                                        Pearl S. Buck - Dragon Seed
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4
  2019-07-21 17:37       ` Khem Raj
@ 2019-07-21 19:33         ` Adrian Bunk
  0 siblings, 0 replies; 7+ messages in thread
From: Adrian Bunk @ 2019-07-21 19:33 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Sun, Jul 21, 2019 at 10:37:23AM -0700, Khem Raj wrote:
> On Sun, Jul 21, 2019 at 10:21 AM Adrian Bunk <bunk@stusta.de> wrote:
> 
> > On Sun, Jul 21, 2019 at 09:27:33AM -0700, Khem Raj wrote:
> > > seeing gold linker crash on arm
> > >
> > > https://errors.yoctoproject.org/Errors/Details/253440/
> > >
> > > however, this is a linker problem which is latent until this, I would
> > > like to see if we can find a solution
> > > before applying this patch
> >
> > Doesn't look like a linker problem to me, except that it also returns an
> > internal error after the diagnosis for the actual problem
> 
> Regardless of input linker should not have crashed and a crash would
> invalidate any diagnostics that it
> Might have given since it could be due to invalid state the tool got into
>...

It is often a good rule in programming to look at the first error only 
and ignore the rest.

In this case the first error shows the problem, and *after* that the 
error path after the correct diagnostics results in an internal error.

Rare error paths are often buggy since they are not usually exercised.

The internal error is surely a (minor) bug in the linker,
but it doesn't invalidate anything that happened earlier.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4
  2019-07-21 16:27   ` Khem Raj
  2019-07-21 17:20     ` Adrian Bunk
@ 2019-07-22  6:18     ` Yu, Mingli
  1 sibling, 0 replies; 7+ messages in thread
From: Yu, Mingli @ 2019-07-22  6:18 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel



On 2019年07月22日 00:27, Khem Raj wrote:
> seeing gold linker crash on arm
>
> https://errors.yoctoproject.org/Errors/Details/253440/
>
> however, this is a linker problem which is latent until this, I would
> like to see if we can find a solution
> before applying this patch

Hi Khem,

I didn't encounter the linker problem on arm as you mentioned in my 
local env.

Thanks,

>
> On Wed, Jul 17, 2019 at 9:21 PM <mingli.yu@windriver.com> wrote:
>>
>> From: Mingli Yu <mingli.yu@windriver.com>
>>
>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> ---
>>   .../log4cplus/{log4cplus_2.0.3.bb => log4cplus_2.0.4.bb}      | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-oe/recipes-devtools/log4cplus/{log4cplus_2.0.3.bb => log4cplus_2.0.4.bb} (81%)
>>
>> diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
>> similarity index 81%
>> rename from meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb
>> rename to meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
>> index 56c62f1f2..d86521aba 100644
>> --- a/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.3.bb
>> +++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_2.0.4.bb
>> @@ -7,8 +7,8 @@ LICENSE = "Apache-2.0 & BSD-2-Clause"
>>   LIC_FILES_CHKSUM = "file://LICENSE;md5=41e8e060c26822886b592ab4765c756b"
>>
>>   SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz"
>> -SRC_URI[md5sum] = "20a87090cd8ec34ea11b3e59954234cb"
>> -SRC_URI[sha256sum] = "2d8f627aa6417e6c6a100bc09dc407684ca4605c929defc1690ee7d6a575ce6a"
>> +SRC_URI[md5sum] = "2b5b7bc294698bf30a315a259ef9eec2"
>> +SRC_URI[sha256sum] = "196eedbc7f2dd792dae721b1159c7ac132255bb368226353c24d4d5fa7c7797a"
>>
>>   UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/"
>>   UPSTREAM_CHECK_REGEX = "log4cplus-stable/(?P<pver>\d+(\.\d+)+)/"
>> --
>> 2.21.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-22  6:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18  4:21 [meta-oe][PATCH 1/2] fio: Upgrade to 3.15 mingli.yu
2019-07-18  4:21 ` [meta-oe][PATCH 2/2] log4cplus: Upgrade to 2.0.4 mingli.yu
2019-07-21 16:27   ` Khem Raj
2019-07-21 17:20     ` Adrian Bunk
2019-07-21 17:37       ` Khem Raj
2019-07-21 19:33         ` Adrian Bunk
2019-07-22  6:18     ` Yu, Mingli

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.