Anonymous | Login | Signup for a new account | 2021-03-06 12:36 CET | ![]() |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000216 | easycwmp | [All Projects] Help | public | 2017-04-21 03:40 | 2017-04-24 13:10 | ||||
Reporter | andy_yang | ||||||||
Assigned To | mohamed.kallel | ||||||||
Priority | immediate | Severity | block | Reproducibility | always | ||||
Status | resolved | Resolution | no change required | ||||||
Platform | linux | OS | openwrt | OS Version | openwrt15 | ||||
Summary | 0000216: There is no --enable-debug and --enable-devel options when I build easycwmp on the openwrt15 | ||||||||
Description | when I build easycwmp by use following command: make package/easycwmp/compile V=99 I find that configure there is --enable-debug and --enable-devel options.But the Makefile have define the two options: PKG_CONFIG_DEPENDS:= \ CONFIG_EASYCWMP_DEBUG \ CONFIG_EASYCWMP_DEVEL ... ifeq ($(CONFIG_EASYCWMP_DEBUG),y) CONFIGURE_ARGS += \ --enable-debug endif ifeq ($(CONFIG_EASYCWMP_DEVEL),y) CONFIGURE_ARGS += \ --enable-devel endif | ||||||||
Steps To Reproduce | message is as following: ..... ./configure --target=arm-marvell-linux-uclibcgnueabi --host=arm-marvell-linux-uclibcgnueabi --build=i686-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --with-uci-include-path=/disk2/yang.yong/work/develop/VIX10/mv6560/openwrt/staging_dir/target-arm-marvell-linux-uclibcgnueabi/usr/include --with-libubox-include-path=/disk2/yang.yong/work/develop/VIX10/mv6560/openwrt/staging_dir/target-arm-marvell-linux-uclibcgnueabi/usr/include --with-libubus-include-path=/disk2/yang.yong/work/develop/VIX10/mv6560/openwrt/staging_dir/target-arm-marvell-linux-uclibcgnueabi/usr/include --enable-jsonc=1 ; fi; ) .... | ||||||||
Additional Information | I doubt that the define PKG_CONFIG_DEPENDS don't be included by openwrt rule. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | ![]() | ||||||||
![]() |
|
(0000687) andy_yang (reporter) 2017-04-21 03:42 |
there is a line errror in the Description : I find that configure there is --enable-debug and --enable-devel options. it should be : I find that configure there is no --enable-debug and --enable-devel options. |
(0000688) mohamed.kallel (manager) 2017-04-21 10:34 |
Did you select debug options in the make menuconfig ---> utilities --> easycwmp ? |
(0000689) andy_yang (reporter) 2017-04-24 03:11 |
Oh, it's my careless. Thanks for your help! |
![]() |
|||
Date Modified | Username | Field | Change |
2017-04-21 03:40 | andy_yang | New Issue | |
2017-04-21 03:40 | andy_yang | File Added: compile_log_and_Makefile.rar | |
2017-04-21 03:42 | andy_yang | Note Added: 0000687 | |
2017-04-21 10:34 | mohamed.kallel | Note Added: 0000688 | |
2017-04-24 03:11 | andy_yang | Note Added: 0000689 | |
2017-04-24 13:10 | mohamed.kallel | Status | new => resolved |
2017-04-24 13:10 | mohamed.kallel | Resolution | open => no change required |
2017-04-24 13:10 | mohamed.kallel | Assigned To | => mohamed.kallel |
Copyright © 2000 - 2021 MantisBT Team |