HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-lang/yasm/0.7.0/1


Ignore:
Timestamp:
01/25/09 12:10:17 (6 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/yasm/0.7.0/1

    v1 v2  
    1   
     1Build fails. 
     2 
     3{{{ 
     4~/yasm-0.7.0> ./configure --prefix=/boot/common 
     5checking for a BSD-compatible install... /bin/install -c 
     6checking whether build environment is sane... yes 
     7checking for a thread-safe mkdir -p... /bin/mkdir -p 
     8checking for gawk... gawk 
     9checking whether make sets $(MAKE)... yes 
     10checking whether to enable maintainer-specific portions of Makefiles... no 
     11checking for style of include used by make... GNU 
     12checking for gcc... gcc 
     13checking for C compiler default output file name... conftest 
     14checking whether the C compiler works... yes 
     15checking whether we are cross compiling... no 
     16checking for suffix of executables... 
     17checking for suffix of object files... o 
     18checking whether we are using the GNU C compiler... yes 
     19checking whether gcc accepts -g... yes 
     20checking for gcc option to accept ISO C89... none needed 
     21checking dependency style of gcc... gcc 
     22checking how to run the C preprocessor... gcc -E 
     23checking for gcc option to accept ISO C99... unsupported 
     24checking for gcc option to accept ISO C89... (cached) none needed 
     25checking for gcc option to accept ISO Standard C... (cached) none needed 
     26checking for a BSD-compatible install... /bin/install -c 
     27checking whether ln -s works... yes 
     28checking for ranlib... ranlib 
     29checking for xmlto... no 
     30configure: WARNING: xmlto not found, manpages will not be rebuilt. 
     31checking if malloc debugging is wanted... no 
     32checking for grep that handles long lines and -e... /bin/grep 
     33checking for egrep... /bin/grep -E 
     34checking for ANSI C header files... yes 
     35checking for sys/types.h... yes 
     36checking for sys/stat.h... yes 
     37checking for stdlib.h... yes 
     38checking for string.h... yes 
     39checking for memory.h... yes 
     40checking for strings.h... yes 
     41checking for inttypes.h... yes 
     42checking for stdint.h... yes 
     43checking for unistd.h... yes 
     44checking for strings.h... (cached) yes 
     45checking libgen.h usability... no 
     46checking libgen.h presence... no 
     47checking for libgen.h... no 
     48checking for unistd.h... (cached) yes 
     49checking direct.h usability... no 
     50checking direct.h presence... no 
     51checking for direct.h... no 
     52checking for an ANSI C-conforming const... yes 
     53checking for inline... inline 
     54checking for function prototypes... yes 
     55checking for size_t... yes 
     56checking for stdint types... stdint.h (shortcircuit) 
     57make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system) 
     58checking for abort... yes 
     59checking for toascii... no 
     60checking for vsnprintf... yes 
     61checking for strsep... no 
     62checking for mergesort... yes 
     63checking for getcwd... yes 
     64checking for popen... yes 
     65checking for strcasecmp... yes 
     66checking for strncasecmp... yes 
     67checking for stricmp... no 
     68checking for _stricmp... no 
     69checking for strcmpi... no 
     70checking whether NLS is requested... yes 
     71checking for msgfmt... no 
     72checking for gmsgfmt... : 
     73checking for xgettext... no 
     74checking for msgmerge... no 
     75checking build system type... i586-pc-haiku 
     76checking host system type... i586-pc-haiku 
     77checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     78checking if the linker 
     79(/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNUld... yes 
     80checking for shared library run path origin... done 
     81checking for CFPreferencesCopyAppValue... no 
     82checking for CFLocaleCopyCurrent... no 
     83checking for GNU gettext in libc... no 
     84checking for iconv... no, consider installing GNU libiconv 
     85checking for GNU gettext in libintl... no 
     86checking whether to use NLS... no 
     87checking for GNU C Library... no 
     88configure: Checking for Python 
     89checking for a Python interpreter with version >= 2.4... none 
     90configure: WARNING: Python not found 
     91configure: WARNING: Could not find a suitable version of Python 
     92configure: creating ./config.status 
     93config.status: creating Makefile 
     94config.status: creating po/Makefile.in 
     95config.status: creating config.h 
     96config.status: config.h is unchanged 
     97config.status: executing depfiles commands 
     98config.status: executing libyasm-stdint.h commands 
     99config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H 
     100config.status: libyasm-stdint.h is unchanged 
     101config.status: executing po-directories commands 
     102config.status: creating po/POTFILES 
     103config.status: creating po/Makefile 
     104~/yasm-0.7.0> make 
     105make: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped. 
     106make: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped. 
     107./genmodule ./libyasm/module.in Makefile 
     108/bin/make  all-recursive 
     109make[1]: Entering directory `/boot/home/yasm-0.7.0' 
     110Making all in po 
     111make[2]: Entering directory `/boot/home/yasm-0.7.0/po' 
     112make[2]: Nothing to be done for `all'. 
     113make[2]: Leaving directory `/boot/home/yasm-0.7.0/po' 
     114Making all in . 
     115make[2]: Entering directory `/boot/home/yasm-0.7.0' 
     116make[2]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped. 
     117make[2]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped. 
     118source='x86cpu.c' object='x86cpu.o' libtool=no \ 
     119       DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \ 
     120       gcc -DHAVE_CONFIG_H -I.     -g -O2 -c x86cpu.c 
     121In file included from /boot/home/yasm-0.7.0/modules/arch/x86/x86cpu.gperf:30: 
     122/boot/develop/headers/posix/ctype.h:53: warning: `toascii' redefined 
     123/boot/home/yasm-0.7.0/util.h:120: warning: this is the location of the 
     124previousdefinition 
     125In file included from /boot/home/yasm-0.7.0/modules/arch/x86/x86cpu.gperf:30: 
     126/boot/develop/headers/posix/ctype.h:24: parse error before `int' 
     127make[2]: *** [x86cpu.o] Error 1 
     128make[2]: Leaving directory `/boot/home/yasm-0.7.0' 
     129make[1]: *** [all-recursive] Error 1 
     130make[1]: Leaving directory `/boot/home/yasm-0.7.0' 
     131make: *** [all] Error 2 
     132}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/