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

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of dev-lang/yasm


Ignore:
Timestamp:
05/19/08 08:48:51 (7 years ago)
Author:
scottmc
Comment:

initialbuild attempt

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/yasm

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

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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