jimmychungbelkin / Mamba

37 stars 25 forks source link

Make fails with config file v4.8_config #5

Open Chadster766 opened 10 years ago

Chadster766 commented 10 years ago

I've copied this file to .config and run make. The make always fails at:

configure: loading site script /home/chad/WRT1900AC/Mamba/barrier_breaker/include/site/arm-openwrt-linux-uclibcgnueabi
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-openwrt-linux-gnu
checking target system type... arm-openwrt-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-openwrt-linux-strip... arm-openwrt-linux-uclibcgnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking architecture... linux
checking for arm-openwrt-linux-gcc... arm-openwrt-linux-uclibcgnueabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-openwrt-linux-uclibcgnueabi-gcc accepts -g... yes
checking for arm-openwrt-linux-uclibcgnueabi-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-openwrt-linux-uclibcgnueabi-gcc... gcc3
checking netlink... yes
checking for rm... /bin/rm
checking for sed... /home/chad/WRT1900AC/Mamba/barrier_breaker/staging_dir/host/bin/sed
checking for ln... /bin/ln
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for tar... /bin/tar
checking for gzip... /bin/gzip
checking where to put logfile... /var/log/radvd.log
checking where to put pidfile... /var/run/radvd.pid
checking where to find configfile... /etc/radvd.conf
checking which syslog facility to use... LOG_DAEMON
checking for inet_ntop in -lc... yes
checking pkg-config is at least version 0.9.0... yes
checking for DAEMON... no
configure: error: Package requirements (libdaemon) were not met:

No package 'libdaemon' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DAEMON_CFLAGS
and DAEMON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
oferchen commented 10 years ago

Need to add the libdaemon package manually as it's not included for some reason use update.sh followed by make menuconfig it could solve it as well, but yes the source is not in a good shape and you should know openwrt to make it work

Ofer

Sent from my iPhone

On 23 באוג 2014, at 02:11, Chadster766 notifications@github.com wrote:

I've copied this file to .config and run make. The make always fails at:

configure: loading site script /home/chad/WRT1900AC/Mamba/barrier_breaker/include/site/arm-openwrt-linux-uclibcgnueabi checking build system type... x86_64-pc-linux-gnu checking host system type... arm-openwrt-linux-gnu checking target system type... arm-openwrt-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-openwrt-linux-strip... arm-openwrt-linux-uclibcgnueabi-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking architecture... linux checking for arm-openwrt-linux-gcc... arm-openwrt-linux-uclibcgnueabi-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-openwrt-linux-uclibcgnueabi-gcc accepts -g... yes checking for arm-openwrt-linux-uclibcgnueabi-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of arm-openwrt-linux-uclibcgnueabi-gcc... gcc3 checking netlink... yes checking for rm... /bin/rm checking for sed... /home/chad/WRT1900AC/Mamba/barrier_breaker/staging_dir/host/bin/sed checking for ln... /bin/ln checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for tar... /bin/tar checking for gzip... /bin/gzip checking where to put logfile... /var/log/radvd.log checking where to put pidfile... /var/run/radvd.pid checking where to find configfile... /etc/radvd.conf checking which syslog facility to use... LOG_DAEMON checking for inet_ntop in -lc... yes checking pkg-config is at least version 0.9.0... yes checking for DAEMON... no configure: error: Package requirements (libdaemon) were not met:

No package 'libdaemon' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables DAEMON_CFLAGS and DAEMON_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. — Reply to this email directly or view it on GitHub.

greymattr commented 10 years ago

Please contact Eugene.Nemchinov@belkin.com Eugene%20Nemchinov%20%3cEugene.Nemchinov@belkin.com%3e for support.

Thank you

Matt

On Fri, Aug 22, 2014 at 4:11 PM, Chadster766 notifications@github.com wrote:

I've copied this file to .config and run make. The make always fails at:

configure: loading site script /home/chad/WRT1900AC/Mamba/barrier_breaker/include/site/arm-openwrt-linux-uclibcgnueabichecking build system type... x86_64-pc-linux-gnuchecking host system type... arm-openwrt-linux-gnuchecking target system type... arm-openwrt-linux-gnuchecking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for arm-openwrt-linux-strip... arm-openwrt-linux-uclibcgnueabi-stripchecking for a thread-safe mkdir -p... /bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking architecture... linuxchecking for arm-openwrt-linux-gcc... arm-openwrt-linux-uclibcgnueabi-gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables...checking whether we are cross compiling... yeschecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether arm-openwrt-linux-uclibcgnueabi-gcc accepts -g... yeschecking for arm-openwrt-linux-uclibcgnueabi-gcc option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of arm-openwrt-linux-uclibcgnueabi-gcc... gcc3checking netlink... yeschecking for rm... /bin/rmchecking for sed... /home/chad/WRT1900AC/Mamba/barrier_breaker/staging_dir/host/bin/sedchecking for ln... /bin/lnchecking for bison... bison -ychecking for flex... flexchecking lex output file root... lex.yychecking lex library... none neededchecking whether yytext is a pointer... nochecking for tar... /bin/tarchecking for gzip... /bin/gzipchecking where to put logfile... /var/log/radvd.logchecking where to put pidfile... /var/run/radvd.pidchecking where to find configfile... /etc/radvd.confchecking which syslog facility to use... LOG_DAEMONchecking for inet_ntop in -lc... yeschecking pkg-config is at least version 0.9.0... yeschecking for DAEMON... noconfigure: error: Package requirements (libdaemon) were not met: No package 'libdaemon' found Consider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard prefix. Alternatively, you may set the environment variables DAEMON_CFLAGSand DAEMON_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.

— Reply to this email directly or view it on GitHub https://github.com/jimmychungbelkin/Mamba/issues/5.