Parrot Test Perl $Revision: 1.33 $ Starttime: Sat May 1 16:23:41 2004 System Information OpenBSD|:|strontium.thinknow.lan|:|3.5 hppa 2.95.3 This is perl, v5.8.3 built for hppa-openbsd Copyright 1987-2003, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration: Platform: osname=openbsd, osvers=3.5, archname=hppa-openbsd uname='openbsd' config_args='-dsE -Dopenbsd_distribution=defined' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include', optimize='-O2', cppflags='-fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.3 20010125 (prerelease, propolice)', gccosandvers='openbsd3.5' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='ld', ldflags ='' libpth=/usr/lib libs=-lm -lutil -lc perllibs=-lm -lutil -lc libc=/usr/lib/libc.a, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_none.xs, dlext=none, d_dlsymun=undef, ccdlflags='' cccdlflags='', lddlflags='' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under openbsd Compiled at Apr 13 2004 19:28:42 @INC: /usr/libdata/perl5/hppa-openbsd/5.8.3 /usr/local/libdata/perl5/hppa-openbsd/5.8.3 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/hppa-openbsd /usr/libdata/perl5/site_perl/hppa-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl /usr/local/lib/perl5/site_perl . CVS Changes make: don't know how to make cvsclean. Stop in /home/gast/devel/parrot. Configure Parrot Version 0.1.0 Configure 2.0 Copyright (C) 2001-2003 The Perl Foundation. All Rights Reserved. Hello, I'm Configure. My job is to poke and prod your system to figure out how to build Parrot. The process is completely automated, unless you passed in the `--ask' flag on the command line, in which case it'll prompt you for a few pieces of info. Since you're running this script, you obviously have Perl 5--I'll be pulling some defaults from its configuration. Checking MANIFEST.....................................................done. Setting up Configure's data structures................................done. Tweaking settings for miniparrot......................................done. Loading platform and local hints files................................done. Enabling optimization.................................................done. Determining nongenerated header files.................................done. Determining what C compiler and linker to use.........................done. Determining what types Parrot should use..............................done. Determining what opcode files should be compiled in...................done. Setting up experimental systems.......................................done. Determining what pmc files should be compiled in......................done. Determining your minimum pointer alignment............................done. Probing for C headers.................................................done. Determining some sizes................................................done. Computing native byteorder for Parrot's wordsize......................done. Figuring out how to pack() Parrot's types.............................done. Figuring out what formats should be used for sprintf..................done. Determining if your C compiler is actually gcc........................done. Determining if your C library has a working S_ISREG...................done. Determining architecture, OS and JIT capability.......................done. Running CPU specific stuff............................................done. Verifying that the compiler supports function pointer casts...........done. Determining if your compiler supports computed goto...................done. Determining if your compiler supports inline..........................done. Determining what allocator to use.....................................done. Determining if your C library supports memalign.......................done. Determining some signal stuff.........................................done. Determining if your C library has setenv / unsetenv...................done. Configuring ICU if requested..........................................done. Generating C headers..................................................done. Generating core pmc list..............................................done. Generating runtime/parrot/include.....................................done. Generating build files................................................done. Moving platform files into place......................................Use of uninitialized value in split at config/gen/platform.pl line 94. Use of uninitialized value in split at config/gen/platform.pl line 189. done. Recording configuration data for later retrieval......................done. Okay, we're done! You can now use `make' (or your platform's equivalent to `make') to build your Parrot. After that, you can use `make test' to run the test suite. Happy Hacking, The Parrot Team Summary of my parrot 0.1.0 configuration: configdate='Sat May 1 16:24:24 2004' Platform: osname=openbsd, archname=hppa-openbsd jitcapable=0, jitarchname=nojit, jitosname=nojit, jitcpuarch=i386 execcapable=0 perl=/usr/bin/perl Compiler: cc='cc', ccflags=' -I/usr/local/include -pthread', Linker and Libraries: ld='ld', ldflags='', cc_ldflags='', libs='-lm -lutil -lpthread' Dynamic Linking: so='.so', ld_shared='', ld_shared_flags='' Types: iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4, ptrsize=4, ptr_alignment=4 byteorder=4321, nv=double, numvalsize=8, doublesize=8 Build Warnings src/interpreter.c: In function `runops_args': src/interpreter.c:1145: warning: cast increases required alignment of target type src/interpreter.c:1149: warning: cast increases required alignment of target type src/interpreter.c:1153: warning: cast increases required alignment of target type src/interpreter.c:1157: warning: cast increases required alignment of target type src/packfile.c: In function `PackFile_unpack': src/packfile.c:545: warning: cast increases required alignment of target type src/stacks.c: In function `mark_stack': src/stacks.c:69: warning: cast increases required alignment of target type src/stacks.c: In function `stack_entry': src/stacks.c:168: warning: cast increases required alignment of target type "../icudefs.mk", line 48: Missing dependency operator "../icudefs.mk", line 50: Need an operator "../icudefs.mk", line 51: Missing dependency operator "../icudefs.mk", line 54: Need an operator "../icudefs.mk", line 55: Missing dependency operator "../icudefs.mk", line 58: Need an operator "../icudefs.mk", line 61: Need an operator "../icudefs.mk", line 62: Need an operator "../icudefs.mk", line 112: Missing dependency operator "../icudefs.mk", line 114: Need an operator "Makefile", line 30: Missing dependency operator "Makefile", line 32: Need an operator "Makefile", line 34: Missing dependency operator "Makefile", line 37: Need an operator "Makefile", line 78: Missing dependency operator "Makefile", line 80: Need an operator "Makefile", line 81: Missing dependency operator "Makefile", line 83: Missing dependency operator "Makefile", line 85: Missing dependency operator "Makefile", line 87: Need an operator "Makefile", line 88: Need an operator "Makefile", line 89: Need an operator "Makefile", line 90: Missing dependency operator "Makefile", line 93: Missing dependency operator "Makefile", line 95: Need an operator "Makefile", line 96: Need an operator "Makefile", line 118: Missing dependency operator "Makefile", line 121: Need an operator "Makefile", line 123: Missing dependency operator "Makefile", line 127: Missing dependency operator "Makefile", line 130: Need an operator "Makefile", line 131: Need an operator "Makefile", line 133: Missing dependency operator "Makefile", line 134: Need an operator "Makefile", line 135: Need an operator "Makefile", line 136: Missing dependency operator "Makefile", line 137: Need an operator "Makefile", line 138: Need an operator "Makefile", line 139: Need an operator Fatal errors encountered -- cannot continue No command set Test Results: cd icu/source; ./configure --disable-layout --disable-tests --disable-samples --quiet '--prefix=/home/gast/devel/parrot/blib' --enable-static --disable-shared --disable-extras '--oldincludedir=/home/gast/devel/parrot/blib/old' --with-data-packaging=archive loading cache ./config.cache creating ./config.status creating README creating icudefs.mk creating Makefile creating data/Makefile creating data/icupkg.inc creating common/Makefile creating config/Makefile.inc creating i18n/Makefile creating extra/Makefile creating extra/ustdio/Makefile creating extra/uconv/Makefile creating stubdata/Makefile creating tools/Makefile creating tools/ctestfw/Makefile creating tools/makeconv/Makefile creating tools/genrb/Makefile creating tools/genuca/Makefile creating tools/pkgdata/Makefile creating tools/genccode/Makefile creating tools/gencmn/Makefile creating tools/gencnval/Makefile creating tools/gentz/Makefile creating tools/gennames/Makefile creating tools/toolutil/Makefile creating tools/gentest/Makefile creating tools/gennorm/Makefile creating tools/genprops/Makefile creating tools/genpname/Makefile creating tools/genbrk/Makefile creating tools/genidna/Makefile creating tools/dumpce/Makefile creating common/unicode/platform.h creating common/icucfg.h common/icucfg.h is unchanged You must use make to build ICU. /usr/bin/perl -e 'chdir shift @ARGV; system q{/usr/bin/make}, @ARGV; exit $? >> 8;' icu/source/stubdata install "../icudefs.mk", line 48: Missing dependency operator "../icudefs.mk", line 50: Need an operator "../icudefs.mk", line 51: Missing dependency operator "../icudefs.mk", line 54: Need an operator "../icudefs.mk", line 55: Missing dependency operator "../icudefs.mk", line 58: Need an operator "../icudefs.mk", line 61: Need an operator "../icudefs.mk", line 62: Need an operator "../icudefs.mk", line 112: Missing dependency operator "../icudefs.mk", line 114: Need an operator "Makefile", line 30: Missing dependency operator "Makefile", line 32: Need an operator "Makefile", line 34: Missing dependency operator "Makefile", line 37: Need an operator "Makefile", line 78: Missing dependency operator "Makefile", line 80: Need an operator "Makefile", line 81: Missing dependency operator "Makefile", line 83: Missing dependency operator "Makefile", line 85: Missing dependency operator "Makefile", line 87: Need an operator "Makefile", line 88: Need an operator "Makefile", line 89: Need an operator "Makefile", line 90: Missing dependency operator "Makefile", line 93: Missing dependency operator "Makefile", line 95: Need an operator "Makefile", line 96: Need an operator "Makefile", line 118: Missing dependency operator "Makefile", line 121: Need an operator "Makefile", line 123: Missing dependency operator "Makefile", line 127: Missing dependency operator "Makefile", line 130: Need an operator "Makefile", line 131: Need an operator "Makefile", line 133: Missing dependency operator "Makefile", line 134: Need an operator "Makefile", line 135: Need an operator "Makefile", line 136: Missing dependency operator "Makefile", line 137: Need an operator "Makefile", line 138: Need an operator "Makefile", line 139: Need an operator Fatal errors encountered -- cannot continue *** Error code 1 Stop in /home/gast/devel/parrot (line 1543 of Makefile). Endtime: Sat May 1 16:35:22 2004