Assembla home | Assembla project page
 

Table of Contents

  1. version 0.7.0

PortLog: dev-lang/yasm

http://www.tortall.net/projects/yasm/

version 0.7.0

R5untested
BONEuntested
Haikubroken

Dependencies: dev-lang/python

Build fails.

~/yasm-0.7.0> ./configure --prefix=/boot/common
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)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... conftest
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 dependency style of gcc... gcc
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... unsupported
checking for gcc option to accept ISO C89... (cached) none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for xmlto... no
configure: WARNING: xmlto not found, manpages will not be rebuilt.
checking if malloc debugging is wanted... no
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 for strings.h... (cached) yes
checking libgen.h usability... no
checking libgen.h presence... no
checking for libgen.h... no
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for function prototypes... yes
checking for size_t... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
checking for abort... yes
checking for toascii... no
checking for vsnprintf... yes
checking for strsep... no
checking for mergesort... yes
checking for getcwd... yes
checking for popen... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for stricmp... no
checking for _stricmp... no
checking for strcmpi... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking build system type... i586-pc-haiku
checking host system type... i586-pc-haiku
checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld
checking if the linker
(/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNUld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... no, consider installing GNU libiconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for GNU C Library... no
configure: Checking for Python
checking for a Python interpreter with version >= 2.4... none
configure: WARNING: Python not found
configure: WARNING: Could not find a suitable version of Python
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libyasm-stdint.h commands
config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
config.status: libyasm-stdint.h is unchanged
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
~/yasm-0.7.0> make
make: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
./genmodule ./libyasm/module.in Makefile
/bin/make  all-recursive
make[1]: Entering directory `/boot/home/yasm-0.7.0'
Making all in po
make[2]: Entering directory `/boot/home/yasm-0.7.0/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/boot/home/yasm-0.7.0/po'
Making all in .
make[2]: Entering directory `/boot/home/yasm-0.7.0'
make[2]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
make[2]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
source='x86cpu.c' object='x86cpu.o' libtool=no \
       DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
       gcc -DHAVE_CONFIG_H -I.     -g -O2 -c x86cpu.c
In file included from /boot/home/yasm-0.7.0/modules/arch/x86/x86cpu.gperf:30:
/boot/develop/headers/posix/ctype.h:53: warning: `toascii' redefined
/boot/home/yasm-0.7.0/util.h:120: warning: this is the location of the
previousdefinition
In file included from /boot/home/yasm-0.7.0/modules/arch/x86/x86cpu.gperf:30:
/boot/develop/headers/posix/ctype.h:24: parse error before `int'
make[2]: *** [x86cpu.o] Error 1
make[2]: Leaving directory `/boot/home/yasm-0.7.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/boot/home/yasm-0.7.0'
make: *** [all] Error 2
~/yasm-0.7.0>