Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-04 Thread Syrone Wong
)/fakeroot/compile += $(curdir)/automake/compile The fix sent to the mailing list: https://patchwork.ozlabs.org/project/openwrt/patch/20210104081920.1594-1-wong.syr...@gmail.com/ Best Regards, Syrone Wong ___ openwrt-devel mailing list openwrt

[PATCH] tools: let fakeroot depends on libtool

2021-01-04 Thread Syrone Wong
This fix the buildbots issue when upgrading fakeroot to 1.25.3. bash: /buildbot/shared-workdir/build/staging_dir/host/bin/autoreconf: No such file or directory Signed-off-by: Syrone Wong --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile

Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-01 Thread Syrone Wong
Thanks for the suggestion, I closed the GitHub PR, please review this one, although both of them are the same. I thought not all core developers are following GitHub and the mailing list. Best Regards, Syrone Wong On Sat, Jan 2, 2021 at 6:03 AM Paul Spooren wrote: > > Please don't doubl

[PATCH] tools/fakeroot: update to 1.25.3

2021-01-01 Thread Syrone Wong
use PKG_FIXUP:=autoreconf to generate configure 200-hide-dlsym-error.patch deleted due to fixed upstream in another way other patches refreshed to reflect latest changes Signed-off-by: Syrone Wong --- tools/fakeroot/Makefile | 7 ++-- tools/fakeroot/patches/000

Re: [OpenWrt-Devel] OpenWrt 19.03 plans

2019-02-25 Thread Syrone Wong
Can someone check https://github.com/openwrt/openwrt/pull/1637? It works well for GCC 8.3, and should work for 7.4 as well. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] valgrind: enable LTO and refresh patches

2018-11-24 Thread Syrone Wong
affect the functionality. Best Regards, Syrone Wong ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] valgrind: enable LTO and refresh patches

2018-11-23 Thread Syrone Wong
Signed-off-by: Syrone Wong --- package/devel/valgrind/Makefile | 1 + package/devel/valgrind/patches/100-fix_configure_check.patch| 2 +- package/devel/valgrind/patches/130-fix_arm_arch_detection.patch | 2 +- 3 files changed, 3 insertions(+), 2 deletions

[OpenWrt-Devel] [PATCH] strace: update to 4.25

2018-11-23 Thread Syrone Wong
Signed-off-by: Syrone Wong --- package/devel/strace/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index b1e27f22c3..c4761a4693 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace

Re: [OpenWrt-Devel] [PATCH] bzip2: Fix download URL

2018-10-31 Thread Syrone Wong
It's default behavior according to https://github.com/openwrt/openwrt/blob/master/scripts/download.pl#L263 Best Regards, Syrone Wong On Tue, Oct 30, 2018 at 1:18 AM Rosen Penev wrote: > > Main website went down. Use openwrt sources for it. > > Matches a similar buildroot commit. &g

Re: [OpenWrt-Devel] cns3xxx + gcc8 = compile error

2018-07-30 Thread Syrone Wong
> /home/kvdp/firmware/builds/generic_cns3xxx/tmp/ccuGhaLZ.s: Assembler > messages: > /home/kvdp/firmware/builds/generic_cns3xxx/tmp/ccuGhaLZ.s:401: Error: > selected processor does not support `sev' in ARM mode Similar to https://github.com/openwrt/openwrt/pull/1203

Re: [OpenWrt-Devel] gcc 8.1 mvebu compilation error

2018-07-22 Thread Syrone Wong
> /home/Ansuel/openwrt/tmp/ccyVnmrs.s:204: Error: selected processor > does not support `dmb ish' in ARM mode It looks like you are using malformed compilation flags, please post more info. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-14 Thread Syrone Wong
> some new warnings triggered by syscall related macros. > > - Felix Do you mean something like https://patchwork.kernel.org/patch/10093317/ ? It's fixed via https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Forgot to mention, to build grub2 for x86_64, there is another patch should be

Re: [OpenWrt-Devel] iproute2 4.17.0 build error

2018-07-14 Thread Syrone Wong
> em_ipt.o: In function `em_ipt_print_epot': > em_ipt.c:(.text.em_ipt_print_epot+0x2e): undefined reference to > `xtables_init_all' em_ipt.c gets involved when TC_CONFIG_XT=y, which requires xtables, while tc/Makefile doesn't pass flags correctly. I added a patch to fix this. --- a/tc/Makefile

[OpenWrt-Devel] iproute2 4.17.0 build error

2018-07-14 Thread Syrone Wong
non-zero status 2 time: package/network/utils/iproute2/full/compile#17.35#1.89#18.56 make[1]: *** [package/Makefile:109: package/network/utils/iproute2/compile] Error 2 Best Regards, Syrone Wong ___ openwrt-devel mailing list openwrt-devel@lists.openw

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-05 Thread Syrone Wong
> By the way, compiling MIPS targets with gcc 8.1 fails, caused by some > new warnings triggered by syscall related macros. When I was testing on x86_64, I updated musl to 84b25160e7e15e7531533a9a6b22d5431d1b7629. I will test on MIPS when I am free.

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-04 Thread Syrone Wong
> I believe the actual fix is in this commit: > https://github.com/gcc-mirror/gcc/commit/3fa2798aa887d141d86985240f03e2f3809e7e62 > > I believe the actual underlying issue is described at the end of > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 Should I send a v2 and add this explaination?

Re: [OpenWrt-Devel] [PATCH 2/3] rules.mk: replace iremap when using GCC 8

2018-06-22 Thread Syrone Wong
Hi, LGTM. Any documentation on the hidden config symbols? Best Regards, Syrone Wong On Fri, Jun 22, 2018 at 5:00 PM, Yousong Zhou wrote: > On Fri, 22 Jun 2018 at 08:22, Syrone Wong wrote: >> >> HI, >> >> I'm not sure whether it's the correct way to deal with the

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-06-21 Thread Syrone Wong
configuring. We may add perl as PKG_BUILD_DEPENDS. [0]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200714 Best Regards, Syrone Wong On Fri, Jun 22, 2018 at 8:14 AM, Rosen Penev wrote: > On Thu, Jun 21, 2018 at 5:09 PM Syrone Wong wrote: >> >> HI, >> >> We are usin

Re: [OpenWrt-Devel] [PATCH 2/3] rules.mk: replace iremap when using GCC 8

2018-06-21 Thread Syrone Wong
HI, I'm not sure whether it's the correct way to deal with the flag. When we add GCC 9 in the future, we have to remember to apply this dirty overwrite hack as well. Please feel free to share more elegant ways. Best Regards, Syrone Wong On Thu, Jun 21, 2018 at 11:08 PM, wrote: > F

Re: [OpenWrt-Devel] [PATCH 3/3] package: ignore some new errors introduced by GCC 8

2018-06-21 Thread Syrone Wong
Hi, I definitely agree we should fix errors, this commit is to bypass warnings and see if other important components are working well, e.g. no kernel panic, busybox is functional, etc. Others can be fixed as the follow-up. It makes sense to ignore this testing commit. Best Regards, Syrone Wong

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-06-21 Thread Syrone Wong
disable FFmpeg temporarily and make sure other important components are working as expected, e.g. kernel, busybox, procd, firewall3, etc. Best Regards, Syrone Wong On Fri, Jun 22, 2018 at 2:07 AM, Rosen Penev wrote: > Error while compiling ffmpeg: > > GNU assembler not found, install/u

Re: [OpenWrt-Devel] [PATCH 3/5] tools: add iucode-tool

2018-01-17 Thread Syrone Wong
There is another intel ucode generator in Archlinux repo, it seems the code is more elegant and don't require additional dependency. Do you have any idea? https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/intel-ucode Best Regards, Syrone Wong On Thu, Jan 18, 2018 at 3:41

Re: [OpenWrt-Devel] [LEDE-DEV] Using kdump... persistent logs, etc.

2017-03-02 Thread Syrone Wong
depends on !(arm || powerpc || sparc || TARGET_uml || i386 || x86_64) x86_64 is disabled by default. You may want to enable it yourself. I don't know why. Best Regards, Syrone Wong On Fri, Mar 3, 2017 at 2:31 PM, Philip Prindeville <philipp_s...@redfish-solutions.com> wrote: >

Re: [OpenWrt-Devel] Using kdump... persistent logs, etc.

2017-02-22 Thread Syrone Wong
me targets and will be available at `/sys/kernel/debug/crashlog` on next boot after crash. The implementation detail can be found here: https://github.com/lede-project/source/blob/master/target/linux/generic/patches-4.9/930-crashlog.patch Best Regards, Syrone Wong On Thu, Feb 23, 2017 at 10:05 AM, Philip P

[OpenWrt-Devel] iptables 1.6

2016-05-19 Thread Syrone Wong
]:https://github.com/wongsyrone/lede-1/commit/315c6f30ab6879b17d251b5c2b04214b54bbf60f and https://github.com/wongsyrone/lede-1/commit/59a481fe6ae598afdc3b3706d708a121feefd190 [1]:https://github.com/openwrt-mirror/openwrt/commit/7dbc22a8a28ce2baa019f63323e83eefe10944f9 -- Best Regards, Syrone Wong