You are not logged in.

#1 2010-12-19 02:44:17

z3r0acidk
Member
Registered: 2010-12-04
Posts: 9

[SOLVED] Can't install Scanmem

Scanmem is a simple interactive debugging utility for linux, used to locate the address of a variable in an executing process. This can be used for the analysis or modification of a hostile process on a compromised machine, reverse engineering, or as a "pokefinder" to cheat at video games.

I've tried installing Scanmem with yaourt and manually downloading packages from the AUR but I still can't install it.

This is the output that I get when trying with yaourt

==> Validating source files with md5sums...
    scanmem-0.11.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting scanmem-0.11.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
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 dependency style of gcc... none
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 for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for tgetent in -ltermcap... no
checking for readline in -lreadline... yes
checking for /proc/self/maps... yes
checking for /proc/self/mem... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating gui/Makefile
config.status: creating gui/consts.py
config.status: creating gui/gameconqueror
config.status: creating config.h
config.status: executing depfiles commands
/tmp/yaourt-tmp-root/aur-scanmem/./PKGBUILD: line 21: make: command not found
    Aborting...
==> ERROR: Makepkg was unable to build scanmem.
==> Restart building scanmem ? [y/N]

If you know any program similar to this one please let me know wink

Last edited by z3r0acidk (2010-12-19 03:15:34)

Offline

#2 2010-12-19 02:52:34

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,385
Website

Re: [SOLVED] Can't install Scanmem

pacman -S base-devel

Offline

#3 2010-12-19 02:55:20

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: [SOLVED] Can't install Scanmem

Do you have the base-devel package installed?

Offline

#4 2010-12-19 03:15:01

z3r0acidk
Member
Registered: 2010-12-04
Posts: 9

Re: [SOLVED] Can't install Scanmem

Now that made me feel stupid hahaha. I had base-devel installed and up to date but when I did 
pacman -S base-devel
all those packages were reinstalled and my problem was solved. Scanmem works perfectly.
Thanks wink

Offline

Board footer

Powered by FluxBB