You are not logged in.

#1 2015-03-06 19:41:41

xom
Member
Registered: 2015-03-06
Posts: 7

[SOLVED] EOF Error During Make

Hello,

I recently noticed after an upgrade that whenever I invoke 'make' or 'makepkg' that, so far, irrespective of the package (be it from the AUR or not) it errors out with:

../libtool: eval: line XXXX: unexpected EOF while looking for matching `''
../libtool: eval: line XXXX: syntax error: unexpected end of file
Makefile:305: recipe for target 'foo.la' failed
make[2]: *** [foo.la] Error 2
make[2]: Leaving directory '/home/username/tmp/foo/src/foo-0.2.6/lib'
Makefile:429: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/username/tmp/foo/src/foo-0.2.6'
Makefile:276: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...


After confirming the issue exists even with packages that previously successfully compiled, I downgraded/uninstalled the packages that were part of the most recent upgrade. The issue still persists.  Has anyone ever seen anything similar to this or be able to point me in the right direction of packages to examine? Any help would be greatly appreciated.

Examples:

$ makepkg 
==> Making package: libnatspec 0.2.6-1 (Fri Mar  6 12:13:21 EST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading libnatspec-0.2.6.tar.bz2...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   369    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   451    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   365    0     0    0     0      0      0 --:--:--  0:00:06 --:--:--     0
100  488k  100  488k    0     0  65494      0  0:00:07  0:00:07 --:--:--  608k
==> Validating source files with md5sums...
    libnatspec-0.2.6.tar.bz2 ... Passed
==> Extracting sources...
  -> Extracting libnatspec-0.2.6.tar.bz2 with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether gcc and cc understand -c and -o together... yes
checking for main in -lpopt... yes
checking for ANSI C header files... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libnatspec.pc
config.status: creating natspec.m4
config.status: creating lib/Makefile
config.status: creating libhi/Makefile
config.status: creating src/Makefile
config.status: creating src/python/Makefile
config.status: creating docs/libnatspecDox.cfg
config.status: creating docs/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/home/username/tmp/libnatspec/src/libnatspec-0.2.6'
Making all in lib
make[2]: Entering directory '/home/username/tmp/libnatspec/src/libnatspec-0.2.6/lib'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_charset.lo -MD -MP -MF .deps/get_charset.Tpo -c -o get_charset.lo get_charset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_charset.lo -MD -MP -MF .deps/get_charset.Tpo -c get_charset.c  -fPIC -DPIC -o .libs/get_charset.o
mv -f .deps/get_charset.Tpo .deps/get_charset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_locale.lo -MD -MP -MF .deps/get_locale.Tpo -c -o get_locale.lo get_locale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_locale.lo -MD -MP -MF .deps/get_locale.Tpo -c get_locale.c  -fPIC -DPIC -o .libs/get_locale.o
mv -f .deps/get_locale.Tpo .deps/get_locale.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT enrich_fs_options.lo -MD -MP -MF .deps/enrich_fs_options.Tpo -c -o enrich_fs_options.lo enrich_fs_options.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT enrich_fs_options.lo -MD -MP -MF .deps/enrich_fs_options.Tpo -c enrich_fs_options.c  -fPIC -DPIC -o .libs/enrich_fs_options.o
mv -f .deps/enrich_fs_options.Tpo .deps/enrich_fs_options.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c -o convert.lo convert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c convert.c  -fPIC -DPIC -o .libs/convert.o
convert.c: In function ‘natspec_convert’:
convert.c:166:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  size_t result;
         ^
mv -f .deps/convert.Tpo .deps/convert.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT filesystem.lo -MD -MP -MF .deps/filesystem.Tpo -c -o filesystem.lo filesystem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT filesystem.lo -MD -MP -MF .deps/filesystem.Tpo -c filesystem.c  -fPIC -DPIC -o .libs/filesystem.o
mv -f .deps/filesystem.Tpo .deps/filesystem.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT detect.lo -MD -MP -MF .deps/detect.Tpo -c -o detect.lo detect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT detect.lo -MD -MP -MF .deps/detect.Tpo -c detect.c  -fPIC -DPIC -o .libs/detect.o
mv -f .deps/detect.Tpo .deps/detect.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char  -Wl,-O1,--sort-common,--as-needed,-z,relro -o libnatspec.la -rpath /usr/lib get_charset.lo get_locale.lo enrich_fs_options.lo convert.lo filesystem.lo detect.lo  
../libtool: eval: line 5429: unexpected EOF while looking for matching `''
../libtool: eval: line 5430: syntax error: unexpected end of file
Makefile:305: recipe for target 'libnatspec.la' failed
make[2]: *** [libnatspec.la] Error 2
make[2]: Leaving directory '/home/username/tmp/libnatspec/src/libnatspec-0.2.6/lib'
Makefile:429: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/username/tmp/libnatspec/src/libnatspec-0.2.6'
Makefile:276: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

~*~*~*~*~*~*~*~*~*~*~*~*~

makepkg
==> Making package: package-query 1.5-2 (Fri Mar  6 12:36:19 EST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading package-query-1.5.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  392k  100  392k    0     0   425k      0 --:--:-- --:--:-- --:--:--  425k
==> Validating source files with md5sums...
    package-query-1.5.tar.gz ... Passed
==> Extracting sources...
  -> Extracting package-query-1.5.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/username/tmp/package-query/src/package-query-1.5/missing: Unknown `--is-lightweight' option
Try `/home/usesrname/tmp/package-query/src/package-query-1.5/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... 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... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for alpm_version in -lalpm... yes
checking for yajl_free in -lyajl... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.40.0
checking for libcurl >= version 7.19.4... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for git... git
checking for .git/... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands

package-query:

  Build information:
    source code location   : .
    prefix                 : /usr
    sysconfdir             : /etc
       conf file           : /etc/pacman.conf
    localstatedir          : /var
       database dir        : /var/lib/pacman/
    compiler               : gcc
    compiler flags         : -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4

    package-query version  : 1.5
    using git version      : no
       git ver             : 

  Variable information:
    root working directory : /
    aur base url           : https://aur.archlinux.org

make  all-recursive
make[1]: Entering directory '/home/username/tmp/package-query/src/package-query-1.5'
Making all in src
make[2]: Entering directory '/home/username/tmp/package-query/src/package-query-1.5/src'
gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H  -I. -I..   -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
mv -f .deps/aur.Tpo .deps/aur.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H  -I. -I..   -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT alpm-query.o -MD -MP -MF .deps/alpm-query.Tpo -c -o alpm-query.o alpm-query.c
alpm-query.c: In function ‘alpm_pkg_get_realsize’:
alpm-query.c:492:3: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
   chdir (alpm_option_get_root(config.handle));
   ^
mv -f .deps/alpm-query.Tpo .deps/alpm-query.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H  -I. -I..   -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
util.c: In function ‘string_fcat’:
util.c:351:2: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result [-Wunused-result]
  vasprintf(&s, format, args);
  ^
util.c: In function ‘concat_backup_list’:
util.c:489:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
   asprintf (&b_str, "%s\t%s", backup->name, backup->hash);
   ^
util.c: In function ‘itostr’:
util.c:534:2: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  asprintf (&is, "%d", i);
  ^
util.c: In function ‘ltostr’:
util.c:541:2: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  asprintf (&is, "%ld", i);
  ^
mv -f .deps/util.Tpo .deps/util.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H  -I. -I..   -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
mv -f .deps/color.Tpo .deps/color.Po
gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H  -I. -I..   -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT package-query.o -MD -MP -MF .deps/package-query.Tpo -c -o package-query.o package-query.c
mv -f .deps/package-query.Tpo .deps/package-query.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -lcurl  -Wl,-O1,--sort-common,--as-needed,-z,relro -o package-query aur.o alpm-query.o util.o color.o package-query.o  -lyajl -lalpm 
../libtool: eval: line 7874: unexpected EOF while looking for matching `''
../libtool: eval: line 7875: syntax error: unexpected end of file
Makefile:410: recipe for target 'package-query' failed
make[2]: *** [package-query] Error 2
make[2]: Leaving directory '/home/username/tmp/package-query/src/package-query-1.5/src'
Makefile:412: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/username/tmp/package-query/src/package-query-1.5'
Makefile:343: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Last edited by xom (2015-03-09 18:25:09)

Offline

#2 2015-03-06 19:52:19

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] EOF Error During Make

Why have you gone to such lengths to redact (potentially relevant) information from your pastes?

If you want help, show us the full output, including the commands that you are using.

Is your system up-to-date? What is the output of `uname -a`?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-03-06 20:02:38

xom
Member
Registered: 2015-03-06
Posts: 7

Re: [SOLVED] EOF Error During Make

[saty@despair libnatspec]$ uname -a
Linux despair 3.18.2-2-ARCH #1 SMP PREEMPT Fri Jan 9 07:37:51 CET 2015 x86_64 GNU/Linux

Commands used are 'makepkg'. 'makepkg -s' and 'makepkg -si' have the same results.

Offline

#4 2015-03-06 20:14:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] EOF Error During Make

Is your system up-to-date? What is the output of `pacman -Q pacman make glibc`


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2015-03-06 20:42:43

xom
Member
Registered: 2015-03-06
Posts: 7

Re: [SOLVED] EOF Error During Make

To the best of my knowledge, yes.

[saty@despair libnatspec]$ sudo pacman -Syyu
:: Synchronizing package databases...
 core                                          121.3 KiB  1064K/s 00:00 [########################################] 100%
 extra                                        1837.0 KiB  1303K/s 00:01 [########################################] 100%
 community                                       2.6 MiB   527K/s 00:05 [########################################] 100%
 multilib                                      124.2 KiB   776K/s 00:00 [########################################] 100%
:: Starting full system upgrade...
 there is nothing to do
[saty@despair libnatspec]$ pacman -Q pacman make glibc
pacman 4.2.1-1
make 4.1-1
glibc 2.21-2

Offline

#6 2015-03-06 21:03:19

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,567
Website

Re: [SOLVED] EOF Error During Make

Those line numbers in each libtool script point to the same command.  The offending command seems to be the following:

   eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"

It would seem sys_lib_dlsearch_path_spec may contain an EOF (maybe).  But as I don't use autotools much I don't really know how to investigate further.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2015-03-06 21:54:29

xom
Member
Registered: 2015-03-06
Posts: 7

Re: [SOLVED] EOF Error During Make

Thanks for the head's up about the command!

To look up the commands myself, I tried opening up libtool using 'vi', which returned a "Line too long" error, which seemed suspicious.  When I looked at that command and searched for the original definition of $sys_lib_dlsearch_path_spec, I found a giant string of binary interspersed with wireless error messages (I ran into difficulties trying to properly copy/share the binary mess), which is copied below.  It doesn't seem right that the search path is generated with binary and error messages. I am not familiar with how libtool is generated, but is there another utility which assists libtool that I investigate for further clues?

# Run-time system search path for libraries.
sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib32 /usr/lib/xulrunner-35.0 ELF>à@0j@8@\$c\$c (c(c (c àè ee e à\$\$Påtd@X@X@XllQåtdGNU½Áµη
                                                                            ×*ÑjwÇÕ{*% 

                                                                                        d HH !+@ð
                                                                                                 ¨cP* ÈPA0\\\`R@./01348;<=BCEGHKLMPSUX[\\\\]^_Õ~hR¤DG) ÉBEÕìx-ú³Wu@mó7Å1)Ã˹ñ§ ö¹ äïåÁ0çâðý²ÓÞòÖ l6Í\\\\Áa Üë8 R/Ù{¶
                                                                                            ^8j
                                                                                              X à¹
                                                                                                  l?©£
                                                                                                      Ò0hu
                                                                                                          i ~
                                                                                                             0!@c È
                                                                                                                   f(|
                                                                                                                      ´H¥
  P'Å
     @/
       FBÓ
          7@t
              {s
                jHJ7
                    n;W½
                        å º]
                            ( .G
                                E/v
                                   ]&ó×
                                       6
                                        È9+æ
                                            â(H
                                               õ Bi µi ¤
                                                        >Ðm
                                                           =0W
                                                              8.o
                                                                 Õ@W
                                                                    _> g 
                                                                          g 0¨g 
¸g _Àg Èg Ðg Øg àg èg ðg ?øg hh h @h  h (h 0h 8h  Hh Ph 8Xh 9\\\`h ;hh  ph xh Qh h  h !h  é@ÿÿÿÿ%K h
                                                                                                    é0ÿÿÿÿ%K h
                                                                                                              é ÿÿÿÿ%K éÿÿÿÿ%zK héÿÿÿÿ%rK héðþÿÿÿ%jK héàþÿÿÿ%bK héÐþÿÿÿ%ZK héÀþÿÿÿ%RK hé°þÿÿÿ%JK hé þÿÿÿ%BK héþÿÿÿ% K héþÿÿÿ%2K hépþÿÿÿ%*K hé\\\`þÿÿÿ%K héPþÿÿÿ%K hé@þÿÿÿ%K h0þÿÿÿ% K hé þÿÿÿ%K héþÿÿÿ%úJ héþÿÿÿ%òJ héðýÿÿÿ%êJ h éàýÿÿÿ%âJ h!éÐýÿÿÿ%ÚJ héÀýÿÿÿ%ÒJ h öDH tHÿÂëð¾ H×HT\èÑúÿÿHÀÊHT\H)ÐHø¸H<\$HÖHÁó¤LòÆDDùH4\$DçAÿÕéoÿÿÿHßèúÿÿé HT\$1À¾DçÇD\$Hl\$ èúÿÿÀy)èYùÿÿ8è2üÿÿHÂHèD H5'H81ÀèûÿÿëRHcD\$¹(1ÒHl\$ 1ÛH÷ñH\$HÿÃ9\$x0HîDùLòDçHÅ(AÿÕëãHD H=@'H0èøùÿÿéÂþÿÿHÄ8[]A\\\\A]A^A_ÃUH51H H w<H-°A H5y%Lâ1ÀH}èË÷ÿÿHuH=©%èûöÿÿHuH &º1Àèl÷ÿÿHuH vP¶8ÈsEH-A H5&Lâ1ÀH}è+÷ÿÿ¶H}H5<&1Àè÷ÿÿHuH HÉ-H5&H81ÀèöÿÿMötyLóëlºLþLïHD\$ fl\$(fÇD\$*èôÿÿ|\$
èªõÿÿÀx
       I\$·D\$(ë<èfôÿÿ8u·D\$(T-9èNÂ ÅIÞéTÿÿÿHßèôÿÿIÇ\$ÈÿHÄ8[]A\\\\A]A^A_ÃAWºAVAUATIüUHõS»HìèôÿÿÀÚH5]%º
                                                                                                      LçèôÿÿÀÃH5?%º
                                                                                                                   HïèãóÿÿÀ ID\$
         H%L ôÿÿHÀEEæHÿÃL9ûuÍD!å@åt
                                   »ë21Ûë.H<\$¾aèûóÿÿH|\HÀ¾a@Å1ÛèãóÿÿHÀÃ!ëHÄØ[]A\\\\A]A^A_ÃSf(ÐHûHìòT\è³ôÿÿèõÿÿò ÀòT\ffòH ÂfÇCHÄ[ÃAWAVAþAUATIôUHպSHì(HçHãèwòÿÿ1ÀHâ¾D÷èóÿÿÀñ½¬uE1íëkºLæHçè?òÿÿ°ºLæHçD\$è%òÿÿ1ÀHâ¾D÷è3óÿÿÀy»èúñÿÿ8AÍÿèÏôÿÿHÂH »þÕ'f.ÁÀ%¨Áðÿ@Bf.ÁɃáÁMë¸ʚ;±Gò*ÈH¾ÉHcö°ò^ÁéÌëÿÿò*ÏPòo'ò^ÈèæëÿÿèëÿÿZò ÀÃò*ÇPèqìÿÿòYI'è¤íÿÿZò ÀÃSHcöHûHìztHÄH¢1À[éjëÿÿfB¨t
                                                                                                                      Hë¨t Ht\è·êÿÿHt\ëHÎÁHÄHß1À[é&ëÿÿAWAVIöAUATUSHÓHì(EÀt\\\\¹
                                                        vSH\\\$ ýHT\$0ºfÇD\$8 fÇD\$ HßèúéÿÿºLöHßèêéÿÿHھï1ÀèùêÿÿÁøAÄéH5Hÿ uHï¾ Hl\$èÒéÿÿH5­xèëÿÿH5êHÇ1ÀèîêÿÿD\$H5ÿfèiëÿÿ¾.HÇIÆèéÿÿHÀtKH5mêL÷1Àè¬êÿÿD\$H5CÿCè'ëÿÿ¾.HÇIÆèGéÿÿHÀtKH5+êL÷1ÀèjêÿÿD\$H5ÿCèåêÿÿ¾.HÇIÆèéÿÿHÀtCH5éHêL÷1Àè(êÿÿD\$H5¿1ÿCè£êÿÿHH5¼HÇ1ÀèþéÿÿH51ÿèêÿÿHS
                                                                          H5HÇ1ÀèÛéÿÿH5v1ÿè]êÿÿHSH5vHÇ1Àè¸éÿÿLïè@èÿÿë
                                                                                                                     LïAÌÿè2èÿÿHÄ(Dà[]A\\\\A]A^A_ÃAUEÀATAôUSHûUHÕãzI͊B¨Ï¨u4àE¶M D¶E<HmIcôÉHß1ÀáýÁ uB¶UàIcô<H߰Ƀáýò*ÂH0Á t!Aýò*Ãò^è ؉ÙH×ëSû?B~ò*ÃHò^¾ûç~%ò*ÃHò^Y[]Læ°A\\\\A]éÇßÿÿHgÙLæëHóÙLæLÏAX[]A\\\\A]1ÀéßÿÿSIÓA¸QAº<»HcöHìIk<HcÒH)ÐHI÷øЉљA÷úÈAљ÷ûÁЙA÷úHAÀI\$1Àè>ßÿÿHÄ[ÃATºAüUSHóHì0Hçè=Þÿÿ1ÀHâ¾'DçèKßÿÿÀxD\$f 1Àf|\$tH;) H5HÚH81ÀèWßÿÿÈÿHÄ0[]A\\\\ÃAVvAöAU9ÁATUS|MHÕ¶IüH5LmHï1ÀLãèøßÿÿHÿÉØD)àD9ð}¶H5ïLï1ÀIÅèÓßÿÿëÙHèë1À[]A\\\\A]A^ÃHìHð¶wD¶OD¶G¶O¶t\¶wHÇ1À4\$H5èßÿÿHÄÃUHý1ÀHŹºSHóHì(H|\$Ht\$ÆD\$ÿÆD\$ÿÆD\$ÿóªHïÆD\$ÿÆD\$ÿÆD\$ÿÆD\$DÆD\$
                      ÆD\$DÆD\$DÆD\$DÆD\$DèØÝÿÿÀH5 tûuM)ÓLïLÑIsó¤IóA·MÚIL9ÐrMYë
                                                                               IÇAI¸ëÈÿÃ[]A\\\\A]A^ÃAWAVAUATUHÍSHìhT\$ÿÀ Öÿÿøu]|\$~m·D\$XC\$D9àNÂHÚAÄH×IcôHT\è'ØÿÿHÀHÃHT\{ÿÿÿHÒH×èÕÿÿè´ÕÿÿÇ
                                                                    Ëÿéø
                                                                        uH߻dètÕÿÿéxHßègÕÿÿë×·T\$XfÒVLl\$(HÞLt\$E1äLïè×ÿÿHÇET\$LöLïè8ÕÿÿÀfD\$f=w6f=Èf=æf=ÓHD\$AÇD\$4ID\$8éÄf=!}wf=Ôé f=+f HBé(IAÇD\$@èÔÿÿ¶D\$òAD\$HAD\$PéD\$øA\$ÐëADŽ\$ÌéÚ·D\$I\$¨¹!ADŽ\$ H×A\$¤1ÀóªHt\$Hö·L\$ H×fÉë;·L\$ Ht\$AÇD\$THö·ÁA\$fD\$·ÐA\$t
                                                                     ID\$XHÇó¤ëM·ÀA\$ë %-8.16s  Recommend Wireless Extension v%d or later            Currently compiled with Wireless Extension v%d. %-8.16s  Wireless Extension version too old. /proc/net/devSIOCGIFCONF  %s Cannot parse /proc/net/dev /proc/net/wirelessCannot read /proc/net/wireless | WE| MissedCannot parse /proc/net/wireless socket%-8.16s  Wireless-Tools version %d           Compatible with Wireless Extension v11 to v%d. Kernel    Currently compiled with Wireless Extension v%d. Warning  Driver for device %s has been compiled with an ancient version of Wireless Extension  while this program support version 11 and later. Some things may be broken... Warning  Driver for device %s has been compiled with version %d of Wireless Extension  while this program supports up to version %d. Warning  Driver for device %s recommend version %d of Wireless Extension  but has been compiled with version %d  therefore some driver features may not be available... %s  Allocation failed DbgIEEE 802.11SIOCSIWMODE  %s SIOCSIWFREQ  %s SIOCSIWENCODE(%d)  %s SIOCSIWNWID  %s SIOCSIWESSID  %s %g%g %cHzChannel%c%sFrequency%c%s (Channel %d)Frequency%c%s%g %cb/soff%XQuality%c%d/%d  Signal level%c%g dBm  Noise level%c%g dBmSignal level%c%d dBm  Noise level%c%d dBmSignal level%c%d/%d  Noise level%c%d/%dQuality %d  Signal level %d  Noise level %d<too big>on**-%.2Xs p Error  Passphrase not implemented - ;. %1X%1Xl Error  Invalid login format flags  %X  index   min max timeout  saving  period %gs%gms%dusmode Unicast only receivedmode Multicast only receivedmode All packets receivedmode Force sendingmode Repeat multicasts short  long lifetime  limit %d%02d %02d %02d.%06uInterface %s doesn't support MAC addresses Interface %s doesn't support IP addresses %02X %02X %02X %02X %02X %02XNot-AssociatedInvalidNonedefault%-8.16s  Interface doesn't support IP addresses Invalid interface address %s Arp failed for %s on %s... (%d) Try to ping the address before setting it. %-8.16s  Interface doesn't support MAC addresses Invalid hardware address %s IEEE 802.11a + 802.11g (2.4 & 5 GHz  up to 54 Mb/s)IEEE 802.11a + 802.11b (2.4 & 5 GHz  up to 54 Mb/s)IEEE 802.11g (2.4 GHz  up to 54 Mb/s)IEEE 802.11a (5 GHz  up to 54 Mb/s)IEEE 802.11b (2.4 GHz  up to 11 Mb/s)Atheros turbo mode at 5 GHz (up to 108 Mb/s)Atheros turbo mode at 2.4 GHz (up to 108 Mb/s)TI 802.11+ (2.4 GHz  up to 22 Mb/s)802.11g higher rates  OFDM at 2.4 GHz (up to 54 Mb/s)802.11a  OFDM at 5 GHz (up to 54 Mb/s)802.11b higher rates (2.4 GHz  up to 11 Mb/s)802.11 Direct Sequence (2.4 GHz  up to 2 Mb/s)802.11 Frequency Hopping (2 4 GHz  up to 2 Mb/s)Atheros turbo mode  channel bonding (up to 108 Mb/s)TI 802.11+ higher rates (2.4 GHz  up to 22 Mb/s)Driver specific modulation (check driver documentation)AutoAd-HocManagedMasterRepeaterSecondaryMonitorUnknown/bugiw_get_priv_info

                       !         @   ((\$\\$@@@eÍÍA.Aà?[@;l ðÂÿÿÇÿÿ°yÈÿÿè¥Èÿ_ÊÿÿX^ËÿÿçËÿÿ°ÎÿÿøÏÿÿ@&Ðÿÿ¢Ðÿÿ¨êÓÿÿøÔÿÿøÕÿÿPgÖÿÿh×ÿÿ{×ÿÿàý×ÿTØÿÿ uØÿÿ8ØÿÿPúØÿÿx£ÛÿÿÈÑÝÿÿ8ßÞÿÿàÿÿèáÿÿ8³âÿÿ.ãÿÿ¨äÿèäÿÿSåÿÿµåÿæÿÿ\\\\æÿÿ çÿÿ ÕçÿÿH ÷çÿÿ\\\` èÿÿ ìéÿÿÐ êÿÿè  êÿÿ 8ìÿÿX *ðÿÿ¨ zR\$\\\`Áÿÿ°FJ
                                     ?;*3\$4DÍÅÿÿôBIA Jà Ù AA|Æÿÿ ALÆÿÿºBEE L(K0A8G8A0A(B BB ìÿÇÿÿÿAOGåA\$ÎÈÿÿADA ADD/Éÿÿ6BLB D(A0Oð  0A(A BBDËÿÿóBEE B(D0F8DpÌ8A0A(B BBDÔÈËÿÿBGB B(D0D8IPë8C0A(B BBÌÿÿ|AK nL<òÌÿÿHBBE B(D0I8D\\\`8C0A(B BBêÏÿÿ.D <¤ÐÿÿàBLG A(LP·(A ABä Ñÿÿo ü÷ÑÿÿBPD DP AAD eÒÿÿvTHD F0ÃÆÌD0D AÃAÆB\$tÒÿÿAFA uCíÒÿÿW´ Óÿÿ!EÌ5ÓÿÿE\$ä ÓÿÿhAJ J E
                                                                                                                   yL
                                                                                                                     zÓÿÿ©BBE B(A0A8Jà8D0A(B BBl\\\\ÓÕÿÿ.BED A(D0æ (A ABE
                                                  p (A VIO
                                                          r (F ABE
                                                                  A(A AB\\\\Ì×ÿÿBED A(C0F (A BBQ
                                                                                                N (A BBL
                                                                                                        ¸(A BBL ?Øÿÿ?BGB L(A0A8G8A0A(B BBL|.ÙÿÿjBBL E(A0L8J 38A0A(B BBTÌHÚÿÿ+[EF D(C0Ø Ã(AÆ BÌBÍBG
                                                                           JÃ(AÆ BÌBÍB\$ÿÿ{T<~ÛÿÿW[HE C(D0ì (AÃ AÆGÌBE
                                                                                                                      _(AÃ AÆBÌB}ÜÿÿcA[ E ´ÀÜÿÿkBIA GPS AA äûÜÿÿbBIA GPJ AA<-ÝÿÿjBHD A(A0R(A BBTWÝÿÿ æ
                                                                               g p 0 þÿÿoÿÿÿoðÿÿoNùÿÿo F&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖi GCC  (GNU) 4.8.2 20140206 (prerelease).symtab.strtab.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.got.plt.data.bss.comment\$.öÿÿo¸¸8
                                                          hh@h
                                                              h
                                                               æHÿÿÿoNNÀUþÿÿo\\\dppn  pxs0~ààÔ)´H´H ÀHÀH@X@Xl °Y°Ytª(c ¸hhÂ8c Ç@c @cÀÔe eÝàf àâg ëiöi'/iÿpq
    N   0
         à
ÀH@X°Y(c 0c 8c @c e àf g ii ñÿ
                              8c 
                                 à.
                                   A
                                    Pi f0c 
                                           (c ¸ñÿÀ
 T ñÿB cP8c ñÿ\\\\i ie i ~g                       ÅôÙ
                            Õ@W
                               ã3.®
                                   jHJ¶
                                       ¹  ÆØ@c æ
                                                \\\`Bþ1F bv
                                                           * .
                                                              µ0¤
                                                                 Å<cµ
                                                                     ó {Ææ
                                                                          f(|i û
                                                                                â(H ÈPA0\\\`R@./01348;<=BCEGHKLMPSUX[\\\\]^_Õ~hR¤DG) ÉBEÕìx-ú³Wu@mó7Å1)Ã˹ñ§ ö¹ äïåÁ0çâðý²ÓÞòÖ l6Í\\\\Áa Üë8 R/Ù{¶
                                                                          ^8j
                                                                            X à¹
                                                                                l?©£
                                                                                    Ò0hu
                                                                                        i ~
                                                                                           0!@c È
                                                                                                 f(|
                                                                                                    ´H¥
                                                                                                       P'Å
                                                                                                          @/
                                                                                                            FBÓ
                                                                                                               7@t
                                                                                                                   {s
                                                                                                                     jHJ7
  n;W½
      å º]
          ( .G
              E/v
                 ]&ó×
                     6
                      È9+æ
                          â(H
                             õ Bi µi ¤
                                      >Ðm
                                         =0W
                                            8.o
                                               Õ@W
                                                  _> g 
                                                        g 0¨g 
¸g _Àg Èg Ðg Øg àg èg ðg ?øg hh h @h  h (h 0h 8h  Hh Ph 8Xh 9\\\`h ;hh  ph xh Qh h  h !h  é@ÿÿÿÿ%K h
                                                                                                    é0ÿÿÿÿ%K h
                                                                                                              é ÿÿÿÿ%K éÿÿÿÿ%zK héÿÿÿÿ%rK héðþÿÿÿ%jK héàþÿÿÿ%bK héÐþÿÿÿ%ZK héÀþÿÿÿ%RK hé°þÿÿÿ%JK hé þÿÿÿ%BK héþÿÿÿ% K héþÿÿÿ%2K hépþÿÿÿ%*K hé\\\`þÿÿÿ%K héPþÿÿÿ%K hé@þÿÿÿ%K h0þÿÿÿ% K hé þÿÿÿ%K héþÿÿÿ%úJ héþÿÿÿ%òJ héðýÿÿÿ%êJ h éàýÿÿÿ%âJ h!éÐýÿÿÿ%ÚJ héÀýÿÿÿ%ÒJ h öDH tHÿÂëð¾ H×HT\èÑúÿÿHÀÊHT\H)ÐHø¸H<\$HÖHÁó¤LòÆDDùH4\$DçAÿÕéoÿÿÿHßèúÿÿé HT\$1À¾DçÇD\$Hl\$ èúÿÿÀy)èYùÿÿ8è2üÿÿHÂHèD H5'H81ÀèûÿÿëRHcD\$¹(1ÒHl\$ 1ÛH÷ñH\$HÿÃ9\$x0HîDùLòDçHÅ(AÿÕëãHD H=@'H0èøùÿÿéÂþÿÿHÄ8[]A\\\\A]A^A_ÃUH51H H w<H-°A H5y%Lâ1ÀH}èË÷ÿÿHuH=©%èûöÿÿHuH &º1Àèl÷ÿÿHuH vP¶8ÈsEH-A H5&Lâ1ÀH}è+÷ÿÿ¶H}H5<&1Àè÷ÿÿHuH HÉ-H5&H81ÀèöÿÿMötyLóëlºLþLïHD\$ fl\$(fÇD\$*èôÿÿ|\$
èªõÿÿÀx
       I\$·D\$(ë<èfôÿÿ8u·D\$(T-9èNÂ ÅIÞéTÿÿÿHßèôÿÿIÇ\$ÈÿHÄ8[]A\\\\A]A^A_ÃAWºAVAUATIüUHõS»HìèôÿÿÀÚH5]%º
                                                                                                      LçèôÿÿÀÃH5?%º
                                                                                                                   HïèãóÿÿÀ ID\$
         H%L ôÿÿHÀEEæHÿÃL9ûuÍD!å@åt
                                   »ë21Ûë.H<\$¾aèûóÿÿH|\HÀ¾a@Å1ÛèãóÿÿHÀÃ!ëHÄØ[]A\\\\A]A^A_ÃSf(ÐHûHìòT\è³ôÿÿèõÿÿò ÀòT\ffòH ÂfÇCHÄ[ÃAWAVAþAUATIôUHպSHì(HçHãèwòÿÿ1ÀHâ¾D÷èóÿÿÀñ½¬uE1íëkºLæHçè?òÿÿ°ºLæHçD\$è%òÿÿ1ÀHâ¾D÷è3óÿÿÀy»èúñÿÿ8AÍÿèÏôÿÿHÂH »þÕ'f.ÁÀ%¨Áðÿ@Bf.ÁɃáÁMë¸ʚ;±Gò*ÈH¾ÉHcö°ò^ÁéÌëÿÿò*ÏPòo'ò^ÈèæëÿÿèëÿÿZò ÀÃò*ÇPèqìÿÿòYI'è¤íÿÿZò ÀÃSHcöHûHìztHÄH¢1À[éjëÿÿfB¨t
                                                                                                                      Hë¨t Ht\è·êÿÿHt\ëHÎÁHÄHß1À[é&ëÿÿAWAVIöAUATUSHÓHì(EÀt\\\\¹
                                                        vSH\\\$ ýHT\$0ºfÇD\$8 fÇD\$ HßèúéÿÿºLöHßèêéÿÿHھï1ÀèùêÿÿÁøAÄéH5Hÿ uHï¾ Hl\$èÒéÿÿH5­xèëÿÿH5êHÇ1ÀèîêÿÿD\$H5ÿfèiëÿÿ¾.HÇIÆèéÿÿHÀtKH5mêL÷1Àè¬êÿÿD\$H5CÿCè'ëÿÿ¾.HÇIÆèGéÿÿHÀtKH5+êL÷1ÀèjêÿÿD\$H5ÿCèåêÿÿ¾.HÇIÆèéÿÿHÀtCH5éHêL÷1Àè(êÿÿD\$H5¿1ÿCè£êÿÿHH5¼HÇ1ÀèþéÿÿH51ÿèêÿÿHS
                                                                          H5HÇ1ÀèÛéÿÿH5v1ÿè]êÿÿHSH5vHÇ1Àè¸éÿÿLïè@èÿÿë
                                                                                                                     LïAÌÿè2èÿÿHÄ(Dà[]A\\\\A]A^A_ÃAUEÀATAôUSHûUHÕãzI͊B¨Ï¨u4àE¶M D¶E<HmIcôÉHß1ÀáýÁ uB¶UàIcô<H߰Ƀáýò*ÂH0Á t!Aýò*Ãò^è ؉ÙH×ëSû?B~ò*ÃHò^¾ûç~%ò*ÃHò^Y[]Læ°A\\\\A]éÇßÿÿHgÙLæëHóÙLæLÏAX[]A\\\\A]1ÀéßÿÿSIÓA¸QAº<»HcöHìIk<HcÒH)ÐHI÷øЉљA÷úÈAљ÷ûÁЙA÷úHAÀI\$1Àè>ßÿÿHÄ[ÃATºAüUSHóHì0Hçè=Þÿÿ1ÀHâ¾'DçèKßÿÿÀxD\$f 1Àf|\$tH;) H5HÚH81ÀèWßÿÿÈÿHÄ0[]A\\\\ÃAVvAöAU9ÁATUS|MHÕ¶IüH5LmHï1ÀLãèøßÿÿHÿÉØD)àD9ð}¶H5ïLï1ÀIÅèÓßÿÿëÙHèë1À[]A\\\\A]A^ÃHìHð¶wD¶OD¶G¶O¶t\¶wHÇ1À4\$H5èßÿÿHÄÃUHý1ÀHŹºSHóHì(H|\$Ht\$ÆD\$ÿÆD\$ÿÆD\$ÿóªHïÆD\$ÿÆD\$ÿÆD\$ÿÆD\$DÆD\$
                      ÆD\$DÆD\$DÆD\$DÆD\$DèØÝÿÿÀH5 tûuM)ÓLïLÑIsó¤IóA·MÚIL9ÐrMYë
                                                                               IÇAI¸ëÈÿÃ[]A\\\\A]A^ÃAWAVAUATUHÍSHìhT\$ÿÀ Öÿÿøu]|\$~m·D\$XC\$D9àNÂHÚAÄH×IcôHT\è'ØÿÿHÀHÃHT\{ÿÿÿHÒH×èÕÿÿè´ÕÿÿÇ
                                                                    Ëÿéø
                                                                        uH߻dètÕÿÿéxHßègÕÿÿë×·T\$XfÒVLl\$(HÞLt\$E1äLïè×ÿÿHÇET\$LöLïè8ÕÿÿÀfD\$f=w6f=Èf=æf=ÓHD\$AÇD\$4ID\$8éÄf=!}wf=Ôé f=+f HBé(IAÇD\$@èÔÿÿ¶D\$òAD\$HAD\$PéD\$øA\$ÐëADŽ\$ÌéÚ·D\$I\$¨¹!ADŽ\$ H×A\$¤1ÀóªHt\$Hö·L\$ H×fÉë;·L\$ Ht\$AÇD\$THö·ÁA\$fD\$·ÐA\$t
                                                                     ID\$XHÇó¤ëM·ÀA\$ë %-8.16s  Recommend Wireless Extension v%d or later            Currently compiled with Wireless Extension v%d. %-8.16s  Wireless Extension version too old. /proc/net/devSIOCGIFCONF  %s Cannot parse /proc/net/dev /proc/net/wirelessCannot read /proc/net/wireless | WE| MissedCannot parse /proc/net/wireless socket%-8.16s  Wireless-Tools version %d           Compatible with Wireless Extension v11 to v%d. Kernel    Currently compiled with Wireless Extension v%d. Warning  Driver for device %s has been compiled with an ancient version of Wireless Extension  while this program support version 11 and later. Some things may be broken... Warning  Driver for device %s has been compiled with version %d of Wireless Extension  while this program supports up to version %d. Warning  Driver for device %s recommend version %d of Wireless Extension  but has been compiled with version %d  therefore some driver features may not be available... %s  Allocation failed DbgIEEE 802.11SIOCSIWMODE  %s SIOCSIWFREQ  %s SIOCSIWENCODE(%d)  %s SIOCSIWNWID  %s SIOCSIWESSID  %s %g%g %cHzChannel%c%sFrequency%c%s (Channel %d)Frequency%c%s%g %cb/soff%XQuality%c%d/%d  Signal level%c%g dBm  Noise level%c%g dBmSignal level%c%d dBm  Noise level%c%d dBmSignal level%c%d/%d  Noise level%c%d/%dQuality %d  Signal level %d  Noise level %d<too big>on**-%.2Xs p Error  Passphrase not implemented - ;. %1X%1Xl Error  Invalid login format flags  %X  index   min max timeout  saving  period %gs%gms%dusmode Unicast only receivedmode Multicast only receivedmode All packets receivedmode Force sendingmode Repeat multicasts short  long lifetime  limit %d%02d %02d %02d.%06uInterface %s doesn't support MAC addresses Interface %s doesn't support IP addresses %02X %02X %02X %02X %02X %02XNot-AssociatedInvalidNonedefault%-8.16s  Interface doesn't support IP addresses Invalid interface address %s Arp failed for %s on %s... (%d) Try to ping the address before setting it. %-8.16s  Interface doesn't support MAC addresses Invalid hardware address %s IEEE 802.11a + 802.11g (2.4 & 5 GHz  up to 54 Mb/s)IEEE 802.11a + 802.11b (2.4 & 5 GHz  up to 54 Mb/s)IEEE 802.11g (2.4 GHz  up to 54 Mb/s)IEEE 802.11a (5 GHz  up to 54 Mb/s)IEEE 802.11b (2.4 GHz  up to 11 Mb/s)Atheros turbo mode at 5 GHz (up to 108 Mb/s)Atheros turbo mode at 2.4 GHz (up to 108 Mb/s)TI 802.11+ (2.4 GHz  up to 22 Mb/s)802.11g higher rates  OFDM at 2.4 GHz (up to 54 Mb/s)802.11a  OFDM at 5 GHz (up to 54 Mb/s)802.11b higher rates (2.4 GHz  up to 11 Mb/s)802.11 Direct Sequence (2.4 GHz  up to 2 Mb/s)802.11 Frequency Hopping (2 4 GHz  up to 2 Mb/s)Atheros turbo mode  channel bonding (up to 108 Mb/s)TI 802.11+ higher rates (2.4 GHz  up to 22 Mb/s)Driver specific modulation (check driver documentation)AutoAd-HocManagedMasterRepeaterSecondaryMonitorUnknown/bugiw_get_priv_info

                       !         @   ((\$\\$@@@eÍÍA.Aà?[@;l ðÂÿÿÇÿÿ°yÈÿÿè¥Èÿ_ÊÿÿX^ËÿÿçËÿÿ°ÎÿÿøÏÿÿ@&Ðÿÿ¢Ðÿÿ¨êÓÿÿøÔÿÿøÕÿÿPgÖÿÿh×ÿÿ{×ÿÿàý×ÿTØÿÿ uØÿÿ8ØÿÿPúØÿÿx£ÛÿÿÈÑÝÿÿ8ßÞÿÿàÿÿèáÿÿ8³âÿÿ.ãÿÿ¨äÿèäÿÿSåÿÿµåÿæÿÿ\\\\æÿÿ çÿÿ ÕçÿÿH ÷çÿÿ\\\` èÿÿ ìéÿÿÐ êÿÿè  êÿÿ 8ìÿÿX *ðÿÿ¨ zR\$\\\`Áÿÿ°FJ
                                     ?;*3\$4DÍÅÿÿôBIA Jà Ù AA|Æÿÿ ALÆÿÿºBEE L(K0A8G8A0A(B BB ìÿÇÿÿÿAOGåA\$ÎÈÿÿADA ADD/Éÿÿ6BLB D(A0Oð  0A(A BBDËÿÿóBEE B(D0F8DpÌ8A0A(B BBDÔÈËÿÿBGB B(D0D8IPë8C0A(B BBÌÿÿ|AK nL<òÌÿÿHBBE B(D0I8D\\\`8C0A(B BBêÏÿÿ.D <¤ÐÿÿàBLG A(LP·(A ABä Ñÿÿo ü÷ÑÿÿBPD DP AAD eÒÿÿvTHD F0ÃÆÌD0D AÃAÆB\$tÒÿÿAFA uCíÒÿÿW´ Óÿÿ!EÌ5ÓÿÿE\$ä ÓÿÿhAJ J E
                                                                                                                   yL
                                                                                                                     zÓÿÿ©BBE B(A0A8Jà8D0A(B BBl\\\\ÓÕÿÿ.BED A(D0æ (A ABE
                                                  p (A VIO
                                                          r (F ABE
                                                                  A(A AB\\\\Ì×ÿÿBED A(C0F (A BBQ
                                                                                                N (A BBL
                                                                                                        ¸(A BBL ?Øÿÿ?BGB L(A0A8G8A0A(B BBL|.ÙÿÿjBBL E(A0L8J 38A0A(B BBTÌHÚÿÿ+[EF D(C0Ø Ã(AÆ BÌBÍBG
                                                                           JÃ(AÆ BÌBÍB\$ÿÿ{T<~ÛÿÿW[HE C(D0ì (AÃ AÆGÌBE
                                                                                                                      _(AÃ AÆBÌB}ÜÿÿcA[ E ´ÀÜÿÿkBIA GPS AA äûÜÿÿbBIA GPJ AA<-ÝÿÿjBHD A(A0R(A BBTWÝÿÿ æ
                                                                               g p 0 þÿÿoÿÿÿoðÿÿoNùÿÿo F&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖi GCC  (GNU) 4.8.2 20140206 (prerelease).symtab.strtab.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.got.plt.data.bss.comment\$.öÿÿo¸¸8
                                                          hh@h
                                                              h
                                                               æHÿÿÿoNNÀUþÿÿo\\\dppn  pxs0~ààÔ)´H´H ÀHÀH@X@Xl °Y°Ytª(c ¸hhÂ8c Ç@c @cÀÔe eÝàf àâg ëiöi'/iÿpq
    N   0
         à
ÀH@X°Y(c 0c 8c @c e àf g ii ñÿ
                              8c 
                                 à.
                                   A
                                    Pi f0c 
                                           (c ¸ñÿÀ
 T ñÿB cP8c ñÿ\\\\i ie i ~g                       ÅôÙ
                            Õ@W
                               ã3.®
                                   jHJ¶
                                       ¹  ÆØ@c æ
                                                \\\`Bþ1F bv
                                                           * .
                                                              µ0¤
                                                                 Å<cµ
                                                                     ó {Ææ
                                                                          f(|i û
                                                                                â(H "
^[[?1;2c^[[?1;2c^[[?1;2c^[[?1;2c^[[?1;2c

Offline

#8 2015-03-06 23:17:29

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,567
Website

Re: [SOLVED] EOF Error During Make

What is in your $PATH?  Just for good measure, can you post the output of `env`?

You could test whether PATH is relevant by exporting a plain path before running makepkg:

export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
makepkg

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2015-03-07 16:00:45

xom
Member
Registered: 2015-03-06
Posts: 7

Re: [SOLVED] EOF Error During Make

Output of $PATH and env:

[saty@despair ~]$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
[saty@despair ~]$ env
XDG_VTNR=1
XDG_SESSION_ID=c1
DESKTOP_STARTUP_ID=awesome/urxvt/2218-11-despair_TIME2562041
SHELL=/bin/bash
TERM=rxvt-unicode-256color
WINDOWID=33554442
GTK_MODULES=canberra-gtk-module
USER=saty
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
MAIL=/var/spool/mail/saty
HG=/usr/bin/hg
PWD=/home/saty
LANG=en_US.UTF-8
COLORFGBG=default;default
HOME=/home/saty
XDG_SEAT=seat0
SHLVL=3
TERMINFO=/usr/share/terminfo
LOGNAME=saty
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-wHIVMxqBqK,guid=006aa5feb9307f50293d8dc154fa110e
WINDOWPATH=1
XDG_RUNTIME_DIR=/run/user/1000
DISPLAY=:0
COLORTERM=rxvt
XAUTHORITY=/home/saty/.Xauthority
_=/usr/bin/env

With the clean path exported, makepkg run in a clean folder with no previous makes, the hex/error variable definition and the subsequent EOF appear.

[saty@despair libnatspec]$ export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
[saty@despair libnatspec]$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/bin
[saty@despair libnatspec]$ makepkg
==> Making package: libnatspec 0.2.6-1 (Sat Mar  7 10:47:26 EST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading libnatspec-0.2.6.tar.bz2...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0   369    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   453    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0   367    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  488k  100  488k    0     0   323k      0  0:00:01  0:00:01 --:--:--  513k
==> Validating source files with md5sums...
    libnatspec-0.2.6.tar.bz2 ... Passed
==> Extracting sources...
  -> Extracting libnatspec-0.2.6.tar.bz2 with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether gcc and cc understand -c and -o together... yes
checking for main in -lpopt... yes
checking for ANSI C header files... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for nl_langinfo... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libnatspec.pc
config.status: creating natspec.m4
config.status: creating lib/Makefile
config.status: creating libhi/Makefile
config.status: creating src/Makefile
config.status: creating src/python/Makefile
config.status: creating docs/libnatspecDox.cfg
config.status: creating docs/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/home/saty/tmp/libnatspec/src/libnatspec-0.2.6'
Making all in lib
make[2]: Entering directory '/home/saty/tmp/libnatspec/src/libnatspec-0.2.6/lib'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_charset.lo -MD -MP -MF .deps/get_charset.Tpo -c -o get_charset.lo get_charset.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_charset.lo -MD -MP -MF .deps/get_charset.Tpo -c get_charset.c  -fPIC -DPIC -o .libs/get_charset.o
mv -f .deps/get_charset.Tpo .deps/get_charset.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_locale.lo -MD -MP -MF .deps/get_locale.Tpo -c -o get_locale.lo get_locale.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT get_locale.lo -MD -MP -MF .deps/get_locale.Tpo -c get_locale.c  -fPIC -DPIC -o .libs/get_locale.o
mv -f .deps/get_locale.Tpo .deps/get_locale.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT enrich_fs_options.lo -MD -MP -MF .deps/enrich_fs_options.Tpo -c -o enrich_fs_options.lo enrich_fs_options.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT enrich_fs_options.lo -MD -MP -MF .deps/enrich_fs_options.Tpo -c enrich_fs_options.c  -fPIC -DPIC -o .libs/enrich_fs_options.o
mv -f .deps/enrich_fs_options.Tpo .deps/enrich_fs_options.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c -o convert.lo convert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c convert.c  -fPIC -DPIC -o .libs/convert.o
convert.c: In function ‘natspec_convert’:
convert.c:166:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  size_t result;
         ^
mv -f .deps/convert.Tpo .deps/convert.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT filesystem.lo -MD -MP -MF .deps/filesystem.Tpo -c -o filesystem.lo filesystem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT filesystem.lo -MD -MP -MF .deps/filesystem.Tpo -c filesystem.c  -fPIC -DPIC -o .libs/filesystem.o
mv -f .deps/filesystem.Tpo .deps/filesystem.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT detect.lo -MD -MP -MF .deps/detect.Tpo -c -o detect.lo detect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char -MT detect.lo -MD -MP -MF .deps/detect.Tpo -c detect.c  -fPIC -DPIC -o .libs/detect.o
mv -f .deps/detect.Tpo .deps/detect.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -funsigned-char  -Wl,-O1,--sort-common,--as-needed,-z,relro -o libnatspec.la -rpath /usr/lib get_charset.lo get_locale.lo enrich_fs_options.lo convert.lo filesystem.lo detect.lo  
../libtool: eval: line 5429: unexpected EOF while looking for matching `''
../libtool: eval: line 5430: syntax error: unexpected end of file
Makefile:305: recipe for target 'libnatspec.la' failed
make[2]: *** [libnatspec.la] Error 2
make[2]: Leaving directory '/home/saty/tmp/libnatspec/src/libnatspec-0.2.6/lib'
Makefile:429: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/saty/tmp/libnatspec/src/libnatspec-0.2.6'
Makefile:276: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
# Run-time system search path for libraries.                                                                       
 240sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib32 /u\
    sr/lib/xulrunner-35.0 ^?ELF^B^A^A^C>^A\340^^@0j@8^F@^]^Z^A^E\$c\$c ^A^F(c(c (c \340^E\350^E ^B^Fee e \340^A\340^A^\
    H^D^D\220^A\220^A\220^A\$\$^DP\345td^D@X@X@Xl^Al^A^DQ\345td^F^P^D^T^CGNU\275\301\205\265\316\267^E^K\205\230\327*\\
    321j\226w\307\325{*%.^H ^L^P^L\240d H^B^BH !+@\360^B^L^D\250cP^T*\200\200^Z^D\200 \200\310P^E^P^BA0^D^D\\\`\210R^]\
    ^D\200^C^G@^Q./01348;<=BCEGHKLMPSUX[\\\\]^_\325~hR^[\366\244DG) \311BE\325\354x-\372\263^EWu@m\3637\305^[\3341)\22\
    1^P\303\313\271\215\361^N\247^Z\242^H^C ^P^[\240^A^R\366^R\211^R\271^A^R^\ \344^B^R\213^B^R^D^R\357^R\345^C^R\301^\
    A^R\237^R0^B^R\347^R^P^A^R\342^A^R\221^R\360^R\375^B^R\262^C^R\323^R\336^C^R\362^C^R\326^A^R\236^R^A l^D^R6^A^R\23\
    0^A^R\315^R\\\\^A^R\301^B^Ra \334^A^R\353^B^R8 ^G^A^R\236^B^RR/^A^R\331^R{^D^R\227^Q\266^R^E^C^R^K^8j^A^H^B^R^KX \\
    340^A\271^C^R^Kl?\251\243^B^R^K\3220hu^A^Q^X^Li ^D~^B^R^K\2240!\202^D^Q^S@c \200^A\310^A^R^Kf(|^V^R^L\264H\245^A^R\
    ^KP'^V^A\305^C^R^K^U@/^D^R^KFB^Z\323^C^R^K7@\236t^C^R^K\223 {s^D^R^KjHJ7^C^R^Kn;W^A\275^R^K\345 \272^A]^C^R^K( .G^\
    B^R^KE/v\207^A^R^K]&\363\327^B^R^K^Q6^N^A^T^C^R^K\3109+^A\346^A^R^K\342(H^C\212^C^R^K\365 B^Z\251^D^P^X^Hi \265^D^\
    P^X^Pi \244^C^R^K\234>\320m^B^R^K=0W^\^B^R^K8.o^S^D^R^K\325@W^A\226^C^R^K_> \230g ^G^K\240g ^G0\250g ^G^L\260g ^G^\
    M\270g ^G_\300g ^G^N\310g ^G^O\320g ^G^P\330g ^G^Q\340g ^G^R\350g ^G^S\360g ^G?\370g ^G^Th ^G^U^Hh ^G^V^Ph ^G@^Xh \
    ^G^W h ^G^X(h ^G^Y0h ^G^Z8h ^G^[@h ^G^\Hh ^G^]Ph ^G8Xh ^G9\\\`h ^G;hh ^G ph ^G^^xh ^GQ\200h ^G^_\210h ^G \220h ^G!\
    \230h ^G \351@\377\377\377\377%\222K h^K\3510\377\377\377\377%\212K h^L\351 \377\377\377\377%\202K h^M\351^P\377\3\
    77\377\377%zK h^N\351\377\377\377\377%rK h^O\351\360\376\377\377\377%jK h^P\351\340\376\377\377\377%bK h^Q\351\320\
    \376\377\377\377%ZK h^R\351\300\376\377\377\377%RK h^S\351\260\376\377\377\377%JK h^T\351\240\376\377\377\377%BK h\
    ^U\351\220\376\377\377\377% K h^V\351\200\376\377\377\377%2K h^W\351p\376\377\377\377%*K h^X\351\\\`\376\377\377\3\
    77%K h^Y\351P\376\377\377\377%^ZK h^Z\351@\376\377\377\377%^RK h^[\3510\376\377\377\377% K h^\\351 \376\377\377\37\
    7%^BK h^]\351^P\376\377\377\377%\372J h^^\351\376\377\377\377%\362J h^_\351\360\375\377\377\377%\352J h \351\340\3\
    75\377\377\377%\342J h!\351\320\375\377\377\377%\332J h\351\300\375\377\377\377%\322J h \366DH^A t^EH\377\302\353\\
    360\276 H\211\327H\211T\$^H\350\321\372\377\377H\205\300^O\204\312H\213T\$^HH)\320H\203\370^P^O\217\270H\213<\$H\2\
    11\326H\211\301\363\244L\211\362\306D^D^XD\211\371H\2134\$D\211\347A\377\325\351o\377\377\377H\211\337\350^X\372\3\
    77\377\351\240H\215T\$^X1\300\276^R\211D\211\347\307D\$^X^DH\211l\$ \350\222\372\377\377\205\300y)\350Y\371\377\37\
    7\2138\3502\374\377\377H\211\302H\213^E\350D H\2155\200'H\21381\300\350^G\373\377\377\353RHcD\$^X\271(1\322H\213l\\
    $ 1\333H\367\361H\211^D\$H\377\3039^\\$x0H\211\356D\211\371L\211\362D\211\347H\203\305(A\377\325\353\343H\213^E\22\22\
    7D H\215=@'H\2130\350\370\371\377\377\351\302\376\377\377H\201\3048^D[]A\\\\A]A^A_\303UH\2155\2361H\215 H\215 w<H\\
    213-\260A H\2155y%L\211\3421\300H\213}\350\313\367\377\377H\213uH\215=\251%\350\373\366\377\377H\213uH\215 &\272^V\
    1\300\350l\367\377\377H\213uH\215 vP^O\266\213^Y^A8\310sEH\213-^PA H\2155^Q&L\211\3421\300H\213}\350+\367\377\377^\
    O\266\223^X^AH\213}H\2155<&1\300\350^R\367\377\377H\213uH\215 H\215^U\311-H\2155^V&H\21381\300\350\210\366\377\377\
    M\205\366tyL\211\363\353l\272^PL\211\376L\211\357H\211D\$ f\211l\$(f\307D\$*\350\235\364\377\377\213|\$^L1\300L\21\
    1\352\276^M\213\350\252\365\377\377\205\300x^KI\211^\\$^O\267D\$(\353<\350f\364\377\377\2038^Gu^_^O\267D\$(\215T-9\
    \350^ON\302 \211\305I\211\336\351T\377\377\377H\211\337\350^Z\364\377\377I\307^D\$\203\310\377H\203\3048[]A\\\\A]A\
    ^A_\303AW\272^PAVAUATI\211\374UH\211\365S\273^AH\203\354^X\350^]\364\377\377\205\300^O\204\332H\2155]%\272^KL\211\\
    347\350^A\364\377\377\205\300\211\303^O\205\212H\2155?%\272^KH\211\357\350\343\363\377\377\205\300^O\205\240I\215D\
    \$^KH\215^]^Z%L\215 \364\377\377H\205\300E^OE\346H\377\303L9\373u\315D!\345@\200\345^At^K\273^A\35321\333\353.H\21\
    3<\$\276a\350\373\363\377\377H\213|\$^HH\205\300\276a@^O\225\3051\333\350\343\363\377\377H\205\300^O\225\303!\353H\
    \203\304^X\211\330[]A\\\\A]A^A_\303Sf^O(\320H\211\373H\203\354^P\362^O^QT\$^H\350\263\364\377\377\350\216\365\377\\
    377\362^O \300\362^O^PT\$^Hf\203\370^Hf\211C^D~9\230\362^O^P^Eq/\203\350^F\362^O*\310\350\345\363\377\377\362^O^PT\
    \$^H\362^O^\320f^O(\302\350R\365\377\377\362H^O \300f\203k^D^Hk\300d\211^C\353^M\362H^O \302f\307C^D\211^CH\203\30\
    4^P[\303AWAVA\211\376AUATI\211\364UH\211\325\272^PSH\203\354(H\211\347H\211\343\350w\362\377\3771\300H\211\342\276\
    ^A\213D\211\367\350\205\363\377\377\205\300^O\210\361^B\203\275\254u^EE1\355\353k\272^PL\211\346H\211\347\350?\362\
    \377\377\213\205\260\272^PL\211\346H\211\347\211D\$^P\350%\362\377\3771\300H\211\342\276^F\213D\211\367\3503\363\3\
    77\377\205\300y\273\350\372\361\377\377\2138A\203\315\377\350\317\364\377\377H\211\302H\213^E\205 \273\376\377\377\
    \377\353^C\203\313\377Z\211\330[]\303\362^O*\302f^O.^E\327's&\362^O^P^M\325'f^O.\301^Y\300%\250\301\360\377^E@B^Of\
    ^O.\301^Y\311\203\341^^\203\301M\353^G\270\312\232;\261G\362^O*\310H\215^U^D^]^O\276\311Hc\366\260^A\362^O^\301\35\
    1\314\353\377\377\362^O*\317P\362^O^P^Eo'\362^O^\310\350\346\353\377\377\350^A\353\377\377Z\362^O \300\303\362^O*\\
    307P\350q\354\377\377\362^OY^EI'\350\244\355\377\377Z\362^O \300\303SHc\366H\211\373H\203\354^P\200z^Et^SH\203\304\
    ^PH\215^U\242^\1\300[\351j\353\377\377f\213B^F\250^Bt^K\213 H\215^U^]^]\353\250^At^S\213 H\211t\$^H\350\267\352\37\
    7\377H\213t\$^H\353^B\213^BH\215^U\316^\\211\301H\203\304^PH\211\3371\300[\351&\353\377\377AWAVI\211\366AUATUSH\21\
    1\323H\201\354(^AE\205\300t\\\\\200\271^X^A^KvSH\215\\\$ \211\375H\211T\$0\272^Pf\307D\$8 f\307D\$ ^AH\211\337\350\
    \372\351\377\377\272^PL\211\366H\211\337\350\352\351\377\377H\211\332\276^O\213\211\3571\300\350\371\352\37\377\3\
    01\370^_A\211\304\351^\^BH\2155\214H\215 L\211\352\276\377L\211\377\350^F\353\377\377H\205\300^O\204\317^AL\211\37\
    5L^O\276eE\204\344u01\300H\203\311\377L\211\367\362\256L\211\366H\211\357H\367\321H\215Q\377H\211L\$^H\350n\351\37\
    7\377\205\300A\211\304H\213L\$^Ht^W\353\252\350{\354\377\377H\213B\366D\\\`^A t\300H\377\305\353\261\200|^M\377 u\\
    216H\211\357\276 H\215l\$^\\350\322\351\377\377H\2155\255^[H\215x^A\350\222\353\377\377H\2155^_^[H\211\352H\211\30\
    71\300\350\356\352\377\377\213D\$^\H\2155\205^[1\377f\211^C\350i\353\377\377\276.H\211\307I\211\306\350\211\351\37\
    7\377H\205\300t^D\200K^E^AH\2155m^[H\211\352L\211\3671\300\350\254\352\377\377\213D\$^\H\2155C^[1\377\210C^B\350'\\
    353\377\377\276.H\211\307I\211\306\350G\351\377\377H\205\300t^D\200K^E^BH\2155+^[H\211\352L\211\3671\300\350j\352\\
    377\377\213D\$^\H\2155^A^[1\377\210C^C\350\345\352\377\377\276.H\211\307I\211\306\350^E\351\377\377H\205\300t^D\20\
    0C^E^DH\2155\351^ZH\211\352L\211\3671\300\350(\352\377\377\213D\$^\H\2155\277^Z1\377\210C^D\350\243\352\377\377H\2\
    15S^HH\2155\274^ZH\211\3071\300\350\376\351\377\377H\2155\231^Z1\377\350\200\352\377\377H\215S^LH\2155\231^ZH\211\\
    3071\300\350\333\351\377\377H\2155v^Z1\377\350]\352\377\377H\215S^XH\2155v^ZH\211\3071\300\350\270\351\377\377L\21\
    1\357\350@\350\377\377\353^LL\211\357A\203\314\377\3502\350\377\377H\201\304(^AD\211\340[]A\\\\A]A^A_\303AUE\205\3\
    00ATA\211\364USH\211\373UH\211\325^O\204\343^A\200z^AI\211\315\212B^Cu^H\250\210^O\204\317^A\250^Pu4\203\340^AE^O\\
    266M D^O\266E<^AH\215^Um^YIc\364^Y\311H\211\3371\300\203\341\375\203\301 uB^O\266U^A\203\340^BIc\364<^AH\211\337\2\
    60^A^Y\311\203\341\375\362^O*\302H\215^U0^Y\203\301 t!A\203\375^T^?^P\362^O*\303\362^O^^E\350^[\362^O \330\211\331\
    H\215^U\327^Q\353S\201\373?B^O~^U\362^O*\303H\215^U\234^R\362^O^^E\276^[\353^[\201\373\347^C~%\362^O*\303H\215^U\2\
    03^R\362^O^^E\221^[AY[]L\211\346\260^AA\\\\A]\351\307\337\377\377H\215^Ug^R\211\331L\211\346\353^OH\215^U\363^R\21\
    1\331L\211\346L\211\317AX[]A\\\\A]1\300\351\233\337\377\377SI\211\323A\270\200Q^AA\272<\273^P^NHc\366H\203\354^PI\\
    213^Ck^Q<Hc\322H)\320H\231I\367\370\211\320\211\321\231A\367\372\211\310A\211\321\231\367\373\211\301\211\320\231A\
    \367\372H\215^U\232^RA\211\300I\213C^H\211^D\$1\300\350>\337\377\377H\203\304^P[\303AT\272^PA\211\374USH\211\363H\\
    203\3540H\211\347\350=\336\377\3771\300H\211\342\276'\211D\211\347\350K\337\377\377\205\300x^O\213D\$^Pf 1\300f\20\
    3|\$^P^Bt^^H\213^E;) H\2155^O^RH\211\332H\21381\300\350W\337\377\377\203\310\377H\203\3040[]A\\\\\303AV\215^DvA\21\
    1\366AU9\301ATUS|MH\211\325^O\266^WI\211\374H\2155^X^RL\215m^BH\211\3571\300L\211\343\350\370\337\377\377H\377

-continues the same way excerpt in the post above-

The error messages that appear in the hex mess reminded me that at the same time this started occurring, that wicd-curses started crashing with a stack track once I successfully connected to the wireless.

Error from libtool within the definition:

 %-8.16s  Recommend Wireless Extension v%d or later            Currently compiled with W\
    ireless Extension v%d. %-8.16s  Wireless Extension version too old. /proc/net/devSIOCGIFCONF  %s Cannot parse /pro\
    c/net/dev /proc/net/wirelessCannot read /proc/net/wireless | WE| MissedCannot parse /proc/net/wireless socket%-8.1\
    6s  Wireless-Tools version %d           Compatible with Wireless Extension v11 to v%d. Kernel    Currently compile\
    d with Wireless Extension v%d. Warning  Driver for device %s has been compiled with an ancient version of Wireless\
     Extension  while this program support version 11 and later. Some things may be broken... Warning  Driver for devi\
    ce %s has been compiled with version %d of Wireless Extension  while this program supports up to version %d. Warni\
    ng  Driver for device %s recommend version %d of Wireless Extension  but has been compiled with version %d  theref\
    ore some driver features may not be available... %s  Allocation failed DbgIEEE 802.11SIOCSIWMODE  %s SIOCSIWFREQ  \
    %s SIOCSIWENCODE(%d)  %s SIOCSIWNWID  %s SIOCSIWESSID  %s %g%g %cHzChannel%c%sFrequency%c%s (Channel %d)Frequency%\
    c%s%g %cb/soff%XQuality%c%d/%d  Signal level%c%g dBm  Noise level%c%g dBmSignal level%c%d dBm  Noise level%c%d dBm\
    Signal level%c%d/%d  Noise level%c%d/%dQuality %d  Signal level %d  Noise level %d<too big>on**-%.2Xs p Error  Pas\
    sphrase not implemented - ;. %1X%1Xl Error  Invalid login format flags  %X  index   min max timeout  saving  perio\
    d %gs%gms%dusmode Unicast only receivedmode Multicast only receivedmode All packets receivedmode Force sendingmode\
     Repeat multicasts short  long lifetime  limit %d%02d %02d %02d.%06uInterface %s doesn't support MAC addresses Int\
    erface %s doesn't support IP addresses %02X %02X %02X %02X %02X %02XNot-AssociatedInvalidNonedefault%-8.16s  Inter\
    face doesn't support IP addresses Invalid interface address %s Arp failed for %s on %s... (%d) Try to ping the add\
    ress before setting it. %-8.16s  Interface doesn't support MAC addresses Invalid hardware address %s IEEE 802.11a \
    + 802.11g (2.4 & 5 GHz  up to 54 Mb/s)IEEE 802.11a + 802.11b (2.4 & 5 GHz  up to 54 Mb/s)IEEE 802.11g (2.4 GHz  up\
     to 54 Mb/s)IEEE 802.11a (5 GHz  up to 54 Mb/s)IEEE 802.11b (2.4 GHz  up to 11 Mb/s)Atheros turbo mode at 5 GHz (u\
    p to 108 Mb/s)Atheros turbo mode at 2.4 GHz (up to 108 Mb/s)TI 802.11+ (2.4 GHz  up to 22 Mb/s)802.11g higher r

Wicd-curses error

[saty@despair ~]$ wicd-curses
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 97, in wrapper
    return func(*args, **kargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 850, in update_netlist
    self.wiredCB.get_body().set_list(wiredL)
  File "/usr/share/wicd/curses/wicd-curses.py", line 469, in set_list
    wired.ReadWiredNetworkProfile(self.get_selected_profile())
  File "/usr/share/wicd/curses/wicd-curses.py", line 535, in get_selected_profile
    return self.theList[loc]
IndexError: list index out of range

I do not know if they are related.

Offline

#10 2015-03-07 19:15:35

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: [SOLVED] EOF Error During Make

Hi xom,

it seems that the variable $sys_lib_dlsearch_path is generate by the configure script in libnatspec sources:

  if test -f /etc/ld.so.conf; then
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
  fi

Basically it retrieve a list of directories by parsing every file included in /etc/ld.so.conf

Can you post the content of the file /etc/ld.so.conf?

Can you post the output of the following command?

ls -a -l /etc/ld.so.conf.d/

About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

#11 2015-03-07 20:05:04

xom
Member
Registered: 2015-03-06
Posts: 7

Re: [SOLVED] EOF Error During Make

Thank you!

Below is the contents of /etc/ld.so.conf, /etc/ld.so.conf.d and /usr/local/lib.  It looks like the contents of /usr/local/lib are the culprit.  What is responsible for generating libiw.so? Is it safe to comment out the 'include /usr/local/lib/*' ?

[saty@[saty@despair ~]$  cat /etc/ld.so.conf
#
# /etc/ld.so.conf
#

include /etc/ld.so.conf.d/*.conf
include /usr/local/lib/*
# End of file


[saty@despair ~]$ ls -la /etc/ld.so.conf.d/
total 24
drwxr-xr-x  2 root root 4096 Mar  6 15:51 .
drwxr-xr-x 84 root root 4096 Mar  6 15:51 ..
-rw-r--r--  1 root root   21 Nov  6 13:32 fakeroot.conf
-rw-r--r--  1 root root   34 Sep 19 12:03 ffmpeg-compat.conf
-rw-r--r--  1 root root   11 Feb 11 19:15 lib32-glibc.conf
-rw-r--r--  1 root root   24 Jan 16 18:09 xulrunner.conf
[saty@despair ~]$ ls /etc/ld.so.conf.d/*.conf
/etc/ld.so.conf.d/fakeroot.conf       /etc/ld.so.conf.d/lib32-glibc.conf
/etc/ld.so.conf.d/ffmpeg-compat.conf  /etc/ld.so.conf.d/xulrunner.conf
[saty@despair ~]$ cat /etc/ld.so.conf.d/*.conf
/usr/lib/libfakeroot
/usr/lib/
/usr/lib/ffmpeg-compat/
/usr/lib32
/usr/lib/xulrunner-35.0
[saty@despair ~]$ ls /usr/local/lib/
libiw.so  libiw.so.29
cat /usr/local/lib/*
[saty@despair ~]$ cat /usr/local/lib/*
ELF>à@0j@8@$c$c (c(c (c àè ee e à$$Påtd@X@X@XllQåtdGNU½Áµη
                                                           ×*ÑjwÇÕ{*%.  

                                                                         d HH !+@ð
                                                                                  ¨cP*
NÂl΅h¨ÙÑݱ©&[µ¦¼"×4JDjßîm¨ÙqX»ã|`7ºJ#¥ktLrJ¼Mfc¶éŗâÅS2¡Â6ëo§êÓïÝËÊÌ,_¤ CÓ+ÚvJ«TѸ¨¿èDð²âHuq:Rì ìÂ?í뺪 a
ÉBEÕìx-ú³Wu@mó7Å1)Ã˹ñ§¢  ö¹ äïåÁ0çâðý²ÓÞòÖ l6Í\Áa Üë8 R"/Ù{¶
                                                            ^8j
                                                              X,à¹
                                                                  l?©£
                                                                      Ò0hu
                                                                          i ~
                                                                             0!@c È
                                                                                   f(|
                                                                                      ´H¥
                                                                                         P'Å
                                                                                            @"/
                                                                                               FBÓ
                                                                                                  7@t
                                                                                                     =b&
                                                                                                        ó:{s
                                                                                                            jHJ7
                                                                                                                n;W½
                                                                                                                    å º]
 (=k9
     §.D
        `Bú
           *,.G
               E/v
                  ]&ó×
                      6
                       È9+æ
                           â(H
                              õ=j
                                 ,Bi µi ¤
                                         >Ðm
                                            =0W
                                               8.o
                                                  Õ@W
                                                     _>=ó
                                                         7?
                                                           µ0´
                                                              :1©È
                                                                  ã3.L
                                                                      Å<cF
                                                                          #i Àd @
                                                                                 "ÿZ
                                                                                    »/c
                                                                                       '$6¦
                                                                                           ¹ ,	\
                                                                                                 xDò__gmon_start___init_fini_ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalize_Jv_RegisterClasseslibm.so.6libc.so.6strncpyioctlstderrfprintfiw_sockets_opensocketiw_enum_devicesfopenfgets__ctype_b_locstrrchrfclose__errno_locationstrerrorfputsiw_get_kernel_we_versionstrstr__isoc99_sscanfiw_print_version_infoperroriw_get_range_infoiw_ignore_versioniw_get_priv_inforeallocfreeiw_protocol_comparestrncmpstrchriw_float2freqlog10floorpowiw_set_basic_configiw_freq2floatiw_get_basic_configiw_print_freq_valuesnprintfiw_print_freqiw_freq_to_channeliw_channel_to_freqiw_print_bitrateiw_dbm2mwatttrunciw_mwatt2dbmceiliw_print_txpoweriw_get_statsstrtokiw_print_statsiw_print_keystrcpysprintfiw_in_keystrcspniw_in_key_fulliw_print_pm_valueiw_print_pm_modeiw_print_retry_valueiw_print_timevaliw_check_mac_addr_typeiw_check_if_addr_typeiw_mac_ntopiw_ether_ntopiw_sawap_ntopmemcmpiw_mac_atoniw_ether_atoniw_in_inetstrcmpgetnetbynamegethostbyname__h_errno_locationiw_in_addriw_get_priv_sizeiw_init_event_streamiw_extract_event_streamiw_process_scanmallociw_scanusleepiw_modul_listiw_operation_Üuie_edaÆ(c0cPPcBQhcvQcªQcÐQ°côQÈcRàcGRøcvRdR(dÐR@d÷RXd%SpdTSdS dºS¸dëSÀd#TÈd(TÐd/TØd7Tàd>TèdGTðdQTødYTii àf èf ðf "øf %g g (g ,0g ]8g @g BHg Pg Xg `g hgpg Cxg Sg 	g 5g 
g 
   g 0¨g 
¸g _Àg Èg Ðg Øg àg èg ðg ?øg hh h @h  h (h 0h 8h @h Hh Ph 8Xh 9`h ;hh :ph xh Qh h  h !h # h $¨h \°h Z¸h &Àh RÈh 'Ðh OØh (àh )èh *ðh +øh -HHÍK HÀtè+HÃÿ5êK ÿ%ìK @ÿ%êK héàÿÿÿÿ%âK héÐÿÿÿÿ%ÚK héÀÿÿÿÿ%ÒK hé°ÿÿÿÿ%ÊK hé ÿÿÿÿ%ÂK héÿÿÿÿ%ºK héÿÿÿÿ%²K hépÿÿÿÿ%ªK é`ÿÿÿÿ%¢K h	éPÿÿÿÿ%K h
é@ÿÿÿÿ%K h
          é0ÿÿÿÿ%K h
éÿÿÿÿ%zK héÿÿÿÿ%rK héðþÿÿÿ%jK héàþÿÿÿ%bK héÐþÿÿÿ%ZK héÀþÿÿÿ%RK hé°þÿÿÿ%JK hé þÿÿÿ%BK héþÿÿÿ%:K héþÿÿÿ%2K hépþÿÿÿ%*K hé`þÿÿÿ%"K héPþÿÿÿ%K hé@þÿÿÿ%K hé0þÿÿÿ%
K hé þÿÿÿ%K héþÿÿÿ%úJ héþÿÿÿ%òJ héðýÿÿÿ%êJ h éàýÿÿÿ%âJ h!éÐýÿÿÿ%ÚJ h"éÀýÿÿÿ%ÒJ h#é°ýÿÿÿ%ÊJ h$é ýÿÿÿ%ÂJ h%éýÿÿÿ%ºJ h&éýÿÿÿ%²J h'épýÿÿÿ%ªJ h(é`ýÿÿÿ%¢J h)éPýÿÿÿ%J h*é@ýÿÿÿ%J h+é0ýÿÿÿ%J h,é ýÿÿÿ%J h-éýÿÿÿ%zJ h.éýÿÿÿ%rJ h/éðüÿÿÿ%jJ h0éàüÿÿÿ%bJ h1éÐüÿÿÿ%ZJ h2éÀüÿÿÿ%RJ h3é°üÿÿÿ%JJ h4é üÿÿÿ%BJ h5éüÿÿÿ%:J h6éüÿÿÿ%2J h7épüÿÿÿ%*J h8é`üÿÿÿ%"J h9éPüÿÿH(J H=J UH)øHåHøw]ÃHÜG HÀtò]ÿà@HñI H=êI UH)øHåHÁøHÂHÁê?HÐHÑøu]ÃH·G HÒtò]HÆÿâ@=±I u'H=§G UHåt
                                                                           H=I èÿÿÿèhÿÿÿ]ÆI óÃfffff.H= C t&HOG HÀtUH=C HåÿÐ]éWÿÿÿéKÿÿÿATºAüUSHóHìÀHçèûÿÿ1ÀHâ¾Dçè«üÿÿÀ­HT^[[?1;2c^[[?1;2c^[[?1;2c^[[?1;2c^[[?1;2c$(1À¹&HÞfÇD$fÇD$H×HT$ºó«HçèOûÿÿHâ¾
HÃHûu܃Èÿ[ÃAWAÏAVIÖAUIõH5J3ATAüH=(USHì8èËüÿÿHÀHÃHl$0ÇH¾HïèºûÿÿHھHïèªûÿÿHD$H$HھHïèûÿÿHÀt||$0tä|$1tÝè9ýÿÿHHêH¾
öDH tHÿÂëð¾:H×HTèÑúÿÿHÀÊHTH)ÐHø¸H<$HÖHÁó¤LòÆDDùH4$DçAÿÕéoÿÿÿHßèúÿÿé HT$1À¾DçÇD$Hl$ èúÿÿÀy)èYùÿÿ8è2üÿÿHÂHèD H5'H81ÀèûÿÿëRHcD$¹(1ÒHl$ 1ÛH÷ñH$HÿÃ9$x0HîDùLòDçHÅ(AÿÕëãHD H=@'H0èøùÿÿéÂþÿÿHÄ8[]A\A]A^A_ÃUH51H=.'SHìè%ûÿÿHÀHÃuFD H='H0è§ùÿÿéHl$H¾HïèýùÿÿH5'HïèûÿÿHÀu!H5'HïèûÿÿHøÀàüÀD$
                                  ë`HھHïè¸ùÿÿ¾|Hïè+ùÿÿHÀu#H¿C H=Å&H0è ùÿÿHßèøÿÿÈÿë'HxHT$
                                                                                        H5§*1ÀèìùÿÿÿÈuÂHßèpøÿÿD$
                                                                                                                HÄ[]ÃUHýSQè÷ÿÿÀÃyH=&è5úÿÿÈÿëcHítH=y&ºHî1ÀèeøÿÿH=&¾1ÀèRøÿÿèMúÿÿø~H=¥&Æ1Àè8øÿÿH5¶ûÿÿ1É1҉ßè¦øÿÿßèøÿÿ1ÀZ[]ÃAV1ÀAþ¹&AUATIôUSHӺHìÀHl$(fÇD$fÇD$HïHl$ó«Hçè÷ÿÿ1ÀHâ¾
HßHîó¥é1ÀHßHu              D÷èøÿÿÀÀf|$+Ƅ$@	¼$@¹v
             ó«HD$(HD$0±!H0HÇH$¸ó¥HµHC(HC4HÇH¸±	ó¥HNj$Hµ¼±?òHøHµøHNj$X±ó¥C0L-»A A}î»
w<H-°A H5y%Lâ1ÀH}èË÷ÿÿHuH=©%èûöÿÿHuH=â%èëöÿÿ¶ùvCH-hA H5â%Lâ1ÀH}è÷ÿÿH}H5
&º1Àèl÷ÿÿHuH=%èöÿÿ<
vP¶8ÈsEH-A H5&Lâ1ÀH}è+÷ÿÿ¶H}H5<&1Àè÷ÿÿHuH=q&èBöÿÿAÇE1ÀëÈÿHÄÀ[]A\A]A^ÃAWI÷AVE1öAUATIÔU½SHì8Ll$|$
                                                                                               HcõL÷Hköè/÷ÿÿHÀHÃu)Hp@ HÉ-H5&H81ÀèöÿÿMötyLóëlºLþLïHD$ fl$(fÇD$*èôÿÿ|$
èªõÿÿÀx                                      1ÀLê¾
       I$·D$(ë<èfôÿÿ8u·D$(T-9èNÂ=ç
ÅIÞéTÿÿÿHßèôÿÿIÇ$ÈÿHÄ8[]A\A]A^A_ÃAWºAVAUATIüUHõS»HìèôÿÿÀÚH5]%º
                                                              LçèôÿÿÀÃH5?%º
                                                                           HïèãóÿÿÀ ID$
                                                                                       H%L=%E1äA¾H$HE
                                                                                                     1íHDD¾+H<$Dîè@ôÿÿH|HÀDîAEîè,ôÿÿHÀEEæHÿÃL9ûuÍD!å@åt
                                »ë21Ûë.H<$¾aèûóÿÿH|HÀ¾a@Å1ÛèãóÿÿHÀÃ!ëHÄØ[]A\A]A^A_ÃSf(ÐHûHìòTè³ôÿÿèõÿÿò,ÀòTffC~9òq/èò*ÈòH,ÂfÇCHÄ[ÃAWAVAþAUATIôUHպSHì(HçHãèwòÿÿ1ÀHâ¾D÷èóÿÿÀñ½¬uE1íëkºLæHçè?òÿÿ°ºLæHçD$è%òÿÿ1ÀHâ¾D÷è3óÿÿÀy»èúñÿÿ8AÍÿèÏôÿÿHÂH= H5Y#H81Àè¤óÿÿ} t_òE(H{è@òÿÿºLæHßèÀñÿÿ1ÀHھD÷èÎòÿÿÀy+èñÿÿ8AÍÿèjôÿÿHÂH = H5#H81Àè?óÿÿ}4D}|EÿttA¶ǺLæHßHÇD$fD$fÇD$è@ñÿÿ1ÀHھ*D÷èNòÿÿÀy2èñÿÿ8IÅèëóÿÿHÁH¡< AUH5"AÍÿH81Àè¸òÿÿHE8HD$ExfD$Dø0ÀAfD$t	HÇD$ºLæHßè»ðÿÿ1ÀHھ*D÷èÉñÿÿÀy2èðÿÿ8IÅèfóÿÿHÁH< AUH5"AÍÿH81Àè3òÿÿ}t_HEºLæHßHD$ÆD$èOðÿÿ1ÀHھD÷è]ñÿÿÀy+è$ðÿÿ8AÍÿèùòÿÿHÂH¯; H5¼!H81ÀèÎñÿÿ½Dêè¹òÿÿH½ÂHÉÿ1ÀH|$?H÷ÑHÿɃúfL$fD$ÿÁfL$ºLæHßè±ïÿÿHÚ1À¾D÷è¿ðÿÿÀDêy1èïÿÿ8è\òÿÿHÂH; H50!H81Àè1ñÿÿÊÿëºþÿÿÿHÄ(Ð[]A\A]A^A_ÃHì¿GòÖ+ò*òTò*ÈèCðÿÿòYDHÄÃAU1À¹.IõATAüH×USHӺHì(ó«HçHåèùîÿÿ1ÀHâ¾DçèðÿÿÀHt$ºHßèÍîÿÿºLîHçÆCè¹îÿÿ1ÀHâ¾DçèÇïÿÿÀxHD$ÇCHCºLîHïèîÿÿ1ÀHê¾DçèïÿÿÀxH}ÇC èîÿÿ¶D$òC(C0HC8ºLîHïfÇD$@fÇD$HD$è)îÿÿ1ÀHê¾+Dçè7ïÿÿÀx·D$ÇC4Cx·D$C|HºLîHïfÇD$!fÇD$HD$èÒíÿÿ1ÀHê¾DçèàîÿÿÀx·D$ǃºLîHïèíÿÿ1ÀHê¾Dçè¥îÿÿÀx,D$ǃ¬ø°ëǃ°ëÈÿë¿)f.ÁÀ%¨Áðÿ@Bf.ÁɃáÁMë¸ʚ;±Gò*ÈH±¾ɰò^Áé¹íÿÿATf(ȃáAô¾UHýSHì0ùLD$ ۉT$òL$ãýLÇLDÃ=èïÿÿò()H[òL$¾ËIcôLDDL$f.ÁwEÉxH?Hï1Àè7íÿÿëHGHcÛ¶Ý:ëÿÃëĸþÿÿÿëÈÿÃHÄ[]A\ÃUHõ1ÀSQD¶21ÉA9À~*f¼Â8u¼Â4é¾MÎë¹HÿÀëхÉt41ÉD9ÁHcÁ}#¶Ê:HÿÁ9ûuéH¼Â4èëÿÿòEë
Õ'f.ÁÀ%¨Áðÿ@Bf.ÁɃáÁMë¸ʚ;±Gò*ÈH¾ÉHcö°ò^ÁéÌëÿÿò*ÏPòo'ò^ÈèæëÿÿèëÿÿZò,ÀÃò*ÇPèqìÿÿòYI'è¤íÿÿZò,ÀÃSHcöHûHìztHÄH¢1À[éjëÿÿfB¨t
                                                                                                                     
Hë"¨t:Htè·êÿÿHtëHÎÁHÄHß1À[é&ëÿÿAWAVIöAUATUSHÓHì(EÀt\¹
                                                     vSH\$ ýHT$0ºfÇD$8 fÇD$:HßèúéÿÿºLöHßèêéÿÿHھï1ÀèùêÿÿÁøAÄéH5"H=AÌÿèìÿÿ:uHï¾:Hl$èÒéÿÿH5­HxèëÿÿH5HêHÇ1ÀèîêÿÿD$H51ÿfèiëÿÿ¾.HÇIÆèéÿÿHÀtKH5mHêL÷1Àè¬êÿÿD$H5C1ÿCè'ëÿÿ¾.HÇIÆèGéÿÿHÀtKH5+HêL÷1ÀèjêÿÿD$H51ÿCèåêÿÿ¾.HÇIÆèéÿÿHÀtCH5éHêL÷1Àè(êÿÿD$H5¿1ÿCè£êÿÿHH5¼HÇ1ÀèþéÿÿH51ÿèêÿÿHS
                                                                            H5HÇ1ÀèÛéÿÿH5v1ÿè]êÿÿHSH5vHÇ1Àè¸éÿÿLïè@èÿÿë
                                                                                                                      LïAÌÿè2èÿÿHÄ(Dà[]A\A]A^A_ÃAUEÀATAôUSHûUHÕãzI͊B¨Ï¨u4àE¶M,D¶E<HmIcôÉHß1ÀáýÁ=è!èÿÿHcÐA)ÄHӊEÀ¨ uB¶UàIcô<H߰Ƀáýò*ÂH0Á=òY­#ò\­#èÐçÿÿHcÐA)ÄHӊE¨@e¶UH߃àIcô<°Ƀáýò*ÂHúÁ=òY`#ò\`#[[]A\A]é|çÿÿuD¶EE¶M-E8Ȩ u?UIcôHßD¶ú@H½AÿÿÿDCÁà<É1ÀáýÁ=è+çÿÿHcÐA)ÄHӊE¨@ÀUHßIcôA[[D¶ú@HAÿÿÿ]DCÁàA\<A]É1ÀáýÁ=éÙæÿÿ¨ u*àHiIcô<HßÉ1ÀáýÁ=è´æÿÿHcÐA)ÄHӊE¨@uMàIcôE¶M.<D¶EH?ɃáýÁ=ë¶MD¶MH8D¶EIcôAZHß1À[]A\A]éWæÿÿX[]A\A]ÃAVIAU9ðATUÍSHû~[]A\A]A^HHcö1Àé"æÿÿAtkÉ[]A\A]A^H5éAåÿÿH5úHÃA¼è+åÿÿA9ìAöÄuLkH5ÔHßLëèåÿÿH5¿HßAÿÄHÃèðäÿÿëÃIÕ¶H5¦1ÀHÃIÿÅA¼èMçÿÿA9ì}>AöÄuLsH5zHßLóè¬äÿÿA¶UH5eHß1ÀHÃAÿÄIÿÅè
                                                           çÿÿë½[]A\A]A^ÃAWºAVAUIõH56ATUSHûHìXèLäÿÿÀu(HsHÉÿ½@H÷ò®LïH÷ÑHÿɃù@NéHcÍó¤ë4H5öºHßE1äÍÿèäÿÿÀuH{/ H=ÔH0èÜäÿÿèé¤Lt$
                                                  L|;DàíýH5ÄHÓHßèõäÿÿÅH5µ1ÀLñLúHßè|åÿÿÀÈÿëR@öÅTuøuÁâ	T$
                                                                                                          ë	¸T$
                                                                                                                   T$
                                                                                                                     BTHcÐ)ÅHÓéxÿÿÿ¸@HcÈHt$Lïó¤HÄX[]A\A]A^A_ÃAWAVIöH54AUAýATUHպHïSLÃHìhHLèüâÿÿÀAÇLLHuHÍÿ1ÀHéA¼@H÷ò®LÏ÷уù@DNáIcÌó¤¾:LÏèVãÿÿHÀuH¹HïDø?$,vy¶$·3H=1Àèúâÿÿ;uBHêLöDïè×äÿÿÀy
                                       ¹1ÀHïó«¶$·3H=E1Àè¾âÿÿ¶$f	¶$·3H=!1ÀèâÿÿDàë
                                                                                LÎHïèªäÿÿHÄh[]A\A]A^A_ÃþIùH|Hcö1ÀéâÿÿAVöÁAUDnçATEÄUÍSÓtH5ØèáÿÿIÁIÁ@öÅtH5ÄLÏèáÿÿIÁIÁ÷Å tH5«LÏèaáÿÿHx	ë%÷Å@H5MuH5LÏè9áÿÿL÷@åIcõt!Aüò*Ãò^£ò,؉ÙHëPû?B~ò*ÃHWò^yëûç~"ò*ÃH>ò^L[]A\A]A^°éáÿÿH%Ù[]A\A]A^1ÀémáÿÿþHTHcö1ÀéWáÿÿâútB úH5ætAúH5òt2ë)úH5t!H5të	H5äëH5Zé2àÿÿþIùHÖHcö1ÀéÙàÿÿAUöÁEÅATDfìUÍSÓARtH52èõßÿÿIÁIÁ@öÅtH5LÏèÙßÿÿIÁIÁ@öÅtH5­LÏè½ßÿÿIÁIÁ@öÅ tH5LÏè¡ßÿÿIÁIÁ÷Å McäH5zLÏè|ßÿÿ@åHx
t!Aýò*Ãò^èò,؉ÙH×ëSû?B~ò*ÃHò^¾ëûç~%ò*ÃHò^AY[]Læ°A\A]éÇßÿÿHgÙLæëHóÙLæLÏAX[]A\A]1ÀéßÿÿSIÓA¸QAº<»HcöHìIk<HcÒH)ÐHI÷øЉљA÷úÈAљ÷ûÁЙA÷úHAÀI$1Àè>ßÿÿHÄ[ÃATºAüUSHóHì0Hçè=Þÿÿ1ÀHâ¾'DçèKßÿÿÀxD$f=!t%fÿÈt H¡) H5IHÚH81Àè½ßÿÿÈÿë1ÀHÄ0[]A\ÃATºAüUSHóHì0HçèÒÝÿÿ1ÀHâ¾DçèàÞÿÿÀx
1Àf|$tH;) H5HÚH81ÀèWßÿÿÈÿHÄ0[]A\ÃAVvAöAU9ÁATUS|MHÕ¶IüH5LmHï1ÀLãèøßÿÿHÿÉØD)àD9ð}¶H5ïLï1ÀIÅèÓßÿÿëÙHèë1À[]A\A]A^ÃHìHð¶wD¶OD¶G¶O¶t¶wHÇ1À4$H5èßÿÿHÄÃUHý1ÀHŹºSHóHì(H|$Ht$ÆD$ÿÆD$ÿÆD$ÿóªHïÆD$ÿÆD$ÿÆD$ÿÆD$DÆD$
                                                                                ÆD$DÆD$DÆD$DÆD$DèØÝÿÿÀH5#tHt$ºHïè»ÝÿÿÀuH5HßèhÜÿÿë(Ht$ºHïèÝÿÿÀH5ötÙHÞHïènÞÿÿHÄ(HØ[]ÃAWA¿A)÷AVAUATAÔUHõSHûHìLl$
                                                                      Lt;t^H5÷1ÀLéLòHßè¾ÝÿÿøuBDDA/AÁàD
                                                                                                      D$
                                                                                                        DESDD$
èCÛÿÿÇ1ÀZÃUHõSHûQfÇfÇFH5þè¹ÜÿÿÀu^A_ÃQºèÜÿÿPÿúw                                                                Òt-D9à|
                                ÇE°ëkHßè¢ÛÿÿHÀtPH0HßʉUèÛÿÿ¸ëDHßèÜÿÿHÀuèÑÚÿÿHÃè9ÛÿÿÈÿë!HPHcHHÅHïH2ó¤HßH0èÑÚÿÿ1ÀZ[]ÃAVAþH×AUATIÌUHõ¾:SHÓHì`è6ÛÿÿHÀHîD÷ÉèÜÿÿÀHêH5>éHt$
                                            HßèÜÿÿÀHÚH5PÊHD$
                                                            Ll$ºHîfÇD$,ÇD$<I}4HD$HD$HD$$Úÿÿ1ÀLê¾TD÷èÛÿÿÀxöD$<u(èÖÙÿÿDHl% H5üHéHÚH81ÀèÛÿÿë]IE1ÒI$IEIDëKè)ÛÿÿÀHêH5x$It$fAÇ$HßèÛÿÿ1҅ÀuH5HÚH% H81Àè&ÛÿÿÊÿHÄ`Ð[]A\A]A^ÉøH»HÁï
                                                                                                ç%ÿ¯ºÃIø¹1ÀHcÒó«IHÖI0ÃHIð1ÀIùHqH97þ	fùãAVA·@AUATf=ÿUSw-ø6w*HkÀ
                                          H5 ë-ø	wHkÀ
                                                            H5	Hð¶ë1À1ÛH5ÆHcûAƋ,¾uú@Ç@ÿHEîýw·ɸIé_IqDeüHöIHwEâNM;v·ɸþÿÿÿIé-Eötú~IPLÑH×ó¤ëMEöLÑLïó¤A·ëD)ãtyHÀMtp·HA·P¯уûv59Út1E·#D¯áAL9Ùu M)ÓIPLÑIÃLÞIëH×Dâó¤M9ÚIÇAPf;PvIÇf;PIÇA·Ië^Iyu51Ò·ÁèA÷ôútfù
     uû
tûuM)ÓLïLÑIsó¤IóA·MÚIL9ÐrMYë
                            IÇAI¸ëÈÿÃ[]A\A]A^ÃAWAVAUATUHÍSHìhT$ÿÀ=~èÏÖÿÿÇ>éÿÈAýIötA¼1ÒL|$@éÁH\$@ºHÇD$PfÇD$ZfÇD$XHßèÖÿÿHÚ1À¾Dï»úè×ÿÿÀIè[Öÿÿ8¸ÿÿÿÿEØé4ºLöLÿHD$PfÇD$ZfDd$Xè9Öÿÿ1ÀLú¾DïèG×ÿÿÀè
Öÿÿøu]|$~m·D$XC$D9àNÂHÚAÄH×IcôHTè'ØÿÿHÀHÃHT{ÿÿÿHÒH×èÕÿÿè´ÕÿÿÇ
                                                             Ëÿéø
                                                                 uH߻dètÕÿÿéxHßègÕÿÿë×·T$XfÒVLl$(HÞLt$E1äLïè×ÿÿHÇET$LöLïè8ÕÿÿÀfD$f=w6f=Èf=æf=ÓHD$AÇD$4ID$8éÄf=!}wf=Ôé f=+f=D$ADŽ$øA$ÚéxèÖÿÿHÀHÂHßéÕþÿÿMätI$1À¹BH×ó«HD$ÇIÔHB
                                                                                                   HD$ HBé(IAÇD$@èÔÿÿ¶D$òAD$HAD$PéD$øA$ÐëADŽ$ÌéÚ·D$"I$¨¹!ADŽ$ H×A$¤1ÀóªHt$Hö·L$ H×fÉë;·L$ Ht$AÇD$THö·ÁA$fD$"·ÐA$t
                                                                                        ID$XHÇó¤ëM·ÀA$ë=A¼$tA$ü9D$~$HD$iøèèÖÿÿëßZ[]A\A]ÃHHÃ%-8.16s  Driver has no Wireless Extension version information.

%-8.16s  Recommend Wireless Extension v%d or later,
          Currently compiled with Wireless Extension v%d.

%-8.16s  Wireless Extension version too old.

/proc/net/devSIOCGIFCONF: %s
Cannot parse /proc/net/dev
/proc/net/wirelessCannot read /proc/net/wireless
| WE| MissedCannot parse /proc/net/wireless
socket%-8.16s  Wireless-Tools version %d
          Compatible with Wireless Extension v11 to v%d.

Kernel    Currently compiled with Wireless Extension v%d.

Warning: Driver for device %s has been compiled with an ancient version
of Wireless Extension, while this program support version 11 and later.
Some things may be broken...

Warning: Driver for device %s has been compiled with version %d
of Wireless Extension, while this program supports up to version %d.
Warning: Driver for device %s recommend version %d of Wireless Extension,
but has been compiled with version %d, therefore some driver features
may not be available...

%s: Allocation failed
DbgIEEE 802.11SIOCSIWMODE: %s
SIOCSIWFREQ: %s
SIOCSIWENCODE(%d): %s
SIOCSIWNWID: %s
SIOCSIWESSID: %s
%g%g %cHzChannel%c%sFrequency%c%s (Channel %d)Frequency%c%s%g %cb/soff%XQuality%c%d/%d  Signal level%c%g dBm  Noise level%c%g dBmSignal level%c%d dBm  Noise level%c%d dBmSignal level%c%d/%d  Noise level%c%d/%dQuality:%d  Signal level:%d  Noise level:%d<too big>on**-%.2Xs:p:Error: Passphrase not implemented
-:;.,%1X%1Xl:Error: Invalid login format
flags = %X, index = %X
 min max timeout: saving: period:%gs%gms%dusmode:Unicast only receivedmode:Multicast only receivedmode:All packets receivedmode:Force sendingmode:Repeat multicasts short  long lifetime: limit:%d%02d:%02d:%02d.%06uInterface %s doesn't support MAC addresses
Interface %s doesn't support IP addresses
%02X:%02X:%02X:%02X:%02X:%02XNot-AssociatedInvalidNonedefault%-8.16s  Interface doesn't support IP addresses
Invalid interface address %s
Arp failed for %s on %s... (%d)
Try to ping the address before setting it.
%-8.16s  Interface doesn't support MAC addresses
Invalid hardware address %s
IEEE 802.11a + 802.11g (2.4 & 5 GHz, up to 54 Mb/s)IEEE 802.11a + 802.11b (2.4 & 5 GHz, up to 54 Mb/s)IEEE 802.11g (2.4 GHz, up to 54 Mb/s)IEEE 802.11a (5 GHz, up to 54 Mb/s)IEEE 802.11b (2.4 GHz, up to 11 Mb/s)Atheros turbo mode at 5 GHz (up to 108 Mb/s)Atheros turbo mode at 2.4 GHz (up to 108 Mb/s)TI 802.11+ (2.4 GHz, up to 22 Mb/s)802.11g higher rates, OFDM at 2.4 GHz (up to 54 Mb/s)802.11a, OFDM at 5 GHz (up to 54 Mb/s)802.11b higher rates (2.4 GHz, up to 11 Mb/s)802.11 Direct Sequence (2.4 GHz, up to 2 Mb/s)802.11 Frequency Hopping (2,4 GHz, up to 2 Mb/s)Atheros turbo mode, channel bonding (up to 108 Mb/s)TI 802.11+ higher rates (2.4 GHz, up to 22 Mb/s)Driver specific modulation (check driver documentation)AutoAd-HocManagedMasterRepeaterSecondaryMonitorUnknown/bugiw_get_priv_info

                                                                                                           ! <@      (($$@@@eÍÍA.Aà?[@;l,ðÂÿÿÇÿÿ°yÈÿÿè¥Èÿ_ÊÿÿX^ËÿÿçËÿÿ°ÎÿÿøÏÿÿ@&Ðÿÿ¢Ðÿÿ¨êÓÿÿøÔÿÿøÕÿÿPgÖÿÿh×ÿÿ{×ÿÿàý×ÿTØÿÿ uØÿÿ8ØÿÿPúØÿÿx£ÛÿÿÈÑÝÿÿ8ßÞÿÿàÿÿèáÿÿ8³âÿÿ.ãÿÿ¨äÿèäÿÿSåÿÿµåÿæÿÿ\æÿÿ,çÿÿ	ÕçÿÿH	÷çÿÿ`	èÿÿ	ìéÿÿÐ	êÿÿè	 êÿÿ
8ìÿÿX
*ðÿÿ¨
zR$`Áÿÿ°FJ
          ?;*3$"4DÍÅÿÿôBIA Jà	Ù AA|Æÿÿ,ALÆÿÿºBEE L(K0A8G8A0A(B BB,ìÿÇÿÿÿAOGåA$ÎÈÿÿADA ADD/Éÿÿ6BLB D(A0Oð		0A(A BBDËÿÿóBEE B(D0F8DpÌ8A0A(B BBDÔÈËÿÿBGB B(D0D8IPë8C0A(B BBÌÿÿ|AK nL<òÌÿÿHBBE B(D0I8D`8C0A(B BBêÏÿÿ.D <¤ÐÿÿàBLG A(LP·(A ABä Ñÿÿo,ü÷ÑÿÿBPD DP AAD,eÒÿÿvTHD F0ÃÆÌD0D AÃAÆB$tÒÿÿAFA uCíÒÿÿW´,Óÿÿ!EÌ5ÓÿÿE$ä:ÓÿÿhAJ J
E
 yL
   zÓÿÿ©BBE B(A0A8Jà8D0A(B BBl\ÓÕÿÿ.BED A(D0æ
(A ABE
      p
(A VIO
      r
(F ABE
      A(A AB\Ì×ÿÿBED A(C0F
(A BBQ
      N
(A BBL
      ¸(A BBL,?Øÿÿ?BGB L(A0A8G8A0A(B BBL|.ÙÿÿjBBL E(A0L8J 38A0A(B BBTÌHÚÿÿ+[EF D(C0Ø
Ã(AÆ BÌBÍBG
           JÃ(AÆ BÌBÍB$ÿÿ{T<~ÛÿÿW[HE C(D0ì
(AÃ AÆGÌBE
          _(AÃ AÆBÌB}ÜÿÿcA[ E,´ÀÜÿÿkBIA GPS AA,äûÜÿÿbBIA GPJ AA<-ÝÿÿjBHD A(A0R(A BBTWÝÿÿ=D $l|ÝÿÿÐATG@®DD$Þÿÿ©BKB B(D0D8GP~8A0A(B BBÜÞÿÿ"A$ôÞÿÿADD AßÿÿWBHB D(I0G,0C(A BBàÿÿàÿÿàÿÿjGB E(A0ÃÆÌÍÎD0AÃ(AÆ BÌBÍBLØáÿÿòBBB B(A0D8D Ô8C0A(B BB4<	zåÿÿJBED C(E0p(A ABP611agBQ11abvQ&11gªQ11aÐQ11bôQPturboaRfturbogGR11+vR OFDMgROFDMaÐRCCK÷RDS%SFHTS@turboPBCCºS@customëS#T(T/T7T>TGTQTYTuº
´H(c0cõþÿo¸h      
            h
æ
 g p 0	þÿÿoÿÿÿoðÿÿoNùÿÿoe FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖi GCC: (GNU) 4.8.2 20140206 (prerelease).symtab.strtab.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.got.plt.data.bss.comment$.öÿÿo¸¸8
                                                                                                             hh@h
                                                                                                                 h
                                                                                                                  æHÿÿÿoNNÀUþÿÿodppn  p                                                                                                      x300°~àà¸hh´H	ÀHÀH@X@Xl °Y°Ytª(c ¶0c Â8c Ç@c @cÀÔe eÝàf àâg ëiöi'/iÿpq
           N 	
0
 à
ÀH@X°Y(c 0c 8c @c e àf g ii ñÿ
                              8c 
                                 à.
                                   A
                                    Pi f0c 
                                           (c ¸ñÿÀ
 T,ñÿB cP8c ñÿ\i ie i ~g                          ÅôÙ
                         Õ@W
                            ã3.®
                                jHJ¶
                                    ¹ ,ÆØ@c æ
                                             `Bþ1F bv
                                                     *,.
                                                        µ0¤
                                                           Å<cµ
                                                               ó:{Ææ
                                                                    f(|i û
                                                                          â(H#Àd @5O
                                                                                    l?©[
                                                                                        ´Ha
                                                                                           n;Wv
                                                                                               xDò®ÄÙìý
                                                                                                       »/#6
                                                                                                           å ºF[
                                                                                                                E/vn
                                                                                                                    (=k¬À
  :1©Íèû 
         Ò0h0
             ]&óA
                 0!N
                    >Ð\p
                        P'i ¤
                             @"²
                                FBÇ
                                   È9+Ù
                                       =bï
                                          7@i 
                                              õ=j'
                                                  X,à;
                                                      6H
                                                        #^
                                                          §.l
                                                             ,B}
                                                                _>=
                                                                   =0W¯Ã× ëþ
"                                                                           ^8j
 '$64 N
       "ÿg
          i y
             7?«
                8.o¿"Û	ácrtstuff.c__JCR_LIST__deregister_tm_clonesregister_tm_clones__do_global_dtors_auxcompleted.6330__do_global_dtors_aux_fini_array_entryframe_dummy__frame_dummy_init_array_entryiwlib.cprint_iface_version_infofamilies.5963__FUNCTION__.6035priv_type_sizestandard_ioctl_descrstandard_event_descrevent_type_size__FRAME_END____JCR_END____dso_handle_DYNAMIC__TMC_END___GLOBAL_OFFSET_TABLE_iw_in_addriw_print_statsiw_scaniw_sockets_openfree@@GLIBC_2.2.5iw_modul_listiw_extract_event_stream__errno_location@@GLIBC_2.2.5strncpy@@GLIBC_2.2.5strncmp@@GLIBC_2.2.5_ITM_deregisterTMCloneTablestrcpy@@GLIBC_2.2.5trunc@@GLIBC_2.2.5iw_freq2floatiw_mwatt2dbmiw_print_timevaliw_print_pm_mode__h_errno_location@@GLIBC_2.2.5iw_float2freq_edataiw_set_basic_configfclose@@GLIBC_2.2.5iw_operation_modegetnetbyname@@GLIBC_2.2.5iw_mac_aton_finiiw_print_retry_valuestrchr@@GLIBC_2.2.5printf@@GLIBC_2.2.5iw_process_scansnprintf@@GLIBC_2.2.5strrchr@@GLIBC_2.2.5fputs@@GLIBC_2.2.5pow@@GLIBC_2.2.5ioctl@@GLIBC_2.2.5iw_channel_to_freqclose@@GLIBC_2.2.5iw_enum_devicesstrcspn@@GLIBC_2.2.5iw_freq_to_channelmemcmp@@GLIBC_2.2.5fgets@@GLIBC_2.2.5iw_check_mac_addr_typestrcmp@@GLIBC_2.2.5iw_get_statsgethostbyname@@GLIBC_2.2.5log10@@GLIBC_2.2.5fprintf@@GLIBC_2.2.5__gmon_start__iw_print_txpoweriw_get_priv_infoiw_dbm2mwattiw_sawap_ntopmalloc@@GLIBC_2.2.5iw_protocol_compare__isoc99_sscanf@@GLIBC_2.7_endiw_ether_atoniw_init_event_streamiw_print_pm_valueiw_check_if_addr_typeiw_in_inetrealloc@@GLIBC_2.2.5__bss_startiw_mac_ntopiw_get_basic_configiw_print_keyiw_print_version_infoiw_print_freqiw_get_priv_sizeiw_ether_ntopiw_print_bitratefopen@@GLIBC_2.2.5perror@@GLIBC_2.2.5strtok@@GLIBC_2.2.5_Jv_RegisterClassesfloor@@GLIBC_2.2.5iw_in_key_fullsprintf@@GLIBC_2.2.5iw_get_range_info_ITM_registerTMCloneTableiw_get_kernel_we_versioniw_ignore_versionstrerror@@GLIBC_2.2.5iw_in_keyceil@@GLIBC_2.2.5iw_print_freq_value__cxa_finalize@@GLIBC_2.2.5_initstrstr@@GLIBC_2.2.5__ctype_b_loc@@GLIBC_2.3usleep@@GLIBC_2.2.5stderr@@GLIBC_2.2.5socket@@GLIBC_2.2.5ELF>à@0j@8@$c$c (c(c (c àè ee e à$$Påtd@X@X@XllQåtdGNU½Áµη
                                                                 ×*ÑjwÇÕ{*%.    

                                                                                 d HH !+@ð
                                                                                          ¨cP*
NÂl΅h¨ÙÑݱ©&[µ¦¼"×4JDjßîm¨ÙqX»ã|`7ºJ#¥ktLrJ¼Mfc¶éŗâÅS2¡Â6ëo§êÓïÝËÊÌ,_¤ CÓ+ÚvJ«TѸ¨¿èDð²âHuq:Rì ìÂ?í뺪 a
ÉBEÕìx-ú³Wu@mó7Å1)Ã˹ñ§¢  ö¹ äïåÁ0çâðý²ÓÞòÖ l6Í\Áa Üë8 R"/Ù{¶
                                                            ^8j
                                                              X,à¹
                                                                  l?©£
                                                                      Ò0hu
                                                                          i ~
                                                                             0!@c È
                                                                                   f(|
                                                                                      ´H¥
                                                                                         P'Å
                                                                                            @"/
                                                                                               FBÓ
                                                                                                  7@t
                                                                                                     =b&
                                                                                                        ó:{s
                                                                                                            jHJ7
                                                                                                                n;W½
                                                                                                                    å º]
 (=k9
     §.D
        `Bú
           *,.G
               E/v
                  ]&ó×
                      6
                       È9+æ
                           â(H
                              õ=j
                                 ,Bi µi ¤
                                         >Ðm
                                            =0W
                                               8.o
                                                  Õ@W
                                                     _>=ó
                                                         7?
                                                           µ0´
                                                              :1©È
                                                                  ã3.L
                                                                      Å<cF
                                                                          #i Àd @
                                                                                 "ÿZ
                                                                                    »/c
                                                                                       '$6¦
                                                                                           ¹ ,	\
                                                                                                 xDò__gmon_start___init_fini_ITM_deregisterTMCloneTable_ITM_registerTMCloneTable__cxa_finalize_Jv_RegisterClasseslibm.so.6libc.so.6strncpyioctlstderrfprintfiw_sockets_opensocketiw_enum_devicesfopenfgets__ctype_b_locstrrchrfclose__errno_locationstrerrorfputsiw_get_kernel_we_versionstrstr__isoc99_sscanfiw_print_version_infoperroriw_get_range_infoiw_ignore_versioniw_get_priv_inforeallocfreeiw_protocol_comparestrncmpstrchriw_float2freqlog10floorpowiw_set_basic_configiw_freq2floatiw_get_basic_configiw_print_freq_valuesnprintfiw_print_freqiw_freq_to_channeliw_channel_to_freqiw_print_bitrateiw_dbm2mwatttrunciw_mwatt2dbmceiliw_print_txpoweriw_get_statsstrtokiw_print_statsiw_print_keystrcpysprintfiw_in_keystrcspniw_in_key_fulliw_print_pm_valueiw_print_pm_modeiw_print_retry_valueiw_print_timevaliw_check_mac_addr_typeiw_check_if_addr_typeiw_mac_ntopiw_ether_ntopiw_sawap_ntopmemcmpiw_mac_atoniw_ether_atoniw_in_inetstrcmpgetnetbynamegethostbyname__h_errno_locationiw_in_addriw_get_priv_sizeiw_init_event_streamiw_extract_event_streamiw_process_scanmallociw_scanusleepiw_modul_listiw_operation_Üuie_edaÆ(c0cPPcBQhcvQcªQcÐQ°côQÈcRàcGRøcvRdR(dÐR@d÷RXd%SpdTSdS dºS¸dëSÀd#TÈd(TÐd/TØd7Tàd>TèdGTðdQTødYTii àf èf ðf "øf %g g (g ,0g ]8g @g BHg Pg Xg `g hgpg Cxg Sg 	g 5g 
g 
   g 0¨g 
¸g _Àg Èg Ðg Øg àg èg ðg ?øg hh h @h  h (h 0h 8h @h Hh Ph 8Xh 9`h ;hh :ph xh Qh h  h !h # h $¨h \°h Z¸h &Àh RÈh 'Ðh OØh (àh )èh *ðh +øh -HHÍK HÀtè+HÃÿ5êK ÿ%ìK @ÿ%êK héàÿÿÿÿ%âK héÐÿÿÿÿ%ÚK héÀÿÿÿÿ%ÒK hé°ÿÿÿÿ%ÊK hé ÿÿÿÿ%ÂK héÿÿÿÿ%ºK héÿÿÿÿ%²K hépÿÿÿÿ%ªK é`ÿÿÿÿ%¢K h	éPÿÿÿÿ%K h
é@ÿÿÿÿ%K h
          é0ÿÿÿÿ%K h
éÿÿÿÿ%zK héÿÿÿÿ%rK héðþÿÿÿ%jK héàþÿÿÿ%bK héÐþÿÿÿ%ZK héÀþÿÿÿ%RK hé°þÿÿÿ%JK hé þÿÿÿ%BK héþÿÿÿ%:K héþÿÿÿ%2K hépþÿÿÿ%*K hé`þÿÿÿ%"K héPþÿÿÿ%K hé@þÿÿÿ%K hé0þÿÿÿ%
K hé þÿÿÿ%K héþÿÿÿ%úJ héþÿÿÿ%òJ héðýÿÿÿ%êJ h éàýÿÿÿ%âJ h!éÐýÿÿÿ%ÚJ h"éÀýÿÿÿ%ÒJ h#é°ýÿÿÿ%ÊJ h$é ýÿÿÿ%ÂJ h%éýÿÿÿ%ºJ h&éýÿÿÿ%²J h'épýÿÿÿ%ªJ h(é`ýÿÿÿ%¢J h)éPýÿÿÿ%J h*é@ýÿÿÿ%J h+é0ýÿÿÿ%J h,é ýÿÿÿ%J h-éýÿÿÿ%zJ h.éýÿÿÿ%rJ h/éðüÿÿÿ%jJ h0éàüÿÿÿ%bJ h1éÐüÿÿÿ%ZJ h2éÀüÿÿÿ%RJ h3é°üÿÿÿ%JJ h4é üÿÿÿ%BJ h5éüÿÿÿ%:J h6éüÿÿÿ%2J h7épüÿÿÿ%*J h8é`üÿÿÿ%"J h9éPüÿÿH(J H=J UH)øHåHøw]ÃHÜG HÀtò]ÿà@HñI H=êI UH)øHåHÁøHÂHÁê?HÐHÑøu]ÃH·G HÒtò]HÆÿâ@=±I u'H=§G UHåt
                                                                           H=I èÿÿÿèhÿÿÿ]ÆI óÃfffff.H= C t&HOG HÀtUH=C HåÿÐ]éWÿÿÿéKÿÿÿATºAüUSHóHìÀHçèûÿÿ1ÀHâ¾Dçè«üÿÿÀ­HT$(1À¹&HÞfÇD$fÇD$H×HT$ºó«HçèOÿÿHâ¾
                                                                                  1ÀDçè]üÿÿÀHÚH5q(xDf|$+v1¶$AH=(HÞ1ÀèÍûHÃHûu܃Èÿ[ÃAWAÏAVIÖAUIõH5J3ATAüH=(USHì8èËüÿÿHÀHÃHl$0ÇH¾HïèºûÿÿHھHïèªûÿÿHD$H$HھHïèûÿÿHÀt||$0tä|$1tÝè9ýÿÿHHêH¾
öDH tHÿÂëð¾:H×HTèÑúÿÿHÀÊHTH)ÐHø¸H<$HÖHÁó¤LòÆDDùH4$DçAÿÕéoÿÿÿHßèúÿÿé HT$1À¾DçÇD$Hl$ èúÿÿÀy)èYùÿÿ8è2üÿÿHÂHèD H5'H81ÀèûÿÿëRHcD$¹(1ÒHl$ 1ÛH÷ñH$HÿÃ9$x0HîDùLòDçHÅ(AÿÕëãHD H=@'H0èøùÿÿéÂþÿÿHÄ8[]A\A]A^A_ÃUH51H=.'SHìè%ûÿÿHÀHÃuFD H='H0è§ùÿÿéHl$H¾HïèýùÿÿH5'HïèûÿÿHÀu!H5'HïèûÿÿHøÀàüÀD$
                                  ë`HھHïè¸ùÿÿ¾|Hïè+ùÿÿHÀu#H¿C H=Å&H0è ùÿÿHßèøÿÿÈÿë'HxHT$
                                                                                        H5§*1ÀèìùÿÿÿÈuÂHßèpøÿÿD$
                                                                                                                HÄ[]ÃUHýSQè÷ÿÿÀÃyH=&è5úÿÿÈÿëcHítH=y&ºHî1ÀèeøÿÿH=&¾1ÀèRøÿÿèMúÿÿø~H=¥&Æ1Àè8øÿÿH5¶ûÿÿ1É1҉ßè¦øÿÿßèøÿÿ1ÀZ[]ÃAV1ÀAþ¹&AUATIôUSHӺHìÀHl$(fÇD$fÇD$HïHl$ó«Hçè÷ÿÿ1ÀHâ¾
HßHîó¥é1ÀHßHu              D÷èøÿÿÀÀf|$+Ƅ$@	¼$@¹v
             ó«HD$(HD$0±!H0HÇH$¸ó¥HµHC(HC4HÇH¸±	ó¥HNj$Hµ¼±?òHøHµøHNj$X±ó¥C0L-»A A}î»
w<H-°A H5y%Lâ1ÀH}èË÷ÿÿHuH=©%èûöÿÿHuH=â%èëöÿÿ¶ùvCH-hA H5â%Lâ1ÀH}è÷ÿÿH}H5
&º1Àèl÷ÿÿHuH=%èöÿÿ<
vP¶8ÈsEH-A H5&Lâ1ÀH}è+÷ÿÿ¶H}H5<&1Àè÷ÿÿHuH=q&èBöÿÿAÇE1ÀëÈÿHÄÀ[]A\A]A^ÃAWI÷AVE1öAUATIÔU½SHì8Ll$|$
                                                                                               HcõL÷Hköè/÷ÿÿHÀHÃu)Hp@ HÉ-H5&H81ÀèöÿÿMötyLóëlºLþLïHD$ fl$(fÇD$*èôÿÿ|$
èªõÿÿÀx                                      1ÀLê¾
       I$·D$(ë<èfôÿÿ8u·D$(T-9èNÂ=ç
ÅIÞéTÿÿÿHßèôÿÿIÇ$ÈÿHÄ8[]A\A]A^A_ÃAWºAVAUATIüUHõS»HìèôÿÿÀÚH5]%º
                                                              LçèôÿÿÀÃH5?%º
                                                                           HïèãóÿÿÀ ID$
                                                                                       H%L=%E1äA¾H$HE
                                                                                                     1íHDD¾+H<$Dîè@ôÿÿH|HÀDîAEîè,ôÿÿHÀEEæHÿÃL9ûuÍD!å@åt
                                »ë21Ûë.H<$¾aèûóÿÿH|HÀ¾a@Å1ÛèãóÿÿHÀÃ!ëHÄØ[]A\A]A^A_ÃSf(ÐHûHìòTè³ôÿÿèõÿÿò,ÀòTffC~9òq/èò*ÈòH,ÂfÇCHÄ[ÃAWAVAþAUATIôUHպSHì(HçHãèwòÿÿ1ÀHâ¾D÷èóÿÿÀñ½¬uE1íëkºLæHçè?òÿÿ°ºLæHçD$è%òÿÿ1ÀHâ¾D÷è3óÿÿÀy»èúñÿÿ8AÍÿèÏôÿÿHÂH= H5Y#H81Àè¤óÿÿ} t_òE(H{è@òÿÿºLæHßèÀñÿÿ1ÀHھD÷èÎòÿÿÀy+èñÿÿ8AÍÿèjôÿÿHÂH = H5#H81Àè?óÿÿ}4D}|EÿttA¶ǺLæHßHÇD$fD$fÇD$è@ñÿÿ1ÀHھ*D÷èNòÿÿÀy2èñÿÿ8IÅèëóÿÿHÁH¡< AUH5"AÍÿH81Àè¸òÿÿHE8HD$ExfD$Dø0ÀAfD$t	HÇD$ºLæHßè»ðÿÿ1ÀHھ*D÷èÉñÿÿÀy2èðÿÿ8IÅèfóÿÿHÁH< AUH5"AÍÿH81Àè3òÿÿ}t_HEºLæHßHD$ÆD$èOðÿÿ1ÀHھD÷è]ñÿÿÀy+è$ðÿÿ8AÍÿèùòÿÿHÂH¯; H5¼!H81ÀèÎñÿÿ½Dêè¹òÿÿH½ÂHÉÿ1ÀH|$?H÷ÑHÿɃúfL$fD$ÿÁfL$ºLæHßè±ïÿÿHÚ1À¾D÷è¿ðÿÿÀDêy1èïÿÿ8è\òÿÿHÂH; H50!H81Àè1ñÿÿÊÿëºþÿÿÿHÄ(Ð[]A\A]A^A_ÃHì¿GòÖ+ò*òTò*ÈèCðÿÿòYDHÄÃAU1À¹.IõATAüH×USHӺHì(ó«HçHåèùîÿÿ1ÀHâ¾DçèðÿÿÀHt$ºHßèÍîÿÿºLîHçÆCè¹îÿÿ1ÀHâ¾DçèÇïÿÿÀxHD$ÇCHCºLîHïèîÿÿ1ÀHê¾DçèïÿÿÀxH}ÇC èîÿÿ¶D$òC(C0HC8ºLîHïfÇD$@fÇD$HD$è)îÿÿ1ÀHê¾+Dçè7ïÿÿÀx·D$ÇC4Cx·D$C|HºLîHïfÇD$!fÇD$HD$èÒíÿÿ1ÀHê¾DçèàîÿÿÀx·D$ǃºLîHïèíÿÿ1ÀHê¾Dçè¥îÿÿÀx,D$ǃ¬ø°ëǃ°ëÈÿë¿)f.ÁÀ%¨Áðÿ@Bf.ÁɃáÁMë¸ʚ;±Gò*ÈH±¾ɰò^Áé¹íÿÿATf(ȃáAô¾UHýSHì0ùLD$ ۉT$òL$ãýLÇLDÃ=èïÿÿò()H[òL$¾ËIcôLDDL$f.ÁwEÉxH?Hï1Àè7íÿÿëHGHcÛ¶Ý:ëÿÃëĸþÿÿÿëÈÿÃHÄ[]A\ÃUHõ1ÀSQD¶21ÉA9À~*f¼Â8u¼Â4é¾MÎë¹HÿÀëхÉt41ÉD9ÁHcÁ}#¶Ê:HÿÁ9ûuéH¼Â4èëÿÿòEë
Õ'f.ÁÀ%¨Áðÿ@Bf.ÁɃáÁMë¸ʚ;±Gò*ÈH¾ÉHcö°ò^ÁéÌëÿÿò*ÏPòo'ò^ÈèæëÿÿèëÿÿZò,ÀÃò*ÇPèqìÿÿòYI'è¤íÿÿZò,ÀÃSHcöHûHìztHÄH¢1À[éjëÿÿfB¨t
                                                                                                                     
Hë"¨t:Htè·êÿÿHtëHÎÁHÄHß1À[é&ëÿÿAWAVIöAUATUSHÓHì(EÀt\¹
                                                     vSH\$ ýHT$0ºfÇD$8 fÇD$:HßèúéÿÿºLöHßèêéÿÿHھï1ÀèùêÿÿÁøAÄéH5"H=AÌÿèìÿÿ:uHï¾:Hl$èÒéÿÿH5­HxèëÿÿH5HêHÇ1ÀèîêÿÿD$H51ÿfèiëÿÿ¾.HÇIÆèéÿÿHÀtKH5mHêL÷1Àè¬êÿÿD$H5C1ÿCè'ëÿÿ¾.HÇIÆèGéÿÿHÀtKH5+HêL÷1ÀèjêÿÿD$H51ÿCèåêÿÿ¾.HÇIÆèéÿÿHÀtCH5éHêL÷1Àè(êÿÿD$H5¿1ÿCè£êÿÿHH5¼HÇ1ÀèþéÿÿH51ÿèêÿÿHS
                                                                            H5HÇ1ÀèÛéÿÿH5v1ÿè]êÿÿHSH5vHÇ1Àè¸éÿÿLïè@èÿÿë
                                                                                                                      LïAÌÿè2èÿÿHÄ(Dà[]A\A]A^A_ÃAUEÀATAôUSHûUHÕãzI͊B¨Ï¨u4àE¶M,D¶E<HmIcôÉHß1ÀáýÁ=è!èÿÿHcÐA)ÄHӊEÀ¨ uB¶UàIcô<H߰Ƀáýò*ÂH0Á=òY­#ò\­#èÐçÿÿHcÐA)ÄHӊE¨@e¶UH߃àIcô<°Ƀáýò*ÂHúÁ=òY`#ò\`#[[]A\A]é|çÿÿuD¶EE¶M-E8Ȩ u?UIcôHßD¶ú@H½AÿÿÿDCÁà<É1ÀáýÁ=è+çÿÿHcÐA)ÄHӊE¨@ÀUHßIcôA[[D¶ú@HAÿÿÿ]DCÁàA\<A]É1ÀáýÁ=éÙæÿÿ¨ u*àHiIcô<HßÉ1ÀáýÁ=è´æÿÿHcÐA)ÄHӊE¨@uMàIcôE¶M.<D¶EH?ɃáýÁ=ë¶MD¶MH8D¶EIcôAZHß1À[]A\A]éWæÿÿX[]A\A]ÃAVIAU9ðATUÍSHû~[]A\A]A^HHcö1Àé"æÿÿAtkÉ[]A\A]A^H5éAåÿÿH5úHÃA¼è+åÿÿA9ìAöÄuLkH5ÔHßLëèåÿÿH5¿HßAÿÄHÃèðäÿÿëÃIÕ¶H5¦1ÀHÃIÿÅA¼èMçÿÿA9ì}>AöÄuLsH5zHßLóè¬äÿÿA¶UH5eHß1ÀHÃAÿÄIÿÅè
                                                           çÿÿë½[]A\A]A^ÃAWºAVAUIõH56ATUSHûHìXèLäÿÿÀu(HsHÉÿ½@H÷ò®LïH÷ÑHÿɃù@NéHcÍó¤ë4H5öºHßE1äÍÿèäÿÿÀuH{/ H=ÔH0èÜäÿÿèé¤Lt$
                                                  L|;DàíýH5ÄHÓHßèõäÿÿÅH5µ1ÀLñLúHßè|åÿÿÀÈÿëR@öÅTuøuÁâ	T$
                                                                                                          ë	¸T$
                                                                                                                   T$
                                                                                                                     BTHcÐ)ÅHÓéxÿÿÿ¸@HcÈHt$Lïó¤HÄX[]A\A]A^A_ÃAWAVIöH54AUAýATUHպHïSLÃHìhHLèüâÿÿÀAÇLLHuHÍÿ1ÀHéA¼@H÷ò®LÏ÷уù@DNáIcÌó¤¾:LÏèVãÿÿHÀuH¹HïDø?$,vy¶$·3H=1Àèúâÿÿ;uBHêLöDïè×äÿÿÀy
                                       ¹1ÀHïó«¶$·3H=E1Àè¾âÿÿ¶$f	¶$·3H=!1ÀèâÿÿDàë
                                                                                LÎHïèªäÿÿHÄh[]A\A]A^A_ÃþIùH|Hcö1ÀéâÿÿAVöÁAUDnçATEÄUÍSÓtH5ØèáÿÿIÁIÁ@öÅtH5ÄLÏèáÿÿIÁIÁ÷Å tH5«LÏèaáÿÿHx	ë%÷Å@H5MuH5LÏè9áÿÿL÷@åIcõt!Aüò*Ãò^£ò,؉ÙHëPû?B~ò*ÃHWò^yëûç~"ò*ÃH>ò^L[]A\A]A^°éáÿÿH%Ù[]A\A]A^1ÀémáÿÿþHTHcö1ÀéWáÿÿâútB úH5ætAúH5òt2ë)úH5t!H5të	H5äëH5Zé2àÿÿþIùHÖHcö1ÀéÙàÿÿAUöÁEÅATDfìUÍSÓARtH52èõßÿÿIÁIÁ@öÅtH5LÏèÙßÿÿIÁIÁ@öÅtH5­LÏè½ßÿÿIÁIÁ@öÅ tH5LÏè¡ßÿÿIÁIÁ÷Å McäH5zLÏè|ßÿÿ@åHx
t!Aýò*Ãò^èò,؉ÙH×ëSû?B~ò*ÃHò^¾ëûç~%ò*ÃHò^AY[]Læ°A\A]éÇßÿÿHgÙLæëHóÙLæLÏAX[]A\A]1ÀéßÿÿSIÓA¸QAº<»HcöHìIk<HcÒH)ÐHI÷øЉљA÷úÈAљ÷ûÁЙA÷úHAÀI$1Àè>ßÿÿHÄ[ÃATºAüUSHóHì0Hçè=Þÿÿ1ÀHâ¾'DçèKßÿÿÀxD$f=!t%fÿÈt H¡) H5IHÚH81Àè½ßÿÿÈÿë1ÀHÄ0[]A\ÃATºAüUSHóHì0HçèÒÝÿÿ1ÀHâ¾DçèàÞÿÿÀx
1Àf|$tH;) H5HÚH81ÀèWßÿÿÈÿHÄ0[]A\ÃAVvAöAU9ÁATUS|MHÕ¶IüH5LmHï1ÀLãèøßÿÿHÿÉØD)àD9ð}¶H5ïLï1ÀIÅèÓßÿÿëÙHèë1À[]A\A]A^ÃHìHð¶wD¶OD¶G¶O¶t¶wHÇ1À4$H5èßÿÿHÄÃUHý1ÀHŹºSHóHì(H|$Ht$ÆD$ÿÆD$ÿÆD$ÿóªHïÆD$ÿÆD$ÿÆD$ÿÆD$DÆD$
                                                                                ÆD$DÆD$DÆD$DÆD$DèØÝÿÿÀH5#tHt$ºHïè»ÝÿÿÀuH5HßèhÜÿÿë(Ht$ºHïèÝÿÿÀH5ötÙHÞHïènÞÿÿHÄ(HØ[]ÃAWA¿A)÷AVAUATAÔUHõSHûHìLl$
                                                                      Lt;t^H5÷1ÀLéLòHßè¾ÝÿÿøuBDDA/AÁàD
                                                                                                      D$
                                                                                                        DESDD$
èCÛÿÿÇ1ÀZÃUHõSHûQfÇfÇFH5þè¹ÜÿÿÀu^A_ÃQºèÜÿÿPÿúw                                                                Òt-D9à|
                                ÇE°ëkHßè¢ÛÿÿHÀtPH0HßʉUèÛÿÿ¸ëDHßèÜÿÿHÀuèÑÚÿÿHÃè9ÛÿÿÈÿë!HPHcHHÅHïH2ó¤HßH0èÑÚÿÿ1ÀZ[]ÃAVAþH×AUATIÌUHõ¾:SHÓHì`è6ÛÿÿHÀHîD÷ÉèÜÿÿÀHêH5>éHt$
                                            HßèÜÿÿÀHÚH5PÊHD$
                                                            Ll$ºHîfÇD$,ÇD$<I}4HD$HD$HD$$Úÿÿ1ÀLê¾TD÷èÛÿÿÀxöD$<u(èÖÙÿÿDHl% H5üHéHÚH81ÀèÛÿÿë]IE1ÒI$IEIDëKè)ÛÿÿÀHêH5x$It$fAÇ$HßèÛÿÿ1҅ÀuH5HÚH% H81Àè&ÛÿÿÊÿHÄ`Ð[]A\A]A^ÉøH»HÁï
                                                                                                ç%ÿ¯ºÃIø¹1ÀHcÒó«IHÖI0ÃHIð1ÀIùHqH97þ	fùãAVA·@AUATf=ÿUSw-ø6w*HkÀ
                                          H5 ë-ø	wHkÀ
                                                            H5	Hð¶ë1À1ÛH5ÆHcûAƋ,¾uú@Ç@ÿHEîýw·ɸIé_IqDeüHöIHwEâNM;v·ɸþÿÿÿIé-Eötú~IPLÑH×ó¤ëMEöLÑLïó¤A·ëD)ãtyHÀMtp·HA·P¯уûv59Út1E·#D¯áAL9Ùu M)ÓIPLÑIÃLÞIëH×Dâó¤M9ÚIÇAPf;PvIÇf;PIÇA·Ië^Iyu51Ò·ÁèA÷ôútfù
     uû
tûuM)ÓLïLÑIsó¤IóA·MÚIL9ÐrMYë
                            IÇAI¸ëÈÿÃ[]A\A]A^ÃAWAVAUATUHÍSHìhT$ÿÀ=~èÏÖÿÿÇ>éÿÈAýIötA¼1ÒL|$@éÁH\$@ºHÇD$PfÇD$ZfÇD$XHßèÖÿÿHÚ1À¾Dï»úè×ÿÿÀIè[Öÿÿ8¸ÿÿÿÿEØé4ºLöLÿHD$PfÇD$ZfDd$Xè9Öÿÿ1ÀLú¾DïèG×ÿÿÀè
Öÿÿøu]|$~m·D$XC$D9àNÂHÚAÄH×IcôHTè'ØÿÿHÀHÃHT{ÿÿÿHÒH×èÕÿÿè´ÕÿÿÇ
                                                             Ëÿéø
                                                                 uH߻dètÕÿÿéxHßègÕÿÿë×·T$XfÒVLl$(HÞLt$E1äLïè×ÿÿHÇET$LöLïè8ÕÿÿÀfD$f=w6f=Èf=æf=ÓHD$AÇD$4ID$8éÄf=!}wf=Ôé f=+f=D$ADŽ$øA$ÚéxèÖÿÿHÀHÂHßéÕþÿÿMätI$1À¹BH×ó«HD$ÇIÔHB
                                                                                                   HD$ HBé(IAÇD$@èÔÿÿ¶D$òAD$HAD$PéD$øA$ÐëADŽ$ÌéÚ·D$"I$¨¹!ADŽ$ H×A$¤1ÀóªHt$Hö·L$ H×fÉë;·L$ Ht$AÇD$THö·ÁA$fD$"·ÐA$t
                                                                                        ID$XHÇó¤ëM·ÀA$ë=A¼$tA$ü9D$~$HD$iøèèÖÿÿëßZ[]A\A]ÃHHÃ%-8.16s  Driver has no Wireless Extension version information.

%-8.16s  Recommend Wireless Extension v%d or later,
          Currently compiled with Wireless Extension v%d.

%-8.16s  Wireless Extension version too old.

/proc/net/devSIOCGIFCONF: %s
Cannot parse /proc/net/dev
/proc/net/wirelessCannot read /proc/net/wireless
| WE| MissedCannot parse /proc/net/wireless
socket%-8.16s  Wireless-Tools version %d
          Compatible with Wireless Extension v11 to v%d.

Kernel    Currently compiled with Wireless Extension v%d.

Warning: Driver for device %s has been compiled with an ancient version
of Wireless Extension, while this program support version 11 and later.
Some things may be broken...

Warning: Driver for device %s has been compiled with version %d
of Wireless Extension, while this program supports up to version %d.
Warning: Driver for device %s recommend version %d of Wireless Extension,
but has been compiled with version %d, therefore some driver features
may not be available...

%s: Allocation failed
DbgIEEE 802.11SIOCSIWMODE: %s
SIOCSIWFREQ: %s
SIOCSIWENCODE(%d): %s
SIOCSIWNWID: %s
SIOCSIWESSID: %s
%g%g %cHzChannel%c%sFrequency%c%s (Channel %d)Frequency%c%s%g %cb/soff%XQuality%c%d/%d  Signal level%c%g dBm  Noise level%c%g dBmSignal level%c%d dBm  Noise level%c%d dBmSignal level%c%d/%d  Noise level%c%d/%dQuality:%d  Signal level:%d  Noise level:%d<too big>on**-%.2Xs:p:Error: Passphrase not implemented
-:;.,%1X%1Xl:Error: Invalid login format
flags = %X, index = %X
 min max timeout: saving: period:%gs%gms%dusmode:Unicast only receivedmode:Multicast only receivedmode:All packets receivedmode:Force sendingmode:Repeat multicasts short  long lifetime: limit:%d%02d:%02d:%02d.%06uInterface %s doesn't support MAC addresses
Interface %s doesn't support IP addresses
%02X:%02X:%02X:%02X:%02X:%02XNot-AssociatedInvalidNonedefault%-8.16s  Interface doesn't support IP addresses
Invalid interface address %s
Arp failed for %s on %s... (%d)
Try to ping the address before setting it.
%-8.16s  Interface doesn't support MAC addresses
Invalid hardware address %s
IEEE 802.11a + 802.11g (2.4 & 5 GHz, up to 54 Mb/s)IEEE 802.11a + 802.11b (2.4 & 5 GHz, up to 54 Mb/s)IEEE 802.11g (2.4 GHz, up to 54 Mb/s)IEEE 802.11a (5 GHz, up to 54 Mb/s)IEEE 802.11b (2.4 GHz, up to 11 Mb/s)Atheros turbo mode at 5 GHz (up to 108 Mb/s)Atheros turbo mode at 2.4 GHz (up to 108 Mb/s)TI 802.11+ (2.4 GHz, up to 22 Mb/s)802.11g higher rates, OFDM at 2.4 GHz (up to 54 Mb/s)802.11a, OFDM at 5 GHz (up to 54 Mb/s)802.11b higher rates (2.4 GHz, up to 11 Mb/s)802.11 Direct Sequence (2.4 GHz, up to 2 Mb/s)802.11 Frequency Hopping (2,4 GHz, up to 2 Mb/s)Atheros turbo mode, channel bonding (up to 108 Mb/s)TI 802.11+ higher rates (2.4 GHz, up to 22 Mb/s)Driver specific modulation (check driver documentation)AutoAd-HocManagedMasterRepeaterSecondaryMonitorUnknown/bugiw_get_priv_info

                                                                                                           ! <@      (($$@@@eÍÍA.Aà?[@;l,ðÂÿÿÇÿÿ°yÈÿÿè¥Èÿ_ÊÿÿX^ËÿÿçËÿÿ°ÎÿÿøÏÿÿ@&Ðÿÿ¢Ðÿÿ¨êÓÿÿøÔÿÿøÕÿÿPgÖÿÿh×ÿÿ{×ÿÿàý×ÿTØÿÿ uØÿÿ8ØÿÿPúØÿÿx£ÛÿÿÈÑÝÿÿ8ßÞÿÿàÿÿèáÿÿ8³âÿÿ.ãÿÿ¨äÿèäÿÿSåÿÿµåÿæÿÿ\æÿÿ,çÿÿ	ÕçÿÿH	÷çÿÿ`	èÿÿ	ìéÿÿÐ	êÿÿè	 êÿÿ
8ìÿÿX
*ðÿÿ¨
zR$`Áÿÿ°FJ
          ?;*3$"4DÍÅÿÿôBIA Jà	Ù AA|Æÿÿ,ALÆÿÿºBEE L(K0A8G8A0A(B BB,ìÿÇÿÿÿAOGåA$ÎÈÿÿADA ADD/Éÿÿ6BLB D(A0Oð		0A(A BBDËÿÿóBEE B(D0F8DpÌ8A0A(B BBDÔÈËÿÿBGB B(D0D8IPë8C0A(B BBÌÿÿ|AK nL<òÌÿÿHBBE B(D0I8D`8C0A(B BBêÏÿÿ.D <¤ÐÿÿàBLG A(LP·(A ABä Ñÿÿo,ü÷ÑÿÿBPD DP AAD,eÒÿÿvTHD F0ÃÆÌD0D AÃAÆB$tÒÿÿAFA uCíÒÿÿW´,Óÿÿ!EÌ5ÓÿÿE$ä:ÓÿÿhAJ J
E
 yL
   zÓÿÿ©BBE B(A0A8Jà8D0A(B BBl\ÓÕÿÿ.BED A(D0æ
(A ABE
      p
(A VIO
      r
(F ABE
      A(A AB\Ì×ÿÿBED A(C0F
(A BBQ
      N
(A BBL
      ¸(A BBL,?Øÿÿ?BGB L(A0A8G8A0A(B BBL|.ÙÿÿjBBL E(A0L8J 38A0A(B BBTÌHÚÿÿ+[EF D(C0Ø
Ã(AÆ BÌBÍBG
           JÃ(AÆ BÌBÍB$ÿÿ{T<~ÛÿÿW[HE C(D0ì
(AÃ AÆGÌBE
          _(AÃ AÆBÌB}ÜÿÿcA[ E,´ÀÜÿÿkBIA GPS AA,äûÜÿÿbBIA GPJ AA<-ÝÿÿjBHD A(A0R(A BBTWÝÿÿ=D $l|ÝÿÿÐATG@®DD$Þÿÿ©BKB B(D0D8GP~8A0A(B BBÜÞÿÿ"A$ôÞÿÿADD AßÿÿWBHB D(I0G,0C(A BBàÿÿàÿÿàÿÿjGB E(A0ÃÆÌÍÎD0AÃ(AÆ BÌBÍBLØáÿÿòBBB B(A0D8D Ô8C0A(B BB4<	zåÿÿJBED C(E0p(A ABP611agBQ11abvQ&11gªQ11aÐQ11bôQPturboaRfturbogGR11+vR OFDMgROFDMaÐRCCK÷RDS%SFHTS@turboPBCCºS@customëS#T(T/T7T>TGTQTYTuº
´H(c0cõþÿo¸h      
            h
æ
 g p 0	þÿÿoÿÿÿoðÿÿoNùÿÿoe FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖæö&6FVfv¦¶ÆÖi GCC: (GNU) 4.8.2 20140206 (prerelease).symtab.strtab.shstrtab.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.jcr.data.rel.ro.dynamic.got.got.plt.data.bss.comment$.öÿÿo¸¸8
                                                                                                             hh@h
                                                                                                                 h
                                                                                                                  æHÿÿÿoNNÀUþÿÿodppn  p                                                                                                      x300°~àà¸hh´H	ÀHÀH@X@Xl °Y°Ytª(c ¶0c Â8c Ç@c @cÀÔe eÝàf àâg ëiöi'/iÿpq
           N 	
0
 à
ÀH@X°Y(c 0c 8c @c e àf g ii ñÿ
                              8c 
                                 à.
                                   A
                                    Pi f0c 
                                           (c ¸ñÿÀ
 T,ñÿB cP8c ñÿ\i ie i ~g                          ÅôÙ
                         Õ@W
                            ã3.®
                                jHJ¶
                                    ¹ ,ÆØ@c æ
                                             `Bþ1F bv
                                                     *,.
                                                        µ0¤
                                                           Å<cµ
                                                               ó:{Ææ
                                                                    f(|i û
                                                                          â(H#Àd @5O
                                                                                    l?©[
                                                                                        ´Ha
                                                                                           n;Wv
                                                                                               xDò®ÄÙìý
                                                                                                       »/#6
                                                                                                           å ºF[
                                                                                                                E/vn
                                                                                                                    (=k¬À
  :1©Íèû 
         Ò0h0
             ]&óA
                 0!N
                    >Ð\p
                        P'i ¤
                             @"²
                                FBÇ
                                   È9+Ù
                                       =bï
                                          7@i 
                                              õ=j'
                                                  X,à;
                                                      6H
                                                        #^
                                                          §.l
                                                             ,B}
                                                                _>=
                                                                   =0W¯Ã× ëþ
"                                                                           ^8j
 '$64 N
       "ÿg
          i y
             7?«
                8.o¿"Û	ácrtstuff.c__JCR_LIST__deregister_tm_clonesregister_tm_clones__do_global_dtors_auxcompleted.6330__do_global_dtors_aux_fini_array_entryframe_dummy__frame_dummy_init_array_entryiwlib.cprint_iface_version_infofamilies.5963__FUNCTION__.6035priv_type_sizestandard_ioctl_descrstandard_event_descrevent_type_size__FRAME_END____JCR_END____dso_handle_DYNAMIC__TMC_END___GLOBAL_OFFSET_TABLE_iw_in_addriw_print_statsiw_scaniw_sockets_openfree@@GLIBC_2.2.5iw_modul_listiw_extract_event_stream__errno_location@@GLIBC_2.2.5strncpy@@GLIBC_2.2.5strncmp@@GLIBC_2.2.5_ITM_deregisterTMCloneTablestrcpy@@GLIBC_2.2.5trunc@@GLIBC_2.2.5iw_freq2floatiw_mwatt2dbmiw_print_timevaliw_print_pm_mode__h_errno_location@@GLIBC_2.2.5iw_float2freq_edataiw_set_basic_configfclose@@GLIBC_2.2.5iw_operation_modegetnetbyname@@GLIBC_2.2.5iw_mac_aton_finiiw_print_retry_valuestrchr@@GLIBC_2.2.5printf@@GLIBC_2.2.5iw_process_scansnprintf@@GLIBC_2.2.5strrchr@@GLIBC_2.2.5fputs@@GLIBC_2.2.5pow@@GLIBC_2.2.5ioctl@@GLIBC_2.2.5iw_channel_to_freqclose@@GLIBC_2.2.5iw_enum_devicesstrcspn@@GLIBC_2.2.5iw_freq_to_channelmemcmp@@GLIBC_2.2.5fgets@@GLIBC_2.2.5iw_check_mac_addr_typestrcmp@@GLIBC_2.2.5iw_get_statsgethostbyname@@GLIBC_2.2.5log10@@GLIBC_2.2.5fprintf@@GLIBC_2.2.5__gmon_start__iw_print_txpoweriw_get_priv_infoiw_dbm2mwattiw_sawap_ntopmalloc@@GLIBC_2.2.5iw_protocol_compare__isoc99_sscanf@@GLIBC_2.7_endiw_ether_atoniw_init_event_streamiw_print_pm_valueiw_check_if_addr_typeiw_in_inetrealloc@@GLIBC_2.2.5__bss_startiw_mac_ntopiw_get_basic_configiw_print_keyiw_print_version_infoiw_print_freqiw_get_priv_sizeiw_ether_ntopiw_print_bitratefopen@@GLIBC_2.2.5perror@@GLIBC_2.2.5strtok@@GLIBC_2.2.5_Jv_RegisterClassesfloor@@GLIBC_2.2.5iw_in_key_fullsprintf@@GLIBC_2.2.5iw_get_range_info_ITM_registerTMCloneTableiw_get_kernel_we_versioniw_ignore_versionstrerror@@GLIBC_2.2.5iw_in_keyceil@@GLIBC_2.2.5iw_print_freq_value__cxa_finalize@@GLIBC_2.2.5_initstrstr@@GLIBC_2.2.5__ctype_b_loc@@GLIBC_2.3usleep@@GLIBC_2.2.5stderr@@GLIBC_2.2.5socket@@GLIBC_2.2.5[saty@despair ~]$ 1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c1;2c

Offline

#12 2015-03-07 21:07:00

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,567
Website

Re: [SOLVED] EOF Error During Make

/usr/local/lib/* definitely should not be included there.  That seems to be the problem.

edit: man, a typo to miss the word 'not' can really change the meaning of a post.  Sorry if that was odd.  Thanks for correcting it below.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#13 2015-03-07 23:57:52

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: [SOLVED] EOF Error During Make

Trilby wrote:

/usr/local/lib/* definitely should not be included there.  That seems to be the problem.

Yeah, Trilby is right. Just remove the line 'include /usr/local/lib/*' and it should be ok.

xom wrote:

What is responsible for generating libiw.so?

That library is provided by wireless_tools.

$ pacman -Ql | grep libiw
wireless_tools /usr/lib/libiw.so
wireless_tools /usr/lib/libiw.so.30

It seems you have compiled it yourself and installed it under /usr/local (probably using "make install").


About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

#14 2015-03-09 18:24:25

xom
Member
Registered: 2015-03-06
Posts: 7

Re: [SOLVED] EOF Error During Make

Thank you everyone for your help!

After commenting out the line for /usr/local/lib/*, which only included the corrupted files, all 'makepkg' and 'make' commands worked without issue.  I am still troubleshooting wireless-tools, but for the moment the system is back to normal.

Offline

Board footer

Powered by FluxBB