Re: [OE-core] [PATCH V2 1/1] bash: fix run-intl ptest failed

2016-08-16 Thread dengke...@windriver.com
Hi ross Thanks for you remind, I will fix it now. This is because the commit in OE-Core: 45bc8a2c4bbe252526d5eee2547f8b9e06165e5a That patch and my patch all modify the same line in ../meta/recipes-extended/bash/bash_4.3.30.bb So I will base on that patch to change my patch. //dengke

Re: [OE-core] [PATCH V2 1/1] bash: fix run-intl ptest failed

2016-08-16 Thread dengke...@windriver.com
OK, I will add it now. //dengke On 2016年08月15日 23:03, Burton, Ross wrote: On 12 August 2016 at 03:08, Dengke Du > wrote: NOTE: Ensure the system contain fr-fr & de-de locales Some tests of intl.tests need to change locales to accomplish.

[OE-core] Fwd: Re: bash: remove the format string "%q" in the unicode3.sub

2016-08-11 Thread dengke...@windriver.com
Tue, 9 Aug 2016 10:39:13 -0400 From: Chet Ramey Reply-To: chet.ra...@case.edu To: dengke...@windriver.com , bug-b...@gnu.org CC: chet.ra...@case.edu On 8/9/16 3:18 AM, dengke...@windriver.com wrote: Hi all When I run the tests for the bash, the sub-test unicode3.sub of intl.

Re: [OE-core] [PATCH 1/1] bash: fix run-intl ptest failed

2016-08-08 Thread dengke...@windriver.com
Hi Ross OK, thanks, I will send it to the upstream later. //dengke On 2016年08月08日 19:56, Burton, Ross wrote: On 8 August 2016 at 07:43, Dengke Du > wrote: +Upstream-Status: Pending I've a fear of modifying upstream test suites to 'fix" them so that the

Re: [OE-core] [PATCH 0/2] perf: enable man pages for 'help' functionality

2016-08-03 Thread dengke...@windriver.com
discuss the pros and cons of making the host-based generation of docs be optional. I think that's the way to go since, in the common case of not enabling docs, the builds would be faster and the output smaller. On 2016-07-31 09:33 PM, dengke...@windriver.com wrote: Hi Randy 1. I hav

Re: [OE-core] [PATCH 0/2] perf: enable man pages for 'help' functionality

2016-07-31 Thread dengke...@windriver.com
Hi Randy 1. I have checked the asciidoc-native: 3.1M 2. real4m41.858s user27m3.280s sys6m32.372s 3. Yes, the build system using python3. //dengke On 2016年07月28日 02:23, Randy MacLeod wrote: On 2016-07-27 01:02 AM, Dengke Du wrote: The following changes since commit 3

Re: [OE-core] [PATCH] Revert "lttng-tools: filter random filename of ptest output"

2016-07-25 Thread dengke...@windriver.com
OK, thanks! //dengke On 2016年07月25日 21:34, Nathan Lynch wrote: [please remember to cc the list] On 07/24/2016 09:06 PM, dengke...@windriver.com wrote: OK, thanks for your remind, the 1,2 and 4 I will pick it up. I show a total PASS beacuse when the tests PASS that it output many random

Re: [OE-core] [PATCH 1/1] coreutils: correct the case for class-native

2016-04-20 Thread dengke...@windriver.com
But the nativesdk also need the do_install_append function to slove the many warnings. //dengke On 2016年04月06日 16:42, Joshua G Lock wrote: On Wed, 2016-04-06 at 12:50 +0800, Robert Yang wrote: On 04/06/2016 12:45 PM, Dengke Du wrote: The function of do_install_append_class-native for class-na

Re: [OE-core] [PATCH 1/1] coreutils: correct the case for class-native

2016-04-05 Thread dengke...@windriver.com
Sorry, my email has some problem that it send twice. I will fix it as soon as. //dengke On 2016年04月06日 12:45, Dengke Du wrote: The function of do_install_append_class-native for class-native had alread exist,so exclude the class-native in function do_install_append. Signed-off-by: Dengke Du

Re: [OE-core] [PATCH 1/1] quilt: run ptest as normal user

2016-03-25 Thread dengke...@windriver.com
Hi Ross, Tudor Florea I have added a normal user "quilttest" to run the quilt ptest. When the ptest finish, delete the "quilttest" user. //dengke On 2016年03月25日 16:28, Dengke Du wrote: When the user is root, run quilt ptest, the faildiff.test failed. Because in the faildiff.test, we drop the r

Re: [OE-core] [PATCH 1/1] nativesdk-coreutils: a lot of warnings fixed

2016-03-19 Thread dengke...@windriver.com
After a talk with Hongxu jia, we decided to change the do_install_append_class-target() to do_install_append(), in this function, added the following: if [ "${CLASSOVERRIDE}" = "class-native" ]; then return fi in this way, avoid the conflict with the following do_install

Re: [OE-core] [PATCH 1/1] quilt: fix ptest faildiff.test failed

2016-03-16 Thread dengke...@windriver.com
OK, it's a good idea! //dengke On 2016年03月08日 23:08, Burton, Ross wrote: On 8 March 2016 at 12:11, Dengke Du > wrote: So I change the file "meta/recipes-devtools/quilt/quilt/run-ptest", when it meet the faildiff.test it skipped. I will report this bug

Re: [OE-core] [PATCH 1/1] ncurses: drop the compatible option

2016-01-21 Thread dengke...@windriver.com
According to the ncurses 6.0 release notes (the site is at "https://www.gnu.org/software/ncurses/";), the intent of the release is to provide a new stable ABI, which is binary-incompatible with ncurses 5, but it can still be configured to support the ncurses5. Because this release introduces s

Re: [OE-core] [PATCH 1/1] ncurses: drop the compatible option

2016-01-21 Thread dengke...@windriver.com
According to the ncurses 6.0 release notes (the site is at "https://www.gnu.org/software/ncurses/";), the intent of the release is to provide a new stable ABI, which is binary-incompatible with ncurses 5, but it can still be configured to support the ncurses5. Because this release introduces sy

Re: [OE-core] [PATCH 1/1] ncurses: 5.9 0 -> 6.0

2016-01-14 Thread dengke...@windriver.com
Drop it , use the newer patch, because I specifiy the error remote. Sorry for inconvenience. On 2016年01月15日 11:07, Dengke Du wrote: To be compatible with ncurses 5, add option '--with-abi-version=5' to EXTRA_OECONF Signed-off-by: Dengke Du --- .../recipes-core/ncurses/{ncurses-5.9 => ncurse

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread dengke...@windriver.com
Hi Alexander I got valgrind do_compile error: MACHINE = "qemuarm" $ bitbake valgrind warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch | {standard input}:25: Error: selected processor does not support ARM mode `movw r3,#:lower16:primary_map' | {standard input}:28: Error: sele

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread dengke...@windriver.com
Hi Alexander I got valgrind do_compile error: MACHINE = "qemuarm" $ bitbake valgrind warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch | {standard input}:25: Error: selected processor does not support ARM mode `movw r3,#:lower16:primary_map' | {standard input}:28: Error: sele