Autor Tópico: abgx 1.0.6 não completa instalação  (Lida 1637 vezes)

Offline williamrj

  • Usuário Ubuntu
  • *
  • Mensagens: 50
    • Ver perfil
abgx 1.0.6 não completa instalação
« Online: 22 de Julho de 2012, 11:09 »
estou tentando instalar o abgx 360 1.0.6 no ubuntu 12.04 baixei neste site http://abgx360.net/download.php
estas são as instruções que ele descreve para executar.
To install them on systems with apt-get:
sudo apt-get install libcurl4-openssl-dev zlib1g-dev (já estão instalados)

To compile and install abgx360:
./configure
make
sudo make install (Não acontece nada e a instalação não é concluída)

~/abgx360-1.0.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for crc32 in -lz... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.22.0
checking for libcurl >= version 7.7.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdlib.h usability... yes
checking stdlib.h presence... yes
checking for stdlib.h... yes
checking string.h usability... yes
checking string.h presence... yes
checking for string.h... yes
checking strings.h usability... yes
checking strings.h presence... yes
checking for strings.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking unistd.h usability... yes
checking unistd.h presence... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for size_t... yes
checking for off_t... yes
checking for int32_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ptrdiff_t... yes
checking whether closedir returns void... no
checking for working alloca.h... yes
checking for alloca... yes
checking for mbstate_t... yes
checking for working POSIX fnmatch... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking whether stat accepts an empty string... yes
checking for error_at_line... yes
checking for vprintf... yes
checking for _doprnt... no
checking for atexit... yes
checking for gettimeofday... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for strtoul... yes
checking for strstr... yes
checking for mkdir... yes
checking for pow... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
will@will-Aspire-4738:~/abgx360-1.0.6$ make
make  all-am
make[1]: Entrando no diretório `/home/will/abgx360-1.0.6'
gcc -DHAVE_CONFIG_H -I.    -Wall -W -g -O2  -MT abgx360-abgx360.o -MD -MP -MF .deps/abgx360-abgx360.Tpo -c -o abgx360-abgx360.o `test -f 'src/abgx360.c' || echo './'`src/abgx360.c
src/abgx360.c: Na função ‘domanualpatch’:
src/abgx360.c:6126:27: aviso: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/abgx360.c:6134:27: aviso: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/abgx360.c: Na função ‘rebuildiso’:
src/abgx360.c:7508:15: aviso: variable ‘unusedptr’ set but not used [-Wunused-but-set-variable]
src/abgx360.c: Na função ‘doautofix’:
src/abgx360.c:10017:27: aviso: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/abgx360.c:10026:27: aviso: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/abgx360.c: Na função ‘checkdefaultxex’:
src/abgx360.c:15651:10: aviso: variable ‘xex_is_compressed_unknown’ set but not used [-Wunused-but-set-variable]
src/abgx360.c: Na função ‘checkss’:
src/abgx360.c:17762:10: aviso: variable ‘triedtofix’ set but not used [-Wunused-but-set-variable]
src/abgx360.c: Na função ‘checktopology’:
src/abgx360.c:19962:9: aviso: especificador de precisão do campo ‘.*’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat]
src/abgx360.c:19970:9: aviso: especificador de precisão do campo ‘.*’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat]
mv -f .deps/abgx360-abgx360.Tpo .deps/abgx360-abgx360.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -W -g -O2  -MT abgx360-rijndael-alg-fst.o -MD -MP -MF .deps/abgx360-rijndael-alg-fst.Tpo -c -o abgx360-rijndael-alg-fst.o `test -f 'src/rijndael-alg-fst.c' || echo './'`src/rijndael-alg-fst.c
mv -f .deps/abgx360-rijndael-alg-fst.Tpo .deps/abgx360-rijndael-alg-fst.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -W -g -O2  -MT abgx360-sha1.o -MD -MP -MF .deps/abgx360-sha1.Tpo -c -o abgx360-sha1.o `test -f 'src/sha1.c' || echo './'`src/sha1.c
mv -f .deps/abgx360-sha1.Tpo .deps/abgx360-sha1.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -W -g -O2  -MT abgx360-lzxd.o -MD -MP -MF .deps/abgx360-lzxd.Tpo -c -o abgx360-lzxd.o `test -f 'src/mspack/lzxd.c' || echo './'`src/mspack/lzxd.c
mv -f .deps/abgx360-lzxd.Tpo .deps/abgx360-lzxd.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -W -g -O2  -MT abgx360-system.o -MD -MP -MF .deps/abgx360-system.Tpo -c -o abgx360-system.o `test -f 'src/mspack/system.c' || echo './'`src/mspack/system.c
mv -f .deps/abgx360-system.Tpo .deps/abgx360-system.Po
gcc -Wall -W -g -O2    -o abgx360 abgx360-abgx360.o abgx360-rijndael-alg-fst.o abgx360-sha1.o abgx360-lzxd.o abgx360-system.o  -L/usr/lib/x86_64-linux-gnu -lcurl -Wl,-Bsymbolic-functions -Wl,-z,relro -lz -lm
make[1]: Saindo do diretório `/home/will/abgx360-1.0.6'
will@will-Aspire-4738:~/abgx360-1.0.6$ sudo make install
make[1]: Entrando no diretório `/home/will/abgx360-1.0.6'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /usr/bin/install -c 'abgx360' '/usr/local/bin/abgx360'
make[1]: Nada a ser feito para `install-data-am'.
make[1]: Saindo do diretório `/home/will/abgx360-1.0.6'