Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minicom build error #2501

Closed
eschoeller opened this issue Mar 13, 2016 · 0 comments
Closed

minicom build error #2501

eschoeller opened this issue Mar 13, 2016 · 0 comments
Assignees

Comments

@eschoeller
Copy link

This seems similar to: https://dev.openwrt.org/ticket/18438
I am building CHAOS CALMER (Chaos Calmer, r48749) (88ef6c4)

@oneru @Noltari

autoreconf: Entering directory .'
autoreconf: running: true --force
autoreconf: running: /src/openwrt/staging_dir/host/bin/aclocal -I /src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/host/share/aclocal -I /src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/share/aclocal -I m4 -I . --force -I m4
aclocal.real: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:25: warning: macro 'AM_ICONV_LINK' not found in library
configure.in:123: warning: macro 'AM_GNU_GETTEXT' not found in library
configure.in:124: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
configure.in:17: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
configure.in:17: the top level
autoreconf: configure.in: tracing
configure.in:17: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
configure.in:17: the top level
autoreconf: configure.in: AM_GNU_GETTEXT_VERSION is used, but not AM_GNU_GETTEXT
autoreconf: configure.in: not using Libtool
autoreconf: running: /src/openwrt/staging_dir/host/bin/autoconf --include=/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/host/share/aclocal --include=/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/share/aclocal --include=m4 --include=. --prepend-include=/src/openwrt/staging_dir/host/share/aclocal --force
configure.in:17: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
configure.in:17: the top level
configure.in:25: error: possibly undefined macro: AM_ICONV_LINK
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:123: error: possibly undefined macro: AM_GNU_GETTEXT
configure.in:124: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
autoreconf: /src/openwrt/staging_dir/host/bin/autoconf failed with exit status: 1
(cd /src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/./; if [ -x ./configure ]; then find /src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/ -name config.guess | xargs -r chmod u+w; find /src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/ -name config.guess | xargs -r -n1 cp --remove-destination /src/openwrt/scripts/config.guess; find /src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/ -name config.sub | xargs -r chmod u+w; find /src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/ -name config.sub | xargs -r -n1 cp --remove-destination /src/openwrt/scripts/config.sub; AR="mips-openwrt-linux-uclibc-gcc-ar" AS="mips-openwrt-linux-uclibc-gcc -c -Os -pipe -mno-branch-likely -mips32r2 -mtune=34kc -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float" LD=mips-openwrt-linux-uclibc-ld NM="mips-openwrt-linux-uclibc-gcc-nm" CC="mips-openwrt-linux-uclibc-gcc" GCC="mips-openwrt-linux-uclibc-gcc" CXX="mips-openwrt-linux-uclibc-g++" RANLIB="mips-openwrt-linux-uclibc-gcc-ranlib" STRIP=mips-openwrt-linux-uclibc-strip OBJCOPY=mips-openwrt-linux-uclibc-objcopy OBJDUMP=mips-openwrt-linux-uclibc-objdump SIZE=mips-openwrt-linux-uclibc-size CFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=34kc -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 " CXXFLAGS="-Os -pipe -mno-branch-likely -mips32r2 -mtune=34kc -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -msoft-float -mips16 -minterlink-mips16 " CPPFLAGS="-I/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/include -I/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/include -I/src/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/usr/include -I/src/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/include " LDFLAGS="-L/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib -L/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/lib -L/src/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/usr/lib -L/src/openwrt/staging_dir/toolchain-mips_34kc_gcc-4.8-linaro_uClibc-0.9.33.2/lib " ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=x86_64-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 ; fi; )
configure: WARNING: unrecognized options: --disable-nls
configure: loading site script /src/openwrt/include/site/mips
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mips-openwrt-linux-strip... mips-openwrt-linux-uclibc-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for mips-openwrt-linux-gcc... mips-openwrt-linux-uclibc-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 mips-openwrt-linux-uclibc-gcc accepts -g... yes
checking for mips-openwrt-linux-uclibc-gcc option to accept ISO C89... none needed
checking whether mips-openwrt-linux-uclibc-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of mips-openwrt-linux-uclibc-gcc... gcc3
checking for mips-openwrt-linux-ar... mips-openwrt-linux-uclibc-gcc-ar
checking the archiver (mips-openwrt-linux-uclibc-gcc-ar) interface... ar
checking how to run the C preprocessor... mips-openwrt-linux-uclibc-gcc -E
checking for grep that handles long lines and -e... /src/openwrt/staging_dir/host/bin/grep
checking for egrep... /src/openwrt/staging_dir/host/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking for mips-openwrt-linux-ranlib... mips-openwrt-linux-uclibc-gcc-ranlib
checking for library containing strerror... none required
./configure: line 4684: AM_ICONV_LINK: command not found
checking pkg-config is at least version 0.9.0... yes
checking for LOCKDEV... no
./configure: line 4996: syntax error near unexpected token external' ./configure: line 4996:AM_GNU_GETTEXT(external)'
Makefile:45: recipe for target '/src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/.configured_yyyyyyyy' failed
make[3]: *** [/src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/minicom-2.7/.configured_yyyyyyyy] Error 2
make[3]: Leaving directory '/src/openwrt/feeds/packages/utils/minicom'
package/Makefile:191: recipe for target 'package/feeds/packages/minicom/compile' failed
make[2]: *** [package/feeds/packages/minicom/compile] Error 2
make[2]: Leaving directory '/src/openwrt'
package/Makefile:188: recipe for target '/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile' failed
make[1]: *** [/src/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory '/src/openwrt'
/src/openwrt/include/toplevel.mk:181: recipe for target 'world' failed

@Noltari Noltari self-assigned this Mar 14, 2016
Noltari added a commit that referenced this issue Mar 14, 2016
Fixes #2501

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
@Noltari Noltari closed this as completed Mar 14, 2016
Pillar1989 pushed a commit to respeaker/packages that referenced this issue Nov 16, 2016
Fixes openwrt#2501

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants